public abstract class PStreamProvider extends EventDrivenFunction<java.lang.Void,PStream>
input, outputisCancelled| Constructor and Description | 
|---|
PStreamProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
finish()  | 
protected void | 
init()  | 
protected void | 
output(Item item)  | 
protected abstract void | 
provide()
Provide stream data
 This method will be running in background, and should be stopped when isCancelled turns true. 
 | 
apply, getContext, getUQIaddParameters, addRequiredPermissions, cancel, compound, getHead, getParameters, getRequiredPermissions, getTail, onCancel, raiseException, toStringprotected void init()
init in class EventDrivenFunction<java.lang.Void,PStream>protected final void output(Item item)
protected abstract void provide()
protected void finish()