| Package | Description |
|---|---|
| org.openksavi.sponge.action |
Interfaces for actions.
|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| org.openksavi.sponge.kb |
Interfaces for knowledge bases and related functionalities.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ActionOnCallResultCallback.onCall(Action action,
List<Object> args) |
void |
ActionOnCallNoResultCallback.onCall(Action action,
List<Object> args) |
boolean |
ActionOnIsActiveCallback.onIsActive(Action action,
IsActionActiveContext context) |
void |
ActionOnProvideArgsCallback.onProvideArgs(Action action,
ProvideArgsContext context) |
| Modifier and Type | Method and Description |
|---|---|
ActionBuilder |
ActionBuilder.withOnInit(ProcessorOnInitCallback<Action> onInitCallback) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ProcessorProvider.invokeActionOnCall(Action action,
List<Object> args) |
| Modifier and Type | Method and Description |
|---|---|
void |
KnowledgeBaseEngineOperations.disableJavaAction(Class<? extends Action> actionClass)
Disables the Java-based action.
|
void |
KnowledgeBaseEngineOperations.enableJavaAction(Class<? extends Action> actionClass)
Enables the Java-based action.
|
Copyright © 2016–2020 Softelnet. All rights reserved.