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 This contains the parser and utilities for the native DRL format, for handling DRL source. 
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
 

Methods in org.drools.lang with parameters of type ConstraintConnectiveDescr
 String MVELDumper.dump(BaseDescr base, ConstraintConnectiveDescr parent, MVELDumper.MVELDumperContext context)
           
 String ExpressionRewriter.dump(BaseDescr base, ConstraintConnectiveDescr parent, MVELDumper.MVELDumperContext context)
           
 StringBuilder MVELDumper.dump(StringBuilder sbuilder, BaseDescr base, ConstraintConnectiveDescr parent, int parentIndex, int parentPriority, boolean isInsideRelCons, MVELDumper.MVELDumperContext context)
           
 StringBuilder ExpressionRewriter.dump(StringBuilder sbuilder, BaseDescr base, ConstraintConnectiveDescr parent, int parentIndex, int parentPriority, boolean isInsideRelCons, MVELDumper.MVELDumperContext context)
           
protected  void MVELDumper.processConnectiveDescr(StringBuilder sbuilder, BaseDescr base, ConstraintConnectiveDescr parent, int parentPriority, boolean isInsideRelCons, MVELDumper.MVELDumperContext context)
           
 

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)
           
protected  void PatternBuilder.buildCcdDescr(RuleBuildContext context, PatternDescr patternDescr, Pattern pattern, BaseDescr d, ConstraintConnectiveDescr ccd, MVELDumper.MVELDumperContext mvelCtx)
           
static boolean QueryElementBuilder.isAtomic(ConstraintConnectiveDescr result)
           
 



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