Uses of Class
eu.bandm.tools.ops.IntervalRelation
Packages that use IntervalRelation
Package
Description
Types for fundamental mathematical structures, plus libraries of respective
constants and operators.
-
Uses of IntervalRelation in eu.bandm.tools.ops
Fields in eu.bandm.tools.ops declared as IntervalRelationModifier and TypeFieldDescriptionstatic final IntervalRelation
IntervalRelation.bottom
static final IntervalRelation
IntervalRelation.top
static final IntervalRelation
IntervalRelation.unit
Methods in eu.bandm.tools.ops that return IntervalRelationModifier 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) Methods in eu.bandm.tools.ops with parameters of type IntervalRelationModifier and TypeMethodDescriptionIntervalRelation.compose
(IntervalRelation r) protected boolean
IntervalRelation.equals
(IntervalRelation r) IntervalRelation.intersection
(IntervalRelation r) IntervalRelation.union
(IntervalRelation r) Method parameters in eu.bandm.tools.ops with type arguments of type IntervalRelationModifier and TypeMethodDescriptionIntervalRelation.bind
(Function<IntervalRelation.Base, IntervalRelation> fun)