Uses of Class
ru.ewc.decita.conditions.BinaryCondition
Packages that use 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.conditionsSubclasses of BinaryCondition in ru.ewc.decita.conditionsModifier and TypeClassDescriptionclassI represent aConditionthat is always true.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.