|
org.codehaus.gpars | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface DataFlowWriteChannel
A common interface for all writable dataflow variables, streams or queues
Method Summary | |
---|---|
void
|
bind(T value)
Assigns a value to the variable. |
DataFlowWriteChannel
|
leftShift(T value)
Assigns a value to the variable. |
DataFlowWriteChannel
|
leftShift(DataFlowReadChannel ref)
Assigns a value from one DataFlowVariable instance to this variable. |
Method Detail |
---|
public void bind(T value)
value
- The value to assign
public DataFlowWriteChannel leftShift(T value)
value
- The value to assign
public DataFlowWriteChannel leftShift(DataFlowReadChannel ref)
ref
- The DataFlowVariable instance the value of which to bind
Copyright © 2008–2010 Václav Pech. All Rights Reserved.