Class MappinglessInstrumentorInstantiator<M>
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.instrumentation.injection.MappinglessInstrumentorInstantiator<M>
-
- Type Parameters:
M
- type of the model elements (part of the instrumentation description)
public class MappinglessInstrumentorInstantiator<M> extends Object
CreatesInstrumentor
s dealing directly with elements of the instrumentation description.
-
-
Constructor Summary
Constructors Constructor Description MappinglessInstrumentorInstantiator(PCMModel pcm, MeasurementStorage storage, org.osgi.framework.Bundle bundle, InstrumentationDescription description, Class<M> modelType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <C extends ProbeConfiguration>
Instrumentor<M,C>createFor(MeasurementFacade<C> measurementFacade)
-
-
-
Constructor Detail
-
MappinglessInstrumentorInstantiator
public MappinglessInstrumentorInstantiator(PCMModel pcm, MeasurementStorage storage, org.osgi.framework.Bundle bundle, InstrumentationDescription description, Class<M> modelType)
-
-
Method Detail
-
createFor
public <C extends ProbeConfiguration> Instrumentor<M,C> createFor(MeasurementFacade<C> measurementFacade)
-
-