Class InstrumentorWrapper<S,​M,​C extends ProbeConfiguration>

  • Type Parameters:
    S - type of the simulation elements (actual implementation; part of the simulation engine)
    M - type of the model elements (part of the instrumentation description)
    C - type of the ProbeConfiguration
    All Implemented Interfaces:
    Instrumentor<S,​C>

    public class InstrumentorWrapper<S,​M,​C extends ProbeConfiguration>
    extends Object
    implements Instrumentor<S,​C>
    Wraps an instrumentor which is dealing with elements of the instrumentation description and represents an instrumentor dealing with elements of the simulation engine.
    • Method Detail

      • instrumentAll

        public void instrumentAll()
        Description copied from interface: Instrumentor
        Instruments all elements of type E based on the held instrumentation description if possible. Note that some instrumentors might not implement this method since they do not know any elements.
        Specified by:
        instrumentAll in interface Instrumentor<S,​M>