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

T

tag - Variable in class jcsp.lang.TaggedProtocol
This public tag is used by the receiving process to determine which variant of a tagged protocol has been received.
TaggedProtocol - class jcsp.lang.TaggedProtocol.
TaggedProtocol is the base class for messages carrying an occam2-like tagged (CASE) protocol over JCSP channels.
TaggedProtocol(int) - Constructor for class jcsp.lang.TaggedProtocol
This super-constructor is invoked by the extending sub-class constructor.
Tail - class jcsp.plugNplay.Tail.
The output stream is the tail of its input stream.
Tail(ChannelInput, ChannelOutput) - Constructor for class jcsp.plugNplay.Tail
Construct a new Tail process with the input Channel in and the output Channel out.
TailInt - class jcsp.plugNplay.ints.TailInt.
The output stream is the tail of its input stream.
TailInt(ChannelInputInt, ChannelOutputInt) - Constructor for class jcsp.plugNplay.ints.TailInt
Construct a new TailInt process with the input Channel in and the output Channel out.
Times - class jcsp.plugNplay.Times.
Multiplies two Integer streams to one stream.
Times(ChannelInput, ChannelInput, ChannelOutput) - Constructor for class jcsp.plugNplay.Times
Construct a new Times process with the input Channels in1 and in2 and the output Channel out.
TimesInt - class jcsp.plugNplay.ints.TimesInt.
Multiplies two integer streams to one stream.
TimesInt(ChannelInputInt, ChannelInputInt, ChannelOutputInt) - Constructor for class jcsp.plugNplay.ints.TimesInt
Construct a new TimesInt process with the input Channels in0 and in1 and the output Channel 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.