class BasicOne2OneChannelSymmetric<T> extends java.lang.Object implements One2OneChannelSymmetric<T>
| Modifier and Type | Field and Description |
|---|---|
private AltingBarrier[] |
ab |
private One2OneChannel<T> |
c |
| Constructor and Description |
|---|
BasicOne2OneChannelSymmetric() |
| Modifier and Type | Method and Description |
|---|---|
AltingChannelInput<T> |
in()
Returns the input channel end.
|
AltingChannelOutput<T> |
out()
Returns the output channel end.
|
private final AltingBarrier[] ab
private final One2OneChannel<T> c
public AltingChannelInput<T> in()
One2OneChannelSymmetricin in interface One2OneChannelSymmetric<T>public AltingChannelOutput<T> out()
One2OneChannelSymmetricout in interface One2OneChannelSymmetric<T>