de.saar.chorus.ubench
Class DomGraphTConverter

Object
  extended by DomGraphTConverter

public class DomGraphTConverter
extends Object

This converts a DomGraph to a JDomGraph

Author:
Michaela Regneri

Constructor Summary
DomGraphTConverter(DomGraph graph, NodeLabels labels)
          Setting up a new converter with the graph to convert and its labels.
 
Method Summary
 JDomGraph getJDomGraph()
          Returns the JDomGraph created by this converter.
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomGraphTConverter

public DomGraphTConverter(DomGraph graph,
                          NodeLabels labels)
Setting up a new converter with the graph to convert and its labels.

Parameters:
graph - the graph
labels - the lables belonging to the graph nodes
Method Detail

getJDomGraph

public JDomGraph getJDomGraph()
Returns the JDomGraph created by this converter.

Returns:
the JDomGraph