public interface StepOutputListener
Step| Modifier and Type | Method and Description |
|---|---|
boolean |
dataFromStep(Data data)
Process data produced by a knowledge flow step
|
boolean dataFromStep(Data data) throws WekaException
data - the payload to processWekaException - in the case of a catastrophic failure of the
StepOutputListener