net.sf.kagiru.core
Class ExitState

java.lang.Object
  extended by net.sf.kagiru.core.PuzzleState
      extended by net.sf.kagiru.core.HaltedState
          extended by net.sf.kagiru.core.ExitState
All Implemented Interfaces:
java.io.Serializable

public class ExitState
extends HaltedState

See Also:
Serialized Form

Constructor Summary
ExitState()
           
 
Method Summary
 
Methods inherited from class net.sf.kagiru.core.HaltedState
getPlayTime, isHalted
 
Methods inherited from class net.sf.kagiru.core.PuzzleState
canPause, getCompletionDenumerator, getCompletionNumerator, getPause, isCellEditable, isFinished, setPause, signalLeaving
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExitState

public ExitState()


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.