public abstract class BaseProcessor<T extends ProcessorAdapter<?>> extends Object implements Processor<T>, ProcessorAdapterFactory<T>
| Constructor and Description |
|---|
BaseProcessor() |
| Modifier and Type | Method and Description |
|---|---|
T |
getAdapter() |
String |
getDescription() |
String |
getDisplayName() |
KnowledgeBaseEngineOperations |
getEps() |
KnowledgeBase |
getKb() |
KnowledgeBase |
getKnowledgeBase() |
org.slf4j.Logger |
getLogger() |
Map<String,Object> |
getMeta() |
String |
getName() |
void |
onInit() |
void |
setAdapter(T owner) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setMeta(Map<String,Object> meta) |
void |
setName(String name) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitonConfigurecreateAdapterpublic void onInit()
onInit in interface Processor<T extends ProcessorAdapter<?>>public final T getAdapter()
getAdapter in interface Processor<T extends ProcessorAdapter<?>>public final void setAdapter(T owner)
public final String getName()
getName in interface Descriptivepublic final void setName(String name)
setName in interface Descriptivepublic final void setDisplayName(String displayName)
setDisplayName in interface Descriptivepublic final String getDisplayName()
getDisplayName in interface Descriptivepublic final void setDescription(String description)
setDescription in interface Descriptivepublic final String getDescription()
getDescription in interface Descriptivepublic KnowledgeBase getKnowledgeBase()
getKnowledgeBase in interface ProcessorOperationspublic Map<String,Object> getMeta()
getMeta in interface ProcessorOperationspublic void setMeta(Map<String,Object> meta)
setMeta in interface ProcessorOperationspublic KnowledgeBaseEngineOperations getEps()
public KnowledgeBase getKb()
public final org.slf4j.Logger getLogger()
getLogger in interface Processor<T extends ProcessorAdapter<?>>Copyright © 2016–2018 Softelnet. All rights reserved.