Package org.jcsp.net2

Class Net2OneChannel<T>

All Implemented Interfaces:
ChannelInput<T>, Poisonable, NetChannelInput<T>, Networked

final class Net2OneChannel<T> extends NetAltingChannelInput<T>
A concrete implementation of a NetAltingChannelInput. This is a hidden class created by the architecture. To create an instance of this object, use the NetChannel factory, or the CNS.
See Also: