Class SEMPair<S,M>
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.instrumentation.injection.SEMPair<S,M>
-
- Type Parameters:
S
- simulation element type (actual implementation)M
- model element type (part of the instrumentation description)
public class SEMPair<S,M> extends Object
Represents a pair of a simulation element and a model element. Is used for specification of an element if implementations of a model element cannot be retrieved by anInstrumentor
itself.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description M
getModelElement()
S
getSimulationElement()
-