Package org.kie.api.runtime.rule
Interface Operator
-
public interface Operator
An interface for Operator definitions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getOperatorString()
boolean
isNegated()
-
-
-
Method Detail
-
getOperatorString
String getOperatorString()
- Returns:
- the String representation for this operator
-
isNegated
boolean isNegated()
- Returns:
- true if this operator instance is negated, otherwise false.
-
-