helix.graph.model.impl.memory
Class MemGSetFactory<E extends GraphElement>

java.lang.Object
  extended by helix.graph.model.impl.AbstractGSetFactory<E>
      extended by helix.graph.model.impl.memory.MemGSetFactory<E>
All Implemented Interfaces:
GSetFactory<E>

public class MemGSetFactory<E extends GraphElement>
extends AbstractGSetFactory<E>


Constructor Summary
MemGSetFactory()
           
 
Method Summary
 GSet<E> make()
           
 Set<GSet<E>> makeSuper()
           
 
Methods inherited from class helix.graph.model.impl.AbstractGSetFactory
make
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemGSetFactory

public MemGSetFactory()
Method Detail

make

public GSet<E> make()

makeSuper

public Set<GSet<E>> makeSuper()