Class ActionsItemProviderAdapterFactory.SeffChildCreationExtender.CreationSwitch
- java.lang.Object
-
- org.eclipse.emf.ecore.util.Switch<T>
-
- org.palladiosimulator.pcm.seff.util.SeffSwitch<Object>
-
- org.palladiosimulator.indirections.actions.provider.ActionsItemProviderAdapterFactory.SeffChildCreationExtender.CreationSwitch
-
- Enclosing class:
- ActionsItemProviderAdapterFactory.SeffChildCreationExtender
protected static class ActionsItemProviderAdapterFactory.SeffChildCreationExtender.CreationSwitch extends org.palladiosimulator.pcm.seff.util.SeffSwitch<Object>
The switch for creating child descriptors specific to each extended class.- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description protected EditingDomaineditingDomainThe domain in which to create the children.protected List<Object>newChildDescriptorsThe child descriptors being populated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectcaseResourceDemandingBehaviour(org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour object)protected CommandParametercreateChildParameter(Object feature, Object child)-
Methods inherited from class org.palladiosimulator.pcm.seff.util.SeffSwitch
caseAbstractAction, caseAbstractBranchTransition, caseAbstractInternalControlFlowAction, caseAbstractLoopAction, caseAcquireAction, caseBranchAction, caseCallAction, caseCallReturnAction, caseCollectionIteratorAction, caseEmitEventAction, caseEntity, caseExternalCallAction, caseFailureHandlingEntity, caseForkAction, caseForkedBehaviour, caseGuardedBranchTransition, caseIdentifier, caseInternalAction, caseInternalCallAction, caseLoopAction, caseNamedElement, caseProbabilisticBranchTransition, caseReleaseAction, caseResourceDemandingInternalBehaviour, caseResourceDemandingSEFF, caseServiceEffectSpecification, caseSetVariableAction, caseStartAction, caseStopAction, caseSynchronisationPoint, defaultCase, doSwitch, isSwitchFor
-
-
-
-
Field Detail
-
newChildDescriptors
protected List<Object> newChildDescriptors
The child descriptors being populated.- Generated class or method.
-
editingDomain
protected EditingDomain editingDomain
The domain in which to create the children.- Generated class or method.
-
-
Method Detail
-
caseResourceDemandingBehaviour
public Object caseResourceDemandingBehaviour(org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour object)
- Overrides:
caseResourceDemandingBehaviourin classorg.palladiosimulator.pcm.seff.util.SeffSwitch<Object>- Generated class or method.
-
createChildParameter
protected CommandParameter createChildParameter(Object feature, Object child)
- Generated class or method.
-
-