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(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()
-
-
-
Constructor Detail
-
SimulatedComponentInstance
protected SimulatedComponentInstance(String fqID)
-
-
Method Detail
-
getFqn
public String getFqn()
-
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)
-
-