Uses of Interface
org.jcsp.lang.ChannelOutputInt
Packages that use ChannelOutputInt
Package
Description
This provides CSP extensions for all AWT
Component components:
GUI events and widget configurations map to channel communications.This provides classes and interfaces corresponding to the fundamental
primitives of CSP.
This provides an assortment of plug-and-play CSP components to wire together
(with Object-carrying wires) and reuse.
This provides an assortment of plug-and-play CSP components to wire together
(with int-carrying wires) and reuse.
-
Uses of ChannelOutputInt in org.jcsp.awt
Fields in org.jcsp.awt declared as ChannelOutputIntModifier and TypeFieldDescriptionprivate ChannelOutputIntActiveApplet.destroyIf this channel is set, the default destroy behaviour changes - see the user-defined destroy response.private ChannelOutputIntAdjustmentEventHandler.eventThe Channel AdjustmentEvent notifications are sent down.private ChannelOutputIntActiveApplet.stopStartIf this channel is set, the default stop/start behaviour changes - see the user-defined stop/start response.Methods in org.jcsp.awt with parameters of type ChannelOutputIntModifier and TypeMethodDescriptionvoidActiveApplet.setDestroyChannels(ChannelOutputInt destroy, AltingChannelInputInt destroyAck) This sets destroy/destroyAck channels to allow a user-defined destroy response.voidActiveApplet.setDestroyChannels(ChannelOutputInt destroy, AltingChannelInputInt destroyAck, int timeoutAck) This sets destroy/destroyAck channels to allow a user-defined destroy response.voidActiveApplet.setStopStartChannel(ChannelOutputInt stopStart) This sets a stopStart channel to allow a user-defined stop/start response.Constructors in org.jcsp.awt with parameters of type ChannelOutputIntModifierConstructorDescriptionActiveScrollbar(ChannelInput configure, ChannelOutputInt event) Constructs a vertical ActiveScrollbar with configuration and event channels.ActiveScrollbar(ChannelInput configure, ChannelOutputInt event, int orientation) Constructs a ActiveScrollbar with configuration and event channels and the specified orientation.ActiveScrollbar(ChannelInput configure, ChannelOutputInt event, int orientation, int value, int visible, int minimum, int maximum) Constructs a ActiveScrollbar with configuration and event channels and all its options.Constructs a new AdjustmentEventHandler with the specified event Channel. -
Uses of ChannelOutputInt in org.jcsp.lang
Subinterfaces of ChannelOutputInt in org.jcsp.langModifier and TypeInterfaceDescriptioninterfaceThis is the same asChannelOutputIntexcept that it is guaranteed safe to pass on to more than one internal process for parallel writing.Classes in org.jcsp.lang that implement ChannelOutputIntModifier and TypeClassDescriptionclassThis extendsGuardandChannelOutputIntto enable a process to choose between many integer output (and other) events.(package private) classclassThis implementsChannelOutputIntwith black hole semantics.(package private) class(package private) classFields in org.jcsp.lang declared as ChannelOutputIntModifier and TypeFieldDescriptionprivate final ChannelOutputIntAltingChannelOutputIntSymmetricImpl.outMethods in org.jcsp.lang that return ChannelOutputIntModifier and TypeMethodDescriptionstatic ChannelOutputInt[]Channel.getOutputArray(One2AnyChannelInt[] c) This extracts the output-ends from the given channel array.static ChannelOutputInt[]Channel.getOutputArray(One2OneChannelInt[] c) This extracts the output-ends from the given channel array.static ChannelOutputInt[]ChannelInt.getOutputArray(One2AnyChannelInt[] c) Deprecated.Constructs and returns an array of output channel ends, each of which can only be used by a single writer.static ChannelOutputInt[]ChannelInt.getOutputArray(One2OneChannelInt[] c) Deprecated.Constructs and returns an array of output channel ends, each of which can only be used by a single writer.BufferedOne2OneChannelIntImpl.out()Returns theChannelOutputIntobject to use for this channel.One2AnyChannelInt.out()Returns the output end of the channel.One2AnyIntImpl.out()One2OneChannelInt.out()Returns the output end of the channel.One2OneChannelIntImpl.out()Returns theChannelOutputIntobject to use for this channel.PoisonableBufferedOne2OneChannelInt.out()Returns theChannelOutputobject to use for this channel.PoisonableOne2OneChannelIntImpl.out()Returns theChannelOutputobject to use for this channel.Constructors in org.jcsp.lang with parameters of type ChannelOutputIntModifierConstructorDescription -
Uses of ChannelOutputInt in org.jcsp.plugNplay
Constructors in org.jcsp.plugNplay with parameters of type ChannelOutputIntModifierConstructorDescriptionFramedScrollbar(String title, int pixDown, int pixAcross, ChannelInput configure, ChannelOutputInt event, boolean horizontal, int value, int visible, int minimum, int maximum) Construct a framed scrollbar process. -
Uses of ChannelOutputInt in org.jcsp.plugNplay.ints
Fields in org.jcsp.plugNplay.ints declared as ChannelOutputIntModifier and TypeFieldDescriptionprivate final ChannelOutputIntAndInt.outThe output Channelprivate final ChannelOutputInt[]DeltaInt.outThe output Channelsprivate final ChannelOutputInt[]DemultiplexInt.outThe output Channelsprivate final ChannelOutputInt[]DeparaplexInt.outThe output Channelsprivate final ChannelOutputIntFibonacciInt.outThe output Channelprivate final ChannelOutputIntFixedDelayInt.outThe output Channelprivate final ChannelOutputIntGenerateInt.outThe output Channelprivate final ChannelOutputIntIdentityInt.outThe output Channelprivate final ChannelOutputIntIntegrateInt.outThe output Channelprivate final ChannelOutputIntMerge2Int.outThe output Channelprivate final ChannelOutputIntMergeInt.outThe output channelprivate final ChannelOutputIntMultInt.outThe output Channelprivate final ChannelOutputIntMultiplexInt.outThe output channelprivate final ChannelOutputIntNandInt.outThe output Channelprivate final ChannelOutputIntNorInt.outThe output Channelprivate final ChannelOutputIntNumbersInt.outThe output Channelprivate final ChannelOutputIntOrInt.outThe output Channelprivate final ChannelOutputIntPairsInt.outThe output Channelprivate final ChannelOutputIntPlex2Int.outThe output Channelprivate final ChannelOutputIntPlexInt.outThe output Channelprivate final ChannelOutputIntPlusInt.outThe output Channelprivate final ChannelOutputIntPrefixInt.outThe output Channelprivate ChannelOutputIntProcessWriteInt.outThe channel to which to writeprivate final ChannelOutputIntRegularInt.outprivate final ChannelOutputIntRegulateInt.outprivate final ChannelOutputIntSquaresInt.outThe output Channelprivate final ChannelOutputIntSubstituteInt.outThe output Channelprivate final ChannelOutputIntSuccessorInt.outThe output Channelprivate final ChannelOutputIntTailInt.outThe output Channelprivate final ChannelOutputIntTimesInt.outThe output Channelprivate final ChannelOutputIntXorInt.outThe output Channelprivate final ChannelOutputIntDelta2Int.out0The first output Channelprivate final ChannelOutputIntDelta2Int.out1The second output ChannelMethods in org.jcsp.plugNplay.ints with parameters of type ChannelOutputIntModifier and TypeMethodDescriptionprivate voidDynamicDeltaInt.addOutputChannel(ChannelOutputInt c) Adds a Channel to the list of output Channels.private voidDynamicDeltaInt.removeOutputChannel(ChannelOutputInt c) Removes a Channel from the list of output Channels.Constructors in org.jcsp.plugNplay.ints with parameters of type ChannelOutputIntModifierConstructorDescriptionAndInt(ChannelInputInt in0, ChannelInputInt in1, ChannelOutputInt out) Construct a new AndInt process with the input Channels in0 and in1 and the output Channel out.Delta2Int(ChannelInputInt in, ChannelOutputInt out0, ChannelOutputInt out1) Construct a new Delta2Int process with the input Channel in and the output Channels out0 and out1.DeltaInt(ChannelInputInt in, ChannelOutputInt[] out) Construct a new DeltaInt process with the input Channel in and the output Channels out.DemultiplexInt(ChannelInputInt in, ChannelOutputInt[] out) Construct a new DemultiplexInt process with the input Channel in and the output Channels out.DeparaplexInt(ChannelInput in, ChannelOutputInt[] out) Construct a new DeparaplexInt process with the input Channel in and the output Channels out.DynamicDeltaInt(AltingChannelInputInt in, AltingChannelInput config, ChannelOutputInt[] out) Construct a new DynamicDeltaInt process with the input channel in, the configuration channel configure and the initial output channels out.Construct a new FibonacciInt process with the output Channel out.FixedDelayInt(long delayTime, ChannelInputInt in, ChannelOutputInt out) Construct a new FixedDelayInt process with the input Channel in and the output Channel out.GenerateInt(ChannelOutputInt out, int n) Construct a new GenerateInt process with the output channel out.IdentityInt(ChannelInputInt in, ChannelOutputInt out) Construct a new IdentityInt process with the input Channel in and the output Channel out.IntegrateInt(ChannelInputInt in, ChannelOutputInt out) Construct a new IntegrateInt process with the input Channel in and the output Channel out.Merge2Int(ChannelInputInt in0, ChannelInputInt in1, ChannelOutputInt out) Construct a new Merge2Int process with the input channels in0 and in1 and the output channel out.MergeInt(ChannelInputInt[] in, ChannelOutputInt out) Construct a new Merge2Int process with the input channels inand the output channel out.MultInt(int n, ChannelInputInt in, ChannelOutputInt out) Construct a new MultInt process with the input Channel in and the output Channel out.MultiplexInt(AltingChannelInputInt[] in, ChannelOutputInt out) Construct a new MultiplexInt process with the input Channel in and the output Channels out.NandInt(ChannelInputInt in0, ChannelInputInt in1, ChannelOutputInt out) Construct a new NandInt process with the input Channels in0 and in1 and the output Channel out.NorInt(ChannelInputInt in0, ChannelInputInt in1, ChannelOutputInt out) Construct a new NorInt process with the input Channels in0 and in1 and the output Channel out.Construct a new NumbersInt process with the output Channel out.OrInt(ChannelInputInt in0, ChannelInputInt in1, ChannelOutputInt out) Construct a new OrInt process with the input Channels in0 and in1 and the output Channel out.PairsInt(ChannelInputInt in, ChannelOutputInt out) Construct a new PairsInt process with the input Channel in and the output Channel out.Plex2Int(AltingChannelInputInt in0, AltingChannelInputInt in1, ChannelOutputInt out) Construct a new Plex2Int process with the input channels in0 and in1 and the output channel out.PlexInt(AltingChannelInputInt[] in, ChannelOutputInt out) Construct a new PlexInt process with input channels in and output channel out.PlusInt(ChannelInputInt in0, ChannelInputInt in1, ChannelOutputInt out) Construct a new PlusInt process with the input Channels in0 and in1 and the output Channel out.PrefixInt(int n, ChannelInputInt in, ChannelOutputInt out) Construct a new PrefixInt process with the input Channel in and the output Channel out.Construct a new ProcessWriteInt.RegularInt(ChannelOutputInt out, int n, long interval) Construct the process.RegulateInt(AltingChannelInputInt in, AltingChannelInput reset, ChannelOutputInt out, long initialInterval) Construct the process.Construct a new SquaresInt process with the output Channel out.SubstituteInt(ChannelInputInt in, ChannelOutputInt out, int n) Construct a new SubstituteInt process.SuccessorInt(ChannelInputInt in, ChannelOutputInt out) Construct a new SuccessorInt process with the input Channel in and the output Channel out.TailInt(ChannelInputInt in, ChannelOutputInt out) Construct a new TailInt process with the input Channel in and the output Channel out.TimesInt(ChannelInputInt in0, ChannelInputInt in1, ChannelOutputInt out) Construct a new TimesInt process with the input Channels in0 and in1 and the output Channel out.XorInt(ChannelInputInt in0, ChannelInputInt in1, ChannelOutputInt out) Construct a new XorInt process with the input Channels in0 and in1 and the output Channel out. -
Uses of ChannelOutputInt in org.jcsp.test
Fields in org.jcsp.test declared as ChannelOutputIntConstructors in org.jcsp.test with parameters of type ChannelOutputIntModifierConstructorDescriptionWriterProcessInt(ChannelOutputInt out, int[] values, AltingBarrier event) WriterProcessInt(ChannelOutputInt out, int[] values, AltingBarrier[][] events)