csli.util.math
Class CompoundInterval

java.lang.Object
  extended by csli.util.math.CompoundInterval

public class CompoundInterval
extends Object

Yet to be implemented. This class will represent a set of intervals over a comparable class. This will allow for intersections and unions of intervals, and for non-contiguous intervals.

Author:
niekrasz

Constructor Summary
CompoundInterval()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundInterval

public CompoundInterval()