com.jeffpalm.internal.graph
Class FactoryImpl

java.lang.Object
  extended by com.jeffpalm.internal.graph.FactoryImpl
All Implemented Interfaces:
Factory

public class FactoryImpl
extends java.lang.Object
implements Factory


Constructor Summary
FactoryImpl()
           
 
Method Summary
 Edge createEdge(java.lang.Object o)
           
 Graph createGraph()
           
 Node createNode(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryImpl

public FactoryImpl()
Method Detail

createGraph

public Graph createGraph()
Specified by:
createGraph in interface Factory

createNode

public Node createNode(java.lang.Object o)
Specified by:
createNode in interface Factory

createEdge

public Edge createEdge(java.lang.Object o)
Specified by:
createEdge in interface Factory