public interface SwitchList extends TwoTermDevListIfc<Switch>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SwitchList.ListAccess<R> |
TwoTermBaseList.TwoTermBase| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<ColumnMeta,SwitchList.ListAccess<?>> |
Cols |
| Modifier and Type | Method and Description |
|---|---|
static SwitchList |
emptyList() |
default java.util.Set<ColumnMeta> |
getColTypes() |
default <R> R |
getColumnData(ColumnMeta col) |
default ListMetaType |
getListMeta() |
Switch.State[] |
getState() |
Switch.State |
getState(int ndx) |
float[] |
getTransitTime() |
float |
getTransitTime(int ndx) |
static java.util.Map<ColumnMeta,SwitchList.ListAccess<?>> |
InitializeCols() |
boolean[] |
isEnabled() |
boolean |
isEnabled(int ndx) |
boolean[] |
isOperableUnderLoad() |
boolean |
isOperableUnderLoad(int ndx) |
void |
setEnabled(boolean[] enable) |
void |
setEnabled(int ndx,
boolean enable) |
void |
setOperableUnderLoad(boolean[] op) |
void |
setOperableUnderLoad(int ndx,
boolean op) |
void |
setState(int ndx,
Switch.State state) |
void |
setState(Switch.State[] state) |
void |
setTransitTime(float[] t) |
void |
setTransitTime(int ndx,
float t) |
getFromBus, getFromBusIndexes, getFromP, getFromP, getFromQ, getFromQ, getToBus, getToBusIndexes, getToP, getToP, getToQ, getToQ, setFromBus, setFromBus, setFromP, setFromP, setFromQ, setFromQ, setToBus, setToBus, setToP, setToP, setToQ, setToQgetFromBus, getToBusisInService, isInService, setInService, setInServiceCalcListHash, 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,SwitchList.ListAccess<?>> Cols
static SwitchList emptyList()
Switch.State getState(int ndx) throws PAModelException
PAModelExceptionvoid setState(int ndx,
Switch.State state)
throws PAModelException
PAModelExceptionSwitch.State[] getState() throws PAModelException
PAModelExceptionvoid setState(Switch.State[] state) throws PAModelException
PAModelExceptionboolean isOperableUnderLoad(int ndx)
throws PAModelException
PAModelExceptionvoid setOperableUnderLoad(int ndx,
boolean op)
throws PAModelException
PAModelExceptionboolean[] isOperableUnderLoad()
throws PAModelException
PAModelExceptionvoid setOperableUnderLoad(boolean[] op)
throws PAModelException
PAModelExceptionboolean isEnabled(int ndx)
throws PAModelException
PAModelExceptionvoid setEnabled(int ndx,
boolean enable)
throws PAModelException
PAModelExceptionboolean[] isEnabled()
throws PAModelException
PAModelExceptionvoid setEnabled(boolean[] enable)
throws PAModelException
PAModelExceptionfloat getTransitTime(int ndx)
throws PAModelException
PAModelExceptionfloat[] getTransitTime()
throws PAModelException
PAModelExceptionvoid setTransitTime(int ndx,
float t)
throws PAModelException
PAModelExceptionvoid setTransitTime(float[] t)
throws PAModelException
PAModelExceptionstatic java.util.Map<ColumnMeta,SwitchList.ListAccess<?>> InitializeCols()
default <R> R getColumnData(ColumnMeta col) throws PAModelException
getColumnData in interface BaseList<Switch>PAModelExceptiondefault java.util.Set<ColumnMeta> getColTypes()
getColTypes in interface BaseList<Switch>default ListMetaType getListMeta()
getListMeta in interface BaseList<Switch>