org.apache.uima.tools.cvd
Class FSTreeNode

java.lang.Object
  extended by org.apache.uima.tools.cvd.FSTreeNode
Direct Known Subclasses:
ArrayNode, FSNode

public abstract class FSTreeNode
extends java.lang.Object

TODO: add type comment for FSTreeNode.


Field Summary
protected  java.util.List<FSTreeNode> children
           
 
Constructor Summary
FSTreeNode()
           
 
Method Summary
protected abstract  void initChildren()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

children

protected java.util.List<FSTreeNode> children
Constructor Detail

FSTreeNode

public FSTreeNode()
Method Detail

initChildren

protected abstract void initChildren()


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.