org.eclipse.emf.exporter
Class ModelExporter.GenPackagesTreeIterator

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byorg.eclipse.emf.common.util.BasicEList
              extended byorg.eclipse.emf.common.util.AbstractTreeIterator
                  extended byorg.eclipse.emf.exporter.ModelExporter.GenPackagesTreeIterator
All Implemented Interfaces:
Cloneable, Collection, EList, Iterator, List, RandomAccess, Serializable, TreeIterator
Enclosing class:
ModelExporter

protected static class ModelExporter.GenPackagesTreeIterator
extends AbstractTreeIterator

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.eclipse.emf.common.util.BasicEList
BasicEList.BasicIndexOutOfBoundsException, BasicEList.EIterator, BasicEList.EListIterator, BasicEList.FastCompare, BasicEList.NonResolvingEIterator, BasicEList.NonResolvingEListIterator, BasicEList.UnmodifiableEList
 
Field Summary
 
Fields inherited from class org.eclipse.emf.common.util.AbstractTreeIterator
includeRoot, nextPruneIterator, nextRemoveIterator, object
 
Fields inherited from class org.eclipse.emf.common.util.BasicEList
data, size
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ModelExporter.GenPackagesTreeIterator(Collection genPackages)
           
ModelExporter.GenPackagesTreeIterator(GenModel genModel)
           
 
Method Summary
protected  Iterator getChildren(Object object)
          Returns the iterator that yields the children of the object.
 
Methods inherited from class org.eclipse.emf.common.util.AbstractTreeIterator
hasNext, next, prune, remove
 
Methods inherited from class org.eclipse.emf.common.util.BasicEList
add, add, addAll, addAll, addAllUnique, addAllUnique, addAllUnique, addAllUnique, addUnique, addUnique, assign, basicGet, basicIterator, basicList, basicListIterator, basicListIterator, canContainNull, clear, clone, contains, containsAll, data, didAdd, didChange, didClear, didMove, didRemove, didSet, equalObjects, equals, get, getDuplicates, getNonDuplicates, grow, hashCode, indexOf, isEmpty, isUnique, iterator, lastIndexOf, listIterator, listIterator, move, move, newData, remove, remove, removeAll, resolve, retainAll, set, setData, setUnique, shrink, size, toArray, toArray, toString, useEquals, validate
 
Methods inherited from class java.util.AbstractList
removeRange, subList
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
subList
 

Constructor Detail

ModelExporter.GenPackagesTreeIterator

public ModelExporter.GenPackagesTreeIterator(GenModel genModel)

ModelExporter.GenPackagesTreeIterator

public ModelExporter.GenPackagesTreeIterator(Collection genPackages)
Method Detail

getChildren

protected Iterator getChildren(Object object)
Description copied from class: AbstractTreeIterator
Returns the iterator that yields the children of the object.

Specified by:
getChildren in class AbstractTreeIterator
Parameters:
object - the object for which children are required.
Returns:
the iterator that yields the children.

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.