public class PcmarchoptionsSwitch<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.
PcmarchoptionsPackage
Constructor and Description |
---|
PcmarchoptionsSwitch()
Creates an instance of the switch.
|
Modifier and Type | Method and Description |
---|---|
T |
caseAllocateNeverTogether(AllocateNeverTogether object)
Returns the result of interpreting the object as an instance of 'Allocate Never Together'.
|
T |
caseAllocateTogether(AllocateTogether object)
Returns the result of interpreting the object as an instance of 'Allocate Together'.
|
T |
caseAlternativeObject(AlternativeObject object)
Returns the result of interpreting the object as an instance of 'Alternative Object'.
|
T |
caseArchOption(ArchOption object)
Returns the result of interpreting the object as an instance of 'Arch Option'.
|
T |
caseBanComponent(BanComponent object)
Returns the result of interpreting the object as an instance of 'Ban Component'.
|
T |
caseChangeDataType(ChangeDataType object)
Returns the result of interpreting the object as an instance of 'Change Data Type'.
|
T |
caseChangeInterface(ChangeInterface object)
Returns the result of interpreting the object as an instance of 'Change Interface'.
|
T |
caseChangeRoles(ChangeRoles object)
Returns the result of interpreting the object as an instance of 'Change Roles'.
|
T |
caseComponentOption(ComponentOption object)
Returns the result of interpreting the object as an instance of 'Component Option'.
|
T |
caseConflictObject(ConflictObject object)
Returns the result of interpreting the object as an instance of 'Conflict Object'.
|
T |
caseCouldResolveObject(CouldResolveObject object)
Returns the result of interpreting the object as an instance of 'Could Resolve Object'.
|
T |
caseDataTypeOption(DataTypeOption object)
Returns the result of interpreting the object as an instance of 'Data Type Option'.
|
T |
caseDependencyObject(DependencyObject object)
Returns the result of interpreting the object as an instance of 'Dependency Object'.
|
T |
caseDeploymentOption(DeploymentOption object)
Returns the result of interpreting the object as an instance of 'Deployment Option'.
|
T |
caseDuplicationObject(DuplicationObject object)
Returns the result of interpreting the object as an instance of 'Duplication Object'.
|
T |
caseFunctionalityConnection(FunctionalityConnection object)
Returns the result of interpreting the object as an instance of 'Functionality Connection'.
|
T |
caseIdentifier(de.uka.ipd.sdq.identifier.Identifier object)
Returns the result of interpreting the object as an instance of 'Identifier'.
|
T |
caseInterfaceOption(InterfaceOption object)
Returns the result of interpreting the object as an instance of 'Interface Option'.
|
T |
caseIntroduceNewAdapter(IntroduceNewAdapter object)
Returns the result of interpreting the object as an instance of 'Introduce New Adapter'.
|
T |
caseIntroduceNewComponent(IntroduceNewComponent object)
Returns the result of interpreting the object as an instance of 'Introduce New Component'.
|
T |
caseIntroduceNewDataType(IntroduceNewDataType object)
Returns the result of interpreting the object as an instance of 'Introduce New Data Type'.
|
T |
caseIntroduceNewInterface(IntroduceNewInterface object)
Returns the result of interpreting the object as an instance of 'Introduce New Interface'.
|
T |
caseMergeComponents(MergeComponents object)
Returns the result of interpreting the object as an instance of 'Merge Components'.
|
T |
caseMoveComponents(MoveComponents object)
Returns the result of interpreting the object as an instance of 'Move Components'.
|
T |
caseMultipleAllocation(MultipleAllocation object)
Returns the result of interpreting the object as an instance of 'Multiple Allocation'.
|
T |
caseMultipleInstantiation(MultipleInstantiation object)
Returns the result of interpreting the object as an instance of 'Multiple Instantiation'.
|
T |
caseNeverAllocateToSpecificNodes(NeverAllocateToSpecificNodes object)
Returns the result of interpreting the object as an instance of 'Never Allocate To Specific Nodes'.
|
T |
caseOnlySingleAllocation(OnlySingleAllocation object)
Returns the result of interpreting the object as an instance of 'Only Single Allocation'.
|
T |
caseOnlySingleInstantiation(OnlySingleInstantiation object)
Returns the result of interpreting the object as an instance of 'Only Single Instantiation'.
|
T |
caseOption(Option object)
Returns the result of interpreting the object as an instance of 'Option'.
|
T |
caseParentalObject(ParentalObject object)
Returns the result of interpreting the object as an instance of 'Parental Object'.
|
T |
casePCM_AllocateNeverTogether(PCM_AllocateNeverTogether object)
Returns the result of interpreting the object as an instance of 'PCM Allocate Never Together'.
|
T |
casePCM_AllocateTogether(PCM_AllocateTogether object)
Returns the result of interpreting the object as an instance of 'PCM Allocate Together'.
|
T |
casePCM_BanComponent(PCM_BanComponent object)
Returns the result of interpreting the object as an instance of 'PCM Ban Component'.
|
T |
casePCM_ChangeDataType(PCM_ChangeDataType object)
Returns the result of interpreting the object as an instance of 'PCM Change Data Type'.
|
T |
casePCM_ChangeInterface(PCM_ChangeInterface object)
Returns the result of interpreting the object as an instance of 'PCM Change Interface'.
|
T |
casePCM_ChangeRoles(PCM_ChangeRoles object)
Returns the result of interpreting the object as an instance of 'PCM Change Roles'.
|
T |
casePCM_FunctionalityConnection(PCM_FunctionalityConnection object)
Returns the result of interpreting the object as an instance of 'PCM Functionality Connection'.
|
T |
casePCM_IntroduceNewAdapter(PCM_IntroduceNewAdapter object)
Returns the result of interpreting the object as an instance of 'PCM Introduce New Adapter'.
|
T |
casePCM_IntroduceNewComponent(PCM_IntroduceNewComponent object)
Returns the result of interpreting the object as an instance of 'PCM Introduce New Component'.
|
T |
casePCM_IntroduceNewDataType(PCM_IntroduceNewDataType object)
Returns the result of interpreting the object as an instance of 'PCM Introduce New Data Type'.
|
T |
casePCM_IntroduceNewInterface(PCM_IntroduceNewInterface object)
Returns the result of interpreting the object as an instance of 'PCM Introduce New Interface'.
|
T |
casePCM_MergeComponents(PCM_MergeComponents object)
Returns the result of interpreting the object as an instance of 'PCM Merge Components'.
|
T |
casePCM_MoveComponents(PCM_MoveComponents object)
Returns the result of interpreting the object as an instance of 'PCM Move Components'.
|
T |
casePCM_MultipleAllocation(PCM_MultipleAllocation object)
Returns the result of interpreting the object as an instance of 'PCM Multiple Allocation'.
|
T |
casePCM_MultipleInstantiation(PCM_MultipleInstantiation object)
Returns the result of interpreting the object as an instance of 'PCM Multiple Instantiation'.
|
T |
casePCM_NeverAllocateToSpecificNodes(PCM_NeverAllocateToSpecificNodes object)
Returns the result of interpreting the object as an instance of 'PCM Never Allocate To Specific Nodes'.
|
T |
casePCM_OnlySingleAllocation(PCM_OnlySingleAllocation object)
Returns the result of interpreting the object as an instance of 'PCM Only Single Allocation'.
|
T |
casePCM_OnlySingleInstantiation(PCM_OnlySingleInstantiation object)
Returns the result of interpreting the object as an instance of 'PCM Only Single Instantiation'.
|
T |
casePCM_ProvidedFunctionality(PCM_ProvidedFunctionality object)
Returns the result of interpreting the object as an instance of 'PCM Provided Functionality'.
|
T |
casePCM_RemoveDataType(PCM_RemoveDataType object)
Returns the result of interpreting the object as an instance of 'PCM Remove Data Type'.
|
T |
casePCM_RemoveInterface(PCM_RemoveInterface object)
Returns the result of interpreting the object as an instance of 'PCM Remove Interface'.
|
T |
casePCM_ReplaceComponents(PCM_ReplaceComponents object)
Returns the result of interpreting the object as an instance of 'PCM Replace Components'.
|
T |
casePCM_RequiredFunctionality(PCM_RequiredFunctionality object)
Returns the result of interpreting the object as an instance of 'PCM Required Functionality'.
|
T |
casePCM_ReuseComponent(PCM_ReuseComponent object)
Returns the result of interpreting the object as an instance of 'PCM Reuse Component'.
|
T |
casePCM_SplitComponent(PCM_SplitComponent object)
Returns the result of interpreting the object as an instance of 'PCM Split Component'.
|
T |
caseProvidedFunctionality(ProvidedFunctionality object)
Returns the result of interpreting the object as an instance of 'Provided Functionality'.
|
T |
caseRelationObject(RelationObject object)
Returns the result of interpreting the object as an instance of 'Relation Object'.
|
T |
caseRemoveDataType(RemoveDataType object)
Returns the result of interpreting the object as an instance of 'Remove Data Type'.
|
T |
caseRemoveInterface(RemoveInterface object)
Returns the result of interpreting the object as an instance of 'Remove Interface'.
|
T |
caseReplaceComponents(ReplaceComponents object)
Returns the result of interpreting the object as an instance of 'Replace Components'.
|
T |
caseRequiredFunctionality(RequiredFunctionality object)
Returns the result of interpreting the object as an instance of 'Required Functionality'.
|
T |
caseResolveObject(ResolveObject object)
Returns the result of interpreting the object as an instance of 'Resolve Object'.
|
T |
caseReuseComponent(ReuseComponent object)
Returns the result of interpreting the object as an instance of 'Reuse Component'.
|
T |
caseSelectionObject(SelectionObject object)
Returns the result of interpreting the object as an instance of 'Selection Object'.
|
T |
caseSplitComponent(SplitComponent object)
Returns the result of interpreting the object as an instance of 'Split Component'.
|
T |
caseStakeholderObject(StakeholderObject object)
Returns the result of interpreting the object as an instance of 'Stakeholder Object'.
|
T |
caseTraceableObject(TraceableObject object)
Returns the result of interpreting the object as an instance of 'Traceable Object'.
|
T |
caseTriggerObject(TriggerObject object)
Returns the result of interpreting the object as an instance of 'Trigger Object'.
|
T |
defaultCase(EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.
|
public PcmarchoptionsSwitch()
public T casePCM_SplitComponent(PCM_SplitComponent object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_AllocateTogether(PCM_AllocateTogether object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_NeverAllocateToSpecificNodes(PCM_NeverAllocateToSpecificNodes object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_IntroduceNewAdapter(PCM_IntroduceNewAdapter object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_IntroduceNewComponent(PCM_IntroduceNewComponent object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_MoveComponents(PCM_MoveComponents object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_OnlySingleInstantiation(PCM_OnlySingleInstantiation object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_ChangeRoles(PCM_ChangeRoles object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_AllocateNeverTogether(PCM_AllocateNeverTogether object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_MultipleInstantiation(PCM_MultipleInstantiation object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_BanComponent(PCM_BanComponent object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_MultipleAllocation(PCM_MultipleAllocation object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_ProvidedFunctionality(PCM_ProvidedFunctionality object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_ReplaceComponents(PCM_ReplaceComponents object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_ReuseComponent(PCM_ReuseComponent object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_FunctionalityConnection(PCM_FunctionalityConnection object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_MergeComponents(PCM_MergeComponents object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_OnlySingleAllocation(PCM_OnlySingleAllocation object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_RequiredFunctionality(PCM_RequiredFunctionality object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_ChangeDataType(PCM_ChangeDataType object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_IntroduceNewDataType(PCM_IntroduceNewDataType object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_RemoveDataType(PCM_RemoveDataType object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_IntroduceNewInterface(PCM_IntroduceNewInterface object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_ChangeInterface(PCM_ChangeInterface object)
object
- the target of the switch.doSwitch(EObject)
public T casePCM_RemoveInterface(PCM_RemoveInterface object)
object
- the target of the switch.doSwitch(EObject)
public T caseIdentifier(de.uka.ipd.sdq.identifier.Identifier object)
object
- the target of the switch.doSwitch(EObject)
public T caseRelationObject(RelationObject object)
object
- the target of the switch.doSwitch(EObject)
public T caseConflictObject(ConflictObject object)
object
- the target of the switch.doSwitch(EObject)
public T caseDuplicationObject(DuplicationObject object)
object
- the target of the switch.doSwitch(EObject)
public T caseDependencyObject(DependencyObject object)
object
- the target of the switch.doSwitch(EObject)
public T caseParentalObject(ParentalObject object)
object
- the target of the switch.doSwitch(EObject)
public T caseTriggerObject(TriggerObject object)
object
- the target of the switch.doSwitch(EObject)
public T caseResolveObject(ResolveObject object)
object
- the target of the switch.doSwitch(EObject)
public T caseAlternativeObject(AlternativeObject object)
object
- the target of the switch.doSwitch(EObject)
public T caseCouldResolveObject(CouldResolveObject object)
object
- the target of the switch.doSwitch(EObject)
public T caseStakeholderObject(StakeholderObject object)
object
- the target of the switch.doSwitch(EObject)
public T caseSelectionObject(SelectionObject object)
object
- the target of the switch.doSwitch(EObject)
public T caseTraceableObject(TraceableObject object)
object
- the target of the switch.doSwitch(EObject)
public T caseOption(Option object)
object
- the target of the switch.doSwitch(EObject)
public T caseArchOption(ArchOption object)
object
- the target of the switch.doSwitch(EObject)
public T caseComponentOption(ComponentOption object)
object
- the target of the switch.doSwitch(EObject)
public T caseSplitComponent(SplitComponent object)
object
- the target of the switch.doSwitch(EObject)
public T caseDeploymentOption(DeploymentOption object)
object
- the target of the switch.doSwitch(EObject)
public T caseAllocateTogether(AllocateTogether object)
object
- the target of the switch.doSwitch(EObject)
public T caseNeverAllocateToSpecificNodes(NeverAllocateToSpecificNodes object)
object
- the target of the switch.doSwitch(EObject)
public T caseIntroduceNewAdapter(IntroduceNewAdapter object)
object
- the target of the switch.doSwitch(EObject)
public T caseIntroduceNewComponent(IntroduceNewComponent object)
object
- the target of the switch.doSwitch(EObject)
public T caseMoveComponents(MoveComponents object)
object
- the target of the switch.doSwitch(EObject)
public T caseOnlySingleInstantiation(OnlySingleInstantiation object)
object
- the target of the switch.doSwitch(EObject)
public T caseChangeRoles(ChangeRoles object)
object
- the target of the switch.doSwitch(EObject)
public T caseAllocateNeverTogether(AllocateNeverTogether object)
object
- the target of the switch.doSwitch(EObject)
public T caseMultipleInstantiation(MultipleInstantiation object)
object
- the target of the switch.doSwitch(EObject)
public T caseBanComponent(BanComponent object)
object
- the target of the switch.doSwitch(EObject)
public T caseMultipleAllocation(MultipleAllocation object)
object
- the target of the switch.doSwitch(EObject)
public T caseProvidedFunctionality(ProvidedFunctionality object)
object
- the target of the switch.doSwitch(EObject)
public T caseReplaceComponents(ReplaceComponents object)
object
- the target of the switch.doSwitch(EObject)
public T caseReuseComponent(ReuseComponent object)
object
- the target of the switch.doSwitch(EObject)
public T caseFunctionalityConnection(FunctionalityConnection object)
object
- the target of the switch.doSwitch(EObject)
public T caseMergeComponents(MergeComponents object)
object
- the target of the switch.doSwitch(EObject)
public T caseOnlySingleAllocation(OnlySingleAllocation object)
object
- the target of the switch.doSwitch(EObject)
public T caseRequiredFunctionality(RequiredFunctionality object)
object
- the target of the switch.doSwitch(EObject)
public T caseDataTypeOption(DataTypeOption object)
object
- the target of the switch.doSwitch(EObject)
public T caseChangeDataType(ChangeDataType object)
object
- the target of the switch.doSwitch(EObject)
public T caseIntroduceNewDataType(IntroduceNewDataType object)
object
- the target of the switch.doSwitch(EObject)
public T caseRemoveDataType(RemoveDataType object)
object
- the target of the switch.doSwitch(EObject)
public T caseInterfaceOption(InterfaceOption object)
object
- the target of the switch.doSwitch(EObject)
public T caseIntroduceNewInterface(IntroduceNewInterface object)
object
- the target of the switch.doSwitch(EObject)
public T caseChangeInterface(ChangeInterface object)
object
- the target of the switch.doSwitch(EObject)
public T caseRemoveInterface(RemoveInterface 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)