public class RuleEngine extends Object
| Constructor and Description |
|---|
RuleEngine(String sessionName) |
| Modifier and Type | Method and Description |
|---|---|
static org.kie.api.runtime.KieSession |
createKSession(String sessionName) |
Collection<Violation> |
processBugEntry(Collection<Candidate> candidates) |
Collection<Violation> |
runCheckOnBugs(String checkname,
Collection<Candidate> candidates) |
void |
shutdownRuleEngine() |
public RuleEngine(String sessionName)
public static org.kie.api.runtime.KieSession createKSession(String sessionName)
public Collection<Violation> processBugEntry(Collection<Candidate> candidates)
public Collection<Violation> runCheckOnBugs(String checkname, Collection<Candidate> candidates)
public void shutdownRuleEngine()
Copyright © 2015 JBoss by Red Hat. All rights reserved.