org.apache.ctakes.drugner.elements
Class DurationElement

java.lang.Object
  extended by org.apache.ctakes.drugner.elements.DurationElement

public class DurationElement
extends java.lang.Object


Constructor Summary
DurationElement()
           
DurationElement(java.lang.String da, int beginOffset, int endOffset)
           
 
Method Summary
 int getBeginOffset()
           
 java.lang.String getDuration()
           
 int getEndOffset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DurationElement

public DurationElement()

DurationElement

public DurationElement(java.lang.String da,
                       int beginOffset,
                       int endOffset)
Method Detail

getDuration

public java.lang.String getDuration()

getBeginOffset

public int getBeginOffset()

getEndOffset

public int getEndOffset()