public class EpbsSwitch<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.
EpbsPackage| Constructor and Description |
|---|
EpbsSwitch()
Creates an instance of the switch.
|
| Modifier and Type | Method and Description |
|---|---|
T |
caseAbstractFunctionalArchitecture(AbstractFunctionalArchitecture object)
Returns the result of interpreting the object as an instance of 'Abstract Functional Architecture'.
|
T |
caseAbstractFunctionalBlock(AbstractFunctionalBlock object)
Returns the result of interpreting the object as an instance of 'Abstract Functional Block'.
|
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 |
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 |
caseArchitectureAllocation(ArchitectureAllocation object)
Returns the result of interpreting the object as an instance of 'Architecture Allocation'.
|
T |
caseBlock(Block object)
Returns the result of interpreting the object as an instance of 'Block'.
|
T |
caseBlockArchitecture(BlockArchitecture object)
Returns the result of interpreting the object as an instance of 'Block Architecture'.
|
T |
caseBlockArchitecturePkg(BlockArchitecturePkg object)
Returns the result of interpreting the object as an instance of 'Block Architecture Pkg'.
|
T |
caseCapabilityRealizationInvolvedElement(CapabilityRealizationInvolvedElement object)
Returns the result of interpreting the object as an instance of 'Capability Realization Involved 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 |
caseCommunicationLinkExchanger(CommunicationLinkExchanger object)
Returns the result of interpreting the object as an instance of 'Link Exchanger'.
|
T |
caseComponent(Component object)
Returns the result of interpreting the object as an instance of 'Component'.
|
T |
caseComponentAllocation(ComponentAllocation object)
Returns the result of interpreting the object as an instance of 'Component Allocation'.
|
T |
caseComponentArchitecture(ComponentArchitecture object)
Returns the result of interpreting the object as an instance of 'Component Architecture'.
|
T |
caseComponentContext(ComponentContext object)
Returns the result of interpreting the object as an instance of 'Component Context'.
|
T |
caseConfigurationItem(ConfigurationItem object)
Returns the result of interpreting the object as an instance of 'Configuration Item'.
|
T |
caseConfigurationItemPkg(ConfigurationItemPkg object)
Returns the result of interpreting the object as an instance of 'Configuration Item Pkg'.
|
T |
caseElement(org.polarsys.kitalpha.emde.model.Element object)
Returns the result of interpreting the object as an instance of 'Element'.
|
T |
caseEPBSArchitecture(EPBSArchitecture object)
Returns the result of interpreting the object as an instance of 'EPBS Architecture'.
|
T |
caseEPBSArchitecturePkg(EPBSArchitecturePkg object)
Returns the result of interpreting the object as an instance of 'EPBS Architecture Pkg'.
|
T |
caseEPBSContext(EPBSContext object)
Returns the result of interpreting the object as an instance of 'EPBS Context'.
|
T |
caseExtensibleElement(org.polarsys.kitalpha.emde.model.ExtensibleElement object)
Returns the result of interpreting the object as an instance of 'Extensible Element'.
|
T |
caseGeneralizableElement(GeneralizableElement object)
Returns the result of interpreting the object as an instance of 'Generalizable Element'.
|
T |
caseInterfaceAllocator(InterfaceAllocator object)
Returns the result of interpreting the object as an instance of 'Interface Allocator'.
|
T |
caseInvolvedElement(InvolvedElement object)
Returns the result of interpreting the object as an instance of 'Involved Element'.
|
T |
caseModelElement(ModelElement object)
Returns the result of interpreting the object as an instance of 'Model Element'.
|
T |
caseModellingArchitecture(ModellingArchitecture object)
Returns the result of interpreting the object as an instance of 'Modelling Architecture'.
|
T |
caseModellingArchitecturePkg(ModellingArchitecturePkg object)
Returns the result of interpreting the object as an instance of 'Modelling Architecture Pkg'.
|
T |
caseModellingBlock(ModellingBlock object)
Returns the result of interpreting the object as an instance of 'Modelling Block'.
|
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 |
casePartitionableElement(PartitionableElement object)
Returns the result of interpreting the object as an instance of 'Partitionable Element'.
|
T |
casePhysicalArchitectureRealization(PhysicalArchitectureRealization object)
Returns the result of interpreting the object as an instance of 'Physical Architecture Realization'.
|
T |
casePhysicalArtifactRealization(PhysicalArtifactRealization object)
Returns the result of interpreting the object as an instance of 'Physical Artifact Realization'.
|
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 |
caseSystemComponent(SystemComponent object)
Returns the result of interpreting the object as an instance of 'System Component'.
|
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 |
defaultCase(org.eclipse.emf.ecore.EObject object)
Returns the result of interpreting the object as an instance of 'EObject'.
|
public T caseEPBSArchitecturePkg(EPBSArchitecturePkg object)
object - the target of the switch.doSwitch(EObject)public T caseEPBSArchitecture(EPBSArchitecture object)
object - the target of the switch.doSwitch(EObject)public T caseEPBSContext(EPBSContext object)
object - the target of the switch.doSwitch(EObject)public T caseConfigurationItemPkg(ConfigurationItemPkg object)
object - the target of the switch.doSwitch(EObject)public T caseConfigurationItem(ConfigurationItem object)
object - the target of the switch.doSwitch(EObject)public T casePhysicalArchitectureRealization(PhysicalArchitectureRealization object)
object - the target of the switch.doSwitch(EObject)public T casePhysicalArtifactRealization(PhysicalArtifactRealization 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 caseModellingArchitecturePkg(ModellingArchitecturePkg object)
object - the target of the switch.doSwitch(EObject)public T caseBlockArchitecturePkg(BlockArchitecturePkg object)
object - the target of the switch.doSwitch(EObject)public T caseModellingArchitecture(ModellingArchitecture object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractFunctionalArchitecture(AbstractFunctionalArchitecture object)
object - the target of the switch.doSwitch(EObject)public T caseBlockArchitecture(BlockArchitecture object)
object - the target of the switch.doSwitch(EObject)public T caseComponentArchitecture(ComponentArchitecture object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractType(AbstractType object)
object - the target of the switch.doSwitch(EObject)public T caseType(Type object)
object - the target of the switch.doSwitch(EObject)public T caseModellingBlock(ModellingBlock object)
object - the target of the switch.doSwitch(EObject)public T caseAbstractFunctionalBlock(AbstractFunctionalBlock object)
object - the target of the switch.doSwitch(EObject)public T caseBlock(Block 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 casePartitionableElement(PartitionableElement object)
object - the target of the switch.doSwitch(EObject)public T caseInterfaceAllocator(InterfaceAllocator object)
object - the target of the switch.doSwitch(EObject)public T caseCommunicationLinkExchanger(CommunicationLinkExchanger object)
object - the target of the switch.doSwitch(EObject)public T caseComponent(Component object)
object - the target of the switch.doSwitch(EObject)public T caseComponentContext(ComponentContext object)
object - the target of the switch.doSwitch(EObject)public T caseInvolvedElement(InvolvedElement object)
object - the target of the switch.doSwitch(EObject)public T caseCapabilityRealizationInvolvedElement(CapabilityRealizationInvolvedElement object)
object - the target of the switch.doSwitch(EObject)public T caseSystemComponent(SystemComponent 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 caseAllocation(Allocation object)
object - the target of the switch.doSwitch(EObject)public T caseArchitectureAllocation(ArchitectureAllocation object)
object - the target of the switch.doSwitch(EObject)public T caseComponentAllocation(ComponentAllocation 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)