org.rubato.rubettes.bigbang.view.subview.graph
Class EdgeFactory

java.lang.Object
  extended by org.rubato.rubettes.bigbang.view.subview.graph.EdgeFactory
All Implemented Interfaces:
org.apache.commons.collections15.Factory<AbstractOperation>

public class EdgeFactory
extends java.lang.Object
implements org.apache.commons.collections15.Factory<AbstractOperation>


Constructor Summary
EdgeFactory(edu.uci.ics.jung.algorithms.layout.Layout<CompositionState,AbstractOperation> layout)
           
 
Method Summary
 AbstractOperation create()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeFactory

public EdgeFactory(edu.uci.ics.jung.algorithms.layout.Layout<CompositionState,AbstractOperation> layout)
Method Detail

create

public AbstractOperation create()
Specified by:
create in interface org.apache.commons.collections15.Factory<AbstractOperation>