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 IntervalRelationIntervalRelation. 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 betweenthisandY.Methods in dev.nm.interval with parameters of type IntervalRelation Modifier and Type Method Description booleanInterval. is(IntervalRelation relation, Interval<T> Y)Check whetherthisandYsatisfies a certain Allen's interval relation.
-