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) |
com.github.javaparser.ast.expr.MethodCallExpr |
createCall(org.drools.compiler.lang.descr.RuleDescr ruleDescr,
String consequenceString,
com.github.javaparser.ast.stmt.BlockStmt ruleVariablesBlock,
boolean isBreaking) |
public Consequence(RuleContext context)
public com.github.javaparser.ast.expr.MethodCallExpr createCall(org.drools.compiler.lang.descr.RuleDescr ruleDescr, String consequenceString, com.github.javaparser.ast.stmt.BlockStmt ruleVariablesBlock, boolean isBreaking)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.