Class InstrumentorSEMBuilder<M>

  • Type Parameters:
    M - type of the model element the created instrumentor should deal with

    public class InstrumentorSEMBuilder<M>
    extends Object
    Lets the user decide if the created instrumentor should deal with model elements or with the actual implementation of the model elements. In the former case, withoutMapping() should be called. In the latter case, a mapping of simulation to model elements should be specified by callin withMapping(SimulationElementMapping).
    See Also:
    SimulationElementMapping