edu.stanford.nlp.time
Class SUTime.TemporalSet

java.lang.Object
  extended by edu.stanford.nlp.time.SUTime.Temporal
      extended by edu.stanford.nlp.time.SUTime.TemporalSet
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Direct Known Subclasses:
SUTime.ExplicitTemporalSet, SUTime.PeriodicTemporalSet
Enclosing class:
SUTime

public abstract static class SUTime.TemporalSet
extends SUTime.Temporal

Exciting set of times

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.stanford.nlp.time.SUTime.Temporal
approx, mod, timeLabel
 
Constructor Summary
SUTime.TemporalSet()
           
SUTime.TemporalSet(SUTime.TemporalSet t)
           
 
Method Summary
 SUTime.TimexType getTimexType()
           
 
Methods inherited from class edu.stanford.nlp.time.SUTime.Temporal
addMod, addModApprox, getDuration, getGranularity, getMod, getPeriod, getRange, getRange, getRange, getStandardTemporalType, getTfid, getTfidString, getTid, getTidString, getTime, getTimeLabel, getTimexAttributes, getTimexValue, includeTimexAltValue, intersect, isApprox, isGrounded, isRef, next, prev, resolve, resolve, setTimeZone, setTimeZone, toFormattedString, toISOString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SUTime.TemporalSet

public SUTime.TemporalSet()

SUTime.TemporalSet

public SUTime.TemporalSet(SUTime.TemporalSet t)
Method Detail

getTimexType

public SUTime.TimexType getTimexType()
Overrides:
getTimexType in class SUTime.Temporal


Stanford NLP Group