Class ProbeRepository
- java.lang.Object
-
- edu.kit.ipd.sdq.eventsim.instrumentation.specification.repo.ProbeRepository
-
public class ProbeRepository extends Object
-
-
Constructor Summary
Constructors Constructor Description ProbeRepository()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <F> List<ProbeRepresentative>
getCalculatorFromProbesFor(TypedInstrumentationRule<?,F,?> rule)
static <T> List<ProbeRepresentative>
getCalculatorToProbesFor(TypedInstrumentationRule<?,?,T> rule)
static <P> List<ProbeRepresentative>
getProbesFor(TypedInstrumentationRule<P,?,?> rule)
static <P> List<ProbeRepresentative>
getProbesFor(Class<?> probedType, Class<P> modelProbedType)
static void
init()
-
-
-
Method Detail
-
init
public static void init()
-
getProbesFor
public static <P> List<ProbeRepresentative> getProbesFor(TypedInstrumentationRule<P,?,?> rule)
-
getCalculatorFromProbesFor
public static <F> List<ProbeRepresentative> getCalculatorFromProbesFor(TypedInstrumentationRule<?,F,?> rule)
-
getCalculatorToProbesFor
public static <T> List<ProbeRepresentative> getCalculatorToProbesFor(TypedInstrumentationRule<?,?,T> rule)
-
getProbesFor
public static <P> List<ProbeRepresentative> getProbesFor(Class<?> probedType, Class<P> modelProbedType)
-
-