protected abstract class Operator.MapIntegerAction extends QueueTool.QueueAction
| Constructor and Description |
|---|
MapIntegerAction(String description)
Constructs a MapIntegerAction object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
launch()
Method to implement action functionality.
|
abstract int |
map()
Executes a map action.
|
getDescription, getException, getFinished, getResult, runpublic MapIntegerAction(String description)
description - an action description.public final Object launch() throws Exception
QueueTool.QueueActionlaunch in class QueueTool.QueueActionException