Title: Visual Tree
Description: A class which stores the tree and its adjacency relations in a rich data structure which enables fast queries
It reads the hiearchical and adjacency relations from a data reader, and create the corresponding data structure upon contructionCopyright: Copyright (c) 2007
Company:
Constructor Detail |
public VisualTree(edgebundles.io.DataReader dr)
dr
- DataReaderMethod Detail |
public edgebundles.tree.TreeNode getRoot()
public edgebundles.tree.TreeNode getNode(int i)
public int getNodesCount()