UC Berkeley Group for User Interface Research
Updated November 17, 2000

Uses of Class
edu.berkeley.guir.lib.graphs.PathTree

Packages that use PathTree
edu.berkeley.guir.lib.graphs Some simple graph utilities. 
 

Uses of PathTree in edu.berkeley.guir.lib.graphs
 

Methods in edu.berkeley.guir.lib.graphs that return PathTree
protected  PathTree PathTree.hasChild(PathTree ptree)
          Sees if the specified PathTree is a child of the current node.
protected  PathTree PathTree.hasSibling(PathTree ptree)
          Sees if the specified PathTree is a sibling of the current node (or the same as the current node).
protected  PathTree PathTree.child()
          Get the child subtree of the current tree.
protected  PathTree PathTree.sibling()
          Get the sibling subtree of the current tree.
 

Methods in edu.berkeley.guir.lib.graphs with parameters of type PathTree
protected  void PathTree.setChild(PathTree ptree)
          Set the child subtree of the current tree.
protected  void PathTree.setSibling(PathTree ptree)
          Set the sibling subtree of the current tree.
protected  PathTree PathTree.hasChild(PathTree ptree)
          Sees if the specified PathTree is a child of the current node.
protected  PathTree PathTree.hasSibling(PathTree ptree)
          Sees if the specified PathTree is a sibling of the current node (or the same as the current node).
 


Copyright Information