public interface LineList extends ACBranchListIfc<Line>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LineList.ListAccess<R> |
TwoTermBaseList.TwoTermBase| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<ColumnMeta,LineList.ListAccess<?>> |
Cols |
| Modifier and Type | Method and Description |
|---|---|
static LineList |
emptyList() |
default java.util.Set<ColumnMeta> |
getColTypes() |
default <R> R |
getColumnData(ColumnMeta col) |
float[] |
getFromBchg() |
float |
getFromBchg(int ndx) |
default ListMetaType |
getListMeta() |
float[] |
getToBchg() |
float |
getToBchg(int ndx) |
static java.util.Map<ColumnMeta,LineList.ListAccess<?>> |
InitializeCols() |
void |
setFromBchg(float[] b) |
void |
setFromBchg(int ndx,
float b) |
void |
setToBchg(float[] b) |
void |
setToBchg(int ndx,
float b) |
getBmag, getBmag, getFromTap, getFromTap, getGmag, getGmag, getLTRating, getLTRating, getR, getR, getShift, getShift, getToTap, getToTap, getX, getX, setBmag, setBmag, setFromTap, setFromTap, setGmag, setGmag, setLTRating, setLTRating, setR, setR, setShift, setShift, setToTap, setToTap, setX, setXgetFromBus, 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,LineList.ListAccess<?>> Cols
static LineList emptyList()
float getFromBchg(int ndx)
throws PAModelException
getFromBchg in interface ACBranchListIfc<Line>PAModelExceptionvoid setFromBchg(int ndx,
float b)
throws PAModelException
setFromBchg in interface ACBranchListIfc<Line>PAModelExceptionfloat[] getFromBchg()
throws PAModelException
getFromBchg in interface ACBranchListIfc<Line>PAModelExceptionvoid setFromBchg(float[] b)
throws PAModelException
setFromBchg in interface ACBranchListIfc<Line>PAModelExceptionfloat getToBchg(int ndx)
throws PAModelException
getToBchg in interface ACBranchListIfc<Line>PAModelExceptionvoid setToBchg(int ndx,
float b)
throws PAModelException
setToBchg in interface ACBranchListIfc<Line>PAModelExceptionfloat[] getToBchg()
throws PAModelException
getToBchg in interface ACBranchListIfc<Line>PAModelExceptionvoid setToBchg(float[] b)
throws PAModelException
setToBchg in interface ACBranchListIfc<Line>PAModelExceptionstatic java.util.Map<ColumnMeta,LineList.ListAccess<?>> InitializeCols()
default <R> R getColumnData(ColumnMeta col) throws PAModelException
getColumnData in interface BaseList<Line>PAModelExceptiondefault java.util.Set<ColumnMeta> getColTypes()
getColTypes in interface BaseList<Line>default ListMetaType getListMeta()
getListMeta in interface BaseList<Line>