Groovy Documentation

org.grules.script.expressions
[Groovy] Class Operators.TildeTermOperators

java.lang.Object
  org.grules.script.expressions.Operators.TildeTermOperators

@Category(TildeTerm)
class Operators.TildeTermOperators

Method Summary
Term and(java.lang.Object expression)

This method is added to produce an exception when a conjunction is applied to a conversion term.

Term negative()

This method is added to produce an exception when a negation is applied to a conversion term.

Term or(java.lang.Object expression)

This method is added to produce an exception when a disjunction is applied to a conversion term.

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

and

Term and(java.lang.Object expression)
This method is added to produce an exception when a conjunction is applied to a conversion term.


negative

Term negative()
This method is added to produce an exception when a negation is applied to a conversion term.


or

Term or(java.lang.Object expression)
This method is added to produce an exception when a disjunction is applied to a conversion term.


 

Groovy Documentation