Uses of Class
ru.ewc.decita.Coordinate
Package
Description
Root package for all the engine's classes.
The package for all the Conditions-related classes, especially for the different types of
conditions.
-
Uses of Coordinate in ru.ewc.decita
Modifier and TypeFieldDescriptionstatic final Coordinate
Coordinate.TRUE
A constant valueCoordinate
that points to the "true" value.Modifier and TypeMethodDescriptionCoordinate.locateIn
(ComputationContext context) Locates the required value in the providedComputationContext
. -
Uses of Coordinate in ru.ewc.decita.conditions
Modifier and TypeMethodDescriptionprotected final Coordinate
BinaryCondition.rightPart()
Returns the right part of thisCondition
.Modifier and TypeMethodDescriptionprotected abstract org.hamcrest.Matcher<Coordinate>
BinaryCondition.comparisonFor()
Creates aMatcher
that corresponds to the given operation andCoordinate
.protected final org.hamcrest.Matcher<Coordinate>
EqualsCondition.comparisonFor()
protected final org.hamcrest.Matcher<Coordinate>
GreaterThanCondition.comparisonFor()
protected final org.hamcrest.Matcher<Coordinate>
LessThanCondition.comparisonFor()
ModifierConstructorDescriptionprotected
BinaryCondition
(Coordinate left, Coordinate right) Constructor.EqualsCondition
(Coordinate left, Coordinate right) Ctor.GreaterThanCondition
(Coordinate left, Coordinate right) Constructor.LessThanCondition
(Coordinate left, Coordinate right) Constructor.