public interface IBreakpointStopCondition extends StopCondition
StopCondition which
stops applying rules when at least one IBreakpoint is hit.| Modifier and Type | Method and Description |
|---|---|
void |
addBreakpoint(IBreakpoint breakpoint)
Adds a new
IBreakpoint. |
java.util.Set<IBreakpoint> |
getBreakpoints()
Returns all available
IBreakpoints. |
void |
removeBreakpoint(IBreakpoint breakpoint)
Removes an
IBreakpoint. |
getGoalNotAllowedMessage, getMaximalWork, getStopMessage, isGoalAllowed, shouldStopvoid addBreakpoint(IBreakpoint breakpoint)
IBreakpoint.breakpoint - The IBreakpoint to add.void removeBreakpoint(IBreakpoint breakpoint)
IBreakpoint.breakpoint - The IBreakpoint to remove.java.util.Set<IBreakpoint> getBreakpoints()
IBreakpoints.IBreakpoints.