|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NetLabelledBufferedChannelEndFactory
This factory constructs buffered NetChannelInput
objects which have labelled VCN's.
See NetLabelledChannelEndFactory for an explanation of
labelled VCN's.
| Method Summary | |
|---|---|
NetSharedChannelInput |
createNet2Any(String label,
ChannelDataStore buffer)
Constructs a buffered NetSharedChannelInput which
has a VCN assigned with the specified label. |
NetAltingChannelInput |
createNet2One(String label,
ChannelDataStore buffer)
Constructs a buffered NetAltingChannelInput which
has a VCN assigned with the specified label. |
| Method Detail |
|---|
NetAltingChannelInput createNet2One(String label,
ChannelDataStore buffer)
NetAltingChannelInput which
has a VCN assigned with the specified label.
label - the label to apply to the channel's VCN.buffer - the ChannelDataStore to use.
NetAltingChannelInput
object.
NetSharedChannelInput createNet2Any(String label,
ChannelDataStore buffer)
NetSharedChannelInput which
has a VCN assigned with the specified label.
label - the label to apply to the channel's VCN.buffer - the ChannelDataStore to use.
NetSharedChannelInput
object.
|
CSP for Java (JCSP) 1.1-rc4 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||