smithers.twisty
Class Twist

java.lang.Object
  extended by smithers.twisty.Twist

public class Twist
extends java.lang.Object

Represents a twist of a puzzle. Each class which represents a puzzle should define its own class(es) extending this to represent the types of move possible on that puzzle.


Constructor Summary
Twist()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Twist

public Twist()