net.sf.kagiru.core
Class FinishedState

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

public class FinishedState
extends HaltedState

See Also:
Serialized Form

Constructor Summary
FinishedState()
           
 
Method Summary
 boolean isFinished(Puzzle puzzle)
           
 
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, setPause, signalLeaving
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinishedState

public FinishedState()
Method Detail

isFinished

public boolean isFinished(Puzzle puzzle)
Overrides:
isFinished in class PuzzleState


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.