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