Uses of Interface
ru.ewc.decita.conditions.Condition
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 Condition in ru.ewc.decita
Modifier and TypeMethodDescriptionRule.withCondition
(Condition condition) Adds aCondition
to this rule. -
Uses of Condition in ru.ewc.decita.conditions
Modifier and TypeClassDescriptionclass
I represent aCondition
that is always true.class
I represent a simpleCondition
using twoCoordinate
s and some comparison operation.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.final class
I represent a negation, i.e.class
Modifier and TypeMethodDescriptionprotected Condition
UnaryCondition.baseCondition()
Provides access to the baseCondition
.ModifierConstructorDescriptionNotCondition
(Condition delegate) Ctor.protected
UnaryCondition
(Condition delegate) Ctor.