Class SubsetSupersetEObjectWithInverseResolvingEList<E>

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SubsetSupersetEObjectWithInverseResolvingEList.ManyInverse<E>  
      static class  SubsetSupersetEObjectWithInverseResolvingEList.Unsettable<E>  
      • Nested classes/interfaces inherited from class org.eclipse.emf.ecore.util.EcoreEList

        org.eclipse.emf.ecore.util.EcoreEList.Dynamic<E extends java.lang.Object>, org.eclipse.emf.ecore.util.EcoreEList.Generic<E extends java.lang.Object>, org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList<E extends java.lang.Object>
      • Nested classes/interfaces inherited from class org.eclipse.emf.common.util.BasicEList

        org.eclipse.emf.common.util.BasicEList.BasicIndexOutOfBoundsException, org.eclipse.emf.common.util.BasicEList.EIterator<E1 extends java.lang.Object>, org.eclipse.emf.common.util.BasicEList.EListIterator<E1 extends java.lang.Object>, org.eclipse.emf.common.util.BasicEList.FastCompare<E extends java.lang.Object>, org.eclipse.emf.common.util.BasicEList.NonResolvingEIterator<E1 extends java.lang.Object>, org.eclipse.emf.common.util.BasicEList.NonResolvingEListIterator<E1 extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      SubsetSupersetEObjectWithInverseResolvingEList​(java.lang.Class<?> dataClass, org.eclipse.emf.ecore.InternalEObject owner, int featureID, int[] supersetFeatureIDs, int[] subsetFeatureIDs, int inverseFeatureID)
      Creates and initializes a new SubsetSupersetEObjectWithInverseResolvingEList instance.
    • Constructor Detail

      • SubsetSupersetEObjectWithInverseResolvingEList

        public SubsetSupersetEObjectWithInverseResolvingEList​(java.lang.Class<?> dataClass,
                                                              org.eclipse.emf.ecore.InternalEObject owner,
                                                              int featureID,
                                                              @CheckForNull
                                                              int[] supersetFeatureIDs,
                                                              @CheckForNull
                                                              int[] subsetFeatureIDs,
                                                              int inverseFeatureID)
        Creates and initializes a new SubsetSupersetEObjectWithInverseResolvingEList instance.
        Parameters:
        dataClass - data class.
        owner - owner of the setting.
        featureID - feature id.
        supersetFeatureIDs - array of superset features.
        subsetFeatureIDs - array of subset features.
        inverseFeatureID - id of inverse feature.
    • Method Detail

      • hasProxies

        protected boolean hasProxies()
        Overrides:
        hasProxies in class org.eclipse.emf.ecore.util.EcoreEList<E>
      • resolve

        protected E resolve​(int index,
                            E object)
        Overrides:
        resolve in class org.eclipse.emf.ecore.util.EObjectEList<E>