Uses of Interface
org.broad.igv.bbfile.RPTreeNode
-
Packages that use RPTreeNode Package Description org.broad.igv.bbfile -
-
Uses of RPTreeNode in org.broad.igv.bbfile
Classes in org.broad.igv.bbfile that implement RPTreeNode Modifier and Type Class Description class
RPTreeChildNode
Container class for R+ tree leaf or child node format Note: RPTreeNode interface supports leaf and child node formatsclass
RPTreeLeafNode
Created by IntelliJ IDEA.class
RPTreeNodeProxy
Methods in org.broad.igv.bbfile that return RPTreeNode Modifier and Type Method Description RPTreeNode
RPTreeChildNodeItem. getChildNode()
Constructors in org.broad.igv.bbfile with parameters of type RPTreeNode Constructor Description RPTreeChildNodeItem(int startChromID, int startBase, int endChromID, int endBase, RPTreeNode childNode)
-