Class Stepping


  • public class Stepping
    extends java.lang.Object
    Used in single step solution mode to indicatean emergeny stop due to failure to solve anything.
    • Constructor Summary

      Constructors 
      Constructor Description
      Stepping()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isEmergency()  
      void setEmergency​(boolean emergency)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Stepping

        public Stepping()
    • Method Detail

      • isEmergency

        public boolean isEmergency()
      • setEmergency

        public void setEmergency​(boolean emergency)