Package astra.formula
Class Comparison
java.lang.Object
astra.formula.Comparison
- All Implemented Interfaces:
Formula,Serializable
public class Comparison extends Object implements Formula
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static StringEQUALstatic StringGREATER_THANstatic StringGREATER_THAN_OR_EQUALstatic StringLESS_THANstatic StringLESS_THAN_OR_EQUALstatic StringNOT_EQUALstatic StringOTHER_NOT_EQUAL -
Constructor Summary
Constructors Constructor Description Comparison(String operator, Term left, Term right) -
Method Summary
-
Field Details
-
LESS_THAN
- See Also:
- Constant Field Values
-
GREATER_THAN
- See Also:
- Constant Field Values
-
LESS_THAN_OR_EQUAL
- See Also:
- Constant Field Values
-
GREATER_THAN_OR_EQUAL
- See Also:
- Constant Field Values
-
EQUAL
- See Also:
- Constant Field Values
-
NOT_EQUAL
- See Also:
- Constant Field Values
-
OTHER_NOT_EQUAL
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details