public class ArchoptionsSwitch<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.
ArchoptionsPackage
Constructor and Description |
---|
ArchoptionsSwitch()
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 |
caseArchCandidate(ArchCandidate object)
Returns the result of interpreting the object as an instance of 'Arch Candidate'.
|
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 |
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 ArchoptionsSwitch()
public T caseProvidedFunctionality(ProvidedFunctionality object)
object
- the target of the switch.doSwitch(EObject)
public T caseRequiredFunctionality(RequiredFunctionality object)
object
- the target of the switch.doSwitch(EObject)
public T caseFunctionalityConnection(FunctionalityConnection object)
object
- the target of the switch.doSwitch(EObject)
public T caseMultipleInstantiation(MultipleInstantiation object)
object
- the target of the switch.doSwitch(EObject)
public T caseOnlySingleInstantiation(OnlySingleInstantiation object)
object
- the target of the switch.doSwitch(EObject)
public T caseOnlySingleAllocation(OnlySingleAllocation object)
object
- the target of the switch.doSwitch(EObject)
public T caseMultipleAllocation(MultipleAllocation object)
object
- the target of the switch.doSwitch(EObject)
public T caseAllocateTogether(AllocateTogether object)
object
- the target of the switch.doSwitch(EObject)
public T caseAllocateNeverTogether(AllocateNeverTogether object)
object
- the target of the switch.doSwitch(EObject)
public T caseNeverAllocateToSpecificNodes(NeverAllocateToSpecificNodes object)
object
- the target of the switch.doSwitch(EObject)
public T caseMoveComponents(MoveComponents object)
object
- the target of the switch.doSwitch(EObject)
public T caseIntroduceNewComponent(IntroduceNewComponent object)
object
- the target of the switch.doSwitch(EObject)
public T caseIntroduceNewAdapter(IntroduceNewAdapter object)
object
- the target of the switch.doSwitch(EObject)
public T caseReuseComponent(ReuseComponent object)
object
- the target of the switch.doSwitch(EObject)
public T caseBanComponent(BanComponent object)
object
- the target of the switch.doSwitch(EObject)
public T caseReplaceComponents(ReplaceComponents object)
object
- the target of the switch.doSwitch(EObject)
public T caseSplitComponent(SplitComponent object)
object
- the target of the switch.doSwitch(EObject)
public T caseMergeComponents(MergeComponents object)
object
- the target of the switch.doSwitch(EObject)
public T caseChangeRoles(ChangeRoles object)
object
- the target of the switch.doSwitch(EObject)
public T caseComponentOption(ComponentOption object)
object
- the target of the switch.doSwitch(EObject)
public T caseDeploymentOption(DeploymentOption object)
object
- the target of the switch.doSwitch(EObject)
public T caseArchOption(ArchOption 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 caseDataTypeOption(DataTypeOption 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 caseIntroduceNewInterface(IntroduceNewInterface object)
object
- the target of the switch.doSwitch(EObject)
public T caseArchCandidate(ArchCandidate 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 defaultCase(EObject object)
defaultCase
in class Switch<T>
object
- the target of the switch.Switch.doSwitch(org.eclipse.emf.ecore.EObject)