giny.util
Class MetaTree

java.lang.Object
  extended byginy.util.MetaTree

public class MetaTree
extends java.lang.Object

A MetaTree provides a view onto the MetaEdges of a GraphPerspective. A MetaTree is defined by a GraphPerspective and a root node. Note that not all of the nodes in a GraphPerspective will be accesable via the MetaTree. It is possible to have a forest of MetaTrees for one GraphPerspective. Remember that a Tree is essentially a directed acyclic graph. This class has methods to check this, and greedy methods that will enforce it.


Constructor Summary
MetaTree()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaTree

public MetaTree()