| Modifier and Type | Method and Description |
|---|---|
void |
clearChanges()
clear changes
|
GroupList |
createGroups(GroupIndex map) |
AreaList |
getAreas()
get Areas
|
java.util.Set<ColChange> |
getChanges()
Get a set of changes made to the model
|
ElectricalIslandList |
getElectricalIslands()
return the islands
|
ImpedanceCorrectionList |
getImpedanceCorrections()
get Impedance Correction for transformers and phase shifters
|
BaseList<? extends BaseObject> |
getList(ListMetaType type)
Get a generic representation of a list based on its enumerated type
|
OwnerList |
getOwners()
get owners
|
float |
getSBASE() |
BusList |
getSingleBus()
get Single Bus view of nodes interconnected by closed switches
|
StationList |
getStations()
get Substations
|
SwitchedShuntList |
getSwitchedShunts()
return list of switched shunts
|
VoltageLevelList |
getVoltageLevels()
get Voltage Levels
|
long |
refresh() |
void |
refreshTopology()
refresh the island and singlebus list to reflect changes to topology or generator state
|
getACBranches, getBuses, getFixedShunts, getGenerators, getLines, getLoads, getOneTermDevices, getPhaseShifters, getSeriesCapacitors, getSeriesReactors, getShuntCapacitors, getShuntReactors, getSteamTurbines, getSVCs, getSwitches, getTransformers, getTwoTermDCLines, getTwoTermDevicesfloat getSBASE()
throws PAModelException
PAModelExceptionBaseList<? extends BaseObject> getList(ListMetaType type) throws PAModelException
PAModelExceptionSwitchedShuntList getSwitchedShunts() throws PAModelException
PAModelExceptionElectricalIslandList getElectricalIslands() throws PAModelException
PAModelExceptionvoid refreshTopology()
throws PAModelException
PAModelExceptionAreaList getAreas() throws PAModelException
PAModelExceptionOwnerList getOwners() throws PAModelException
PAModelExceptionStationList getStations() throws PAModelException
PAModelExceptionVoltageLevelList getVoltageLevels() throws PAModelException
PAModelExceptionBusList getSingleBus() throws PAModelException
PAModelExceptionGroupList createGroups(GroupIndex map)
ImpedanceCorrectionList getImpedanceCorrections() throws PAModelException
PAModelExceptionjava.util.Set<ColChange> getChanges()
void clearChanges()
long refresh()
throws PAModelException
PAModelException