Class SubsetSupersetEObjectWithInverseEList.ManyInverse<E>

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<E>, java.util.Collection<E>, java.util.List<E>, java.util.RandomAccess, org.eclipse.emf.common.notify.NotifyingList<E>, org.eclipse.emf.common.util.EList<E>, org.eclipse.emf.ecore.EStructuralFeature.Setting, org.eclipse.emf.ecore.util.InternalEList<E>, org.eclipse.emf.ecore.util.InternalEList.Unsettable<E>
    Enclosing class:
    SubsetSupersetEObjectWithInverseEList<E>

    public static class SubsetSupersetEObjectWithInverseEList.ManyInverse<E>
    extends SubsetSupersetEObjectWithInverseEList<E>
    See Also:
    Serialized Form
    • Nested Class Summary

      • 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
      ManyInverse​(java.lang.Class<?> dataClass, org.eclipse.emf.ecore.InternalEObject owner, int featureID, int[] supersetFeatureIDs, int[] subsetFeatureIDs, int inverseFeatureID)
      Creates and initializes a new SubsetSupersetEObjectWithInverseEList$ManyInverse instance.
    • Constructor Detail

      • ManyInverse

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