|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Matrix aware variables should implement this interface.
Method Summary | |
Dimensions |
getDimensions()
The dimension of the variable. |
Node |
getEquation()
The equation represented by this variable. |
MatrixValueI |
getMValue()
Returns the value container of this variable. |
boolean |
hasValidValue()
Is the value of this variable meaningful? |
void |
setDimensions(Dimensions dims)
Sets the dimension of the variable. |
void |
setMValue(MatrixValueI val)
Sets the value of the variable (matrix aware). |
void |
setValidValue(boolean b)
makes the vaule valid. |
Method Detail |
public Dimensions getDimensions()
public void setDimensions(Dimensions dims)
public MatrixValueI getMValue()
public void setMValue(MatrixValueI val)
public boolean hasValidValue()
public void setValidValue(boolean b)
public Node getEquation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |