com.rapidminer
Interface BreakpointListener

All Known Implementing Classes:
RapidMinerCommandLine, StatusBar

public interface BreakpointListener

The method breakpointReached(Process, Operator, IOContainer, int) is invoked every time a breakpoint is reached during a process run.

Author:
Ingo Mierswa, Simon Fischer Exp $

Field Summary
static int BREAKPOINT_AFTER
          Indicates a breakpoint after the operator.
static int BREAKPOINT_BEFORE
          Indicates a breakpoint before the operator.
static java.lang.String[] BREAKPOINT_POS_NAME
           
static java.lang.String[] BREAKPOINT_POS_NAME_UPPERCASE
           
static int BREAKPOINT_WITHIN
          Indicates a breakpoint after the operator.
 
Method Summary
 void breakpointReached(Process process, Operator op, IOContainer iocontainer, int location)
          This method is invoked every time a breakpoint is reached during the process.
 void resume()
          This method is invoked after the process was resumed.
 

Field Detail

BREAKPOINT_BEFORE

static final int BREAKPOINT_BEFORE
Indicates a breakpoint before the operator.

See Also:
Constant Field Values

BREAKPOINT_WITHIN

static final int BREAKPOINT_WITHIN
Indicates a breakpoint after the operator.

See Also:
Constant Field Values

BREAKPOINT_AFTER

static final int BREAKPOINT_AFTER
Indicates a breakpoint after the operator.

See Also:
Constant Field Values

BREAKPOINT_POS_NAME

static final java.lang.String[] BREAKPOINT_POS_NAME

BREAKPOINT_POS_NAME_UPPERCASE

static final java.lang.String[] BREAKPOINT_POS_NAME_UPPERCASE
Method Detail

breakpointReached

void breakpointReached(Process process,
                       Operator op,
                       IOContainer iocontainer,
                       int location)
This method is invoked every time a breakpoint is reached during the process. The location is one out of BREAKPOINT_BEFORE or BREAKPOINT_AFTER.


resume

void resume()
This method is invoked after the process was resumed.



Copyright © 2001-2009 by Rapid-I