public class DeploymentSwitch<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.
DeploymentPackage| Constructor and Description |
|---|
DeploymentSwitch()
Creates an instance of the switch.
|
| Modifier and Type | Method and Description |
|---|---|
T |
caseAbstractDeploymentLink(AbstractDeploymentLink object)
Returns the result of interpreting the object as an instance of 'Abstract Deployment Link'.
|
T |
caseAbstractNamedElement(AbstractNamedElement object)
Returns the result of interpreting the object as an instance of 'Abstract Named Element'.
|
T |
caseAbstractPhysicalInstance(AbstractPhysicalInstance object)
Returns the result of interpreting the object as an instance of 'Abstract Physical Instance'.
|
T |
caseAbstractRelationship(AbstractRelationship object)
Returns the result of interpreting the object as an instance of 'Abstract Relationship'.
|
T |
caseCapellaElement(CapellaElement object)
Returns the result of interpreting the object as an instance of 'Capella Element'.
|
T |
caseComponentInstance(ComponentInstance object)
Returns the result of interpreting the object as an instance of 'Component Instance'.
|
T |
caseConnectionInstance(ConnectionInstance object)
Returns the result of interpreting the object as an instance of 'Connection Instance'.
|
T |
caseDeployableElement(DeployableElement object)
Returns the result of interpreting the object as an instance of 'Deployable Element'.
|
T |
caseDeploymentAspect(DeploymentAspect object)
Returns the result of interpreting the object as an instance of 'Aspect'.
|
T |
caseDeploymentConfiguration(DeploymentConfiguration object)
Returns the result of interpreting the object as an instance of 'Configuration'.
|
T |
caseDeploymentTarget(DeploymentTarget object)
Returns the result of interpreting the object as an instance of 'Deployment Target'.
|
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 |
caseInstanceDeploymentLink(InstanceDeploymentLink object)
Returns the result of interpreting the object as an instance of 'Instance Deployment Link'.
|
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 |
casePartDeploymentLink(PartDeploymentLink object)
Returns the result of interpreting the object as an instance of 'Part Deployment Link'.
|
T |
casePortInstance(PortInstance object)
Returns the result of interpreting the object as an instance of 'Port Instance'.
|
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 |
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 |
caseTypeDeploymentLink(TypeDeploymentLink object)
Returns the result of interpreting the object as an instance of 'Type Deployment Link'.
|
T |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.
|
public T caseComponentInstance(ComponentInstance object)
object - the target of the switch.doSwitch(EObject)public T caseConnectionInstance(ConnectionInstance object)
object - the target of the switch.doSwitch(EObject)public T caseDeploymentAspect(DeploymentAspect object)
object - the target of the switch.doSwitch(EObject)public T caseDeploymentConfiguration(DeploymentConfiguration object)
object - the target of the switch.doSwitch(EObject)public T caseInstanceDeploymentLink(InstanceDeploymentLink object)
object - the target of the switch.doSwitch(EObject)public T casePartDeploymentLink(PartDeploymentLink object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractPhysicalInstance(AbstractPhysicalInstance object)
object - the target of the switch.doSwitch(EObject)public T casePortInstance(PortInstance object)
object - the target of the switch.doSwitch(EObject)public T caseTypeDeploymentLink(TypeDeploymentLink 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 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 caseAbstractNamedElement(AbstractNamedElement object)
object - the target of the switch.doSwitch(EObject)public T caseNamedElement(NamedElement object)
object - the target of the switch.doSwitch(EObject)public T caseDeployableElement(DeployableElement object)
object - the target of the switch.doSwitch(EObject)public T caseDeploymentTarget(DeploymentTarget 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 caseAbstractDeploymentLink(AbstractDeploymentLink 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)