public abstract class VariableAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Variable
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment
Nom de l'attribut en BD : comment
|
protected double |
doubleValue
Nom de l'attribut en BD : doubleValue
|
protected String |
entityId
Nom de l'attribut en BD : entityId
|
protected Equation |
equationValue
Nom de l'attribut en BD : equationValue
|
protected org.nuiton.math.matrix.MatrixND |
matrixValue
Nom de l'attribut en BD : matrixValue
|
protected String |
name
Nom de l'attribut en BD : name
|
protected VariableType |
type
Nom de l'attribut en BD : type
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_COMMENT, PROPERTY_DOUBLE_VALUE, PROPERTY_ENTITY_ID, PROPERTY_EQUATION_VALUE, PROPERTY_MATRIX_VALUE, PROPERTY_NAME, PROPERTY_TYPE| Constructor and Description |
|---|
VariableAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor) |
void |
delete() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate() |
String |
getComment() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
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) |
String |
toString() |
void |
update() |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTopiaContext, setTopiaContextaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String entityId
protected String name
protected String comment
protected double doubleValue
protected org.nuiton.math.matrix.MatrixND matrixValue
protected Equation equationValue
protected VariableType type
public void update()
throws org.nuiton.topia.TopiaException
update in interface org.nuiton.topia.persistence.TopiaEntityContextableorg.nuiton.topia.TopiaExceptionpublic void delete()
throws org.nuiton.topia.TopiaException
delete in interface org.nuiton.topia.persistence.TopiaEntityContextableorg.nuiton.topia.TopiaExceptionpublic void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionpublic void setEntityId(String entityId)
setEntityId in interface Variablepublic String getEntityId()
getEntityId in interface Variablepublic void setComment(String comment)
setComment in interface Variablepublic String getComment()
getComment in interface Variablepublic void setDoubleValue(double doubleValue)
setDoubleValue in interface Variablepublic double getDoubleValue()
getDoubleValue in interface Variablepublic void setMatrixValue(org.nuiton.math.matrix.MatrixND matrixValue)
setMatrixValue in interface Variablepublic org.nuiton.math.matrix.MatrixND getMatrixValue()
getMatrixValue in interface Variablepublic void setEquationValue(Equation equationValue)
setEquationValue in interface Variablepublic Equation getEquationValue()
getEquationValue in interface Variablepublic void setType(VariableType type)
public VariableType getType()
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionpublic List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionCopyright © 1999–2013 CodeLutin. All rights reserved.