Uses of Class
org.apache.uima.tools.cvd.FSTreeModel
Packages that use FSTreeModel
-
Uses of FSTreeModel in org.apache.uima.tools.cvd
Fields in org.apache.uima.tools.cvd declared as FSTreeModelMethods in org.apache.uima.tools.cvd with parameters of type FSTreeModelModifier and TypeMethodDescription(package private) static List
<FSTreeNode> FSTreeModel.createArrayChildren
(int start, int end, List<FSNode> array, FSTreeModel model) Creates the array children.Constructors in org.apache.uima.tools.cvd with parameters of type FSTreeModelModifierConstructorDescription(package private)
FSNode
(FSTreeModel fSTreeModel, int nodeClass, Object fsOrString, long intOrLongLikeValue, int elementIndex) Instantiates a new FS node.(package private)
FSNode
(FSTreeModel fSTreeModel, int nodeClass, Object fsOrString, long intOrLongLikeValue, Feature feat) Instantiates a new FS node.