Modifier and Type | Field and Description |
---|---|
protected SimpleFaultAlgorithm |
SimpleFaultMonad.scAlgo
the SC analysis algorithm object
|
Modifier and Type | Method and Description |
---|---|
static SimpleFaultMonad |
SimpleFaultMonad.of(SimpleFaultAlgorithm scAlgo,
AcscBusFault fault)
instance creation factory method
|
Constructor and Description |
---|
SimpleFaultMonad(SimpleFaultAlgorithm scAlgo,
AcscBusFault fault)
default constructor
|
Modifier and Type | Method and Description |
---|---|
static SimpleFaultAlgorithm |
CoreObjectFactory.createSimpleFaultAlgorithm(BaseAcscNetwork<?,?> net)
Create a SimpleFault algorithm object
|
Modifier and Type | Method and Description |
---|---|
static AcscBranchFault |
CoreObjectFactory.createAcscBranchFault(java.lang.String branchId,
SimpleFaultAlgorithm faultAlgo,
boolean cacheBusScVolt)
Create an AcscBranchFault object
|
static AcscBusFault |
CoreObjectFactory.createAcscBusFault(java.lang.String busId,
SimpleFaultAlgorithm faultAlgo,
boolean cacheBusScVolt)
Create an AcscBusFault object
|
Modifier and Type | Method and Description |
---|---|
SimpleFaultAlgorithm |
ScAlgorithmFactory.createSimpleFaultAlgorithm()
Returns a new object of class 'Simple Fault Algorithm'.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleFaultAlgorithmImpl
An implementation of the model object 'ISimple Fault Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
SimpleFaultAlgorithm |
ScAlgorithmFactoryImpl.createSimpleFaultAlgorithm() |
Modifier and Type | Method and Description |
---|---|
T |
ScAlgorithmSwitch.caseSimpleFaultAlgorithm(SimpleFaultAlgorithm object)
Returns the result of interpreting the object as an instance of 'Simple Fault Algorithm'.
|
Modifier and Type | Method and Description |
---|---|
SimpleFaultAlgorithm |
SimuContext.getSimpleFaultAlgorithm()
Returns the value of the 'Simple Fault Algorithm' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SimuContext.setSimpleFaultAlgorithm(SimpleFaultAlgorithm value)
Sets the value of the '
Simple Fault Algorithm ' containment reference. |
Modifier and Type | Field and Description |
---|---|
protected SimpleFaultAlgorithm |
SimuContextImpl.simpleFaultAlgorithm
The cached value of the '
Simple Fault Algorithm ' containment reference. |
Modifier and Type | Method and Description |
---|---|
SimpleFaultAlgorithm |
SimuContextImpl.getSimpleFaultAlgorithm() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
SimuContextImpl.basicSetSimpleFaultAlgorithm(SimpleFaultAlgorithm newSimpleFaultAlgorithm,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
SimuContextImpl.setSimpleFaultAlgorithm(SimpleFaultAlgorithm newSimpleFaultAlgorithm) |