Class NetworkPosition

java.lang.Object
  extended by NetworkPosition

public class NetworkPosition
extends java.lang.Object

Class NetworkPosition Description : this class places nodes of a network


Constructor Summary
NetworkPosition()
           
 
Method Summary
static void circle(Network n)
          Node in circle
static void grid(Network n)
          Nodes in grid
static void random(Network n)
          Nodes in random positions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkPosition

public NetworkPosition()
Method Detail

circle

public static void circle(Network n)
Node in circle

Parameters:
n - network which you want to place nodes

grid

public static void grid(Network n)
Nodes in grid

Parameters:
n - network which you want to place nodes

random

public static void random(Network n)
Nodes in random positions

Parameters:
n - network which you want to place nodes