search
Interface State

All Known Implementing Classes:
Board

public interface State


Method Summary
 java.lang.Object clone()
           
 Actions getActions()
           
 void update(Action action)
           
 

Method Detail

update

void update(Action action)
            throws java.lang.RuntimeException
Throws:
java.lang.RuntimeException

getActions

Actions getActions()

clone

java.lang.Object clone()