Package | Description |
---|---|
eu.bandm.tools.ops |
Modifier and Type | Field and Description |
---|---|
static IntervalRelation |
IntervalRelation.bottom |
static IntervalRelation |
IntervalRelation.top |
static IntervalRelation |
IntervalRelation.unit |
Modifier and Type | Field and Description |
---|---|
static BiFunction<IntervalRelation.Base,IntervalRelation.Base,IntervalRelation> |
IntervalRelation.Base.compose |
Modifier and Type | Method and Description |
---|---|
IntervalRelation |
IntervalRelation.bind(Function<IntervalRelation.Base,IntervalRelation> fun) |
IntervalRelation |
IntervalRelation.Base.compose(IntervalRelation.Base b) |
IntervalRelation |
IntervalRelation.compose(IntervalRelation r) |
IntervalRelation |
IntervalRelation.converse() |
IntervalRelation |
IntervalRelation.intersection(IntervalRelation r) |
IntervalRelation |
IntervalRelation.map(Function<IntervalRelation.Base,IntervalRelation.Base> fun) |
IntervalRelation |
IntervalRelation.negate() |
static IntervalRelation |
IntervalRelation.singleton(IntervalRelation.Base b) |
IntervalRelation |
IntervalRelation.union(IntervalRelation r) |
Modifier and Type | Method and Description |
---|---|
IntervalRelation |
IntervalRelation.compose(IntervalRelation r) |
protected boolean |
IntervalRelation.equals(IntervalRelation r) |
IntervalRelation |
IntervalRelation.intersection(IntervalRelation r) |
IntervalRelation |
IntervalRelation.union(IntervalRelation r) |
Modifier and Type | Method and Description |
---|---|
IntervalRelation |
IntervalRelation.bind(Function<IntervalRelation.Base,IntervalRelation> fun) |
see also the complete user documentation .