Project

General

Profile

« Previous | Next » 

Revision 264af0ad

Added by Leszek Koltunski about 4 years ago

More support for the 3x3x3 Solver.

View differences:

src/main/java/org/distorted/uistate/RubikState.java
26 26

  
27 27
public enum RubikState
28 28
  {
29
  MAIN ( null , false, new RubikStateMain()    ),
30
  PLAY ( MAIN , true , new RubikStatePlay()    ),
31
  SOLV ( PLAY , true , new RubikStateSolving() ),
32
  PATT ( MAIN , false, new RubikStatePattern() ),
33
  SVER ( MAIN , false, new RubikStateSolver()  ),
29
  MAIN ( null , false, new RubikStateMain()      ),
30
  PLAY ( MAIN , true , new RubikStatePlay()      ),
31
  SOLV ( PLAY , true , new RubikStateSolving()   ),
32
  PATT ( MAIN , false, new RubikStatePattern()   ),
33
  SVER ( MAIN , false, new RubikStateSolver()    ),
34
  SOLU ( SVER , false, new RubikStateSolution()  ),
34 35
  ;
35 36

  
36 37
  public static final int LENGTH = values().length;

Also available in: Unified diff