|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Variable
| Field Summary | |
|---|---|
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
|
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable |
|---|
TOPIA_CONTEXT |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Method Summary | |
|---|---|
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)
|
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable |
|---|
delete, getTopiaContext, setTopiaContext, update |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Field Detail |
|---|
static 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
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||