Class SimulationElement
java.lang.Object
de.uka.ipd.sdq.simulation.abstractsimengine.SimulationElement
- Type Parameters:
M
- the type of the simulation model
- Direct Known Subclasses:
AbstractSimEntityDelegator
,AbstractSimEventDelegator
A simulation element is a named object which is a part of the simulation model and, as such,
needs access to the implementation class of the
ISimulationModel
interface.-
Constructor Details
-
SimulationElement
-
-
Method Details
-
getName
Returns the name of this simulation element. -
getModel
Returns the simulation model.
-