Package org.kie.api.runtime.rule
Interface Operator
public interface Operator
An interface for Operator definitions.
-
Method Summary
-
Method Details
-
getOperatorString
String getOperatorString()- Returns:
- the String representation for this operator
-
isNegated
boolean isNegated()- Returns:
- true if this operator instance is negated, otherwise false.
-