public interface ElectricalIslandList extends GroupListIfc<ElectricalIsland>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ElectricalIslandList.ListAccess<R> |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<ColumnMeta,ElectricalIslandList.ListAccess<?>> |
Cols |
| Modifier and Type | Method and Description |
|---|---|
static ElectricalIslandList |
emptyList() |
default java.util.Set<ColumnMeta> |
getColTypes() |
default <R> R |
getColumnData(ColumnMeta col) |
float[] |
getFreq() |
float |
getFreq(int ndx) |
default ListMetaType |
getListMeta() |
static java.util.Map<ColumnMeta,ElectricalIslandList.ListAccess<?>> |
InitializeCols() |
boolean[] |
isEnergized() |
boolean |
isEnergized(int ndx) |
void |
setFreq(float[] f) |
void |
setFreq(int ndx,
float f) |
getBuses, getByBus, getGenerators, getLines, getLoads, getPhaseShifters, getSeriesCapacitors, getSeriesReactors, getShuntCapacitors, getShuntReactors, getSVCs, getSwitches, getTransformers, getTwoTermDCLines, translateBusIndexesCalcListHash, getByID, getByKey, getID, getID, getIndex, getIndexes, getIndexesFromIDs, getIndexesFromKeys, getKey, getKeys, getName, getName, objEquals, objHash, reset, setID, setID, setName, setName, toArrayadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArraystatic final java.util.Map<ColumnMeta,ElectricalIslandList.ListAccess<?>> Cols
static ElectricalIslandList emptyList()
boolean isEnergized(int ndx)
throws PAModelException
PAModelExceptionboolean[] isEnergized()
throws PAModelException
PAModelExceptionfloat getFreq(int ndx)
throws PAModelException
PAModelExceptionvoid setFreq(int ndx,
float f)
throws PAModelException
PAModelExceptionfloat[] getFreq()
throws PAModelException
PAModelExceptionvoid setFreq(float[] f)
throws PAModelException
PAModelExceptionstatic java.util.Map<ColumnMeta,ElectricalIslandList.ListAccess<?>> InitializeCols()
default <R> R getColumnData(ColumnMeta col) throws PAModelException
getColumnData in interface BaseList<ElectricalIsland>PAModelExceptiondefault java.util.Set<ColumnMeta> getColTypes()
getColTypes in interface BaseList<ElectricalIsland>default ListMetaType getListMeta()
getListMeta in interface BaseList<ElectricalIsland>