| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.core.algo | |
| com.interpss.core.algo.impl | |
| com.interpss.core.algo.util | |
| com.interpss.simu | |
| com.interpss.simu.impl |
| Modifier and Type | Method and Description |
|---|---|
static SimpleFaultAlgorithm |
CoreObjectFactory.createSimpleFaultAlgorithm()
Create a SimpleFault algorithm object
|
static SimpleFaultAlgorithm |
CoreObjectFactory.createSimpleFaultAlgorithm(BaseAcscNetwork<?,?> faultNet)
Create a SimpleFault algorithm object
|
| Modifier and Type | Method and Description |
|---|---|
static AcscBranchFault |
CoreObjectFactory.createAcscBranchFault(java.lang.String branchId,
SimpleFaultAlgorithm faultAlgo)
Create an AcscBranchFault object
|
static AcscBusFault |
CoreObjectFactory.createAcscBusFault(java.lang.String busId,
SimpleFaultAlgorithm faultAlgo)
Create an AcscBusFault object
|
| Modifier and Type | Method and Description |
|---|---|
SimpleFaultAlgorithm |
CoreAlgorithmFactory.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 |
CoreAlgorithmFactoryImpl.createSimpleFaultAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
T |
CoreAlgorithmSwitch.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 | 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) |