Class BankPinSolver

    • Constructor Detail

      • BankPinSolver

        public BankPinSolver()
    • Method Detail

      • shouldExecute

        public boolean shouldExecute()
        Description copied from class: RandomSolver
        Checks whether the random even solver should execute; This method must be overridden
        Specified by:
        shouldExecute in class RandomSolver
        Returns:
        true as long as the random executor should be executing
      • onStart

        public void onStart()
        Description copied from class: RandomSolver
        Runs once when the random solver first activates; This method can be optionally overridden
        Overrides:
        onStart in class RandomSolver
      • onLoop

        public int onLoop()
        Description copied from class: RandomSolver
        Runs as long as shouldExecute returns true; This method must be overridden
        Specified by:
        onLoop in class RandomSolver
        Returns:
        time to delay before next onLoop