| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.action |
Interfaces for actions.
|
| org.openksavi.sponge.correlator |
Interfaces for correlators.
|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| org.openksavi.sponge.filter |
Interfaces for filters.
|
| org.openksavi.sponge.kb |
Interfaces for knowledge bases and related functionalities.
|
| org.openksavi.sponge.rule |
Interfaces for rules.
|
| org.openksavi.sponge.trigger |
Interfaces for triggers.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventProcessorBuilder<T extends EventProcessor<?>>
An event processor builder.
|
interface |
EventSetProcessorBuilder<T extends EventSetProcessor<?>>
An event set processor builder.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessorBuilder<T> |
ProcessorBuilder.withCategory(String category) |
ProcessorBuilder<T> |
ProcessorBuilder.withDescription(String description) |
ProcessorBuilder<T> |
ProcessorBuilder.withFeature(String name,
Object value) |
ProcessorBuilder<T> |
ProcessorBuilder.withFeatures(Map<String,Object> features) |
ProcessorBuilder<T> |
ProcessorBuilder.withLabel(String label) |
ProcessorBuilder<T> |
ProcessorBuilder.withName(String name) |
ProcessorBuilder<T> |
ProcessorBuilder.withOnInit(ProcessorOnInitCallback<T> onInitCallback) |
ProcessorBuilder<T> |
ProcessorBuilder.withVersion(Integer version) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ActionBuilder
An action builder.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CorrelatorBuilder
A correlator builder.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Processor<?>> |
ProcessorManager.enable(KnowledgeBase knowledgeBase,
ProcessorBuilder<T> processorBuilder)
Enables a processor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FilterBuilder
A filter builder.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Processor<?>> |
KnowledgeBaseEngineOperations.enable(ProcessorBuilder<T> processorBuilder)
Enables a processor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RuleBuilder
A rule builder.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TriggerBuilder
A trigger builder.
|
Copyright © 2016–2019 Softelnet. All rights reserved.