Class CoreAction
- java.lang.Object
-
- io.engineblock.activityimpl.action.CoreAction
-
- All Implemented Interfaces:
Action,SyncAction
public class CoreAction extends java.lang.Object implements SyncAction
-
-
Constructor Summary
Constructors Constructor Description CoreAction(ActivityDef activityDef, int slot)
-
Method Summary
Modifier and Type Method Description intrunCycle(long value)Apply a work function to an input value, producing an int status code.
-
-
-
Constructor Detail
-
CoreAction
public CoreAction(ActivityDef activityDef, int slot)
-
-
Method Detail
-
runCycle
public int runCycle(long value)
Description copied from interface:SyncActionApply a work function to an input value, producing an int status code.
The meaning of status codes is activity specific, however the values Integer.MIN_VALUE, and Integer.MAX_VALUE are reserved.- Specified by:
runCyclein interfaceSyncAction- Parameters:
value- a long input- Returns:
- an int status
-
-