Package jadex.rules.rulesystem.rules
Class Operator.GreaterOrEqual
- java.lang.Object
-
- jadex.rules.rulesystem.rules.Operator.GreaterOrEqual
-
-
Field Summary
-
Fields inherited from interface jadex.rules.rulesystem.rules.IOperator
CONTAINS, EQUAL, EXCLUDES, GREATER, GREATEROREQUAL, INSTANCEOF, LESS, LESSOREQUAL, MATCHES, NOTEQUAL, STARTSWITH
-
-
Constructor Summary
Constructors Constructor Description GreaterOrEqual()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate(IOAVState state, java.lang.Object val1, java.lang.Object val2)
Evaluate two objects with respect to the operator semantics.java.lang.String
toString()
Get the string representation.
-
-
-
Method Detail
-
evaluate
public boolean evaluate(IOAVState state, java.lang.Object val1, java.lang.Object val2)
Evaluate two objects with respect to the operator semantics.
-
toString
public java.lang.String toString()
Get the string representation.- Overrides:
toString
in classjava.lang.Object
- Returns:
- The string representation.
-
-