Class Topology

java.lang.Object
  |
  +--Topology

public class Topology
extends java.lang.Object


Constructor Summary
Topology()
           
 
Method Summary
static void readNeighbors(int myId, int N, IntLinkedList neighbors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Topology

public Topology()
Method Detail

readNeighbors

public static void readNeighbors(int myId,
                                 int N,
                                 IntLinkedList neighbors)