com.dynamide.db
Class TableTree.CompositeToList

java.lang.Object
  extended by com.dynamide.db.TableTree.CompositeToList
All Implemented Interfaces:
ICompositeWalker
Enclosing class:
TableTree

public class TableTree.CompositeToList
extends java.lang.Object
implements ICompositeWalker


Field Summary
 
Fields inherited from interface com.dynamide.util.ICompositeWalker
POSTORDER, PREORDER
 
Constructor Summary
TableTree.CompositeToList(java.util.List list)
           
TableTree.CompositeToList(java.util.List list, java.util.List exclusions)
           
 
Method Summary
 java.util.List getList()
           
 boolean onNode(IComposite node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableTree.CompositeToList

public TableTree.CompositeToList(java.util.List list)

TableTree.CompositeToList

public TableTree.CompositeToList(java.util.List list,
                                 java.util.List exclusions)
Method Detail

getList

public java.util.List getList()

onNode

public boolean onNode(IComposite node)
Specified by:
onNode in interface ICompositeWalker
Returns:
true if you wish the Composite walk to continue for child nodes in a PREORDER walk; POSTORDER walks are unaffected, of course, since by the time the parent node is visited, it is too late, as the children are visited first; there is no way to skip visiting subsequent children.


Copyright © 2001-2013 DYNAMIDE.COM. All Rights Reserved.