| Package | Description |
|---|---|
| org.openksavi.sponge.core.action |
Classes for actions.
|
| org.openksavi.sponge.java |
Abstract implementations of processors for Java support and classes for Java-based knowledge bases.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBuilderAction
An action created by a builder.
|
| Modifier and Type | Method and Description |
|---|---|
BaseAction |
BaseAction.withActivatable() |
BaseAction |
BaseAction.withArg(DataType argType) |
BaseAction |
BaseAction.withArgs(List<DataType> argTypes) |
BaseAction |
BaseAction.withCallable(boolean callable) |
BaseAction |
BaseAction.withCategory(String category) |
BaseAction |
BaseAction.withDescription(String description) |
BaseAction |
BaseAction.withFeature(String name,
Object value) |
BaseAction |
BaseAction.withFeatures(Map<String,Object> features) |
BaseAction |
BaseAction.withLabel(String label) |
BaseAction |
BaseAction.withName(String name) |
BaseAction |
BaseAction.withNoArgs() |
BaseAction |
BaseAction.withNoResult() |
BaseAction |
BaseAction.withNotCallable() |
BaseAction |
BaseAction.withResult(DataType resultType) |
BaseAction |
BaseAction.withVersion(Integer version) |
| Modifier and Type | Class and Description |
|---|---|
class |
JAction
Java-specific implementation of the action.
|
Copyright © 2016–2020 Softelnet. All rights reserved.