Uses of Class
org.drools.ide.common.client.modeldriven.brl.BaseSingleFieldConstraint

Packages that use BaseSingleFieldConstraint
org.drools.ide.common.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 BaseSingleFieldConstraint in org.drools.ide.common.client.modeldriven.brl
 

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

Methods in org.drools.ide.common.client.modeldriven.brl with parameters of type BaseSingleFieldConstraint
 List<String> RuleModel.getBoundVariablesInScope(BaseSingleFieldConstraint con)
          This uses a deceptively simple algorithm to determine what bound variables are in scope for a given constraint (including connectives).
 



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