public interface NetLabelledBufferedChannelEndFactory
This factory constructs buffered NetChannelInput
objects which have labelled VCN's.
See NetLabelledChannelEndFactory
for an explanation of
labelled VCN's.
Modifier and Type | Method and Description |
---|---|
NetSharedChannelInput |
createNet2Any(java.lang.String label,
ChannelDataStore buffer)
Constructs a buffered
NetSharedChannelInput which
has a VCN assigned with the specified label. |
NetAltingChannelInput |
createNet2One(java.lang.String label,
ChannelDataStore buffer)
Constructs a buffered
NetAltingChannelInput which
has a VCN assigned with the specified label. |
NetAltingChannelInput createNet2One(java.lang.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(java.lang.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.Submit a bug or feature to jcsp-team@kent.ac.uk
Version 1.1-rc4 of the JCSP API Specification (Copyright 1997-2008 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.