jcreek.cke
Class Main

java.lang.Object
  extended byjcreek.cke.Main

public class Main
extends java.lang.Object


Field Summary
protected static java.lang.String typeSuffix
          Suffix added to file type names.
 
Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main method for Creek program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

typeSuffix

protected static java.lang.String typeSuffix
Suffix added to file type names.

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Main method for Creek program. Gets things started. Note that this returns to the JVM but the app still runs. It is an event- driven application and thus won't exit until we call System.exit().

Parameters:
args - array of command-line arguments


Created at IDI, NTNU by the Artificial Intelligence and Learning group