edu.stanford.nlp.time
Class SUTime.IsoTime

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.IsoTime
All Implemented Interfaces:
FuzzyInterval.FuzzyComparable<SUTime.Time>, HasInterval<SUTime.Time>, Cloneable, Comparable<SUTime.Time>
Enclosing class:
SUTime

protected static class SUTime.IsoTime
extends SUTime.PartialTime


Field Summary
 
Fields inherited from interface edu.stanford.nlp.util.HasInterval
OFFSET_COMPARATOR
 
Constructor Summary
SUTime.IsoTime(int h, int m, int s)
           
SUTime.IsoTime(int h, int m, int s, int ms)
           
SUTime.IsoTime(String h, String m, String s)
           
SUTime.IsoTime(String h, String m, String s, String ms)
           
 
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, intersect, isCompatible, isGrounded, padMoreSpecificFields, resolve, toFormattedString, withStandardFields
 
Methods inherited from class edu.stanford.nlp.time.SUTime.Time
compareTo, contains, difference, getInterval, getTime, getTimexType, intersect, isComparable, makeComposite, max, min, offset, subtract
 
Methods inherited from class edu.stanford.nlp.time.SUTime.Temporal
addMod, addModApprox, getGranularity, getMod, getRange, getRange, getTfid, getTfidString, getTid, getTidString, getTimeLabel, getTimeLabelType, getTimexAttributes, getTimexValue, includeTimexAltValue, isApprox, isRef, next, prev, resolve, toISOString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SUTime.IsoTime

public SUTime.IsoTime(int h,
                      int m,
                      int s)

SUTime.IsoTime

public SUTime.IsoTime(int h,
                      int m,
                      int s,
                      int ms)

SUTime.IsoTime

public SUTime.IsoTime(String h,
                      String m,
                      String s)

SUTime.IsoTime

public SUTime.IsoTime(String h,
                      String m,
                      String s,
                      String ms)
Method Detail

hasTime

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


Copyright © 2011. All Rights Reserved.