Uses of Class
org.apache.uima.tools.cvd.FSNode
Packages that use FSNode
-
Uses of FSNode in org.apache.uima.tools.cvd
Fields in org.apache.uima.tools.cvd with type parameters of type FSNodeMethods in org.apache.uima.tools.cvd that return types with arguments of type FSNodeModifier and TypeMethodDescriptionMainFrame.getAnnotationsAtPos
(int pos, List<FSNode> annots) Gets the annotations at pos.FSTreeModel.getFSs()
Gets the f ss.Method parameters in org.apache.uima.tools.cvd with type arguments of type FSNodeModifier and TypeMethodDescription(package private) static List
<FSTreeNode> FSTreeModel.createArrayChildren
(int start, int end, List<FSNode> array, FSTreeModel model) Creates the array children.MainFrame.getAnnotationsAtPos
(int pos, List<FSNode> annots) Gets the annotations at pos.private void
FSNode.makeNodes
(List<FSNode> arrayNodes, int size, IntFunction<FSNode> newFSNode) Make nodes.private void
FSNode.makeNodes
(List<FSNode> arrayNodes, int size, IntFunction<FSNode> newFSNode) Make nodes.