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