Package jadex.bdi.examples.puzzle
Class Piece
- java.lang.Object
- 
- jadex.bdi.examples.puzzle.Piece
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class Piece extends java.lang.Object implements java.io.SerializableA piece for playing.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected booleanis_whiteThe piece color (white or black).
 - 
Constructor SummaryConstructors Constructor Description Piece(boolean is_white)Create a new board.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisWhite()Test, if it is a white piece.java.lang.StringtoString()Get the string representation.
 
-