Package adams.flow.core
Interface PyroInputConsumer
-
- All Superinterfaces:
CleanUpHandler
,Destroyable
,FlowContextHandler
,OptionHandler
,PyroCall
- All Known Implementing Classes:
AbstractPyroSink
,AbstractPyroTransformer
,ExampleGreeting
,Generic
,Generic
,Null
,Null
public interface PyroInputConsumer extends PyroCall
Interface for Pyro calls that can process input.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class[]
accepts()
Returns the class that the consumer accepts.void
input(Object obj)
The method that accepts the input object.-
Methods inherited from interface adams.core.CleanUpHandler
cleanUp
-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.flow.core.FlowContextHandler
getFlowContext, setFlowContext
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
Methods inherited from interface adams.flow.core.PyroCall
execute, getMethodName, getRemoteObjectName, methodNameTipText, remoteObjectNameTipText, setMethodName, setRemoteObjectName, setUp
-
-