public interface Variable
extends org.nuiton.topia.persistence.TopiaEntityContextable
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_COMMENT |
static String |
PROPERTY_DOUBLE_VALUE |
static String |
PROPERTY_ENTITY_ID |
static String |
PROPERTY_EQUATION_VALUE |
static String |
PROPERTY_MATRIX_VALUE |
static String |
PROPERTY_NAME |
static String |
PROPERTY_TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
double |
getDoubleValue() |
String |
getEntityId() |
Equation |
getEquationValue() |
org.nuiton.math.matrix.MatrixND |
getMatrixValue() |
String |
getName() |
VariableType |
getType() |
void |
setComment(String comment) |
void |
setDoubleValue(double doubleValue) |
void |
setEntityId(String entityId) |
void |
setEquationValue(Equation equationValue) |
void |
setMatrixValue(org.nuiton.math.matrix.MatrixND matrixValue) |
void |
setName(String name) |
void |
setType(VariableType type) |
delete, getTopiaContext, setTopiaContext, updateaccept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionstatic final String PROPERTY_ENTITY_ID
static final String PROPERTY_NAME
static final String PROPERTY_COMMENT
static final String PROPERTY_DOUBLE_VALUE
static final String PROPERTY_MATRIX_VALUE
static final String PROPERTY_EQUATION_VALUE
static final String PROPERTY_TYPE
void setEntityId(String entityId)
String getEntityId()
void setName(String name)
String getName()
void setComment(String comment)
String getComment()
void setDoubleValue(double doubleValue)
double getDoubleValue()
void setMatrixValue(org.nuiton.math.matrix.MatrixND matrixValue)
org.nuiton.math.matrix.MatrixND getMatrixValue()
void setEquationValue(Equation equationValue)
Equation getEquationValue()
void setType(VariableType type)
VariableType getType()
Copyright © 1999–2013 CodeLutin. All rights reserved.