AndInt(ChannelInputInt in0,
ChannelInputInt in1,
ChannelOutputInt out) |
Construct a new AndInt process with the input Channels in0 and in1 and the
output Channel out.
|
Delta2Int(ChannelInputInt in,
ChannelOutputInt out0,
ChannelOutputInt out1) |
Construct a new Delta2Int process with the input Channel in and the output
Channels out0 and out1.
|
DeltaInt(ChannelInputInt in,
ChannelOutputInt[] out) |
Construct a new DeltaInt process with the input Channel in and the output
Channels out.
|
DemultiplexInt(ChannelInputInt in,
ChannelOutputInt[] out) |
Construct a new DemultiplexInt process with the input Channel in and the output
Channels out.
|
DeparaplexInt(ChannelInput in,
ChannelOutputInt[] out) |
Construct a new DeparaplexInt process with the input Channel in and the output
Channels out.
|
DynamicDeltaInt(AltingChannelInputInt in,
AltingChannelInput config,
ChannelOutputInt[] out) |
Construct a new DynamicDeltaInt process with the input channel in,
the configuration channel configure and the initial output
channels out.
|
FibonacciInt(ChannelOutputInt out) |
Construct a new FibonacciInt process with the output Channel out.
|
FixedDelayInt(long delayTime,
ChannelInputInt in,
ChannelOutputInt out) |
Construct a new FixedDelayInt process with the input Channel in and the
output Channel out.
|
GenerateInt(ChannelOutputInt out,
int n) |
Construct a new GenerateInt process with the output channel out.
|
IdentityInt(ChannelInputInt in,
ChannelOutputInt out) |
Construct a new IdentityInt process with the input Channel in and the
output Channel out.
|
IntegrateInt(ChannelInputInt in,
ChannelOutputInt out) |
Construct a new IntegrateInt process with the input Channel in and the
output Channel out.
|
Merge2Int(ChannelInputInt in0,
ChannelInputInt in1,
ChannelOutputInt out) |
Construct a new Merge2Int process with the input channels
in0 and in1 and the output channel out.
|
MergeInt(ChannelInputInt[] in,
ChannelOutputInt out) |
Construct a new Merge2Int process with the input channels
inand the output channel out.
|
MultInt(int n,
ChannelInputInt in,
ChannelOutputInt out) |
Construct a new MultInt process with the input Channel in and the
output Channel out.
|
MultiplexInt(AltingChannelInputInt[] in,
ChannelOutputInt out) |
Construct a new MultiplexInt process with the input Channel in and the output
Channels out.
|
NandInt(ChannelInputInt in0,
ChannelInputInt in1,
ChannelOutputInt out) |
Construct a new NandInt process with the input Channels in0 and in1 and the
output Channel out.
|
NorInt(ChannelInputInt in0,
ChannelInputInt in1,
ChannelOutputInt out) |
Construct a new NorInt process with the input Channels in0 and in1 and the
output Channel out.
|
NumbersInt(ChannelOutputInt out) |
Construct a new NumbersInt process with the output Channel out.
|
OrInt(ChannelInputInt in0,
ChannelInputInt in1,
ChannelOutputInt out) |
Construct a new OrInt process with the input Channels in0 and in1 and the
output Channel out.
|
PairsInt(ChannelInputInt in,
ChannelOutputInt out) |
Construct a new PairsInt process with the input Channel in and the
output Channel out.
|
Plex2Int(AltingChannelInputInt in0,
AltingChannelInputInt in1,
ChannelOutputInt out) |
Construct a new Plex2Int process with the input channels
in0 and in1 and the output channel out.
|
PlexInt(AltingChannelInputInt[] in,
ChannelOutputInt out) |
Construct a new PlexInt process with input channels
in and output channel out.
|
PlusInt(ChannelInputInt in0,
ChannelInputInt in1,
ChannelOutputInt out) |
Construct a new PlusInt process with the input Channels in0 and in1 and the
output Channel out.
|
PrefixInt(int n,
ChannelInputInt in,
ChannelOutputInt out) |
Construct a new PrefixInt process with the input Channel in and the
output Channel out.
|
ProcessWriteInt(ChannelOutputInt out) |
Construct a new ProcessWriteInt.
|
RegularInt(ChannelOutputInt out,
int n,
long interval) |
Construct the process.
|
RegulateInt(AltingChannelInputInt in,
AltingChannelInput reset,
ChannelOutputInt out,
long initialInterval) |
Construct the process.
|
SquaresInt(ChannelOutputInt out) |
Construct a new SquaresInt process with the output Channel out.
|
SubstituteInt(ChannelInputInt in,
ChannelOutputInt out,
int n) |
Construct a new SubstituteInt process.
|
SuccessorInt(ChannelInputInt in,
ChannelOutputInt out) |
Construct a new SuccessorInt process with the input Channel in and the
output Channel out.
|
TailInt(ChannelInputInt in,
ChannelOutputInt out) |
Construct a new TailInt process with the input Channel in and the
output Channel out.
|
TimesInt(ChannelInputInt in0,
ChannelInputInt in1,
ChannelOutputInt out) |
Construct a new TimesInt process with the input Channels in0 and in1 and the
output Channel out.
|
XorInt(ChannelInputInt in0,
ChannelInputInt in1,
ChannelOutputInt out) |
Construct a new XorInt process with the input Channels in0 and in1 and the
output Channel out.
|