This class provides static factory methods for constructing Networked channel ends.
The methods are equivalent to the methods defined in
NetChannelEndFactory
.
Type | Name and description |
---|---|
static NetSharedChannelOutput |
createAny2Net(NetChannelLocation loc) @see org.jcsp.net.NetChannelEndFactory#createAny2Net(NetChannelLocation) |
static NetSharedChannelInput |
createNet2Any() @see org.jcsp.net.NetChannelEndFactory#createNet2Any() |
static NetSharedChannelInput |
createNet2Any(String label) @see org.jcsp.net.NetLabelledChannelEndFactory#createNet2Any(String) |
static NetSharedChannelInput |
createNet2Any(ChannelDataStore buffer) @see org.jcsp.net.NetBufferedChannelEndFactory#createNet2Any(ChannelDataStore) |
static NetSharedChannelInput |
createNet2Any(String label, ChannelDataStore buffer) @see org.jcsp.net.NetLabelledBufferedChannelEndFactory#createNet2Any(String, ChannelDataStore) |
static NetAltingChannelInput |
createNet2One() @see org.jcsp.net.NetChannelEndFactory#createNet2One() |
static NetAltingChannelInput |
createNet2One(String label) @see org.jcsp.net.NetLabelledChannelEndFactory#createNet2One(String) |
static NetAltingChannelInput |
createNet2One(ChannelDataStore buffer) @see org.jcsp.net.NetBufferedChannelEndFactory#createNet2One(ChannelDataStore) |
static NetAltingChannelInput |
createNet2One(String label, ChannelDataStore buffer) @see org.jcsp.net.NetLabelledBufferedChannelEndFactory#createNet2One(String, ChannelDataStore) |
static NetChannelOutput |
createOne2Net(NetChannelLocation loc) @see org.jcsp.net.NetChannelEndFactory#createOne2Net(NetChannelLocation) |