org.mulgara.mrg
Interface GraphFactory

All Known Implementing Classes:
GraphImplFactory

public interface GraphFactory

An object for creating graphs.


Method Summary
 WritableGraph createGraph()
          Create a new appendable graph.
 

Method Detail

createGraph

WritableGraph createGraph()
Create a new appendable graph.

Returns:
a new empty graph.


Copyright © 2011. All Rights Reserved.