graph_gen_utils.reader.topology
Class GraphTopologyFullyConnected

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

public class GraphTopologyFullyConnected
extends GraphTopology


Constructor Summary
GraphTopologyFullyConnected(int nodeCount)
           
 
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

GraphTopologyFullyConnected

public GraphTopologyFullyConnected(int nodeCount)
                            throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException
Method Detail

getNodes

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

getRels

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