public class PcmmeasuringpointSwitch<T> extends Switch<T>
doSwitch(object) to invoke the caseXXX method for
each class of the model, starting with the actual class of the object and proceeding up the
inheritance hierarchy until a non-null result is returned, which is the result of the switch.
PcmmeasuringpointPackage| Constructor and Description |
|---|
PcmmeasuringpointSwitch()
Creates an instance of the switch.
|
| Modifier and Type | Method and Description |
|---|---|
T |
caseActiveResourceMeasuringPoint(ActiveResourceMeasuringPoint object)
Returns the result of interpreting the object as an instance of '
Active Resource Measuring Point'.
|
T |
caseActiveResourceReference(ActiveResourceReference object)
Returns the result of interpreting the object as an instance of '
Active Resource Reference'.
|
T |
caseAssemblyOperationMeasuringPoint(AssemblyOperationMeasuringPoint object)
Returns the result of interpreting the object as an instance of '
Assembly Operation Measuring Point'.
|
T |
caseAssemblyPassiveResourceMeasuringPoint(AssemblyPassiveResourceMeasuringPoint object)
Returns the result of interpreting the object as an instance of '
Assembly Passive Resource Measuring Point'.
|
T |
caseAssemblyReference(AssemblyReference object)
Returns the result of interpreting the object as an instance of 'Assembly Reference
'.
|
T |
caseEntryLevelSystemCallMeasuringPoint(EntryLevelSystemCallMeasuringPoint object)
Returns the result of interpreting the object as an instance of '
Entry Level System Call Measuring Point'.
|
T |
caseEntryLevelSystemCallReference(EntryLevelSystemCallReference object)
Returns the result of interpreting the object as an instance of '
Entry Level System Call Reference'.
|
T |
caseExternalCallActionMeasuringPoint(ExternalCallActionMeasuringPoint object)
Returns the result of interpreting the object as an instance of '
External Call Action Measuring Point'.
|
T |
caseExternalCallActionReference(ExternalCallActionReference object)
Returns the result of interpreting the object as an instance of '
External Call Action Reference'.
|
T |
caseLinkingResourceMeasuringPoint(LinkingResourceMeasuringPoint object)
Returns the result of interpreting the object as an instance of '
Linking Resource Measuring Point'.
|
T |
caseLinkingResourceReference(LinkingResourceReference object)
Returns the result of interpreting the object as an instance of '
Linking Resource Reference'.
|
T |
caseMeasuringPoint(org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint object)
Returns the result of interpreting the object as an instance of 'Measuring Point'.
|
T |
caseOperationReference(OperationReference object)
Returns the result of interpreting the object as an instance of 'Operation Reference
'.
|
T |
casePassiveResourceReference(PassiveResourceReference object)
Returns the result of interpreting the object as an instance of '
Passive Resource Reference'.
|
T |
caseResourceContainerMeasuringPoint(ResourceContainerMeasuringPoint object)
Returns the result of interpreting the object as an instance of '
Resource Container Measuring Point'.
|
T |
caseResourceContainerReference(ResourceContainerReference object)
Returns the result of interpreting the object as an instance of '
Resource Container Reference'.
|
T |
caseResourceEnvironmentMeasuringPoint(ResourceEnvironmentMeasuringPoint object)
Returns the result of interpreting the object as an instance of '
Resource Environment Measuring Point'.
|
T |
caseResourceEnvironmentReference(ResourceEnvironmentReference object)
Returns the result of interpreting the object as an instance of '
Resource Environment Reference'.
|
T |
caseSubSystemOperationMeasuringPoint(SubSystemOperationMeasuringPoint object)
Returns the result of interpreting the object as an instance of '
Sub System Operation Measuring Point'.
|
T |
caseSubSystemReference(SubSystemReference object)
Returns the result of interpreting the object as an instance of '
Sub System Reference'.
|
T |
caseSystemOperationMeasuringPoint(SystemOperationMeasuringPoint object)
Returns the result of interpreting the object as an instance of '
System Operation Measuring Point'.
|
T |
caseSystemReference(SystemReference object)
Returns the result of interpreting the object as an instance of 'System Reference'.
|
T |
caseUsageScenarioMeasuringPoint(UsageScenarioMeasuringPoint object)
Returns the result of interpreting the object as an instance of '
Usage Scenario Measuring Point'.
|
T |
caseUsageScenarioReference(UsageScenarioReference object)
Returns the result of interpreting the object as an instance of '
Usage Scenario Reference'.
|
T |
defaultCase(EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.
|
public PcmmeasuringpointSwitch()
public T caseAssemblyOperationMeasuringPoint(AssemblyOperationMeasuringPoint object)
object - the target of the switch.doSwitch(EObject)public T caseAssemblyPassiveResourceMeasuringPoint(AssemblyPassiveResourceMeasuringPoint object)
object - the target of the switch.doSwitch(EObject)public T caseActiveResourceMeasuringPoint(ActiveResourceMeasuringPoint object)
object - the target of the switch.doSwitch(EObject)public T caseSystemOperationMeasuringPoint(SystemOperationMeasuringPoint object)
object - the target of the switch.doSwitch(EObject)public T caseOperationReference(OperationReference object)
object - the target of the switch.doSwitch(EObject)public T caseAssemblyReference(AssemblyReference object)
object - the target of the switch.doSwitch(EObject)public T caseSystemReference(SystemReference object)
object - the target of the switch.doSwitch(EObject)public T casePassiveResourceReference(PassiveResourceReference object)
object - the target of the switch.doSwitch(EObject)public T caseActiveResourceReference(ActiveResourceReference object)
object - the target of the switch.doSwitch(EObject)public T caseLinkingResourceMeasuringPoint(LinkingResourceMeasuringPoint object)
object - the target of the switch.doSwitch(EObject)public T caseLinkingResourceReference(LinkingResourceReference object)
object - the target of the switch.doSwitch(EObject)public T caseSubSystemOperationMeasuringPoint(SubSystemOperationMeasuringPoint object)
object - the target of the switch.doSwitch(EObject)public T caseSubSystemReference(SubSystemReference object)
object - the target of the switch.doSwitch(EObject)public T caseUsageScenarioMeasuringPoint(UsageScenarioMeasuringPoint object)
object - the target of the switch.doSwitch(EObject)public T caseUsageScenarioReference(UsageScenarioReference object)
object - the target of the switch.doSwitch(EObject)public T caseEntryLevelSystemCallMeasuringPoint(EntryLevelSystemCallMeasuringPoint object)
object - the target of the switch.doSwitch(EObject)public T caseExternalCallActionMeasuringPoint(ExternalCallActionMeasuringPoint object)
object - the target of the switch.doSwitch(EObject)public T caseExternalCallActionReference(ExternalCallActionReference object)
object - the target of the switch.doSwitch(EObject)public T caseEntryLevelSystemCallReference(EntryLevelSystemCallReference object)
object - the target of the switch.doSwitch(EObject)public T caseResourceEnvironmentMeasuringPoint(ResourceEnvironmentMeasuringPoint object)
object - the target of the switch.doSwitch(EObject)public T caseResourceEnvironmentReference(ResourceEnvironmentReference object)
object - the target of the switch.doSwitch(EObject)public T caseResourceContainerMeasuringPoint(ResourceContainerMeasuringPoint object)
object - the target of the switch.doSwitch(EObject)public T caseResourceContainerReference(ResourceContainerReference object)
object - the target of the switch.doSwitch(EObject)public T caseMeasuringPoint(org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint object)
object - the target of the switch.doSwitch(EObject)public T defaultCase(EObject object)
defaultCase in class Switch<T>object - the target of the switch.Switch.doSwitch(org.eclipse.emf.ecore.EObject)