Uses of Interface
PinBallDomain.State

Uses of State in PinBallDomain
 

Classes in PinBallDomain that implement State
 class PinBallState
          State class for PinBall.
 

Methods in PinBallDomain with parameters of type State
 double State.euclideanDistance(State s)
          Compute the Euclidean distance between this and another state.
 double PinBallState.euclideanDistance(State s)
          Compute the Euclidean distance between this state and another.