Class 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 an Instrumentor itself.
    • Constructor Detail

      • SEMPair

        public SEMPair​(S simulationElement,
                       M modelElement)
    • Method Detail

      • getSimulationElement

        public S getSimulationElement()
      • getModelElement

        public M getModelElement()