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 protected
SimulatedComponentInstance(AbstractSimuLizarRuntimeState runtimeState, String fqID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.String
getFqn()
protected AbstractSimuLizarRuntimeState
getRuntimeState()
-
-
-
Constructor Detail
-
SimulatedComponentInstance
protected SimulatedComponentInstance(AbstractSimuLizarRuntimeState runtimeState, String fqID)
-
-
Method Detail
-
getFqn
public String getFqn()
-
getRuntimeState
protected final AbstractSimuLizarRuntimeState 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)
-
-