Class RepositoryItemProviderAdapterFactory.EntityChildCreationExtender.CreationSwitch

  • Enclosing class:
    RepositoryItemProviderAdapterFactory.EntityChildCreationExtender

    protected static class RepositoryItemProviderAdapterFactory.EntityChildCreationExtender.CreationSwitch
    extends org.palladiosimulator.pcm.core.entity.util.EntitySwitch<Object>
    The switch for creating child descriptors specific to each extended class.
    Generated class or method.
    • 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

      • caseInterfaceRequiringEntity

        public Object caseInterfaceRequiringEntity​(org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity object)
        Overrides:
        caseInterfaceRequiringEntity in class org.palladiosimulator.pcm.core.entity.util.EntitySwitch<Object>
        Generated class or method.
      • caseInterfaceProvidingEntity

        public Object caseInterfaceProvidingEntity​(org.palladiosimulator.pcm.core.entity.InterfaceProvidingEntity object)
        Overrides:
        caseInterfaceProvidingEntity in class org.palladiosimulator.pcm.core.entity.util.EntitySwitch<Object>
        Generated class or method.