weka.gui.beans
Interface Startable

All Known Implementing Classes:
Loader

public interface Startable

Interface to something that is a start point for a flow and can be launched programatically.

Since:
1.0
Version:
$Revision: 1.1 $
Author:
Mark Hall (mhall{[at]}pentaho{[dot]}org)

Method Summary
 void start()
          Start the flow running
 

Method Detail

start

void start()
           throws java.lang.Exception
Start the flow running

Throws:
java.lang.Exception - if something goes wrong