|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MatrixVariableI
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. |
java.lang.String |
getName()
The name of variable |
boolean |
hasEquation()
Whether this variable has an equation. |
boolean |
hasValidValue()
Is the value of this variable meaningful? |
boolean |
isConstant()
Is it constant? |
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 |
---|
Dimensions getDimensions()
void setDimensions(Dimensions dims)
MatrixValueI getMValue()
void setMValue(MatrixValueI val)
boolean hasValidValue()
void setValidValue(boolean b)
Node getEquation()
boolean hasEquation()
java.lang.String getName()
boolean isConstant()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |