org.eclipse.uml2.common.util
Class DerivedSubsetEObjectEList

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.AbstractSequentialList
              extended byorg.eclipse.uml2.common.util.DerivedEObjectEList
                  extended byorg.eclipse.uml2.common.util.DerivedSubsetEObjectEList
All Implemented Interfaces:
Collection, EList, EStructuralFeature.Setting, InternalEList, InternalEList.Unsettable, List

public class DerivedSubsetEObjectEList
extends DerivedEObjectEList

Since:
1.2

Nested Class Summary
protected  class DerivedSubsetEObjectEList.DerivedSubsetListIterator
           
protected  class DerivedSubsetEObjectEList.EmptyDerivedSubsetListIterator
           
protected  class DerivedSubsetEObjectEList.ResolvingDerivedSubsetListIterator
           
 
Nested classes inherited from class org.eclipse.uml2.common.util.DerivedEObjectEList
DerivedEObjectEList.DerivedListIterator, DerivedEObjectEList.EmptyDerivedListIterator, DerivedEObjectEList.ResolvingDerivedListIterator
 
Nested classes inherited from class org.eclipse.emf.ecore.util.InternalEList
InternalEList.Unsettable
 
Field Summary
 
Fields inherited from class org.eclipse.uml2.common.util.DerivedEObjectEList
dataClass, featureID, owner, sourceFeatureIDs
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
DerivedSubsetEObjectEList(Class dataClass, InternalEObject owner, int featureID, int[] sourceFeatureIDs)
           
 
Method Summary
 List basicList()
           
protected  boolean isNotificationRequired()
           
protected  ListIterator newEmptyListIterator()
           
protected  ListIterator newListIterator()
           
protected  ListIterator newResolvingListIterator()
           
 
Methods inherited from class org.eclipse.uml2.common.util.DerivedEObjectEList
add, addAll, addAllUnique, addUnique, addUnique, basicAdd, basicGet, basicIterator, basicListIterator, basicListIterator, basicRemove, contains, createNotification, derive, dispatchNotification, doAddAllUnique, get, getEObject, getEStructuralFeature, getEStructuralFeature, isEmpty, isIncluded, isIncluded, isSet, listIterator, listIterator, move, move, remove, set, set, setUnique, size, unset, validate
 
Methods inherited from class java.util.AbstractSequentialList
get, iterator
 
Methods inherited from class java.util.AbstractList
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, addAll, clear, containsAll, equals, get, hashCode, indexOf, iterator, lastIndexOf, listIterator, remove, removeAll, retainAll, subList, toArray, toArray
 

Constructor Detail

DerivedSubsetEObjectEList

public DerivedSubsetEObjectEList(Class dataClass,
                                 InternalEObject owner,
                                 int featureID,
                                 int[] sourceFeatureIDs)
Method Detail

basicList

public List basicList()
Specified by:
basicList in interface InternalEList
Overrides:
basicList in class DerivedEObjectEList

newListIterator

protected ListIterator newListIterator()
Overrides:
newListIterator in class DerivedEObjectEList

newResolvingListIterator

protected ListIterator newResolvingListIterator()
Overrides:
newResolvingListIterator in class DerivedEObjectEList

newEmptyListIterator

protected ListIterator newEmptyListIterator()
Overrides:
newEmptyListIterator in class DerivedEObjectEList

isNotificationRequired

protected boolean isNotificationRequired()
Overrides:
isNotificationRequired in class DerivedEObjectEList

Copyright 2003, 2006 IBM Corporation and others.
All Rights Reserved.