public class DepIslandBusProcesor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
SearchWalkStepLimit |
| Constructor and Description |
|---|
DepIslandBusProcesor(AclfNetwork net) |
| Modifier and Type | Method and Description |
|---|---|
int |
findIsland(DepContingency cont)
Find all island buses due to opening/closing of
outage branches in the contingency.
|
void |
findIslandBus(java.util.List<OutageBranch> outageBranches,
Network<?,?> net)
For a set of outage branches, find all island buses due the opening of the
branches in the outage branch set.
|
java.util.Set<java.lang.String> |
getIslandBusIdSet() |
public DepIslandBusProcesor(AclfNetwork net)
public java.util.Set<java.lang.String> getIslandBusIdSet()
public int findIsland(DepContingency cont) throws InterpssException
cont - InterpssExceptionpublic void findIslandBus(java.util.List<OutageBranch> outageBranches, Network<?,?> net) throws InterpssException
outageAclfBranches - net - InterpssException