public class CapellacommonSwitch<T>
extends org.eclipse.emf.ecore.util.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.
CapellacommonPackage| Constructor and Description |
|---|
CapellacommonSwitch()
Creates an instance of the switch.
|
| Modifier and Type | Method and Description |
|---|---|
T |
caseAbstractBehavior(AbstractBehavior object)
Returns the result of interpreting the object as an instance of 'Abstract Behavior'.
|
T |
caseAbstractCapabilityPkg(AbstractCapabilityPkg object)
Returns the result of interpreting the object as an instance of 'Abstract Capability Pkg'.
|
T |
caseAbstractEvent(AbstractEvent object)
Returns the result of interpreting the object as an instance of 'Abstract Event'.
|
T |
caseAbstractNamedElement(AbstractNamedElement object)
Returns the result of interpreting the object as an instance of 'Abstract Named Element'.
|
T |
caseAbstractRelationship(AbstractRelationship object)
Returns the result of interpreting the object as an instance of 'Abstract Relationship'.
|
T |
caseAbstractState(AbstractState object)
Returns the result of interpreting the object as an instance of 'Abstract State'.
|
T |
caseAbstractStateRealization(AbstractStateRealization object)
Returns the result of interpreting the object as an instance of 'Abstract State Realization'.
|
T |
caseAbstractTrace(AbstractTrace object)
Returns the result of interpreting the object as an instance of 'Abstract Trace'.
|
T |
caseAbstractType(AbstractType object)
Returns the result of interpreting the object as an instance of 'Abstract Type'.
|
T |
caseAllocation(Allocation object)
Returns the result of interpreting the object as an instance of 'Allocation'.
|
T |
caseCapabilityRealizationInvolvedElement(CapabilityRealizationInvolvedElement object)
Returns the result of interpreting the object as an instance of 'Capability Realization Involved Element'.
|
T |
caseCapabilityRealizationInvolvement(CapabilityRealizationInvolvement object)
Returns the result of interpreting the object as an instance of 'Capability Realization Involvement'.
|
T |
caseCapellaElement(CapellaElement object)
Returns the result of interpreting the object as an instance of 'Capella Element'.
|
T |
caseChangeEvent(ChangeEvent object)
Returns the result of interpreting the object as an instance of 'Change Event'.
|
T |
caseChoicePseudoState(ChoicePseudoState object)
Returns the result of interpreting the object as an instance of 'Choice Pseudo State'.
|
T |
caseDeepHistoryPseudoState(DeepHistoryPseudoState object)
Returns the result of interpreting the object as an instance of 'Deep History Pseudo State'.
|
T |
caseElement(org.polarsys.kitalpha.emde.model.Element object)
Returns the result of interpreting the object as an instance of 'Element'.
|
T |
caseEntryPointPseudoState(EntryPointPseudoState object)
Returns the result of interpreting the object as an instance of 'Entry Point Pseudo State'.
|
T |
caseExitPointPseudoState(ExitPointPseudoState object)
Returns the result of interpreting the object as an instance of 'Exit Point Pseudo State'.
|
T |
caseExtensibleElement(org.polarsys.kitalpha.emde.model.ExtensibleElement object)
Returns the result of interpreting the object as an instance of 'Extensible Element'.
|
T |
caseFinalState(FinalState object)
Returns the result of interpreting the object as an instance of 'Final State'.
|
T |
caseForkPseudoState(ForkPseudoState object)
Returns the result of interpreting the object as an instance of 'Fork Pseudo State'.
|
T |
caseGenericTrace(GenericTrace object)
Returns the result of interpreting the object as an instance of 'Generic Trace'.
|
T |
caseInitialPseudoState(InitialPseudoState object)
Returns the result of interpreting the object as an instance of 'Initial Pseudo State'.
|
T |
caseInvolvedElement(InvolvedElement object)
Returns the result of interpreting the object as an instance of 'Involved Element'.
|
T |
caseInvolvement(Involvement object)
Returns the result of interpreting the object as an instance of 'Involvement'.
|
T |
caseIState(IState object)
Returns the result of interpreting the object as an instance of 'IState'.
|
T |
caseJoinPseudoState(JoinPseudoState object)
Returns the result of interpreting the object as an instance of 'Join Pseudo State'.
|
T |
caseJustificationLink(JustificationLink object)
Returns the result of interpreting the object as an instance of 'Justification Link'.
|
T |
caseMode(Mode object)
Returns the result of interpreting the object as an instance of 'Mode'.
|
T |
caseModelElement(ModelElement object)
Returns the result of interpreting the object as an instance of 'Model Element'.
|
T |
caseNamedElement(NamedElement object)
Returns the result of interpreting the object as an instance of 'Named Element'.
|
T |
caseNamespace(Namespace object)
Returns the result of interpreting the object as an instance of 'Namespace'.
|
T |
casePseudostate(Pseudostate object)
Returns the result of interpreting the object as an instance of 'Pseudostate'.
|
T |
casePublishableElement(PublishableElement object)
Returns the result of interpreting the object as an instance of 'Publishable Element'.
|
T |
caseRegion(Region object)
Returns the result of interpreting the object as an instance of 'Region'.
|
T |
caseRelationship(Relationship object)
Returns the result of interpreting the object as an instance of 'Relationship'.
|
T |
caseShallowHistoryPseudoState(ShallowHistoryPseudoState object)
Returns the result of interpreting the object as an instance of 'Shallow History Pseudo State'.
|
T |
caseState(State object)
Returns the result of interpreting the object as an instance of 'State'.
|
T |
caseStateEvent(StateEvent object)
Returns the result of interpreting the object as an instance of 'State Event'.
|
T |
caseStateEventRealization(StateEventRealization object)
Returns the result of interpreting the object as an instance of 'State Event Realization'.
|
T |
caseStateMachine(StateMachine object)
Returns the result of interpreting the object as an instance of 'State Machine'.
|
T |
caseStateTransition(StateTransition object)
Returns the result of interpreting the object as an instance of 'State Transition'.
|
T |
caseStateTransitionRealization(StateTransitionRealization object)
Returns the result of interpreting the object as an instance of 'State Transition Realization'.
|
T |
caseStructure(Structure object)
Returns the result of interpreting the object as an instance of 'Structure'.
|
T |
caseTerminatePseudoState(TerminatePseudoState object)
Returns the result of interpreting the object as an instance of 'Terminate Pseudo State'.
|
T |
caseTimeEvent(TimeEvent object)
Returns the result of interpreting the object as an instance of 'Time Event'.
|
T |
caseTrace(Trace object)
Returns the result of interpreting the object as an instance of 'Trace'.
|
T |
caseTraceableElement(TraceableElement object)
Returns the result of interpreting the object as an instance of 'Traceable Element'.
|
T |
caseTransfoLink(TransfoLink object)
Returns the result of interpreting the object as an instance of 'Transfo Link'.
|
T |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.
|
public CapellacommonSwitch()
public T caseAbstractCapabilityPkg(AbstractCapabilityPkg object)
object - the target of the switch.doSwitch(EObject)public T caseGenericTrace(GenericTrace object)
object - the target of the switch.doSwitch(EObject)public T caseTransfoLink(TransfoLink object)
object - the target of the switch.doSwitch(EObject)public T caseJustificationLink(JustificationLink object)
object - the target of the switch.doSwitch(EObject)public T caseCapabilityRealizationInvolvement(CapabilityRealizationInvolvement object)
object - the target of the switch.doSwitch(EObject)public T caseCapabilityRealizationInvolvedElement(CapabilityRealizationInvolvedElement object)
object - the target of the switch.doSwitch(EObject)public T caseStateMachine(StateMachine object)
object - the target of the switch.doSwitch(EObject)public T caseRegion(Region object)
object - the target of the switch.doSwitch(EObject)public T caseState(State object)
object - the target of the switch.doSwitch(EObject)public T caseMode(Mode object)
object - the target of the switch.doSwitch(EObject)public T caseFinalState(FinalState object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractState(AbstractState object)
object - the target of the switch.doSwitch(EObject)public T caseStateTransition(StateTransition object)
object - the target of the switch.doSwitch(EObject)public T casePseudostate(Pseudostate object)
object - the target of the switch.doSwitch(EObject)public T caseInitialPseudoState(InitialPseudoState object)
object - the target of the switch.doSwitch(EObject)public T caseJoinPseudoState(JoinPseudoState object)
object - the target of the switch.doSwitch(EObject)public T caseForkPseudoState(ForkPseudoState object)
object - the target of the switch.doSwitch(EObject)public T caseChoicePseudoState(ChoicePseudoState object)
object - the target of the switch.doSwitch(EObject)public T caseTerminatePseudoState(TerminatePseudoState object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractStateRealization(AbstractStateRealization object)
object - the target of the switch.doSwitch(EObject)public T caseStateTransitionRealization(StateTransitionRealization object)
object - the target of the switch.doSwitch(EObject)public T caseShallowHistoryPseudoState(ShallowHistoryPseudoState object)
object - the target of the switch.doSwitch(EObject)public T caseDeepHistoryPseudoState(DeepHistoryPseudoState object)
object - the target of the switch.doSwitch(EObject)public T caseEntryPointPseudoState(EntryPointPseudoState object)
object - the target of the switch.doSwitch(EObject)public T caseExitPointPseudoState(ExitPointPseudoState object)
object - the target of the switch.doSwitch(EObject)public T caseStateEventRealization(StateEventRealization object)
object - the target of the switch.doSwitch(EObject)public T caseStateEvent(StateEvent object)
object - the target of the switch.doSwitch(EObject)public T caseChangeEvent(ChangeEvent object)
object - the target of the switch.doSwitch(EObject)public T caseTimeEvent(TimeEvent object)
object - the target of the switch.doSwitch(EObject)public T caseElement(org.polarsys.kitalpha.emde.model.Element object)
object - the target of the switch.doSwitch(EObject)public T caseExtensibleElement(org.polarsys.kitalpha.emde.model.ExtensibleElement object)
object - the target of the switch.doSwitch(EObject)public T caseModelElement(ModelElement object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractNamedElement(AbstractNamedElement object)
object - the target of the switch.doSwitch(EObject)public T caseTraceableElement(TraceableElement object)
object - the target of the switch.doSwitch(EObject)public T casePublishableElement(PublishableElement object)
object - the target of the switch.doSwitch(EObject)public T caseCapellaElement(CapellaElement object)
object - the target of the switch.doSwitch(EObject)public T caseNamedElement(NamedElement object)
object - the target of the switch.doSwitch(EObject)public T caseNamespace(Namespace object)
object - the target of the switch.doSwitch(EObject)public T caseStructure(Structure object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractRelationship(AbstractRelationship object)
object - the target of the switch.doSwitch(EObject)public T caseRelationship(Relationship object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractTrace(AbstractTrace object)
object - the target of the switch.doSwitch(EObject)public T caseTrace(Trace object)
object - the target of the switch.doSwitch(EObject)public T caseInvolvement(Involvement object)
object - the target of the switch.doSwitch(EObject)public T caseInvolvedElement(InvolvedElement object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractBehavior(AbstractBehavior object)
object - the target of the switch.doSwitch(EObject)public T caseIState(IState object)
object - the target of the switch.doSwitch(EObject)public T caseAllocation(Allocation object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractType(AbstractType object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractEvent(AbstractEvent object)
object - the target of the switch.doSwitch(EObject)public T defaultCase(org.eclipse.emf.ecore.EObject object)
defaultCase in class org.eclipse.emf.ecore.util.Switch<T>object - the target of the switch.Switch.doSwitch(org.eclipse.emf.ecore.EObject)