Class RepositoryItemProviderAdapterFactory.SystemChildCreationExtender.CreationSwitch
java.lang.Object
org.eclipse.emf.ecore.util.Switch<T>
org.palladiosimulator.pcm.system.util.SystemSwitch<Object>
org.palladiosimulator.indirections.repository.provider.RepositoryItemProviderAdapterFactory.SystemChildCreationExtender.CreationSwitch
- Enclosing class:
- RepositoryItemProviderAdapterFactory.SystemChildCreationExtender
protected static class RepositoryItemProviderAdapterFactory.SystemChildCreationExtender.CreationSwitch
extends org.palladiosimulator.pcm.system.util.SystemSwitch<Object>
The switch for creating child descriptors specific to each extended class.
- Generated class or method.
-
Field Summary
Modifier and TypeFieldDescriptionprotected EditingDomain
The domain in which to create the children.The child descriptors being populated.Fields inherited from class org.palladiosimulator.pcm.system.util.SystemSwitch
copyright, modelPackage
-
Method Summary
Modifier and TypeMethodDescriptioncaseInterfaceProvidingEntity
(org.palladiosimulator.pcm.core.entity.InterfaceProvidingEntity object) caseInterfaceRequiringEntity
(org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity object) protected CommandParameter
createChildParameter
(Object feature, Object child) Methods inherited from class org.palladiosimulator.pcm.system.util.SystemSwitch
caseComposedProvidingRequiringEntity, caseComposedStructure, caseEntity, caseIdentifier, caseInterfaceProvidingRequiringEntity, caseNamedElement, casePCMBaseClass, casePCMClass, caseResourceInterfaceRequiringEntity, caseSystem, defaultCase, doSwitch, isSwitchFor
-
Field Details
-
newChildDescriptors
The child descriptors being populated.- Generated class or method.
-
editingDomain
The domain in which to create the children.- Generated class or method.
-
-
Method Details
-
caseInterfaceProvidingEntity
public Object caseInterfaceProvidingEntity(org.palladiosimulator.pcm.core.entity.InterfaceProvidingEntity object) - Overrides:
caseInterfaceProvidingEntity
in classorg.palladiosimulator.pcm.system.util.SystemSwitch<Object>
- Generated class or method.
-
caseInterfaceRequiringEntity
public Object caseInterfaceRequiringEntity(org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity object) - Overrides:
caseInterfaceRequiringEntity
in classorg.palladiosimulator.pcm.system.util.SystemSwitch<Object>
- Generated class or method.
-
createChildParameter
- Generated class or method.
-