public interface MatrixVariableI
Modifier and Type | Method and Description |
---|---|
Dimensions |
getDimensions()
The dimension of the variable.
|
Node |
getEquation()
The equation represented by this variable.
|
MatrixValueI |
getMValue()
Returns the value container of this variable.
|
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.
|
Dimensions getDimensions()
void setDimensions(Dimensions dims)
MatrixValueI getMValue()
void setMValue(MatrixValueI val)
boolean hasValidValue()
void setValidValue(boolean b)
Node getEquation()
boolean hasEquation()
String getName()
boolean isConstant()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics