public interface GroupListIfc<T extends Group> extends BaseList<T>
| Modifier and Type | Method and Description |
|---|---|
BusList |
getBuses(int ndx)
Get Buses contained in group
|
T |
getByBus(Bus b)
Return a group object by Bus
|
GenList |
getGenerators(int ndx)
Get Generators contained in group
|
LineList |
getLines(int ndx)
Get Lines contained in group
|
LoadList |
getLoads(int ndx)
Get Loads contained in group
|
PhaseShifterList |
getPhaseShifters(int ndx)
Get Phase Shifters contained in group
|
SeriesCapList |
getSeriesCapacitors(int ndx)
Get Series Capacitors contained in group
|
SeriesReacList |
getSeriesReactors(int ndx)
Get Series Reactors contained in group
|
ShuntCapList |
getShuntCapacitors(int ndx)
Get Shunt Capacitors contained in group
|
ShuntReacList |
getShuntReactors(int ndx)
Get Shunt Reactors contained in group
|
SVCList |
getSVCs(int ndx)
Get Static Var Compensators contained in group
|
SwitchList |
getSwitches(int ndx)
Get Switches contained in group
|
TransformerList |
getTransformers(int ndx)
Get Transformers contained in group
|
TwoTermDCLineList |
getTwoTermDCLines(int ndx)
Get Two-Terminal DC Lines contained in group
|
int[] |
translateBusIndexes(int[] indexes)
bulk convert a set of bus indexes to indexes of this list
|
CalcListHash, getByID, getByKey, getColTypes, getColumnData, getID, getID, getIndex, getIndexes, getIndexesFromIDs, getIndexesFromKeys, getKey, getKeys, getListMeta, 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, toArrayBusList getBuses(int ndx) throws PAModelException
ndx - group indexPAModelExceptionSwitchList getSwitches(int ndx) throws PAModelException
ndx - group indexPAModelExceptionLineList getLines(int ndx) throws PAModelException
ndx - group indexPAModelExceptionSeriesReacList getSeriesReactors(int ndx) throws PAModelException
ndx - group indexPAModelExceptionSeriesCapList getSeriesCapacitors(int ndx) throws PAModelException
ndx - group indexPAModelExceptionTransformerList getTransformers(int ndx) throws PAModelException
ndx - group indexPAModelExceptionPhaseShifterList getPhaseShifters(int ndx) throws PAModelException
ndx - group indexPAModelExceptionTwoTermDCLineList getTwoTermDCLines(int ndx) throws PAModelException
ndx - group indexPAModelExceptionGenList getGenerators(int ndx) throws PAModelException
ndx - group indexPAModelExceptionLoadList getLoads(int ndx) throws PAModelException
ndx - group indexPAModelExceptionShuntReacList getShuntReactors(int ndx) throws PAModelException
ndx - group indexPAModelExceptionShuntCapList getShuntCapacitors(int ndx) throws PAModelException
ndx - group indexPAModelExceptionSVCList getSVCs(int ndx) throws PAModelException
ndx - group indexPAModelExceptionT getByBus(Bus b) throws PAModelException
b - PAModelExceptionint[] translateBusIndexes(int[] indexes)