Index

A B C D E F G H I J M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

D

DEFAULT_TIMEOUT_ACK - Static variable in class org.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 in org.jcsp.plugNplay
This process broadcasts objects arriving on its input channel in parallel to its array of output channels.
Delta(ChannelInput, ChannelOutput[]) - Constructor for class org.jcsp.plugNplay.Delta
Construct a new Delta process with the input Channel in and the output Channels out.
Delta2 - Class in org.jcsp.plugNplay
This process broadcasts objects arriving on its input channel in parallel to its two output channels.
Delta2(ChannelInput, ChannelOutput, ChannelOutput) - Constructor for class org.jcsp.plugNplay.Delta2
Construct a new Delta2 process with the input Channel in and the output Channels out0 and out1.
Delta2Int - Class in org.jcsp.plugNplay.ints
This process broadcasts integers arriving on its input channel in parallel to its two output channels.
Delta2Int(ChannelInputInt, ChannelOutputInt, ChannelOutputInt) - Constructor for class org.jcsp.plugNplay.ints.Delta2Int
Construct a new Delta2Int process with the input Channel in and the output Channels out0 and out1.
DeltaInt - Class in org.jcsp.plugNplay.ints
This process broadcasts integers arriving on its input channel in parallel to its array of output channels.
DeltaInt(ChannelInputInt, ChannelOutputInt[]) - Constructor for class org.jcsp.plugNplay.ints.DeltaInt
Construct a new DeltaInt process with the input Channel in and the output Channels out.
Demultiplex - Class in org.jcsp.plugNplay
This demultiplexes data from its input channel to its output channel array.
Demultiplex(ChannelInput, ChannelOutput[]) - Constructor for class org.jcsp.plugNplay.Demultiplex
Construct a new Demultiplex process with the input Channel in and the output Channels out.
DemultiplexInt - Class in org.jcsp.plugNplay.ints
This demultiplexes data from its input channel to its output channel array.
DemultiplexInt(ChannelInputInt, ChannelOutputInt[]) - Constructor for class org.jcsp.plugNplay.ints.DemultiplexInt
Construct a new DemultiplexInt process with the input Channel in and the output Channels out.
Deparaplex - Class in org.jcsp.plugNplay
This demultiplexes data from its input channel to its output channel array.
Deparaplex(ChannelInput, ChannelOutput[]) - Constructor for class org.jcsp.plugNplay.Deparaplex
Construct a new Deparaplex process with the input Channel in and the output Channels out.
DeparaplexInt - Class in org.jcsp.plugNplay.ints
This demultiplexes data from its input channel to its output channel array.
DeparaplexInt(ChannelInput, ChannelOutputInt[]) - Constructor for class org.jcsp.plugNplay.ints.DeparaplexInt
Construct a new DeparaplexInt process with the input Channel in and the output Channels out.
destroy() - Method in class org.jcsp.awt.ActiveApplet
Called by the browser when the ActiveApplet needs to be destroyed.
destroy() - Static method in class org.jcsp.lang.Parallel
Stops all threads created by all Parallel and ProcessManager objects.
DESTROY - Static variable in class org.jcsp.awt.ActiveApplet
This value is sent down a destroy channel when the browser invokes a destroy - see the user-defined destroy response.
Display - Interface in org.jcsp.awt
Objects implementing this interface provide graphics services to a CSProcess.
DisplayList - Class in org.jcsp.awt
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 org.jcsp.awt.DisplayList
 
doGraphic(Graphics, Component) - Method in interface org.jcsp.awt.GraphicsCommand.Graphic
 
Draw3DRect(int, int, int, int, boolean) - Constructor for class org.jcsp.awt.GraphicsCommand.Draw3DRect
 
DrawArc(int, int, int, int, int, int) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawArc
 
DrawBytes(byte[], int, int, int, int) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawBytes
 
DrawChars(char[], int, int, int, int) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawChars
 
DrawImage(Image, int, int) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawImage
 
DrawImage(Image, int, int, int, int) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawImage
 
DrawImage(Image, int, int, int, int, int, int, int, int) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawImage
 
DrawImage(Image, int, int, int, int, int, int, int, int, Color) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawImage
 
DrawImage(Image, int, int, int, int, Color) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawImage
 
DrawImage(Image, int, int, Color) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawImage
 
DrawLine(int, int, int, int) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawLine
 
DrawOval(int, int, int, int) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawOval
 
DrawPolygon(int[], int[], int) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawPolygon
 
DrawPolygon(Polygon) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawPolygon
 
DrawPolyline(int[], int[], int) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawPolyline
 
DrawRect(int, int, int, int) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawRect
 
DrawRoundRect(int, int, int, int, int, int) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawRoundRect
 
DrawString(String, int, int) - Constructor for class org.jcsp.awt.GraphicsCommand.DrawString
 
duplicate() - Method in class org.jcsp.lang.SharedAltingConnectionClient
Returns a SharedConnectionClient object that is a duplicate of the object on which this method is called.
duplicate() - Method in interface org.jcsp.lang.SharedConnectionClient
Returns a duplicates SharedConnectionClient object which may be used by another process to this instance.
duplicate() - Method in interface org.jcsp.lang.SharedConnectionServer
Creates a duplicate copy of the connection end.
duplicate() - Method in class org.jcsp.lang.SharedConnectionServerImpl
 
DynamicDelta - Class in org.jcsp.plugNplay
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 org.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 org.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 in org.jcsp.plugNplay.ints
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 org.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 org.jcsp.plugNplay.ints.DynamicDeltaInt
Construct a new DynamicDeltaInt process with the input channel in, the configuration channel configure and the initial output channels out.
A B C D E F G H I J M N O P R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form