Class localItemProviderAdapterFactory.RepositoryChildCreationExtender.CreationSwitch
java.lang.Object
org.eclipse.emf.ecore.util.Switch<T>
org.palladiosimulator.edp2.models.Repository.util.RepositorySwitch<Object>
org.palladiosimulator.edp2.local.provider.localItemProviderAdapterFactory.RepositoryChildCreationExtender.CreationSwitch
- Enclosing class:
- localItemProviderAdapterFactory.RepositoryChildCreationExtender
protected static class localItemProviderAdapterFactory.RepositoryChildCreationExtender.CreationSwitch
extends RepositorySwitch<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.edp2.models.Repository.util.RepositorySwitch
modelPackage
-
Method Summary
Modifier and TypeMethodDescriptioncaseRepositories
(Repositories object) protected CommandParameter
createChildParameter
(Object feature, Object child) Methods inherited from class org.palladiosimulator.edp2.models.Repository.util.RepositorySwitch
caseIdentifier, caseIResourceSet, caseLocalMemoryRepository, caseMeasurementsDaoFactory, caseMetaDao, caseRepository, 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
-
caseRepositories
- Overrides:
caseRepositories
in classRepositorySwitch<Object>
- Parameters:
object
- the target of the switch.- Returns:
- the result of interpreting the object as an instance of 'Repositories'.
- See Also:
- Generated class or method.
-
createChildParameter
- Generated class or method.
-