Interface SimulationElementMapping<S,​M>

  • Type Parameters:
    S - simulation element type (actual implementation)
    M - model element type (part of the instrumentation description)

    public interface SimulationElementMapping<S,​M>
    Functional interface that maps a simulation element (actual implementation of the element) to an element of an instrumentation description
    • Method Detail

      • get

        M get​(S simulationElement)