public interface RulesEngine
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RulesEngine.RulesSession |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addRule(String ruleSource) |
boolean |
addRulesFromFile(String rulesFile) |
RulesEngine.RulesSession |
createPrivateSession() |
boolean |
deleteFact(Object fact) |
int |
evaluateInSharedSession(Message message) |
Object |
insertFact(Object fact) |
boolean addRule(String ruleSource)
boolean addRulesFromFile(String rulesFile)
int evaluateInSharedSession(Message message)
RulesEngine.RulesSession createPrivateSession()
boolean deleteFact(Object fact)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.