public class FixedShuntCalcList extends java.util.AbstractList<FixedShuntCalcList.FixedShuntCalc>
| Modifier and Type | Class and Description |
|---|---|
class |
FixedShuntCalcList.FixedShuntCalc |
| Constructor and Description |
|---|
FixedShuntCalcList(FixedShuntListIfc<? extends FixedShunt> src) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyJacobian(JacobianMatrix jm) |
void |
applyMismatches(float[] mm) |
void |
applyMismatches(Mismatch qmm) |
FixedShuntCalcList |
calc(float[] vmpu) |
FixedShuntCalcList.FixedShuntCalc |
get(int index) |
JacobianList |
getJacobianList() |
float |
getQpu(int ndx) |
FixedShunt |
getShunt(int ndx) |
int |
size() |
void |
update() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic FixedShuntCalcList(FixedShuntListIfc<? extends FixedShunt> src) throws PAModelException
PAModelExceptionpublic JacobianList getJacobianList()
public FixedShunt getShunt(int ndx)
public float getQpu(int ndx)
public FixedShuntCalcList calc(float[] vmpu) throws PAModelException
PAModelExceptionpublic void applyJacobian(JacobianMatrix jm)
public void applyMismatches(Mismatch qmm) throws PAModelException
PAModelExceptionpublic void applyMismatches(float[] mm)
throws PAModelException
PAModelExceptionpublic int size()
size in interface java.util.Collection<FixedShuntCalcList.FixedShuntCalc>size in interface java.util.List<FixedShuntCalcList.FixedShuntCalc>size in class java.util.AbstractCollection<FixedShuntCalcList.FixedShuntCalc>public FixedShuntCalcList.FixedShuntCalc get(int index)
get in interface java.util.List<FixedShuntCalcList.FixedShuntCalc>get in class java.util.AbstractList<FixedShuntCalcList.FixedShuntCalc>public void update()
throws PAModelException
PAModelException