Modifier and Type | Field and Description |
---|---|
private AltingBarrier[][] |
events |
private ChannelOutputInt |
out |
private int[] |
values |
Constructor and Description |
---|
WriterProcessInt(ChannelOutputInt out,
int[] values,
AltingBarrier event) |
WriterProcessInt(ChannelOutputInt out,
int[] values,
AltingBarrier[][] events) |
Modifier and Type | Method and Description |
---|---|
void |
run()
This defines the actions of the process.
|
private ChannelOutputInt out
private int[] values
private AltingBarrier[][] events
public WriterProcessInt(ChannelOutputInt out, int[] values, AltingBarrier[][] events)
public WriterProcessInt(ChannelOutputInt out, int[] values, AltingBarrier event)