Uses of Interface
helix.graph.model.GSetFactory

Packages that use GSetFactory
helix.graph.model   
helix.graph.model.impl   
helix.graph.model.impl.memory   
 

Uses of GSetFactory in helix.graph.model
 

Methods in helix.graph.model that return GSetFactory
 GSetFactory<Edge> Graph.edgeSetFactory()
           
 GSetFactory<E> GSet.factory()
           
 GSetFactory<Vertex> Graph.vertexSetFactory()
           
 

Uses of GSetFactory in helix.graph.model.impl
 

Classes in helix.graph.model.impl that implement GSetFactory
 class AbstractGSetFactory<E extends GraphElement>
           
 

Uses of GSetFactory in helix.graph.model.impl.memory
 

Classes in helix.graph.model.impl.memory that implement GSetFactory
 class MemGSetFactory<E extends GraphElement>
           
 

Methods in helix.graph.model.impl.memory that return GSetFactory
 GSetFactory<Edge> MemGraph.edgeSetFactory()
           
 GSetFactory<E> MemGSet.factory()
           
 GSetFactory<Vertex> MemGraph.vertexSetFactory()