helix.graph.model.impl.memory
Class MemGraphFactory

java.lang.Object
  extended by helix.graph.model.impl.memory.MemGraphFactory
All Implemented Interfaces:
GraphFactory

public class MemGraphFactory
extends Object
implements GraphFactory


Method Summary
static MemGraphFactory instance()
           
 Graph make()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static MemGraphFactory instance()

make

public Graph make()
Specified by:
make in interface GraphFactory