graph_gen_utils.reader.topology
Class GraphTopologyRandom

java.lang.Object
  extended by graph_gen_utils.reader.topology.GraphTopology
      extended by graph_gen_utils.reader.topology.GraphTopologyRandom
All Implemented Interfaces:
GraphReader

public class GraphTopologyRandom
extends GraphTopology


Constructor Summary
GraphTopologyRandom(int nodeCount, int edgeCount)
           
 
Method Summary
 java.lang.Iterable<NodeData> getNodes()
           
 java.lang.Iterable<NodeData> getRels()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphTopologyRandom

public GraphTopologyRandom(int nodeCount,
                           int edgeCount)
                    throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getNodes

public java.lang.Iterable<NodeData> getNodes()

getRels

public java.lang.Iterable<NodeData> getRels()