| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| org.openksavi.sponge.engine.processing |
Interfaces for processing units and related functionalities.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessorType |
ProcessorNotFoundException.getProcessorType() |
ProcessorType |
ProcessorAdapter.getType()
Returns processor type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EngineOperations.selectCategory(String categoryName,
ProcessorType processorType,
ProcessorPredicate predicate)
Dynamically selects processors that are to assigned to the category.
|
| Constructor and Description |
|---|
ProcessorNotFoundException(ProcessorType processorType,
String processorName) |
| Modifier and Type | Method and Description |
|---|---|
static ProcessorType |
ProcessorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessorType[] |
ProcessorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpongeEngine.selectCategory(String categoryName,
ProcessorType processorType,
ProcessorPredicate predicate)
Dynamically selects processors that are to assigned to the category.
|
| Modifier and Type | Method and Description |
|---|---|
MainProcessingUnitHandler |
MainProcessingUnit.getHandler(ProcessorType type)
Returns handler for the specified processor type.
|
boolean |
MainProcessingUnit.hasProcessor(String name,
ProcessorType type)
Returns
true if a processor of type type named name is registered. |
Copyright © 2016–2020 Softelnet. All rights reserved.