edu.udo.cs.yale
Class Yale
java.lang.Object
edu.udo.cs.yale.Yale
- Direct Known Subclasses:
- Main, YaleGUI
public class Yale
- extends java.lang.Object
Main program. Entry point for command line programm, GUI and wrappers.
- Version:
- $Id: Yale.java,v 2.38 2006/09/29 10:29:10 ingomierswa Exp $
- Author:
- Simon Fischer, Ingo Mierswa
Constructor Summary |
Yale()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_TYPES
private static final java.util.Set<ParameterType> PROPERTY_TYPES
- A set of all known system properties (starting with "yale."). Properties
can be registered using
registerYaleProperty(ParameterType)
.
experiment
private static Experiment experiment
inputHandler
private static InputHandler inputHandler
splashScreen
private static SplashScreen splashScreen
Yale
public Yale()
getVersion
public static java.lang.String getVersion()
readExperimentFile
public static void readExperimentFile(java.io.File experimentfile)
throws XMLException,
java.io.IOException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
- Throws:
XMLException
java.io.IOException
java.lang.InstantiationException
java.lang.IllegalAccessException
getExperiment
public static Experiment getExperiment()
setExperiment
public static void setExperiment(Experiment experiment)
init
public static void init()
throws java.io.IOException
- Throws:
java.io.IOException
showLogo
public static SplashScreen showLogo()
hideLogo
public static void hideLogo()
splashMessage
public static void splashMessage(java.lang.String message)
setInputHandler
public static void setInputHandler(InputHandler inputHandler)
getInputHandler
public static InputHandler getInputHandler()
getYaleProperties
public static java.util.Set<ParameterType> getYaleProperties()
- Returns a set of
ParameterType
s for the Yale system properties.
registerYaleProperty
public static void registerYaleProperty(ParameterType type)
quit
public static void quit(int errorcode)
Copyright © 2001-2006