fr.ifremer.isisfish.entities
Interface Result

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity, org.nuiton.topia.persistence.TopiaEntityContextable
All Known Implementing Classes:
ResultAbstract, ResultImpl

public interface Result
extends org.nuiton.topia.persistence.TopiaEntityContextable


Field Summary
static String PROPERTY_MATRIX
           
static String PROPERTY_NAME
           
static String PROPERTY_RESULT_STEP
           
 
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
 org.nuiton.math.matrix.MatrixND getMatrix()
           
 String getName()
           
 TimeStep getResultStep()
           
 void setMatrix(org.nuiton.math.matrix.MatrixND matrix)
           
 void setName(String name)
           
 void setResultStep(TimeStep resultStep)
           
 
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

PROPERTY_RESULT_STEP

static final String PROPERTY_RESULT_STEP
See Also:
Constant Field Values

PROPERTY_NAME

static final String PROPERTY_NAME
See Also:
Constant Field Values

PROPERTY_MATRIX

static final String PROPERTY_MATRIX
See Also:
Constant Field Values
Method Detail

setResultStep

void setResultStep(TimeStep resultStep)

getResultStep

TimeStep getResultStep()

setName

void setName(String name)

getName

String getName()

setMatrix

void setMatrix(org.nuiton.math.matrix.MatrixND matrix)

getMatrix

org.nuiton.math.matrix.MatrixND getMatrix()


Copyright © 1999-2012 CodeLutin. All Rights Reserved.