|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
org.openmodelica.simulation.core.simulationdata.SimulationResultManager
public class SimulationResultManager
The Result Mananger stores all calculated simulation data from a model. This is the main storing and organization unit used by Transfer to store data and all views and plots to get result values.
Constructor Summary | |
---|---|
SimulationResultManager()
|
Method Summary | |
---|---|
java.lang.Double |
getActSimulationTime()
The Actual simulation time is to synchronize the views and with each other, with the result manager and the Transfer Threads |
java.lang.Number |
getValueForFullQualifiedName(java.lang.Double time,
java.lang.String fullQualifiedName)
A property value at a specified time can be requested by asking for its value with its full qualified name. |
void |
setActSimulationTime(java.lang.Double actSimulationTime)
The Actual simulation time is to synchronize the views and with each other, with the result manager and the Transfer Threads |
void |
setResultsForTime(java.lang.Double time,
java.util.Map<java.lang.String,java.lang.Number> properties)
Stores results for a specific time step and notifies all observers |
Methods inherited from class java.util.Observable |
---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimulationResultManager()
Method Detail |
---|
public java.lang.Double getActSimulationTime()
public void setActSimulationTime(java.lang.Double actSimulationTime)
actSimulationTime
- public java.lang.Number getValueForFullQualifiedName(java.lang.Double time, java.lang.String fullQualifiedName)
time
- Step time which associates all results for this time stepfullQualifiedName
- The unique identifier for a property
public void setResultsForTime(java.lang.Double time, java.util.Map<java.lang.String,java.lang.Number> properties)
time
- Step time which associates all results for this time stepproperties
- A Modelica Property for a specific time step
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |