public class Consequence extends Object
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
implicitDroolsMethods |
static Set<String> |
knowledgeHelperMethods |
| Constructor and Description |
|---|
Consequence(RuleContext context) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsWord(String word,
String body) |
org.drools.javaparser.ast.expr.MethodCallExpr |
createCall(org.drools.compiler.lang.descr.RuleDescr ruleDescr,
String consequenceString,
org.drools.javaparser.ast.stmt.BlockStmt ruleVariablesBlock,
boolean isBreaking) |
public Consequence(RuleContext context)
public org.drools.javaparser.ast.expr.MethodCallExpr createCall(org.drools.compiler.lang.descr.RuleDescr ruleDescr,
String consequenceString,
org.drools.javaparser.ast.stmt.BlockStmt ruleVariablesBlock,
boolean isBreaking)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.