| Modifier and Type | Interface and Description |
|---|---|
interface |
ProcessorAdapter<T extends Processor<?>>
Processors adapter.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EventProcessor<T extends EventProcessorAdapter<?>>
Event processor.
|
interface |
EventSetProcessor<T extends EventSetProcessorAdapter<?>>
Event set processor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Action
Action.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Correlator
Correlator.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Processor> |
ProcessorManager.createProcessorInstance(ProcessorDefinition definition,
Class<T> cls)
Creates a new uninitialized processor instance.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Filter
Filter.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Processor> |
KnowledgeBaseInterpreter.createProcessorInstance(String processorClassName,
Class<T> javaClass)
Creates a new processor instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KnowledgeBaseEngineOperations.disableJava(Class<? extends Processor> processorClass)
Disables the Java-based processor.
|
void |
KnowledgeBaseEngineOperations.enableJava(Class<? extends Processor> processorClass)
Enables the Java-based processor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Rule
Rule.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Trigger
Trigger.
|
Copyright © 2016–2017 Softelnet. All rights reserved.