org.drools.runtime.rule
Interface Operator


public interface Operator

An interface for Operator definitions.


Method Summary
 String getOperatorString()
          Returns the String representation for this operator
 boolean isNegated()
          Returns true if this operator instance is negated.
 

Method Detail

getOperatorString

String getOperatorString()
Returns the String representation for this operator

Returns:

isNegated

boolean isNegated()
Returns true if this operator instance is negated.

Returns:


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.