Package javachess.parser
Interface Instruction
- All Known Implementing Classes:
CastlingInstruction,RegularInstruction
public interface Instruction
Interface representing a chess instruction.
Instructions can be either "regular instructions" (like moving a piece) or "castling instructions".