Uses of Class
org.drools.brms.client.modeldriven.brl.ISingleFieldConstraint

Packages that use ISingleFieldConstraint
org.drools.brms.client.modeldriven.brl This package holds classes that are used as RPC classes for the rule modeller, as well as the DOM for the BRL rule format that the rule modeller uses. 
 

Uses of ISingleFieldConstraint in org.drools.brms.client.modeldriven.brl
 

Subclasses of ISingleFieldConstraint in org.drools.brms.client.modeldriven.brl
 class ConnectiveConstraint
          This is for a connective constraint that adds more options to a field constraint.
 class SingleFieldConstraint
          This represents a contraint on a fact - involving a SINGLE FIELD.
 

Methods in org.drools.brms.client.modeldriven.brl with parameters of type ISingleFieldConstraint
 java.util.List RuleModel.getBoundVariablesInScope(ISingleFieldConstraint con)
          This uses a deceptively simple algorithm to determine what bound variables are in scope for a given constraint (including connectives).