Uses of Interface
helix.graph.model.GraphFactory

Packages that use GraphFactory
helix.graph.algo   
helix.graph.io   
helix.graph.model   
helix.graph.model.impl.memory   
 

Uses of GraphFactory in helix.graph.algo
 

Methods in helix.graph.algo with parameters of type GraphFactory
 Graph StarGenerator.generate(GraphFactory factory)
           
 Graph Generator.generate(GraphFactory factory)
           
 Graph ErdosGenerator.generate(GraphFactory factory)
           
 Graph CircleGenerator.generate(GraphFactory factory)
           
 Graph BasicGenerator.generate(GraphFactory factory)
           
 

Uses of GraphFactory in helix.graph.io
 

Constructors in helix.graph.io with parameters of type GraphFactory
AbstractGraphReader(Reader reader, GraphFactory factory)
          default mandatory constructor
AbstractGraphReader(Reader reader, GraphFactory factory, Logger logger)
          constructor with logging addition
DimacsExtendedReader(Reader reader, GraphFactory factory)
           
DimacsExtendedReader(Reader reader, GraphFactory factory, Logger logger)
           
DimacsReader(Reader reader, GraphFactory factory)
          default constructor
DimacsReader(Reader reader, GraphFactory factory, Logger logger)
          constructor with logging addition
 

Uses of GraphFactory in helix.graph.model
 

Methods in helix.graph.model that return GraphFactory
 GraphFactory Graph.factory()
           
 

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

Classes in helix.graph.model.impl.memory that implement GraphFactory
 class MemGraphFactory
           
 

Methods in helix.graph.model.impl.memory that return GraphFactory
 GraphFactory MemGraph.factory()