public static class JacobianElement.JacobianElementContainer extends java.lang.Object implements JacobianElement
JacobianElement.JacobianElementContainer| Constructor and Description |
|---|
JacobianElementContainer(float dpda,
float dpdv,
float dqda,
float dqdv) |
| Modifier and Type | Method and Description |
|---|---|
void |
dec(JacobianElement e)
Decrement all partial derivatives of this element with the given element
|
void |
decDpda(float v)
decrement the partial derivative of active power with respect to voltage angle
|
void |
decDpdv(float v)
decrement the partial derivative of active power with respect to voltage magnitude
|
void |
decDqda(float v)
decrement the partial derivative of reactive power with respect to voltage angle
|
void |
decDqdv(float v)
decrement the partial derivative of reactive power with respect to voltage magnitude
|
float |
getDpda()
get the partial derivative of active power with respect to voltage angle
|
float |
getDpdv()
get the partial derivative of active power with respect to voltage magnitude
|
float |
getDqda()
get the partial derivative of reactive power with respect to voltage angle
|
float |
getDqdv()
get the partial derivative of reactive power with respect to voltage magnitude
|
void |
inc(JacobianElement e)
Increment all partial derivatives of this element with the given element
|
void |
incDpda(float v)
increment the partial derivative of active power with respect to voltage angle
|
void |
incDpdv(float v)
increment the partial derivative of active power with respect to voltage magnitude
|
void |
incDqda(float v)
increment the partial derivative of reactive power with respect to voltage angle
|
void |
incDqdv(float v)
increment the partial derivative of reactive power with respect to voltage magnitude
|
void |
setDpda(float v)
set the partial derivative of active power with respect to voltage angle
|
void |
setDpdv(float v)
set the partial derivative of active power with respect to voltage magnitude
|
void |
setDqda(float v)
set the partial derivative of reactive power with respect to voltage angle
|
void |
setDqdv(float v)
set the partial derivative of reactive power with respect to voltage magnitude
|
java.lang.String |
toString() |
public JacobianElementContainer(float dpda,
float dpdv,
float dqda,
float dqdv)
public float getDpda()
JacobianElementgetDpda in interface JacobianElementpublic float getDpdv()
JacobianElementgetDpdv in interface JacobianElementpublic float getDqda()
JacobianElementgetDqda in interface JacobianElementpublic float getDqdv()
JacobianElementgetDqdv in interface JacobianElementpublic void setDpda(float v)
JacobianElementsetDpda in interface JacobianElementpublic void setDpdv(float v)
JacobianElementsetDpdv in interface JacobianElementpublic void setDqda(float v)
JacobianElementsetDqda in interface JacobianElementpublic void setDqdv(float v)
JacobianElementsetDqdv in interface JacobianElementpublic void incDpda(float v)
JacobianElementincDpda in interface JacobianElementpublic void incDpdv(float v)
JacobianElementincDpdv in interface JacobianElementpublic void incDqda(float v)
JacobianElementincDqda in interface JacobianElementpublic void incDqdv(float v)
JacobianElementincDqdv in interface JacobianElementpublic void decDpda(float v)
JacobianElementdecDpda in interface JacobianElementpublic void decDpdv(float v)
JacobianElementdecDpdv in interface JacobianElementpublic void decDqda(float v)
JacobianElementdecDqda in interface JacobianElementpublic void decDqdv(float v)
JacobianElementdecDqdv in interface JacobianElementpublic void inc(JacobianElement e)
JacobianElementinc in interface JacobianElementpublic void dec(JacobianElement e)
JacobianElementdec in interface JacobianElementpublic java.lang.String toString()
toString in class java.lang.Object