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(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. |
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.Copyright © 1996–2014. All rights reserved.