cc.glsn.trafficmon
Class BWSpot

java.lang.Object
  extended by cc.glsn.trafficmon.BWSpot
All Implemented Interfaces:
Serializable, Comparable

public class BWSpot
extends Object
implements Comparable, Serializable

See Also:
Serialized Form

Field Summary
 double Bin
           
 double Bout
           
 int TimeStamp
           
 
Constructor Summary
BWSpot()
           
 
Method Summary
 double Btot()
           
 int compareTo(Object O)
           
 double getDir(int DIR)
           
 String getLine(Converter Conv)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Bin

public double Bin

Bout

public double Bout

TimeStamp

public int TimeStamp
Constructor Detail

BWSpot

public BWSpot()
Method Detail

Btot

public double Btot()

getDir

public double getDir(int DIR)

compareTo

public int compareTo(Object O)
Specified by:
compareTo in interface Comparable

getLine

public String getLine(Converter Conv)