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 IntervalRelationIntervalRelation.bottomstatic final IntervalRelationIntervalRelation.topstatic final IntervalRelationIntervalRelation.unitMethods 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 IntervalRelationIntervalRelation.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 booleanIntervalRelation.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)