com.rapidminer
Class RapidMinerCommandLine

java.lang.Object
  extended by com.rapidminer.RapidMiner
      extended by com.rapidminer.RapidMinerCommandLine
All Implemented Interfaces:
BreakpointListener

public class RapidMinerCommandLine
extends RapidMiner
implements BreakpointListener

Main command line program.

Author:
Ingo Mierswa, Simon Fischer

Field Summary
 
Fields inherited from class com.rapidminer.RapidMiner
PROPERTY_RAPIDMINER_GENERAL_DEBUGMODE, PROPERTY_RAPIDMINER_GENERAL_DEFAULT_ENCODING, PROPERTY_RAPIDMINER_GENERAL_FRACTIONDIGITS_NUMBERS, PROPERTY_RAPIDMINER_GENERAL_FRACTIONDIGITS_PERCENT, PROPERTY_RAPIDMINER_GENERAL_LOGFILE_FORMAT, PROPERTY_RAPIDMINER_GENERAL_TIME_ZONE, PROPERTY_RAPIDMINER_GLOBAL_LOG_FILE, PROPERTY_RAPIDMINER_GLOBAL_LOG_VERBOSITY, PROPERTY_RAPIDMINER_HOME, PROPERTY_RAPIDMINER_INIT_JDBC_CLASSPATH, PROPERTY_RAPIDMINER_INIT_JDBC_LIB, PROPERTY_RAPIDMINER_INIT_JDBC_LIB_LOCATION, PROPERTY_RAPIDMINER_INIT_OPERATORS, PROPERTY_RAPIDMINER_INIT_PLUGINS, PROPERTY_RAPIDMINER_INIT_PLUGINS_LOCATION, PROPERTY_RAPIDMINER_INIT_WEKA, PROPERTY_RAPIDMINER_OBJECTS_ADDITIONAL, PROPERTY_RAPIDMINER_OPERATORS_ADDITIONAL, PROPERTY_RAPIDMINER_RC_FILE, PROPERTY_RAPIDMINER_TOOLS_EDITOR, PROPERTY_RAPIDMINER_TOOLS_MAIL_DEFAULT_PROCESS_DURATION_FOR_MAIL, PROPERTY_RAPIDMINER_TOOLS_MAIL_DEFAULT_RECIPIENT, PROPERTY_RAPIDMINER_TOOLS_MAIL_METHOD, PROPERTY_RAPIDMINER_TOOLS_MAIL_METHOD_SENDMAIL, PROPERTY_RAPIDMINER_TOOLS_MAIL_METHOD_SMTP, PROPERTY_RAPIDMINER_TOOLS_MAIL_METHOD_VALUES, PROPERTY_RAPIDMINER_TOOLS_SENDMAIL_COMMAND, PROPERTY_RAPIDMINER_TOOLS_SMTP_HOST, PROPERTY_RAPIDMINER_TOOLS_SMTP_PASSWD, PROPERTY_RAPIDMINER_TOOLS_SMTP_PORT, PROPERTY_RAPIDMINER_TOOLS_SMTP_USER, PROPERTY_RAPIDMINER_VERSION, PROPERTY_RAPIDMINER_WEKA_JAR, SYSTEM_ENCODING_NAME
 
Fields inherited from interface com.rapidminer.BreakpointListener
BREAKPOINT_AFTER, BREAKPOINT_BEFORE, BREAKPOINT_POS_NAME, BREAKPOINT_POS_NAME_UPPERCASE, BREAKPOINT_WITHIN
 
Constructor Summary
RapidMinerCommandLine()
           
 
Method Summary
 void breakpointReached(Process process, Operator operator, IOContainer container, int location)
          This method is invoked every time a breakpoint is reached during the process.
static void main(java.lang.String[] argv)
           
 void resume()
          Does nothing.
 
Methods inherited from class com.rapidminer.RapidMiner
cleanUp, getInputHandler, getLongVersion, getRapidMinerProperties, getShortVersion, getSplashScreen, getSplashScreenFrame, getYaleProperties, hideSplash, init, init, init, init, init, init, quit, readExperimentFile, readProcessFile, registerRapidMinerProperty, registerYaleProperty, setInputHandler, showSplash, showSplash, splashMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RapidMinerCommandLine

public RapidMinerCommandLine()
Method Detail

breakpointReached

public void breakpointReached(Process process,
                              Operator operator,
                              IOContainer container,
                              int location)
Description copied from interface: BreakpointListener
This method is invoked every time a breakpoint is reached during the process. 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

main

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


Copyright © 2001-2009 by Rapid-I