org.apache.ctakes.preprocessor
Class IntegerRange

java.lang.Object
  extended by org.apache.ctakes.preprocessor.IntegerRange

public class IntegerRange
extends java.lang.Object

Defines a range of integers.

Author:
Mayo Clinic

Field Summary
 int end
           
 int start
           
 
Constructor Summary
IntegerRange()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

public int start

end

public int end
Constructor Detail

IntegerRange

public IntegerRange()