public interface FixedShuntListIfc<T extends FixedShunt> extends OneTermDevListIfc<T>
OneTermBaseList.OneTermBase| Modifier and Type | Method and Description |
|---|---|
float[] |
getB() |
float |
getB(int ndx) |
void |
setB(float[] b) |
void |
setB(int ndx,
float b) |
getBus, getBusIndexes, getP, getP, getQ, getQ, setBus, setBus, setP, setP, setQ, setQisInService, isInService, setInService, setInServiceCalcListHash, getByID, getByKey, getColTypes, getColumnData, getID, getID, getIndex, getIndexes, getIndexesFromIDs, getIndexesFromKeys, getKey, getKeys, getListMeta, 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, toArraygetBusfloat getB(int ndx)
throws PAModelException
PAModelExceptionvoid setB(int ndx,
float b)
throws PAModelException
PAModelExceptionfloat[] getB()
throws PAModelException
PAModelExceptionvoid setB(float[] b) throws PAModelException
PAModelException