Uses of Class
org.jcsp.net2.Net2OneChannel
Packages that use Net2OneChannel
-
Uses of Net2OneChannel in org.jcsp.net2
Fields in org.jcsp.net2 declared as Net2OneChannelModifier and TypeFieldDescriptionprivate final Net2OneChannel
Net2AnyChannel.actualChannel
The underlying Net2OneChannel that this object wraps aroundMethods in org.jcsp.net2 that return Net2OneChannelModifier and TypeMethodDescription(package private) static <T2> Net2OneChannel
<T2> Net2OneChannel.create
(int index, int poisonImmunity, NetworkMessageFilter.FilterRx filter) Static factory method used to create a new Net2OneChannel with a given index.(package private) static <T2> Net2OneChannel
<T2> Net2OneChannel.create
(int poisonImmunity, NetworkMessageFilter.FilterRx filter) Static factory method used to create a new Net2OneChannel.Constructors in org.jcsp.net2 with parameters of type Net2OneChannelModifierConstructorDescriptionprivate
Net2AnyChannel
(Net2OneChannel chan) Constructor for Net2AnyChannel