Package fr.ifremer.isisfish.entities
Interface Variable
- All Superinterfaces:
Serializable
,org.nuiton.topia.persistence.TopiaEntity
,org.nuiton.topia.persistence.TopiaEntityContextable
- All Known Implementing Classes:
VariableAbstract
,VariableImpl
public interface Variable
extends org.nuiton.topia.persistence.TopiaEntityContextable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
TOPIA_CONTEXT
-
Method Summary
Modifier and TypeMethodDescriptiondouble
org.nuiton.math.matrix.MatrixND
getName()
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
void
setType
(VariableType type) 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
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntityContextable
delete, getTopiaContext, setTopiaContext, update
-
Field Details
-
PROPERTY_ENTITY_ID
- See Also:
-
PROPERTY_NAME
- See Also:
-
PROPERTY_COMMENT
- See Also:
-
PROPERTY_DOUBLE_VALUE
- See Also:
-
PROPERTY_MATRIX_VALUE
- See Also:
-
PROPERTY_EQUATION_VALUE
- See Also:
-
PROPERTY_TYPE
- See Also:
-
-
Method Details
-
setEntityId
-
getEntityId
String getEntityId() -
setName
-
getName
String getName() -
setComment
-
getComment
String getComment() -
setDoubleValue
void setDoubleValue(double doubleValue) -
getDoubleValue
double getDoubleValue() -
setMatrixValue
void setMatrixValue(org.nuiton.math.matrix.MatrixND matrixValue) -
getMatrixValue
org.nuiton.math.matrix.MatrixND getMatrixValue() -
setEquationValue
-
getEquationValue
Equation getEquationValue() -
setType
-
getType
VariableType getType()
-