Uses of Class
org.drools.lang.descr.ConstraintConnectiveDescr

Packages that use ConstraintConnectiveDescr
org.drools.compiler This is the main package to load rules. 
org.drools.lang.descr   
org.drools.rule.builder   
 

Uses of ConstraintConnectiveDescr in org.drools.compiler
 

Methods in org.drools.compiler that return ConstraintConnectiveDescr
 ConstraintConnectiveDescr DrlExprParser.parse(String text)
          Parse an expression from text
 

Uses of ConstraintConnectiveDescr in org.drools.lang.descr
 

Methods in org.drools.lang.descr that return ConstraintConnectiveDescr
static ConstraintConnectiveDescr ConstraintConnectiveDescr.newAnd()
           
static ConstraintConnectiveDescr ConstraintConnectiveDescr.newIncAnd()
           
static ConstraintConnectiveDescr ConstraintConnectiveDescr.newIncOr()
           
static ConstraintConnectiveDescr ConstraintConnectiveDescr.newOr()
           
static ConstraintConnectiveDescr ConstraintConnectiveDescr.newXor()
           
 

Uses of ConstraintConnectiveDescr in org.drools.rule.builder
 

Methods in org.drools.rule.builder that return ConstraintConnectiveDescr
protected  ConstraintConnectiveDescr PatternBuilder.parseExpression(RuleBuildContext context, PatternDescr patternDescr, BaseDescr original, String expression)
           
 

Methods in org.drools.rule.builder with parameters of type ConstraintConnectiveDescr
protected  void PatternBuilder.build(RuleBuildContext context, PatternDescr patternDescr, Pattern pattern, ConstraintConnectiveDescr descr, MVELDumper.MVELDumperContext mvelCtx)
           
static boolean QueryElementBuilder.isAtomic(ConstraintConnectiveDescr result)
           
 



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