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[]
ab
private One2OneChannelInt
c
-
Constructor Summary
Constructors Constructor Description BasicOne2OneChannelSymmetricInt()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AltingChannelInputInt
in()
Returns the input channel end.AltingChannelOutputInt
out()
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:One2OneChannelSymmetricInt
Returns the input channel end.- Specified by:
in
in interfaceOne2OneChannelSymmetricInt
-
out
public AltingChannelOutputInt out()
Description copied from interface:One2OneChannelSymmetricInt
Returns the output channel end.- Specified by:
out
in interfaceOne2OneChannelSymmetricInt
-
-