void setData(Object)

This method sets the input data for the pipeline module. It takes a single object to be used as data. The module will convert this to what ever data type it is designed to operate on. Should it be given incorrect data type it will thrown an exception.

Every time this method is called it will change the previously set data object to the one specified.



David Goodwin 2008-10-21