net.sf.fmj.filtergraph.model
Class FilterGraphModel

java.lang.Object
  extended by net.sf.fmj.filtergraph.model.FilterGraphModel

public class FilterGraphModel
extends java.lang.Object


Constructor Summary
FilterGraphModel(NodeModel root)
           
 
Method Summary
 NodeModel getRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterGraphModel

public FilterGraphModel(NodeModel root)
Method Detail

getRoot

public NodeModel getRoot()