public final class IntegrateInt extends java.lang.Object implements CSProcess
______________ in | | out -->--| IntegrateInt |-->--- |______________|
____________________________________________ | __________ ___________ | in | | | | | | out -->---|PlusInt
|------->---------|Delta2Int
|---->--- | |__________| |___________| | | | | | | | _______________ | | | | | | | | | +---<--|PrefixInt (0)
|---<---+ | | |_______________| | | IntegrateInt | |____________________________________________|
Input Channels | ||
---|---|---|
in | int | All channels in this package carry integers. |
Output Channels | ||
out | int | All channels in this package carry integers. |
Constructor and Description |
---|
IntegrateInt(ChannelInputInt in,
ChannelOutputInt out)
Construct a new IntegrateInt process with the input Channel in and the
output Channel out.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
The main body of this process.
|
public IntegrateInt(ChannelInputInt in, ChannelOutputInt out)
in
- the input Channelout
- the output ChannelCopyright © 1996–2023. All rights reserved.