Class ClusterAnalysisMain
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.webstart.ClusterAnalysisMain
public class ClusterAnalysisMain extends Object
Contains the graffiti editor.
- Version:
- $Revision$
-
Constructor Summary
Constructors Constructor Description ClusterAnalysisMain()
Constructs a new instance of the editor. -
Method Summary
Modifier and Type Method Description static boolean
isClusterAnalysisRunning()
static void
main(String[] args)
The editor's main method.
-
Constructor Details
-
ClusterAnalysisMain
public ClusterAnalysisMain()Constructs a new instance of the editor.
-
-
Method Details
-
isClusterAnalysisRunning
public static boolean isClusterAnalysisRunning() -
main
The editor's main method.- Parameters:
args
- the command line arguments.
-