(String[] moves)
| 66 | return moves; |
| 67 | } |
| 68 | public Rules setMoves(String[] moves){ |
| 69 | this.moves = moves; |
| 70 | return this; |
| 71 | } |
| 72 | |
| 73 | public String getInitialState() { |
| 74 | return initialState; |
nothing calls this directly
no outgoing calls
no test coverage detected