Class StopGenerationDecider

  • All Implemented Interfaces:
    SkipDecider

    public class StopGenerationDecider
    extends Object
    implements SkipDecider
    A SkipDecider which always stops the current generation. $Id: StopGenerationDecider.java 1839288 2018-08-27 09:48:33Z tv $
    • Constructor Detail

      • StopGenerationDecider

        public StopGenerationDecider()
    • Method Detail

      • proceed

        public boolean proceed​(ControllerState controllerState)
        Decides whether generation should proceed. This implementation always stops the current generation.
        Specified by:
        proceed in interface SkipDecider
        Parameters:
        controllerState - the current controller state.
        Returns:
        false