public interface SimulationPlanContext
| Modifier and Type | Method and Description |
|---|---|
Historic |
getHistoric() |
String |
getId()
Get id.
|
SimulationStorage |
getLastSimulation()
Get last simulation storage.
|
int |
getNumber()
Deprecated.
use
nextSimulation.getParameter().getSimulationPlanNumber() |
SimulationParameter |
getParam()
Get simulation parameters.
|
SimulationStorage |
getSimulation(int number)
Get
SimulationStorage for specified simulation plan number. |
Object |
getValue(String key)
Get plan context value.
|
void |
setValue(String key,
Object value)
Set plan context value.
|
String getId()
SimulationStorage getLastSimulation()
int getNumber()
nextSimulation.getParameter().getSimulationPlanNumber()SimulationParameter getParam()
SimulationStorage getSimulation(int number)
SimulationStorage for specified simulation plan number.number - numberSimulationStorageObject getValue(String key)
key - keyvoid setValue(String key, Object value)
key - keyvalue - valueHistoric getHistoric()
Copyright © 1999–2015 CodeLutin. All rights reserved.