Uses of Interface
org.jcsp.lang.SharedChannelOutputInt
Packages that use SharedChannelOutputInt
Package
Description
This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
-
Uses of SharedChannelOutputInt in org.jcsp.lang
Classes in org.jcsp.lang that implement SharedChannelOutputIntMethods in org.jcsp.lang that return SharedChannelOutputIntModifier and TypeMethodDescriptionstatic SharedChannelOutputInt[]Channel.getOutputArray(Any2AnyChannelInt[] c) This extracts the output-ends from the given channel array.static SharedChannelOutputInt[]Channel.getOutputArray(Any2OneChannelInt[] c) This extracts the output-ends from the given channel array.static SharedChannelOutputInt[]ChannelInt.getOutputArray(Any2AnyChannelInt[] c) Deprecated.Constructs and returns an array of output channel ends, each of which can be shared by multiple concurrent writers.static SharedChannelOutputInt[]ChannelInt.getOutputArray(Any2OneChannelInt[] c) Deprecated.Constructs and returns an array of output channel ends, each of which can be shared by multiple concurrent writers.Any2AnyChannelInt.out()Returns the output channel end.Any2AnyIntImpl.out()Any2OneChannelInt.out()Returns the output end of the channel.Any2OneIntImpl.out()