edu.stanford.nlp.time
Class SUTime.IsoDateTime

java.lang.Object
  extended by edu.stanford.nlp.time.SUTime.Temporal
      extended by edu.stanford.nlp.time.SUTime.Time
          extended by edu.stanford.nlp.time.SUTime.PartialTime
              extended by edu.stanford.nlp.time.SUTime.IsoDateTime
All Implemented Interfaces:
FuzzyInterval.FuzzyComparable<SUTime.Time>, HasInterval<SUTime.Time>, java.lang.Cloneable, java.lang.Comparable<SUTime.Time>
Enclosing class:
SUTime

protected static class SUTime.IsoDateTime
extends SUTime.PartialTime


Field Summary
 
Fields inherited from class edu.stanford.nlp.time.SUTime.Temporal
approx, mod, timeLabel
 
Fields inherited from interface edu.stanford.nlp.util.HasInterval
CONTAINS_FIRST_COMPARATOR, CONTAINS_FIRST_ENDPOINTS_COMPARATOR, ENDPOINTS_COMPARATOR, LENGTH_COMPARATOR, NESTED_FIRST_COMPARATOR, NESTED_FIRST_ENDPOINTS_COMPARATOR
 
Constructor Summary
SUTime.IsoDateTime(SUTime.IsoDate date, SUTime.IsoTime time)
           
 
Method Summary
 boolean hasTime()
           
 
Methods inherited from class edu.stanford.nlp.time.SUTime.PartialTime
add, addSupported, addUnsupported, appendDateFormats, appendTimeFormats, getDuration, getFormatter, getJodaTimeInstant, getJodaTimePartial, getPeriod, getRange, intersect, isCompatible, isGrounded, padMoreSpecificFields, resolve, setTimeZone, toFormattedString, toList, withStandardFields
 
Methods inherited from class edu.stanford.nlp.time.SUTime.Time
closest, compareTo, contains, difference, distance, getGranularity, getInterval, getTime, getTimexType, intersect, intersect, isComparable, makeComposite, max, min, offset, subtract
 
Methods inherited from class edu.stanford.nlp.time.SUTime.Temporal
addMod, addModApprox, getMod, getRange, getRange, getStandardTemporalType, getTfid, getTfidString, getTid, getTidString, getTimeLabel, getTimexAttributes, getTimexValue, includeTimexAltValue, isApprox, isRef, next, prev, resolve, setTimeZone, toISOString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SUTime.IsoDateTime

public SUTime.IsoDateTime(SUTime.IsoDate date,
                          SUTime.IsoTime time)
Method Detail

hasTime

public boolean hasTime()
Overrides:
hasTime in class SUTime.PartialTime


Stanford NLP Group