| 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 |
RuleMeta.getEventSpec(int index)
Returns the event specification for the specified event index.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuleEventSpec> |
RuleMeta.getEventSpecs()
Returns the event specifications.
|
| Modifier and Type | Method and Description |
|---|---|
RuleBuilder |
RuleBuilder.withEventSpec(RuleEventSpec eventSpec) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleMeta.setEventSpecs(List<RuleEventSpec> eventSpecs)
Sets the event specifications.
|
RuleBuilder |
RuleBuilder.withEventSpecs(List<RuleEventSpec> eventSpecs) |
Copyright © 2016–2021 Softelnet. All rights reserved.