public interface BaseStepExtender
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIncomingConnectionTypes()
Get a list of incoming connection types that this step can accept.
|
List<String> |
getOutgoingConnectionTypes()
Get a list of outgoing connection types that this step can produce.
|
void |
processIncoming(Data data)
Process an incoming data payload (if the step accepts incoming
connections).
|
void |
start()
Start executing (if this component is a start point).
|
void |
stepInit()
Initialize the step.
|
void stepInit()
throws WekaException
WekaException - if a problem occurs during initializationList<String> getIncomingConnectionTypes()
List<String> getOutgoingConnectionTypes()
void start()
throws WekaException
WekaException - if a problem occursvoid processIncoming(Data data) throws WekaException
data - the payload to processWekaException - if a problem occursCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.