|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidminer.RapidMiner
com.rapidminer.RapidMinerCommandLine
public class RapidMinerCommandLine
Main command line program.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.rapidminer.RapidMiner |
---|
RapidMiner.ExecutionMode, RapidMiner.ExitMode |
Field Summary |
---|
Fields inherited from interface com.rapidminer.BreakpointListener |
---|
BREAKPOINT_AFTER, BREAKPOINT_BEFORE, BREAKPOINT_POS_NAME, BREAKPOINT_POS_NAME_UPPERCASE |
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RapidMinerCommandLine()
Method Detail |
---|
public void breakpointReached(Process process, Operator operator, IOContainer container, int location)
BreakpointListener
breakpointReached
in interface BreakpointListener
public void resume()
resume
in interface BreakpointListener
public static void main(java.lang.String[] argv)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |