程序包 weka.gui.beans

接口 Startable

所有已知实现类:
Loader

public interface Startable
Interface to something that is a start point for a flow and can be launched programatically.
从以下版本开始:
1.0
版本:
$Revision: 6017 $
作者:
Mark Hall (mhall{[at]}pentaho{[dot]}org)
  • 方法概要

    修饰符和类型
    方法
    说明
    Gets a string that describes the start action.
    void
    Start the flow running
  • 方法详细资料

    • start

      void start() throws Exception
      Start the flow running
      抛出:
      Exception - if something goes wrong
    • getStartMessage

      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.
      返回:
      a string describing the start action.