Package | Description |
---|---|
dev.nm.interval |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Set<IntervalRelation> |
Interval.relations(Interval<T> Y)
Determine the interval relations between
this and Y . |
Modifier and Type | Method and Description |
---|---|
boolean |
Interval.is(IntervalRelation relation,
Interval<T> Y)
Check whether
this and Y satisfies a certain Allen's interval relation. |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.