This factory constructs buffered NetChannelInput
objects which have labelled VCN's.
See NetLabelledChannelEndFactory for an explanation of labelled VCN's.
Type | Name 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. |
Constructs a buffered NetSharedChannelInput
which
has a VCN assigned with the specified label.
NetSharedChannelInput
object.label
- the label to apply to the channel's VCN.buffer
- the ChannelDataStore
to use. Constructs a buffered NetAltingChannelInput
which
has a VCN assigned with the specified label.
NetAltingChannelInput
object.label
- the label to apply to the channel's VCN.buffer
- the ChannelDataStore
to use.