| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.core.aclf.contingency.dep | |
| com.interpss.core.aclf.contingency.dep.impl | |
| com.interpss.core.aclf.contingency.dep.util |
| Modifier and Type | Method and Description |
|---|---|
static DepContingency |
CoreObjectFactory.createDepContingency(java.lang.String id)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static OutageBranch |
CoreObjectFactory.createEquivOutageBranch(AclfBranch branch,
BranchOutageType type,
DepContingency cont)
Create a EquivOutageBranch object
|
static OutageBranch |
CoreObjectFactory.createEquivOutageBranch(OutageBranch outageBranch,
DepContingency cont)
Create a EquivOutageBranch object
|
static OutageBranch |
CoreObjectFactory.createOutageBranch(AclfBranch branch,
DepContingency cont)
Create a OutageBranch object and add the object to the contingency
|
| Modifier and Type | Method and Description |
|---|---|
DepContingency |
DepContingencyFactory.createDepContingency()
Returns a new object of class 'Dep Contingency'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DepContingencyImpl
An implementation of the model object 'Contingency'.
|
| Modifier and Type | Method and Description |
|---|---|
DepContingency |
DepContingencyFactoryImpl.createDepContingency() |
| Modifier and Type | Method and Description |
|---|---|
void |
DepEquivOutageBranchAlgorithm.computeEquivOutageBranch(DepContingency cont)
Analysis and compute equivalent outage branch(es) for the contingency
|
int |
DepIslandBusProcesor.findIsland(DepContingency cont)
Find all island buses due to opening/closing of
outage branches in the contingency.
|
AclfBranch |
DepEquivOutageBranchAlgorithm.findSingleOutageNonBreakerBranch(DepContingency cont)
Find non-breaker equivalent branch for single outage contingency.
|
| Modifier and Type | Method and Description |
|---|---|
T |
DepContingencySwitch.caseDepContingency(DepContingency object)
Returns the result of interpreting the object as an instance of 'Dep Contingency'.
|