graph_gen_utils.reader.topology
Class GraphTopology

java.lang.Object
  extended by graph_gen_utils.reader.topology.GraphTopology
All Implemented Interfaces:
GraphReader
Direct Known Subclasses:
GraphTopologyFullyConnected, GraphTopologyRandom

public abstract class GraphTopology
extends java.lang.Object
implements GraphReader


Constructor Summary
GraphTopology()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface graph_gen_utils.reader.GraphReader
getNodes, getRels
 

Constructor Detail

GraphTopology

public GraphTopology()