public interface ProcessorAdapter<T extends Processor<?>> extends ProcessorOperations
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears this processor.
|
ProcessorDefinition |
getDefinition()
Returns processor definition.
|
T |
getProcessor()
Returns processor for this adapter.
|
ProcessorType |
getType()
Returns processor type.
|
void |
setProcessor(T processor)
Sets processor for this adapter.
|
void |
validate()
Validates this processor adapter.
|
getKnowledgeBase, getMeta, setMetagetDescription, getDisplayName, getName, setDescription, setDisplayName, setNamevoid setProcessor(T processor)
processor - processor.T getProcessor()
ProcessorDefinition getDefinition()
ProcessorType getType()
void clear()
void validate()
Copyright © 2016–2018 Softelnet. All rights reserved.