org.eclipse.stp.core.sca.impl
Class EObjectContainmentIntrospectingEList

java.lang.Object
  extended by java.util.AbstractCollection
      extended by java.util.AbstractList
          extended by org.eclipse.emf.common.util.BasicEList
              extended by org.eclipse.emf.common.notify.impl.NotifyingListImpl
                  extended by org.eclipse.emf.ecore.util.EcoreEList
                      extended by org.eclipse.emf.ecore.util.EObjectEList
                          extended by org.eclipse.emf.ecore.util.EObjectContainmentEList
                              extended by org.eclipse.stp.core.sca.impl.EObjectContainmentIntrospectingEList
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess, org.eclipse.emf.common.notify.NotifyingList, org.eclipse.emf.common.util.EList, org.eclipse.emf.ecore.EStructuralFeature.Setting, org.eclipse.emf.ecore.util.InternalEList, org.eclipse.emf.ecore.util.InternalEList.Unsettable

public class EObjectContainmentIntrospectingEList
extends org.eclipse.emf.ecore.util.EObjectContainmentEList

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.util.EObjectContainmentEList
org.eclipse.emf.ecore.util.EObjectContainmentEList.Resolving, org.eclipse.emf.ecore.util.EObjectContainmentEList.Unsettable
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.util.EcoreEList
org.eclipse.emf.ecore.util.EcoreEList.Dynamic, org.eclipse.emf.ecore.util.EcoreEList.Generic, org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.util.BasicEList
org.eclipse.emf.common.util.BasicEList.FastCompare
 
Constructor Summary
EObjectContainmentIntrospectingEList(java.lang.Class dataClass, org.eclipse.emf.ecore.InternalEObject owner, int featureID, ISafeIntrospector anIntrospector)
           
 
Method Summary
 void refresh()
           
 
Methods inherited from class org.eclipse.emf.ecore.util.EObjectEList
getFeatureID
 
Methods inherited from class org.eclipse.emf.ecore.util.EcoreEList
basicIterator, basicList, basicListIterator, basicListIterator, contains, get, getEObject, getEStructuralFeature, getFeature, getNotifier, indexOf, inverseAdd, inverseRemove, isSet, lastIndexOf, set, toArray, toArray, unset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.NotifyingListImpl
addAllUnique, addAllUnique, addAllUnique, addAllUnique, addUnique, addUnique, basicAdd, basicRemove, basicSet, clear, move, remove, removeAll, setUnique
 
Methods inherited from class org.eclipse.emf.common.util.BasicEList
add, add, addAll, addAll, basicGet, clone, containsAll, data, equals, get, grow, hashCode, isEmpty, iterator, listIterator, listIterator, move, remove, retainAll, set, setData, shrink, size, toString
 
Methods inherited from class java.util.AbstractList
subList
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.util.InternalEList
addUnique, addUnique, basicAdd, basicGet, basicRemove, setUnique
 
Methods inherited from interface org.eclipse.emf.common.util.EList
move, move
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, containsAll, equals, get, hashCode, isEmpty, iterator, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList
 

Constructor Detail

EObjectContainmentIntrospectingEList

public EObjectContainmentIntrospectingEList(java.lang.Class dataClass,
                                            org.eclipse.emf.ecore.InternalEObject owner,
                                            int featureID,
                                            ISafeIntrospector anIntrospector)
Method Detail

refresh

public void refresh()