edu.udo.cs.yale
Class Main

java.lang.Object
  extended by edu.udo.cs.yale.Yale
      extended by edu.udo.cs.yale.Main
All Implemented Interfaces:
BreakpointListener

public class Main
extends Yale
implements BreakpointListener

Main command line program.

Version:
$Id: Main.java,v 2.21 2006/09/24 21:50:53 ingomierswa Exp $
Author:
Ingo Mierswa, Simon Fischer

Nested Class Summary
private static class Main.WaitForKeyThread
          This tread waits for pressing an arbitrary key.
 
Field Summary
private  java.lang.String experimentfile
           
private static java.lang.String LICENSE
           
private  boolean showLogo
           
 
Fields inherited from interface edu.udo.cs.yale.BreakpointListener
BREAKPOINT_AFTER, BREAKPOINT_BEFORE, BREAKPOINT_POS_NAME, BREAKPOINT_WITHIN
 
Constructor Summary
Main()
           
 
Method Summary
 void breakpointReached(Operator operator, IOContainer container, int location)
          This method is invoked every time a breakpoint is reached during the experiment.
static void main(java.lang.String[] argv)
           
private  void parseArguments(java.lang.String[] argv)
          Parses the commandline arguments.
private static void printUsage()
           
 void resume()
          Does nothing.
private  void run()
           
 
Methods inherited from class edu.udo.cs.yale.Yale
getExperiment, getInputHandler, getVersion, getYaleProperties, hideLogo, init, quit, readExperimentFile, registerYaleProperty, setExperiment, setInputHandler, showLogo, splashMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LICENSE

private static final java.lang.String LICENSE

showLogo

private boolean showLogo

experimentfile

private java.lang.String experimentfile
Constructor Detail

Main

public Main()
Method Detail

breakpointReached

public void breakpointReached(Operator operator,
                              IOContainer container,
                              int location)
Description copied from interface: BreakpointListener
This method is invoked every time a breakpoint is reached during the experiment. The location is one out of BREAKPOINT_BEFORE or BREAKPOINT_AFTER.

Specified by:
breakpointReached in interface BreakpointListener


resume

public void resume()
Does nothing.

Specified by:
resume in interface BreakpointListener


parseArguments

private void parseArguments(java.lang.String[] argv)
Parses the commandline arguments.


printUsage

private static void printUsage()

run

private void run()

main

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


Copyright © 2001-2006