All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jcsp.util.buildingblocks.Pairs
_______ in | | out -->-| Pairs |-->--- |_______|
_________________________________________ | _______ _______ | in | | | | | | out -->---| Delta |------->--------| Plus |--------->--- | |_______| |_______| | | | | | | | ___________ | | | | | | | | | +-->--| Tail |-->--+ | | |___________| | | Pairs | |_________________________________________|
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 Pairs(ChannelInput in, ChannelOutput out)
public void run()
All Packages Class Hierarchy This Package Previous Next Index