Uses of Class
dev.nm.interval.IntervalRelation
-
Packages that use IntervalRelation Package Description dev.nm.interval -
-
Uses of IntervalRelation in dev.nm.interval
Methods in dev.nm.interval that return IntervalRelation Modifier and Type Method Description static IntervalRelation
IntervalRelation. valueOf(String name)
Returns the enum constant of this type with the specified name.static IntervalRelation[]
IntervalRelation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.nm.interval that return types with arguments of type IntervalRelation Modifier and Type Method Description Set<IntervalRelation>
Interval. relations(Interval<T> Y)
Determine the interval relations betweenthis
andY
.Methods in dev.nm.interval with parameters of type IntervalRelation Modifier and Type Method Description boolean
Interval. is(IntervalRelation relation, Interval<T> Y)
Check whetherthis
andY
satisfies a certain Allen's interval relation.
-