avrora.sim.radio.freespace
Class Topology

java.lang.Object
  extended byavrora.sim.radio.freespace.Topology

public class Topology
extends java.lang.Object

handles node positions.


Constructor Summary
Topology(java.lang.String fileName)
          new topology
 
Method Summary
 Position getPosition(int id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Topology

public Topology(java.lang.String fileName)
         throws java.io.IOException
new topology

Parameters:
fileName - file to parse for topology
Method Detail

getPosition

public Position getPosition(int id)