Uses of Class
eu.bandm.tools.ops.IntervalRelation
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of IntervalRelation in eu.bandm.tools.ops
Modifier and TypeFieldDescriptionstatic final IntervalRelation
IntervalRelation.bottom
static final IntervalRelation
IntervalRelation.top
static final IntervalRelation
IntervalRelation.unit
Modifier and TypeMethodDescriptionIntervalRelation.bind
(Function<IntervalRelation.Base, IntervalRelation> fun) IntervalRelation.Base.compose
(IntervalRelation.Base b) IntervalRelation.compose
(IntervalRelation r) IntervalRelation.converse()
IntervalRelation.intersection
(IntervalRelation r) IntervalRelation.map
(Function<IntervalRelation.Base, IntervalRelation.Base> fun) IntervalRelation.negate()
static IntervalRelation
IntervalRelation.singleton
(IntervalRelation.Base b) IntervalRelation.union
(IntervalRelation r) Modifier and TypeMethodDescriptionIntervalRelation.compose
(IntervalRelation r) protected boolean
IntervalRelation.equals
(IntervalRelation r) IntervalRelation.intersection
(IntervalRelation r) IntervalRelation.union
(IntervalRelation r) Modifier and TypeMethodDescriptionIntervalRelation.bind
(Function<IntervalRelation.Base, IntervalRelation> fun)