public interface LoadList extends OneTermDevListIfc<Load>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadList.ListAccess<R> |
OneTermBaseList.OneTermBase| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<ColumnMeta,LoadList.ListAccess<?>> |
Cols |
| Modifier and Type | Method and Description |
|---|---|
static LoadList |
emptyList() |
default java.util.Set<ColumnMeta> |
getColTypes() |
default <R> R |
getColumnData(ColumnMeta col) |
default ListMetaType |
getListMeta() |
float[] |
getMaxP() |
float |
getMaxP(int ndx) |
float[] |
getMaxQ() |
float |
getMaxQ(int ndx) |
static java.util.Map<ColumnMeta,LoadList.ListAccess<?>> |
InitializeCols() |
void |
setMaxP(float[] mw) |
void |
setMaxP(int ndx,
float mw) |
void |
setMaxQ(float[] mvar) |
void |
setMaxQ(int ndx,
float mvar) |
getBus, getBusIndexes, getP, getP, getQ, getQ, setBus, setBus, setP, setP, setQ, setQisInService, 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, toArraygetBusstatic final java.util.Map<ColumnMeta,LoadList.ListAccess<?>> Cols
static LoadList emptyList()
float getMaxP(int ndx)
throws PAModelException
PAModelExceptionvoid setMaxP(int ndx,
float mw)
throws PAModelException
PAModelExceptionfloat[] getMaxP()
throws PAModelException
PAModelExceptionvoid setMaxP(float[] mw)
throws PAModelException
PAModelExceptionfloat getMaxQ(int ndx)
throws PAModelException
PAModelExceptionvoid setMaxQ(int ndx,
float mvar)
throws PAModelException
PAModelExceptionfloat[] getMaxQ()
throws PAModelException
PAModelExceptionvoid setMaxQ(float[] mvar)
throws PAModelException
PAModelExceptionstatic java.util.Map<ColumnMeta,LoadList.ListAccess<?>> InitializeCols()
default <R> R getColumnData(ColumnMeta col) throws PAModelException
getColumnData in interface BaseList<Load>PAModelExceptiondefault java.util.Set<ColumnMeta> getColTypes()
getColTypes in interface BaseList<Load>default ListMetaType getListMeta()
getListMeta in interface BaseList<Load>