public class CommunicationSwitch<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.
CommunicationPackage| Constructor and Description |
|---|
CommunicationSwitch()
Creates an instance of the switch.
|
| Modifier and Type | Method and Description |
|---|---|
T |
caseAbstractInstance(AbstractInstance object)
Returns the result of interpreting the object as an instance of 'Abstract Instance'.
|
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 |
caseAbstractSignal(AbstractSignal object)
Returns the result of interpreting the object as an instance of 'Abstract Signal'.
|
T |
caseAbstractType(AbstractType object)
Returns the result of interpreting the object as an instance of 'Abstract Type'.
|
T |
caseAbstractTypedElement(AbstractTypedElement object)
Returns the result of interpreting the object as an instance of 'Abstract Typed Element'.
|
T |
caseCapellaElement(CapellaElement object)
Returns the result of interpreting the object as an instance of 'Capella Element'.
|
T |
caseClassifier(Classifier object)
Returns the result of interpreting the object as an instance of 'Classifier'.
|
T |
caseCommunicationItem(CommunicationItem object)
Returns the result of interpreting the object as an instance of 'Item'.
|
T |
caseCommunicationLink(CommunicationLink object)
Returns the result of interpreting the object as an instance of 'Link'.
|
T |
caseCommunicationLinkExchanger(CommunicationLinkExchanger object)
Returns the result of interpreting the object as an instance of 'Link Exchanger'.
|
T |
caseDataValueContainer(DataValueContainer object)
Returns the result of interpreting the object as an instance of 'Data Value Container'.
|
T |
caseElement(org.polarsys.kitalpha.emde.model.Element object)
Returns the result of interpreting the object as an instance of 'Element'.
|
T |
caseException(Exception object)
Returns the result of interpreting the object as an instance of 'Exception'.
|
T |
caseExtensibleElement(org.polarsys.kitalpha.emde.model.ExtensibleElement object)
Returns the result of interpreting the object as an instance of 'Extensible Element'.
|
T |
caseFeature(Feature object)
Returns the result of interpreting the object as an instance of 'Feature'.
|
T |
caseFinalizableElement(FinalizableElement object)
Returns the result of interpreting the object as an instance of 'Finalizable Element'.
|
T |
caseGeneralizableElement(GeneralizableElement object)
Returns the result of interpreting the object as an instance of 'Generalizable Element'.
|
T |
caseMessage(Message object)
Returns the result of interpreting the object as an instance of 'Message'.
|
T |
caseMessageReference(MessageReference object)
Returns the result of interpreting the object as an instance of 'Message Reference'.
|
T |
caseMessageReferencePkg(MessageReferencePkg object)
Returns the result of interpreting the object as an instance of 'Message Reference Pkg'.
|
T |
caseModelElement(ModelElement object)
Returns the result of interpreting the object as an instance of 'Model Element'.
|
T |
caseMultiplicityElement(MultiplicityElement object)
Returns the result of interpreting the object as an instance of 'Multiplicity 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 |
caseProperty(Property object)
Returns the result of interpreting the object as an instance of 'Property'.
|
T |
casePublishableElement(PublishableElement object)
Returns the result of interpreting the object as an instance of 'Publishable Element'.
|
T |
caseRelationship(Relationship object)
Returns the result of interpreting the object as an instance of 'Relationship'.
|
T |
caseSignal(Signal object)
Returns the result of interpreting the object as an instance of 'Signal'.
|
T |
caseSignalInstance(SignalInstance object)
Returns the result of interpreting the object as an instance of 'Signal Instance'.
|
T |
caseStructure(Structure object)
Returns the result of interpreting the object as an instance of 'Structure'.
|
T |
caseTraceableElement(TraceableElement object)
Returns the result of interpreting the object as an instance of 'Traceable Element'.
|
T |
caseType(Type object)
Returns the result of interpreting the object as an instance of 'Type'.
|
T |
caseTypedElement(TypedElement object)
Returns the result of interpreting the object as an instance of 'Typed Element'.
|
T |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.
|
public CommunicationSwitch()
public T caseCommunicationItem(CommunicationItem object)
object - the target of the switch.doSwitch(EObject)public T caseException(Exception object)
object - the target of the switch.doSwitch(EObject)public T caseMessage(Message object)
object - the target of the switch.doSwitch(EObject)public T caseMessageReference(MessageReference object)
object - the target of the switch.doSwitch(EObject)public T caseMessageReferencePkg(MessageReferencePkg object)
object - the target of the switch.doSwitch(EObject)public T caseSignal(Signal object)
object - the target of the switch.doSwitch(EObject)public T caseSignalInstance(SignalInstance object)
object - the target of the switch.doSwitch(EObject)public T caseCommunicationLink(CommunicationLink object)
object - the target of the switch.doSwitch(EObject)public T caseCommunicationLinkExchanger(CommunicationLinkExchanger 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 caseAbstractType(AbstractType 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 caseType(Type object)
object - the target of the switch.doSwitch(EObject)public T caseGeneralizableElement(GeneralizableElement object)
object - the target of the switch.doSwitch(EObject)public T caseClassifier(Classifier object)
object - the target of the switch.doSwitch(EObject)public T caseStructure(Structure object)
object - the target of the switch.doSwitch(EObject)public T caseDataValueContainer(DataValueContainer 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 caseAbstractSignal(AbstractSignal object)
object - the target of the switch.doSwitch(EObject)public T caseFeature(Feature object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractTypedElement(AbstractTypedElement object)
object - the target of the switch.doSwitch(EObject)public T caseTypedElement(TypedElement object)
object - the target of the switch.doSwitch(EObject)public T caseMultiplicityElement(MultiplicityElement object)
object - the target of the switch.doSwitch(EObject)public T caseFinalizableElement(FinalizableElement object)
object - the target of the switch.doSwitch(EObject)public T caseProperty(Property object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractInstance(AbstractInstance 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)