Uses of Class
org.apache.uima.tools.cvd.FSTreeModel
-
Packages that use FSTreeModel Package Description org.apache.uima.tools.cvd -
-
Uses of FSTreeModel in org.apache.uima.tools.cvd
Fields in org.apache.uima.tools.cvd declared as FSTreeModel Modifier and Type Field Description private FSTreeModel
FSNode. fSTreeModel
The s tree model.Methods in org.apache.uima.tools.cvd with parameters of type FSTreeModel Modifier and Type Method Description (package private) static java.util.List<FSTreeNode>
FSTreeModel. createArrayChildren(int start, int end, java.util.List<FSNode> array, FSTreeModel model)
Creates the array children.Constructors in org.apache.uima.tools.cvd with parameters of type FSTreeModel Constructor Description FSNode(FSTreeModel fSTreeModel, int nodeClass, java.lang.Object fsOrString, long intOrLongLikeValue, int elementIndex)
Instantiates a new FS node.FSNode(FSTreeModel fSTreeModel, int nodeClass, java.lang.Object fsOrString, long intOrLongLikeValue, Feature feat)
Instantiates a new FS node.
-