Package bbflow
Class defaultWorker<T,U>
java.lang.Object
bbflow.defaultJob<T,U>
bbflow.defaultWorker<T,U>
- Type Parameters:
T
- Custom type of the channels
- All Implemented Interfaces:
Serializable
,Runnable
- Direct Known Subclasses:
SOM
default worker extending default job
it should be extended doing nothing
- See Also:
-
Field Summary
Fields inherited from class bbflow.defaultJob
combined, combined_side, CUSTOM_FUNCTION, id, in, INLINE, INLINE_MULTI, out, position, runType, sendpos
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class bbflow.defaultJob
addInputChannel, addOutputChannel, EOS, getInputChannel, getOutputChannel, init, removeInputChannel, removeOutputChannel, run, runJob, runJob, runJobMulti, sendEOS, sendEOS, sendOut, sendOut, sendOutTo, sendOutTo, sendOutToAll, setId, uniqueJob, uniqueJob
-
Constructor Details
-
defaultWorker
public defaultWorker()
-
-
Method Details
-
preload
public static void preload()
-