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, run
public MapIntegerAction(String description)
description
- an action description.public final Object launch() throws Exception
QueueTool.QueueAction
launch
in class QueueTool.QueueAction
Exception