Package weka.gui.beans
Interface Startable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetStartMessage()Gets a string that describes the start action.voidstart()Start the flow running
-
-
-
Method Detail
-
start
void start() throws java.lang.ExceptionStart the flow running- Throws:
java.lang.Exception- if something goes wrong
-
getStartMessage
java.lang.String getStartMessage()
Gets a string that describes the start action. The KnowledgeFlow uses this in the popup contextual menu for the component. The string can be proceeded by a '$' character to indicate that the component can't be started at present.- Returns:
- a string describing the start action.
-
-