Class Edge

java.lang.Object
  extended by Edge

public class Edge
extends java.lang.Object

Edge information between two stations.

Author:
Lulin Song

Field Summary
 double MI
           
 int stn1
           
 int stn2
           
 
Constructor Summary
Edge()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stn1

public int stn1

stn2

public int stn2

MI

public double MI
Constructor Detail

Edge

public Edge()