| Package | Description |
|---|---|
| org.openksavi.sponge.kb |
Interfaces for knowledge bases and related functionalities.
|
| org.openksavi.sponge.rule |
Interfaces for rules.
|
| Modifier and Type | Method and Description |
|---|---|
RuleEventSpec |
KnowledgeBaseInterpreter.getRuleEventSpec(Object eventSpecEntry)
Returns event specification for rule defined in the knowledge base.
|
| Modifier and Type | Method and Description |
|---|---|
RuleEventSpec |
Rule.makeEventSpec(String eventName)
Creates a new rule event specification.
|
RuleEventSpec |
Rule.makeEventSpec(String eventName,
EventMode eventMode)
Creates a new rule event specification.
|
RuleEventSpec |
Rule.makeEventSpec(String eventName,
String eventAlias)
Creates a new rule event specification.
|
RuleEventSpec |
Rule.makeEventSpec(String eventName,
String eventAlias,
EventMode eventMode)
Creates a new rule event specification.
|
Copyright © 2016–2017 Softelnet. All rights reserved.