public interface ProcessorOperations
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Returns display name.
|
KnowledgeBase |
getKnowledgeBase()
Returns the knowledge base associated with this processor.
|
String |
getName()
Returns this processor name.
|
void |
setDisplayName(String displayName)
Sets display name.
|
void |
setName(String name)
Sets this processor name.
|
String getName()
void setName(String name)
name - processor name.void setDisplayName(String displayName)
displayName - display name.String getDisplayName()
KnowledgeBase getKnowledgeBase()
Copyright © 2016–2017 Softelnet. All rights reserved.