Class SimulatedComponentInstance
- java.lang.Object
-
- org.palladiosimulator.simulizar.runtimestate.SimulatedComponentInstance
-
- Direct Known Subclasses:
SimulatedBasicComponentInstance,SimulatedCompositeComponentInstance
public abstract class SimulatedComponentInstance extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSimulatedComponentInstance(SimuLizarRuntimeState runtimeState, String fqID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcleanUp()Called upon shut down of the simulation in order to notify component instances of the necessity to clean up simulation runtime state (e.g.StringgetFqn()protected SimuLizarRuntimeStategetRuntimeState()
-
-
-
Constructor Detail
-
SimulatedComponentInstance
protected SimulatedComponentInstance(SimuLizarRuntimeState runtimeState, String fqID)
-
-
Method Detail
-
getFqn
public String getFqn()
-
getRuntimeState
protected final SimuLizarRuntimeState getRuntimeState()
- Returns:
- the runtimeState
-
cleanUp
public void cleanUp()
Called upon shut down of the simulation in order to notify component instances of the necessity to clean up simulation runtime state (e.g. passive resources)
-
-