| Package | Description |
|---|---|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| Modifier and Type | Method and Description |
|---|---|
ActionAdapter |
ActionManager.getActionAdapter(String actionName)
Returns an action adapter or
null if action named actionName doesn't exist. |
| Modifier and Type | Method and Description |
|---|---|
List<ActionAdapter> |
ActionManager.getActionAdapters(String knowledgeBaseRegexp,
String actionNameRegexp)
Returns action adapters matching the knowledge base name and the action name regular expressions.
|
List<ActionAdapter> |
SpongeEngine.getActions()
Returns the list of action adapters.
|
Map<String,ActionAdapter> |
ActionManager.getRegisteredActionAdapterMap()
Returns registered processor adapter map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionManager.addAction(ActionAdapter actionAdapter)
Adds a new action adapter.
|
Copyright © 2016–2018 Softelnet. All rights reserved.