Class SubsetSupersetEObjectEStoreContainmentEList<E>

    • Constructor Detail

      • SubsetSupersetEObjectEStoreContainmentEList

        public SubsetSupersetEObjectEStoreContainmentEList​(java.lang.Class<?> dataClass,
                                                           org.eclipse.emf.ecore.InternalEObject owner,
                                                           int featureID,
                                                           @CheckForNull
                                                           int[] supersetFeatureIDs,
                                                           @CheckForNull
                                                           int[] subsetFeatureIDs)
    • Method Detail

      • hasInverse

        protected boolean hasInverse()
        Overrides:
        hasInverse in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic<E>
      • hasNavigableInverse

        protected boolean hasNavigableInverse()
        Overrides:
        hasNavigableInverse in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic<E>
      • isContainment

        protected boolean isContainment()
        Overrides:
        isContainment in class org.eclipse.emf.ecore.util.DelegatingEcoreEList.Generic<E>
      • addAll

        public boolean addAll​(java.util.Collection<? extends E> collection)
        Specified by:
        addAll in interface java.util.Collection<E>
        Specified by:
        addAll in interface java.util.List<E>
        Overrides:
        addAll in class SubsetSupersetEObjectEStoreEList<E>
      • addAll

        public boolean addAll​(int index,
                              java.util.Collection<? extends E> collection)
        Specified by:
        addAll in interface java.util.List<E>
        Overrides:
        addAll in class SubsetSupersetEObjectEStoreEList<E>