org.mulgara.mrg
Class GraphImplFactory

java.lang.Object
  extended by org.mulgara.mrg.GraphImplFactory
All Implemented Interfaces:
GraphFactory

public class GraphImplFactory
extends Object
implements GraphFactory

Creates the simple basic graph.


Constructor Summary
GraphImplFactory()
           
 
Method Summary
 WritableGraph createGraph()
          Creates a new GraphImpl.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphImplFactory

public GraphImplFactory()
Method Detail

createGraph

public WritableGraph createGraph()
Creates a new GraphImpl.

Specified by:
createGraph in interface GraphFactory
Returns:
a new empty graph.


Copyright © 2011. All Rights Reserved.