Uses of Interface
ru.ewc.decita.conditions.Condition
Packages that use 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
Methods in ru.ewc.decita with parameters of type ConditionModifier and TypeMethodDescriptionRule.withCondition(Condition condition) Adds aConditionto this rule. -
Uses of Condition in ru.ewc.decita.conditions
Classes in ru.ewc.decita.conditions that implement ConditionModifier and TypeClassDescriptionclassI represent aConditionthat is always true.classI represent a simpleConditionusing twoCoordinates and some comparison operation.classI am a specificConditionthat checks if my right part exactly equals my left one.classI am a simple condition that checks if the left-side value is greater than the right-side value.classI am a simple condition that checks if the left-side value is less than the right-side value.final classI represent a negation, i.e.classMethods in ru.ewc.decita.conditions that return ConditionModifier and TypeMethodDescriptionprotected ConditionUnaryCondition.baseCondition()Provides access to the baseCondition.Constructors in ru.ewc.decita.conditions with parameters of type ConditionModifierConstructorDescriptionNotCondition(Condition delegate) Ctor.protectedUnaryCondition(Condition delegate) Ctor.