edu.stanford.nlp.util
Interface HasInterval<E extends java.lang.Comparable<E>>
- All Known Subinterfaces:
- SequenceMatchResult<T>
- All Known Implementing Classes:
- BasicSequenceMatchResult, CoreMapSequenceMatcher, CoreMapSequenceMatcher.BasicCoreMapSequenceMatcher, FuzzyInterval, Interval, JollyDayHolidays.JollyHoliday, SequenceMatcher, SUTime.CompositePartialTime, SUTime.GroundedTime, SUTime.InexactTime, SUTime.IsoDate, SUTime.IsoDateTime, SUTime.IsoTime, SUTime.OrdinalTime, SUTime.PartialTime, SUTime.Range, SUTime.RefTime, SUTime.RelativeTime, SUTime.SimpleTime, SUTime.Time, SUTime.TimeWithRange, TokenSequenceMatcher, ValuedInterval
public interface HasInterval<E extends java.lang.Comparable<E>>
HasInterval interface
- Author:
- Angel Chang
LENGTH_COMPARATOR
static final java.util.Comparator<HasInterval<java.lang.Integer>> LENGTH_COMPARATOR
ENDPOINTS_COMPARATOR
static final java.util.Comparator<HasInterval> ENDPOINTS_COMPARATOR
NESTED_FIRST_COMPARATOR
static final java.util.Comparator<HasInterval> NESTED_FIRST_COMPARATOR
CONTAINS_FIRST_COMPARATOR
static final java.util.Comparator<HasInterval> CONTAINS_FIRST_COMPARATOR
CONTAINS_FIRST_ENDPOINTS_COMPARATOR
static final java.util.Comparator<HasInterval> CONTAINS_FIRST_ENDPOINTS_COMPARATOR
NESTED_FIRST_ENDPOINTS_COMPARATOR
static final java.util.Comparator<HasInterval> NESTED_FIRST_ENDPOINTS_COMPARATOR
getInterval
Interval<E> getInterval()
- Returns the interval
- Returns:
- interval
Stanford NLP Group