Class BoardAdapter
- java.lang.Object
-
- org.swtpra1.alphabetaplayer.hippolyta.BoardAdapter
-
public class BoardAdapter extends java.lang.Object
Adapter class to transform our (swtpra01) implementation of the board into an "braingame board" object. For compatibility reasons we want to reuse their entire codebase instead of rewriting these parts.
-
-
Constructor Summary
Constructors Constructor Description BoardAdapter(Board source)
Parses a given board into another board object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Board
getTarget()
Get the transformed Board object of target class.
-