Uses of Class
ru.ewc.decita.Coordinate
Packages that use 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
Fields in ru.ewc.decita declared as CoordinateModifier and TypeFieldDescriptionstatic final Coordinate
Coordinate.TRUE
A constant valueCoordinate
that points to the "true" value.Methods in ru.ewc.decita that return CoordinateModifier and TypeMethodDescriptionCoordinate.locateIn
(ComputationContext context) Locates the required value in the providedComputationContext
.Methods in ru.ewc.decita with parameters of type Coordinate -
Uses of Coordinate in ru.ewc.decita.conditions
Methods in ru.ewc.decita.conditions that return CoordinateModifier and TypeMethodDescriptionprotected final Coordinate
BinaryCondition.rightPart()
Returns the right part of thisCondition
.Methods in ru.ewc.decita.conditions that return types with arguments of type CoordinateModifier 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()
Constructors in ru.ewc.decita.conditions with parameters of type CoordinateModifierConstructorDescriptionprotected
BinaryCondition
(Coordinate left, Coordinate right) Constructor.EqualsCondition
(Coordinate left, Coordinate right) Ctor.GreaterThanCondition
(Coordinate left, Coordinate right) Constructor.LessThanCondition
(Coordinate left, Coordinate right) Constructor.