|
org.codehaus.gpars | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public 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.