public interface BusList extends GroupListIfc<Bus>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BusList.ListAccess<R> |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<ColumnMeta,BusList.ListAccess<?>> |
Cols |
| Modifier and Type | Method and Description |
|---|---|
static BusList |
CreateAlternateTopology(PAModel model,
GroupIndex grpindx)
Create your own bus list based on an alternate topology defined by GroupIndex
|
static BusList |
emptyList() |
Area[] |
getArea() |
Area |
getArea(int ndx) |
default java.util.Set<ColumnMeta> |
getColTypes() |
default <R> R |
getColumnData(ColumnMeta col) |
int[] |
getFreqSrcPri() |
int |
getFreqSrcPri(int ndx) |
ElectricalIsland |
getIsland(int ndx) |
default ListMetaType |
getListMeta() |
Owner[] |
getOwner() |
Owner |
getOwner(int ndx) |
Station[] |
getStation() |
Station |
getStation(int ndx) |
float[] |
getVA() |
float |
getVA(int ndx) |
float[] |
getVM() |
float |
getVM(int ndx) |
VoltageLevel[] |
getVoltageLevel() |
VoltageLevel |
getVoltageLevel(int ndx) |
static java.util.Map<ColumnMeta,BusList.ListAccess<?>> |
InitializeCols() |
void |
setArea(Area[] a) |
void |
setArea(int ndx,
Area a) |
void |
setFreqSrcPri(int[] fsp) |
void |
setFreqSrcPri(int ndx,
int fsp) |
void |
setOwner(int ndx,
Owner o) |
void |
setOwner(Owner[] o) |
void |
setStation(int ndx,
Station s) |
void |
setStation(Station[] s) |
void |
setVA(float[] va) |
void |
setVA(int ndx,
float va) |
void |
setVM(float[] vm) |
void |
setVM(int ndx,
float vm) |
void |
setVoltageLevel(int ndx,
VoltageLevel l) |
void |
setVoltageLevel(VoltageLevel[] l) |
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,BusList.ListAccess<?>> Cols
static BusList emptyList()
float getVM(int ndx)
throws PAModelException
PAModelExceptionvoid setVM(int ndx,
float vm)
throws PAModelException
PAModelExceptionfloat[] getVM()
throws PAModelException
PAModelExceptionvoid setVM(float[] vm)
throws PAModelException
PAModelExceptionfloat getVA(int ndx)
throws PAModelException
PAModelExceptionvoid setVA(int ndx,
float va)
throws PAModelException
PAModelExceptionfloat[] getVA()
throws PAModelException
PAModelExceptionvoid setVA(float[] va)
throws PAModelException
PAModelExceptionint getFreqSrcPri(int ndx)
throws PAModelException
PAModelExceptionvoid setFreqSrcPri(int ndx,
int fsp)
throws PAModelException
PAModelExceptionint[] getFreqSrcPri()
throws PAModelException
PAModelExceptionvoid setFreqSrcPri(int[] fsp)
throws PAModelException
PAModelExceptionElectricalIsland getIsland(int ndx) throws PAModelException
PAModelExceptionArea getArea(int ndx) throws PAModelException
PAModelExceptionvoid setArea(int ndx,
Area a)
throws PAModelException
PAModelExceptionArea[] getArea() throws PAModelException
PAModelExceptionvoid setArea(Area[] a) throws PAModelException
PAModelExceptionStation getStation(int ndx) throws PAModelException
PAModelExceptionvoid setStation(int ndx,
Station s)
throws PAModelException
PAModelExceptionStation[] getStation() throws PAModelException
PAModelExceptionvoid setStation(Station[] s) throws PAModelException
PAModelExceptionOwner getOwner(int ndx) throws PAModelException
PAModelExceptionvoid setOwner(int ndx,
Owner o)
throws PAModelException
PAModelExceptionOwner[] getOwner() throws PAModelException
PAModelExceptionvoid setOwner(Owner[] o) throws PAModelException
PAModelExceptionVoltageLevel getVoltageLevel(int ndx) throws PAModelException
PAModelExceptionvoid setVoltageLevel(int ndx,
VoltageLevel l)
throws PAModelException
PAModelExceptionVoltageLevel[] getVoltageLevel() throws PAModelException
PAModelExceptionvoid setVoltageLevel(VoltageLevel[] l) throws PAModelException
PAModelExceptionstatic java.util.Map<ColumnMeta,BusList.ListAccess<?>> InitializeCols()
default <R> R getColumnData(ColumnMeta col) throws PAModelException
getColumnData in interface BaseList<Bus>PAModelExceptiondefault java.util.Set<ColumnMeta> getColTypes()
getColTypes in interface BaseList<Bus>default ListMetaType getListMeta()
getListMeta in interface BaseList<Bus>static BusList CreateAlternateTopology(PAModel model, GroupIndex grpindx) throws PAModelException
PAModelException