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
-
Field Summary
Fields inherited from class org.palladiosimulator.edp2.models.measuringpoint.util.MeasuringpointSwitch
modelPackage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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
-
Constructor Details
-
MeasuringPointStringFormaterSwitch
public MeasuringPointStringFormaterSwitch()
-
-
Method Details
-
caseStringMeasuringPoint
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:
-