Package weka.gui.beans
Class KnowledgeFlow
- java.lang.Object
-
- weka.gui.beans.KnowledgeFlow
-
public class KnowledgeFlow extends java.lang.Object
Startup class for the KnowledgeFlow. Displays a splash screen.- Version:
- $Revision: 7059 $
- Author:
- Mark Hall
-
-
Constructor Summary
Constructors Constructor Description KnowledgeFlow()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Shows the splash screen, launches the application and then disposes the splash screen.static void
startApp()
Static method that can be called from a running program to launch the KnowledgeFlow
-
-
-
Method Detail
-
startApp
public static void startApp()
Static method that can be called from a running program to launch the KnowledgeFlow
-
main
public static void main(java.lang.String[] args)
Shows the splash screen, launches the application and then disposes the splash screen.- Parameters:
args
- the command line arguments
-
-