Uses of Class
de.uni_trier.wi2.procake.utils.exception.UncomparableObjectsException
-
-
Uses of UncomparableObjectsException in de.uni_trier.wi2.procake.data.model.base
Methods in de.uni_trier.wi2.procake.data.model.base that throw UncomparableObjectsException Modifier and Type Method Description booleanInstanceIntervalPredicate. after(AtomicObject intervalObject, AtomicObject otherIntervalObject)Checks, if an object ofNumericClassorChronologicClassis after another object of the same class.booleanInstanceIntervalPredicate. before(AtomicObject intervalObject, AtomicObject otherIntervalObject)Checks, if an object ofNumericClassorChronologicClassis before another object of the same class.booleanInstanceIntervalPredicate. holdsFor(AtomicObject value)Checks if the given totally ordered value is an element of the interval. -
Uses of UncomparableObjectsException in de.uni_trier.wi2.procake.data.model.base.impl
Methods in de.uni_trier.wi2.procake.data.model.base.impl that throw UncomparableObjectsException Modifier and Type Method Description booleanInstanceIntervalPredicateImpl. after(AtomicObject intervalObject, AtomicObject otherIntervalObject)Checks, if an object ofNumericClassorChronologicClassis after another object of the same class.booleanInstanceIntervalPredicateImpl. before(AtomicObject intervalObject, AtomicObject otherIntervalObject)Checks, if an object ofNumericClassorChronologicClassis before another object of the same class.booleanInstanceIntervalPredicateImpl. holdsFor(AtomicObject value)Checks if the given totally ordered value is an element of the interval. -
Uses of UncomparableObjectsException in de.uni_trier.wi2.procake.data.object.base
Methods in de.uni_trier.wi2.procake.data.object.base that throw UncomparableObjectsException Modifier and Type Method Description booleanIntervalObject. includes(AtomicObject valueToCheck) -
Uses of UncomparableObjectsException in de.uni_trier.wi2.procake.data.object.base.impl
Methods in de.uni_trier.wi2.procake.data.object.base.impl that throw UncomparableObjectsException Modifier and Type Method Description booleanIntervalObjectImpl. includes(AtomicObject valueToCheck)
-