org.eclipse.uml2.common.util
Class DerivedUnionEObjectEList

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.DerivedUnionEObjectEList
All Implemented Interfaces:
Collection, EList, EStructuralFeature.Setting, InternalEList, InternalEList.Unsettable, List

public class DerivedUnionEObjectEList
extends DerivedEObjectEList

Since:
1.2

Nested Class Summary
 
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
DerivedUnionEObjectEList(Class dataClass, InternalEObject owner, int featureID, int[] sourceFeatureIDs)
           
 
Method Summary
 List basicList()
           
protected  boolean isIncluded(EStructuralFeature feature)
           
 
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, isNotificationRequired, isSet, listIterator, listIterator, move, move, newEmptyListIterator, newListIterator, newResolvingListIterator, 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

DerivedUnionEObjectEList

public DerivedUnionEObjectEList(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

isIncluded

protected boolean isIncluded(EStructuralFeature feature)
Overrides:
isIncluded in class DerivedEObjectEList

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