public interface MovementSequence<S,L,M>
Modifier and Type | Method and Description |
---|---|
S |
getToState()
return the state that is the result of executing this movement sequence.
|
int |
getTotalCost()
return the total cost of this movement sequence, including the last move
|
int getTotalCost()
S getToState()