public class SimuLizarRuntimeState extends Object
| Constructor and Description |
|---|
SimuLizarRuntimeState(SimuLizarWorkflowConfiguration configuration,
ModelAccess modelAccess) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp() |
ComponentInstanceRegistry |
getComponentInstanceRegistry() |
EventNotificationHelper |
getEventNotificationHelper() |
InterpreterDefaultContext |
getMainContext() |
de.uka.ipd.sdq.simucomframework.model.SimuComModel |
getModel() |
IModelAccess |
getModelAccess() |
Reconfigurator |
getReconfigurator()
Returns the reconfigurator responsible for executing reconfigurations and notifying listeners
of changes.
|
SimulatedUsageModels |
getUsageModels() |
void |
runSimulation() |
public SimuLizarRuntimeState(SimuLizarWorkflowConfiguration configuration, ModelAccess modelAccess)
configuration - modelAccess - public final de.uka.ipd.sdq.simucomframework.model.SimuComModel getModel()
public EventNotificationHelper getEventNotificationHelper()
public final ComponentInstanceRegistry getComponentInstanceRegistry()
public InterpreterDefaultContext getMainContext()
public SimulatedUsageModels getUsageModels()
public IModelAccess getModelAccess()
public Reconfigurator getReconfigurator()
public void runSimulation()
public void cleanUp()