Uses of Class
graph_gen_utils.reader.topology.GraphTopology

Packages that use GraphTopology
graph_gen_utils   
graph_gen_utils.reader.topology   
 

Uses of GraphTopology in graph_gen_utils
 

Methods in graph_gen_utils with parameters of type GraphTopology
static void NeoFromFile.writeNeoFromTopology(org.neo4j.graphdb.GraphDatabaseService transNeo, GraphTopology topology)
          Creates a Neo4j instance and populates it according to a generated graph topology.
static void NeoFromFile.writeNeoFromTopologyAndPtn(org.neo4j.graphdb.GraphDatabaseService transNeo, GraphTopology topology, Partitioner partitioner)
          Creates a Neo4j instance, populates it according to a generated graph topology, then allocates Nodes to partitions/clusters.
 

Uses of GraphTopology in graph_gen_utils.reader.topology
 

Subclasses of GraphTopology in graph_gen_utils.reader.topology
 class GraphTopologyFullyConnected
           
 class GraphTopologyRandom