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