net.sourceforge.nite.datainspection.timespan
Class Boundary

java.lang.Object
  extended by net.sourceforge.nite.datainspection.timespan.Boundary
All Implemented Interfaces:
java.lang.Comparable

public class Boundary
extends java.lang.Object
implements java.lang.Comparable

See design on paper for documentation :) Duplicates are identified as being boundaries with the same time stamp.


Field Summary
 double time
           
 
Constructor Summary
Boundary(double t)
          Not used yet, but may be interesting in the future
 
Method Summary
 int compareTo(java.lang.Object o)
          comparison is on value of time.
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public double time
Constructor Detail

Boundary

public Boundary(double t)
Not used yet, but may be interesting in the future

Method Detail

compareTo

public int compareTo(java.lang.Object o)
comparison is on value of time.

Specified by:
compareTo in interface java.lang.Comparable

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object