Uses of Class
org.apache.uima.tools.cvd.FSNode
-
Packages that use FSNode Package Description org.apache.uima.tools.cvd -
-
Uses of FSNode in org.apache.uima.tools.cvd
Fields in org.apache.uima.tools.cvd with type parameters of type FSNode Modifier and Type Field Description private java.util.List<FSNode>FSTreeModel. fssThe fss.Methods in org.apache.uima.tools.cvd that return types with arguments of type FSNode Modifier and Type Method Description private java.util.ArrayList<FSNode>MainFrame. getAnnotationsAtPos(int pos, java.util.List<FSNode> annots)Gets the annotations at pos.java.util.List<FSNode>FSTreeModel. getFSs()Gets the f ss.Method parameters in org.apache.uima.tools.cvd with type arguments of type FSNode 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.private java.util.ArrayList<FSNode>MainFrame. getAnnotationsAtPos(int pos, java.util.List<FSNode> annots)Gets the annotations at pos.private voidFSNode. makeNodes(java.util.List<FSNode> arrayNodes, int size, java.util.function.IntFunction<FSNode> newFSNode)Make nodes.private voidFSNode. makeNodes(java.util.List<FSNode> arrayNodes, int size, java.util.function.IntFunction<FSNode> newFSNode)Make nodes.
-