Package org.jcsp.lang
Class BasicOne2OneChannelSymmetricInt
- java.lang.Object
-
- org.jcsp.lang.BasicOne2OneChannelSymmetricInt
-
- All Implemented Interfaces:
One2OneChannelSymmetricInt
class BasicOne2OneChannelSymmetricInt extends java.lang.Object implements One2OneChannelSymmetricInt
-
-
Field Summary
Fields Modifier and Type Field Description private AltingBarrier[]abprivate One2OneChannelIntc
-
Constructor Summary
Constructors Constructor Description BasicOne2OneChannelSymmetricInt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AltingChannelInputIntin()Returns the input channel end.AltingChannelOutputIntout()Returns the output channel end.
-
-
-
Field Detail
-
ab
private final AltingBarrier[] ab
-
c
private final One2OneChannelInt c
-
-
Method Detail
-
in
public AltingChannelInputInt in()
Description copied from interface:One2OneChannelSymmetricIntReturns the input channel end.- Specified by:
inin interfaceOne2OneChannelSymmetricInt
-
out
public AltingChannelOutputInt out()
Description copied from interface:One2OneChannelSymmetricIntReturns the output channel end.- Specified by:
outin interfaceOne2OneChannelSymmetricInt
-
-