CSP for Java
(JCSP) 1.0-rc4
A B C D E F G H I J M N O P R S T U V W X Z

D

DEFAULT_TIMEOUT_ACK - Static variable in class jcsp.awt.ActiveApplet
This is the default time (in milliseconds) that the browser will wait for the applet process to acknowledge (on destroyAck) a DESTROY message (sent down destroy).
Delta - class jcsp.plugNplay.Delta.
This process broadcasts objects arriving on its input channel in parallel to its array of output channels.
Delta(ChannelInput, ChannelOutput[]) - Constructor for class jcsp.plugNplay.Delta
Construct a new Delta process with the input Channel in and the output Channels out.
Delta2 - class jcsp.plugNplay.Delta2.
This process broadcasts objects arriving on its input channel in parallel to its two output channels.
Delta2(ChannelInput, ChannelOutput, ChannelOutput) - Constructor for class jcsp.plugNplay.Delta2
Construct a new Delta2 process with the input Channel in and the output Channels out0 and out1.
Delta2Int - class jcsp.plugNplay.ints.Delta2Int.
This process broadcasts integers arriving on its input channel in parallel to its two output channels.
Delta2Int(ChannelInputInt, ChannelOutputInt, ChannelOutputInt) - Constructor for class jcsp.plugNplay.ints.Delta2Int
Construct a new Delta2Int process with the input Channel in and the output Channels out0 and out1.
DeltaInt - class jcsp.plugNplay.ints.DeltaInt.
This process broadcasts integers arriving on its input channel in parallel to its array of output channels.
DeltaInt(ChannelInputInt, ChannelOutputInt[]) - Constructor for class jcsp.plugNplay.ints.DeltaInt
Construct a new DeltaInt process with the input Channel in and the output Channels out.
Demultiplex - class jcsp.plugNplay.Demultiplex.
This demultiplexes data from its input channel to its output channel array.
Demultiplex(ChannelInput, ChannelOutput[]) - Constructor for class jcsp.plugNplay.Demultiplex
Construct a new Demultiplex process with the input Channel in and the output Channels out.
DemultiplexInt - class jcsp.plugNplay.ints.DemultiplexInt.
This demultiplexes data from its input channel to its output channel array.
DemultiplexInt(ChannelInputInt, ChannelOutputInt[]) - Constructor for class jcsp.plugNplay.ints.DemultiplexInt
Construct a new DemultiplexInt process with the input Channel in and the output Channels out.
Deparaplex - class jcsp.plugNplay.Deparaplex.
This demultiplexes data from its input channel to its output channel array.
Deparaplex(ChannelInput, ChannelOutput[]) - Constructor for class jcsp.plugNplay.Deparaplex
Construct a new Deparaplex process with the input Channel in and the output Channels out.
DeparaplexInt - class jcsp.plugNplay.ints.DeparaplexInt.
This demultiplexes data from its input channel to its output channel array.
DeparaplexInt(ChannelInput, ChannelOutputInt[]) - Constructor for class jcsp.plugNplay.ints.DeparaplexInt
Construct a new DeparaplexInt process with the input Channel in and the output Channels out.
DESTROY - Static variable in class jcsp.awt.ActiveApplet
This value is sent down a destroy channel when the browser invokes a destroy - see the user-defined destroy response.
destroy() - Static method in class jcsp.lang.Parallel
Deprecated. Do not use this method!
destroy() - Method in class jcsp.awt.ActiveApplet
Called by the browser when the ActiveApplet needs to be destroyed.
Display - interface jcsp.awt.Display.
Objects implementing this interface provide graphics services to a CSProcess.
DisplayList - class jcsp.awt.DisplayList.
This implements the Display and Paintable interfaces and provides a channel-like connection between user processes and an active graphics component.
DisplayList() - Constructor for class jcsp.awt.DisplayList
 
doGraphic(Graphics, Component) - Method in interface jcsp.awt.GraphicsCommand.Graphic
 
DynamicDelta - class jcsp.plugNplay.DynamicDelta.
This process broadcasts objects arriving on its input channel in parallel to its output channel array -- those output channels can be changed dynamically.
DynamicDelta(AltingChannelInput, AltingChannelInput) - Constructor for class jcsp.plugNplay.DynamicDelta
Construct a new DynamicDelta process with the input channel in and the configuration channel configure.
DynamicDelta(AltingChannelInput, AltingChannelInput, ChannelOutput[]) - Constructor for class jcsp.plugNplay.DynamicDelta
Construct a new DynamicDelta process with the input channel in, the configuration channel configure and the initial output channels out.
DynamicDeltaInt - class jcsp.plugNplay.ints.DynamicDeltaInt.
This process broadcasts integers arriving on its input channel in parallel to its output channel array -- those output channels can be changed dynamically.
DynamicDeltaInt(AltingChannelInputInt, AltingChannelInput) - Constructor for class jcsp.plugNplay.ints.DynamicDeltaInt
Construct a new DynamicDeltaInt process with the input channel in and the configuration channel configure.
DynamicDeltaInt(AltingChannelInputInt, AltingChannelInput, ChannelOutputInt[]) - Constructor for class jcsp.plugNplay.ints.DynamicDeltaInt
Construct a new DynamicDeltaInt process with the input channel in, the configuration channel configure and the initial output channels out.

CSP for Java
(JCSP) 1.0-rc4
A B C D E F G H I J M N O P R S T U V W X Z
Submit a bug or feature to jcsp-team@ukc.ac.uk
Version 1.0-rc4 of the JCSP API Specification (Copyright 1997-2000 P.D.Austin and P.H.Welch - All Rights Reserved)
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.