Package | Description |
---|---|
com.interpss.algo.parallel | |
com.interpss.core | |
com.interpss.core.aclf.contingency | |
com.interpss.core.aclf.contingency.impl | |
com.interpss.core.aclf.contingency.util |
Modifier and Type | Field and Description |
---|---|
Contingency |
BaseCAResultRec.contingency |
protected Contingency |
ContingencyAnalysisMonad.contingency
the contingency object
|
Modifier and Type | Method and Description |
---|---|
static ContingencyAnalysisMonad |
ContingencyAnalysisMonad.of(ContingencyAnalysisAlgorithm caAlgo,
Contingency contingency)
instance creation factory method
|
Constructor and Description |
---|
BaseCAResultRec(Contingency contingency,
double prePowerFlow,
double shiftedPowerFlow) |
BranchCAResultRec(Contingency contingency,
AclfBranch aclfBranch,
double prePowerFlow,
double shiftedPowerFlow) |
ContingencyAnalysisMonad(ContingencyAnalysisAlgorithm caAlgo,
Contingency contingency)
Constructor
|
Modifier and Type | Method and Description |
---|---|
static Contingency |
DclfAlgoObjectFactory.createContingency(java.lang.String id)
Create a Contingency object
|
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'.
|