edu.stanford.nlp.time
Class SUTime.IsoTime
java.lang.Object
edu.stanford.nlp.time.SUTime.Temporal
edu.stanford.nlp.time.SUTime.Time
edu.stanford.nlp.time.SUTime.PartialTime
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
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)
|
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 |
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)
hasTime
public boolean hasTime()
- Overrides:
hasTime
in class SUTime.PartialTime
Copyright © 2011. All Rights Reserved.