All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jcsp.util.buildingblocks.Integrator
____________ in | | out -->-| Integrator |-->--- |____________|
__________________________________________ | _______ _______ | in | | | | | | out -->---| Plus |------->---------| Delta |--------->--- | |_______| _______| | | | | | | | ____________ | | | | | | | | | +--<--| Prefix (0) |--<--+ | | |____________| | | Integrator | |__________________________________________|
Input Channels | ||
---|---|---|
in | java.lang.Number | The Channel can accept data from any subclass of Number.All values will be converted to ints. |
Output Channels | ||
out | java.lang.Integer | The output will always be of type Integer. |
public Integrator(ChannelInput in, ChannelOutput out)
public void run()
All Packages Class Hierarchy This Package Previous Next Index