Class MeasuringPointStringFormaterSwitch
- java.lang.Object
-
- org.eclipse.emf.ecore.util.Switch<T>
-
- org.palladiosimulator.edp2.models.measuringpoint.util.MeasuringpointSwitch<String>
-
- org.palladiosimulator.edp2.util.visitors.MeasuringPointStringFormaterSwitch
-
public class MeasuringPointStringFormaterSwitch extends MeasuringpointSwitch<String>
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.edp2.models.measuringpoint.util.MeasuringpointSwitch
modelPackage
-
-
Constructor Summary
Constructors Constructor Description MeasuringPointStringFormaterSwitch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
caseStringMeasuringPoint(StringMeasuringPoint object)
Returns the result of interpreting the object as an instance of ' String Measuring Point'.-
Methods inherited from class org.palladiosimulator.edp2.models.measuringpoint.util.MeasuringpointSwitch
caseIdentifier, caseMeasuringPoint, caseMeasuringPointRepository, caseResourceURIMeasuringPoint, defaultCase, doSwitch, isSwitchFor
-
-
-
-
Method Detail
-
caseStringMeasuringPoint
public String caseStringMeasuringPoint(StringMeasuringPoint object)
Description copied from class:MeasuringpointSwitch
Returns the result of interpreting the object as an instance of ' String Measuring Point'. This implementation returns null; returning a non-null result will terminate the switch.- Overrides:
caseStringMeasuringPoint
in classMeasuringpointSwitch<String>
- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of ' String Measuring Point'.
- See Also:
doSwitch(EObject)
-
-