databionics.esom
Class Analyze

java.lang.Object
  extended by databionics.Application
      extended by databionics.GraphicalApplication
          extended by databionics.esom.Analyze
All Implemented Interfaces:
java.lang.Runnable

public class Analyze
extends GraphicalApplication

GUI tool for ESOM training, clustering, visualization, and analysis.


Field Summary
protected  ToolLoader loader
          the tools
protected static org.apache.log4j.Logger log
          interface to log4j system
protected  LogPanel logPanel
          the panel for logging all messages
protected  MainFrame mainFrame
          the main frame holding the panels
protected  Modules modules
          the modul needed for training
protected  Project project
          the project to hold the files
protected  ProjectionTool projection
          the class for projecting new data on a map and in a classification
protected  Renderer renderer
          the main renderer
 
Fields inherited from class databionics.GraphicalApplication
frame
 
Fields inherited from class databionics.Application
banner, cmd, conf, done, env, exitCode, home, messages, msgfile, name, nf, options, standalone, thread, workdir
 
Constructor Summary
Analyze()
          standard constructor.
 
Method Summary
static Analyze getInstance()
          Returns the application instance
 ToolLoader getLoader()
           
 LogPanel getLogPanel()
          returns the logPanel
 MainFrame getMainFrame()
          returns the main Frame
 Modules getModules()
          returns the module
 Project getProject()
          returns the project
 ProjectionTool getProjection()
          returns the projection
 Renderer getRenderer()
          returns the renderer
protected  void go()
           
 void init(java.lang.String[] args)
          init
static void main(java.lang.String[] args)
          main method
 void run()
          run
protected  void setWorkdirFromFilename(java.lang.String s)
           
 
Methods inherited from class databionics.GraphicalApplication
exit, getFrame, sleepAndExit
 
Methods inherited from class databionics.Application
exitOnInterruption, getBanner, getColorGradient, getColorPath, getConfigPath, getExitCode, getHelpFile, getHome, getLibPath, getMessage, getName, getThread, getWorkDir, init, interrupt, interrupted, isDone, printHelp, printVersion, setProject, setStandAlone, setWorkDir, sleep, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.log4j.Logger log
interface to log4j system


mainFrame

protected MainFrame mainFrame
the main frame holding the panels


logPanel

protected LogPanel logPanel
the panel for logging all messages


projection

protected ProjectionTool projection
the class for projecting new data on a map and in a classification


renderer

protected Renderer renderer
the main renderer


modules

protected Modules modules
the modul needed for training


project

protected Project project
the project to hold the files


loader

protected ToolLoader loader
the tools

Constructor Detail

Analyze

public Analyze()
standard constructor.

Method Detail

getInstance

public static Analyze getInstance()
Returns the application instance

Returns:
application

init

public void init(java.lang.String[] args)
init

Overrides:
init in class Application

run

public void run()
run

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class Application

main

public static void main(java.lang.String[] args)
main method


go

protected void go()

setWorkdirFromFilename

protected void setWorkdirFromFilename(java.lang.String s)

getMainFrame

public MainFrame getMainFrame()
returns the main Frame

Returns:
mainFrame

getRenderer

public Renderer getRenderer()
returns the renderer

Returns:
renderer

getModules

public Modules getModules()
returns the module

Returns:
module

getProject

public Project getProject()
returns the project

Overrides:
getProject in class Application
Returns:
project

getProjection

public ProjectionTool getProjection()
returns the projection

Returns:
projection

getLogPanel

public LogPanel getLogPanel()
returns the logPanel

Returns:
logPanel

getLoader

public ToolLoader getLoader()
Returns:
Returns the loader.


Copyright © 2005-2006 Databionics Research Group. All Rights Reserved.