helix.graph.model
Interface GSetFactory<E extends GraphElement>

All Known Implementing Classes:
AbstractGSetFactory, MemGSetFactory

public interface GSetFactory<E extends GraphElement>


Method Summary
 GSet<E> make()
           
 GSet<E> make(Iterable<E> elements)
           
 Set<GSet<E>> makeSuper()
           
 

Method Detail

make

GSet<E> make()

make

GSet<E> make(Iterable<E> elements)

makeSuper

Set<GSet<E>> makeSuper()