Uses of Class
ru.ewc.decita.conditions.BinaryCondition
Package
Description
The package for all the Conditions-related classes, especially for the different types of
conditions.
-
Uses of BinaryCondition in ru.ewc.decita.conditions
Modifier and TypeClassDescriptionclass
I represent aCondition
that is always true.class
I am a specificCondition
that checks if my right part exactly equals my left one.class
I am a simple condition that checks if the left-side value is greater than the right-side value.class
I am a simple condition that checks if the left-side value is less than the right-side value.