public class Group extends AbstractBaseObject implements PALists
| Constructor and Description |
|---|
Group(GroupListIfc<? extends Group> list,
int ndx) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ACBranchList> |
getACBranches()
get all AC Branches
|
BusList |
getBuses()
return list of buses
|
java.util.List<FixedShuntList> |
getFixedShunts() |
GenList |
getGenerators()
return list of generators
|
LineList |
getLines()
return list of lines
|
LoadList |
getLoads()
return list of loads
|
java.util.List<OneTermDevList> |
getOneTermDevices()
get all one-terminal devices
|
PhaseShifterList |
getPhaseShifters()
return list of phase shifters
|
SeriesCapList |
getSeriesCapacitors()
return list of series capacitors
|
SeriesReacList |
getSeriesReactors()
return list of series reactors
|
ShuntCapList |
getShuntCapacitors()
return list of shunt capacitors
|
ShuntReacList |
getShuntReactors()
return list of shunt reactors
|
SteamTurbineList |
getSteamTurbines()
return list of Steam Turbines.
|
SVCList |
getSVCs()
return list of SVC's
|
SwitchList |
getSwitches()
return list of switches
|
TransformerList |
getTransformers()
return list of transformers
|
TwoTermDCLineList |
getTwoTermDCLines()
return list of two-terminal DC Lines.
|
java.util.List<TwoTermDevList> |
getTwoTermDevices()
get all two-terminal devices
|
public Group(GroupListIfc<? extends Group> list, int ndx)
public BusList getBuses() throws PAModelException
PAListsgetBuses in interface PAListsPAModelExceptionpublic SwitchList getSwitches() throws PAModelException
PAListsgetSwitches in interface PAListsPAModelExceptionpublic LineList getLines() throws PAModelException
PAListsgetLines in interface PAListsPAModelExceptionpublic SeriesReacList getSeriesReactors() throws PAModelException
PAListsgetSeriesReactors in interface PAListsPAModelExceptionpublic SeriesCapList getSeriesCapacitors() throws PAModelException
PAListsgetSeriesCapacitors in interface PAListsPAModelExceptionpublic TransformerList getTransformers() throws PAModelException
PAListsgetTransformers in interface PAListsPAModelExceptionpublic PhaseShifterList getPhaseShifters() throws PAModelException
PAListsgetPhaseShifters in interface PAListsPAModelExceptionpublic TwoTermDCLineList getTwoTermDCLines() throws PAModelException
PAListsgetTwoTermDCLines in interface PAListsPAModelExceptionpublic GenList getGenerators() throws PAModelException
PAListsgetGenerators in interface PAListsPAModelExceptionpublic LoadList getLoads() throws PAModelException
PAListsgetLoads in interface PAListsPAModelExceptionpublic ShuntReacList getShuntReactors() throws PAModelException
PAListsgetShuntReactors in interface PAListsPAModelExceptionpublic ShuntCapList getShuntCapacitors() throws PAModelException
PAListsgetShuntCapacitors in interface PAListsPAModelExceptionpublic SVCList getSVCs() throws PAModelException
PAListsgetSVCs in interface PAListsPAModelExceptionpublic java.util.List<OneTermDevList> getOneTermDevices() throws PAModelException
PAListsgetOneTermDevices in interface PAListsPAModelException - Method uses reflection to find all one-terminal device listspublic java.util.List<TwoTermDevList> getTwoTermDevices() throws PAModelException
PAListsgetTwoTermDevices in interface PAListsPAModelException - Method uses reflection to find all two-terminal devicespublic java.util.List<ACBranchList> getACBranches() throws PAModelException
PAListsgetACBranches in interface PAListsPAModelException - Method uses reflection to find all ACBranch devicespublic java.util.List<FixedShuntList> getFixedShunts() throws PAModelException
getFixedShunts in interface PAListsPAModelExceptionpublic SteamTurbineList getSteamTurbines() throws PAModelException
PAListsgetSteamTurbines in interface PAListsPAModelException