| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.action |
Interfaces for actions.
|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| org.openksavi.sponge.util |
Interfaces for utility functionalities.
|
| Modifier and Type | Method and Description |
|---|---|
ActionMeta |
EngineOperations.getActionMeta(String actionName)
Returns the action metadata.
|
| Modifier and Type | Method and Description |
|---|---|
ActionMeta |
ActionOperations.getMeta()
Returns the metadata.
|
| Modifier and Type | Method and Description |
|---|---|
ActionMeta |
SpongeEngine.getActionMeta(String actionName)
Returns the action metadata.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,DataType> |
SpongeApiUtils.createNamedActionArgTypesMapRecursively(ActionMeta actionMeta) |
static void |
SpongeApiUtils.traverseActionArguments(ActionMeta actionMeta,
Consumer<QualifiedDataType> onType,
boolean namedOnly)
Traverses the action argument types but only through record types.
|
Copyright © 2016–2020 Softelnet. All rights reserved.