Uses of Class
org.drools.rule.AbstractCompositeConstraint

Packages that use AbstractCompositeConstraint
org.drools.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. 
 

Uses of AbstractCompositeConstraint in org.drools.rule
 

Subclasses of AbstractCompositeConstraint in org.drools.rule
 class AndConstraint
          AND composite constraint, so the user can do things like: Person( name == 'Edson' && surname == 'Tirelli' )
 class OrConstraint
          A class to implement Multi-Field OR constraints, so user can do: Person( hair == 'blue' || eyes == 'blue' )
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.