public class JacobianArrayList extends java.util.AbstractList<JacobianElement> implements JacobianList
JacobianList.Element| Constructor and Description |
|---|
JacobianArrayList(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
dec(int index,
JacobianElement e)
Deccrement all partial derivatives of this element with the given element
|
void |
decDpda(int ndx,
float v)
decrement the partial derivative of active power with respect to voltage angle
|
void |
decDpdv(int ndx,
float v)
decrement the partial derivative of active power with respect to voltage magnitude
|
void |
decDqda(int ndx,
float v)
decrement the partial derivative of reactive power with respect to voltage angle
|
void |
decDqdv(int ndx,
float v)
decrement the partial derivative of reactive power with respect to voltage magnitude
|
JacobianElement |
get(int index) |
float |
getDpda(int ndx)
get the partial derivative of active power with respect to voltage angle
|
float |
getDpdv(int ndx)
get the partial derivative of active power with respect to voltage magnitude
|
float |
getDqda(int ndx)
get the partial derivative of reactive power with respect to voltage angle
|
float |
getDqdv(int ndx)
get the partial derivative of reactive power with respect to voltage magnitude
|
void |
inc(int index,
JacobianElement e)
Increment all partial derivatives of this element with the given element
|
void |
incDpda(int ndx,
float v)
increment the partial derivative of active power with respect to voltage angle
|
void |
incDpdv(int ndx,
float v)
increment the partial derivative of active power with respect to voltage magnitude
|
void |
incDqda(int ndx,
float v)
increment the partial derivative of reactive power with respect to voltage angle
|
void |
incDqdv(int ndx,
float v)
increment the partial derivative of reactive power with respect to voltage magnitude
|
void |
replace(int index,
JacobianElement e)
Set the element, but don't worry about a return value
|
void |
reset()
reset all the elements to 0
|
JacobianElement |
set(int index,
JacobianElement element) |
void |
setDpda(int ndx,
float v)
set the partial derivative of active power with respect to voltage angle
|
void |
setDpdv(int ndx,
float v)
set the partial derivative of active power with respect to voltage magnitude
|
void |
setDqda(int ndx,
float v)
set the partial derivative of reactive power with respect to voltage angle
|
void |
setDqdv(int ndx,
float v)
set the partial derivative of reactive power with respect to voltage magnitude
|
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic float getDpda(int ndx)
JacobianListgetDpda in interface JacobianListpublic float getDpdv(int ndx)
JacobianListgetDpdv in interface JacobianListpublic float getDqda(int ndx)
JacobianListgetDqda in interface JacobianListpublic float getDqdv(int ndx)
JacobianListgetDqdv in interface JacobianListpublic void setDpda(int ndx,
float v)
JacobianListsetDpda in interface JacobianListpublic void setDpdv(int ndx,
float v)
JacobianListsetDpdv in interface JacobianListpublic void setDqda(int ndx,
float v)
JacobianListsetDqda in interface JacobianListpublic void setDqdv(int ndx,
float v)
JacobianListsetDqdv in interface JacobianListpublic JacobianElement get(int index)
get in interface JacobianListget in interface java.util.List<JacobianElement>get in class java.util.AbstractList<JacobianElement>public int size()
size in interface java.util.Collection<JacobianElement>size in interface java.util.List<JacobianElement>size in class java.util.AbstractCollection<JacobianElement>public void reset()
JacobianListreset in interface JacobianListpublic void incDpda(int ndx,
float v)
JacobianListincDpda in interface JacobianListpublic void incDpdv(int ndx,
float v)
JacobianListincDpdv in interface JacobianListpublic void incDqda(int ndx,
float v)
JacobianListincDqda in interface JacobianListpublic void incDqdv(int ndx,
float v)
JacobianListincDqdv in interface JacobianListpublic void decDpda(int ndx,
float v)
JacobianListdecDpda in interface JacobianListpublic void decDpdv(int ndx,
float v)
JacobianListdecDpdv in interface JacobianListpublic void decDqda(int ndx,
float v)
JacobianListdecDqda in interface JacobianListpublic void decDqdv(int ndx,
float v)
JacobianListdecDqdv in interface JacobianListpublic JacobianElement set(int index, JacobianElement element)
set in interface java.util.List<JacobianElement>set in class java.util.AbstractList<JacobianElement>public void replace(int index,
JacobianElement e)
index - e - public void inc(int index,
JacobianElement e)
JacobianListinc in interface JacobianListpublic void dec(int index,
JacobianElement e)
JacobianListdec in interface JacobianList