public class ModellingcoreSwitch<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.
ModellingcorePackage| Constructor and Description |
|---|
ModellingcoreSwitch()
Creates an instance of the switch.
|
| Modifier and Type | Method and Description |
|---|---|
T |
caseAbstractConstraint(AbstractConstraint object)
Returns the result of interpreting the object as an instance of 'Abstract Constraint'.
|
T |
caseAbstractExchangeItem(AbstractExchangeItem object)
Returns the result of interpreting the object as an instance of 'Abstract Exchange Item'.
|
T |
caseAbstractInformationFlow(AbstractInformationFlow object)
Returns the result of interpreting the object as an instance of 'Abstract Information Flow'.
|
T |
caseAbstractNamedElement(AbstractNamedElement object)
Returns the result of interpreting the object as an instance of 'Abstract Named Element'.
|
T |
caseAbstractParameter(AbstractParameter object)
Returns the result of interpreting the object as an instance of 'Abstract Parameter'.
|
T |
caseAbstractParameterSet(AbstractParameterSet object)
Returns the result of interpreting the object as an instance of 'Abstract Parameter Set'.
|
T |
caseAbstractRelationship(AbstractRelationship object)
Returns the result of interpreting the object as an instance of 'Abstract Relationship'.
|
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 |
caseAbstractTypedElement(AbstractTypedElement object)
Returns the result of interpreting the object as an instance of 'Abstract Typed Element'.
|
T |
caseElement(org.polarsys.kitalpha.emde.model.Element object)
Returns the result of interpreting the object as an instance of 'Element'.
|
T |
caseExtensibleElement(org.polarsys.kitalpha.emde.model.ExtensibleElement object)
Returns the result of interpreting the object as an instance of 'Extensible Element'.
|
T |
caseFinalizableElement(FinalizableElement object)
Returns the result of interpreting the object as an instance of 'Finalizable Element'.
|
T |
caseInformationsExchanger(InformationsExchanger object)
Returns the result of interpreting the object as an instance of 'Informations Exchanger'.
|
T |
caseIState(IState object)
Returns the result of interpreting the object as an instance of 'IState'.
|
T |
caseModelElement(ModelElement object)
Returns the result of interpreting the object as an instance of 'Model Element'.
|
T |
casePublishableElement(PublishableElement object)
Returns the result of interpreting the object as an instance of 'Publishable Element'.
|
T |
caseTraceableElement(TraceableElement object)
Returns the result of interpreting the object as an instance of 'Traceable Element'.
|
T |
caseValueSpecification(ValueSpecification object)
Returns the result of interpreting the object as an instance of 'Value Specification'.
|
T |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.
|
public ModellingcoreSwitch()
public T caseModelElement(ModelElement object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractRelationship(AbstractRelationship object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractNamedElement(AbstractNamedElement object)
object - the target of the switch.doSwitch(EObject)public T caseInformationsExchanger(InformationsExchanger object)
object - the target of the switch.doSwitch(EObject)public T caseTraceableElement(TraceableElement object)
object - the target of the switch.doSwitch(EObject)public T caseFinalizableElement(FinalizableElement object)
object - the target of the switch.doSwitch(EObject)public T casePublishableElement(PublishableElement object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractType(AbstractType object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractTypedElement(AbstractTypedElement object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractTrace(AbstractTrace object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractConstraint(AbstractConstraint object)
object - the target of the switch.doSwitch(EObject)public T caseValueSpecification(ValueSpecification object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractParameter(AbstractParameter object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractParameterSet(AbstractParameterSet object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractInformationFlow(AbstractInformationFlow object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractExchangeItem(AbstractExchangeItem object)
object - the target of the switch.doSwitch(EObject)public T caseIState(IState 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 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)