Class ModelsLookup
java.lang.Object
org.palladiosimulator.simexp.dsl.smodel.interpreter.pcm.value.ModelsLookup
- All Implemented Interfaces:
IModelsLookup
-
Constructor Summary
ConstructorsConstructorDescriptionModelsLookup
(org.palladiosimulator.experimentautomation.experiments.Experiment experiment) -
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint
findMeasuringPoint
(Probe probe)
-
Constructor Details
-
ModelsLookup
public ModelsLookup(org.palladiosimulator.experimentautomation.experiments.Experiment experiment)
-
-
Method Details
-
findMeasuringPoint
public org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint findMeasuringPoint(Probe probe) - Specified by:
findMeasuringPoint
in interfaceIModelsLookup
-