| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.core.aclf.contingency | |
| com.interpss.core.aclf.contingency.impl | |
| com.interpss.core.aclf.contingency.util |
| Modifier and Type | Method and Description |
|---|---|
static Contingency |
CoreObjectFactory.createContingency(java.lang.String id)
Create a Contingency object
|
static Contingency |
CoreObjectFactory.createContingency(java.lang.String contId,
java.lang.String outBranchId,
BranchOutageType type,
AclfNetwork net)
Create a Contingency object and add the object into the net
|
| Modifier and Type | Method and Description |
|---|---|
Contingency |
ContingencyFactory.createContingency()
Returns a new object of class 'Contingency'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContingencyImpl
An implementation of the model object 'Contingency'.
|
| Modifier and Type | Method and Description |
|---|---|
Contingency |
ContingencyFactoryImpl.createContingency() |
| Modifier and Type | Method and Description |
|---|---|
T |
ContingencySwitch.caseContingency(Contingency object)
Returns the result of interpreting the object as an instance of 'Contingency'.
|