@Deprecated public class ResultStorageInMemory extends ResultStorageAbstract
ResultStorageAbstract.EntitySemanticsDecorator| Modifier and Type | Field and Description |
|---|---|
static String |
MAX_TIME_STEP
Deprecated.
|
protected int |
maxTimeStep
Deprecated.
|
decorator, enabledResult, simulation| Constructor and Description |
|---|
ResultStorageInMemory(SimulationStorage simulation)
Deprecated.
Les ResultStorage ne doivent pas etre instancier directement, mais
recuperer a partir d'un
SimulationStorage.getResultStorage() |
| Modifier and Type | Method and Description |
|---|---|
protected org.nuiton.math.matrix.MatrixND |
decorate(org.nuiton.math.matrix.MatrixND mat,
org.nuiton.topia.TopiaContext tx)
Deprecated.
|
void |
delete()
Deprecated.
Delete all result for this result storage.
|
List<String> |
getResultName()
Deprecated.
return list of all result name available
|
org.nuiton.math.matrix.MatrixND |
readResult(TimeStep step,
String name)
Deprecated.
Return one result for step and name.
|
protected void |
writeActiveRule(TimeStep step,
String name,
String params)
Deprecated.
Write active rule
|
protected void |
writeResult(TimeStep step,
String name,
org.nuiton.math.matrix.MatrixND mat)
Deprecated.
write result
|
addActiveRule, addResult, addResult, addResult, addResult, addResult, addResult, addResult, addResult, addResult, afterSimulation, beforeSimulation, close, doAddResult, getInfo, getLastStep, getMatrix, getMatrix, getMatrix, getMatrix, getMatrix, getMatrix, getMatrix, getMatrix, getMatrix, getMatrix, getMatrix, getMatrix, getMatrix, getMatrix, getMatrix, getMatrixFactory, getTx, isEnabled, stepChange, undecorate, undecorate, undecoratepublic static final String MAX_TIME_STEP
protected int maxTimeStep
public ResultStorageInMemory(SimulationStorage simulation)
SimulationStorage.getResultStorage()simulation - storage to get resultpublic void delete()
ResultStoragedelete in interface ResultStoragedelete in class ResultStorageAbstractprotected org.nuiton.math.matrix.MatrixND decorate(org.nuiton.math.matrix.MatrixND mat,
org.nuiton.topia.TopiaContext tx)
decorate in class ResultStorageAbstractprotected void writeResult(TimeStep step, String name, org.nuiton.math.matrix.MatrixND mat)
ResultStorageAbstractwriteResult in class ResultStorageAbstractprotected void writeActiveRule(TimeStep step, String name, String params)
ResultStorageAbstractwriteActiveRule in class ResultStorageAbstractpublic List<String> getResultName()
ResultStorageAbstractgetResultName in interface ResultStoragegetResultName in class ResultStorageAbstractpublic org.nuiton.math.matrix.MatrixND readResult(TimeStep step, String name)
ResultStorageAbstractreadResult in class ResultStorageAbstractCopyright © 1999–2015 CodeLutin. All rights reserved.