treebolic.model.graph
Class Converter<T extends TreeMutableNode>

java.lang.Object
  extended by treebolic.model.graph.Converter<T>

public class Converter<T extends TreeMutableNode>
extends java.lang.Object

Graph converter

Author:
Bernard Bou

Constructor Summary
Converter()
           
 
Method Summary
 Tree graphToTree(Graph thisGraph)
          Convert graph to tree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Converter

public Converter()
Method Detail

graphToTree

public Tree graphToTree(Graph thisGraph)
Convert graph to tree

Parameters:
thisGraph -
Returns:
tree