databionics.esom
Class Project

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

public class Project
extends Application

Command line tool to project new data on an ESOM and optionally classify using a class mask.


Field Summary
protected static Project app
          the application
protected  CallBack callback
          callback if called from gui
protected static org.apache.log4j.Logger log
          interface to log4j system
 
Fields inherited from class databionics.Application
banner, cmd, conf, done, env, exitCode, home, messages, msgfile, name, nf, options, project, standalone, thread, workdir
 
Constructor Summary
Project()
          standard constructor.
 
Method Summary
 CallBack getCallback()
           
static Project getInstance()
          Returns the application instance
 void init(java.lang.String[] args)
          init
static void main(java.lang.String[] args)
          main method
 void run()
          run
 void setCallback(CallBack callback)
           
 
Methods inherited from class databionics.Application
exit, exitOnInterruption, getBanner, getColorGradient, getColorPath, getConfigPath, getExitCode, getHelpFile, getHome, getLibPath, getMessage, getName, getProject, 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


app

protected static Project app
the application


callback

protected CallBack callback
callback if called from gui

Constructor Detail

Project

public Project()
standard constructor.

Method Detail

getInstance

public static Project 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


getCallback

public CallBack getCallback()
Returns:
Returns the callback.

setCallback

public void setCallback(CallBack callback)
Parameters:
callback - The callback to set.


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