public interface StationList extends GroupListIfc<Station>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StationList.ListAccess<R> |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<ColumnMeta,StationList.ListAccess<?>> |
Cols |
| Modifier and Type | Method and Description |
|---|---|
static StationList |
emptyList() |
default java.util.Set<ColumnMeta> |
getColTypes() |
default <R> R |
getColumnData(ColumnMeta col) |
default ListMetaType |
getListMeta() |
static java.util.Map<ColumnMeta,StationList.ListAccess<?>> |
InitializeCols() |
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,StationList.ListAccess<?>> Cols
static StationList emptyList()
static java.util.Map<ColumnMeta,StationList.ListAccess<?>> InitializeCols()
default <R> R getColumnData(ColumnMeta col) throws PAModelException
getColumnData in interface BaseList<Station>PAModelExceptiondefault java.util.Set<ColumnMeta> getColTypes()
getColTypes in interface BaseList<Station>default ListMetaType getListMeta()
getListMeta in interface BaseList<Station>