Package bbflow
Class block<T,U>
java.lang.Object
bbflow.block<T,U>
- Type Parameters:
T
-
- Direct Known Subclasses:
ff_node
,pipeline_generic
the basic entity where all nodes are constructed onto it
if a new custom building block is created, all functions MUST be extended
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addInputChannel
(ff_queue<T> input) void
addOutputChannel
(ff_queue<U> output) void
join()
static void
preload()
void
start()
-
Constructor Details
-
block
public block()
-
-
Method Details
-
preload
public static void preload() -
addInputChannel
-
addOutputChannel
-
start
public void start() -
join
public void join()
-