@Deprecated public class ResultStorageInMemory extends ResultStorageAbstract
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, getProvider, isEnabled, stepChange, undecorate, undecorate, undecorate
public static final String MAX_TIME_STEP
protected int maxTimeStep
public ResultStorageInMemory(SimulationStorage simulation)
SimulationStorage.getResultStorage()
simulation
- storage to get resultpublic void delete()
ResultStorage
delete
in interface ResultStorage
delete
in class ResultStorageAbstract
protected org.nuiton.math.matrix.MatrixND decorate(org.nuiton.math.matrix.MatrixND mat, org.nuiton.topia.TopiaContext tx)
decorate
in class ResultStorageAbstract
protected void writeResult(TimeStep step, String name, org.nuiton.math.matrix.MatrixND mat)
ResultStorageAbstract
writeResult
in class ResultStorageAbstract
protected void writeActiveRule(TimeStep step, String name, String params)
ResultStorageAbstract
writeActiveRule
in class ResultStorageAbstract
public List<String> getResultName()
ResultStorageAbstract
getResultName
in interface ResultStorage
getResultName
in class ResultStorageAbstract
public org.nuiton.math.matrix.MatrixND readResult(TimeStep step, String name)
ResultStorageAbstract
readResult
in class ResultStorageAbstract
Copyright © 1999–2020 CodeLutin. All rights reserved.