- getCurrentPosition() - Method in class jadex.bdi.examples.puzzle.Board
-
Get the current board position.
- getCurrentPosition() - Method in class jadex.bdi.examples.puzzle.JackBoard
-
Get the current board position.
- getCurrentPosition() - Method in class jadex.bdiv3.examples.puzzle.Board
-
Get the current board position.
- getCurrentPosition() - Method in interface jadex.bdiv3.examples.puzzle.IBoard
-
Get the current board position.
- getCurrentPosition() - Method in class jadex.bdiv3.examples.puzzle.JackBoard
-
Get the current board position.
- getEnd() - Method in class jadex.bdiv3.examples.puzzle.Move
-
Get the target.
- getLastMove() - Method in class jadex.bdi.examples.puzzle.Board
-
Get all moves made so far.
- getLastMove() - Method in class jadex.bdi.examples.puzzle.JackBoard
-
Get all moves made so far.
- getLastMove() - Method in class jadex.bdiv3.examples.puzzle.Board
-
Get all moves made so far.
- getLastMove() - Method in interface jadex.bdiv3.examples.puzzle.IBoard
-
Get all moves made so far.
- getLastMove() - Method in class jadex.bdiv3.examples.puzzle.JackBoard
-
Get all moves made so far.
- getMoves() - Method in class jadex.bdi.examples.puzzle.Board
-
Get all moves made so far.
- getMoves() - Method in class jadex.bdi.examples.puzzle.JackBoard
-
Get all moves made so far.
- getMoves() - Method in class jadex.bdiv3.examples.puzzle.Board
-
Get all moves made so far.
- getMoves() - Method in interface jadex.bdiv3.examples.puzzle.IBoard
-
Get all moves made so far.
- getMoves() - Method in class jadex.bdiv3.examples.puzzle.JackBoard
-
Get all moves made so far.
- getPiece(Position) - Method in class jadex.bdi.examples.puzzle.Board
-
Get a piece for a location.
- getPiece(Position) - Method in class jadex.bdi.examples.puzzle.JackBoard
-
Get a piece for a location.
- getPiece(Position) - Method in class jadex.bdiv3.examples.puzzle.Board
-
Get a piece for a location.
- getPiece(Position) - Method in interface jadex.bdiv3.examples.puzzle.IBoard
-
Get a piece for a location.
- getPiece(Position) - Method in class jadex.bdiv3.examples.puzzle.JackBoard
-
Get a piece for a location.
- getPossibleMoves() - Method in class jadex.bdi.examples.puzzle.Board
-
Get possible moves.
- getPossibleMoves() - Method in class jadex.bdi.examples.puzzle.JackBoard
-
Get possible moves.
- getPossibleMoves() - Method in class jadex.bdiv3.examples.puzzle.Board
-
Get possible moves.
- getPossibleMoves() - Method in interface jadex.bdiv3.examples.puzzle.IBoard
-
Get possible moves.
- getPossibleMoves() - Method in class jadex.bdiv3.examples.puzzle.JackBoard
-
Get possible moves.
- getSize() - Method in class jadex.bdi.examples.puzzle.Board
-
Get the board size.
- getSize() - Method in class jadex.bdi.examples.puzzle.JackBoard
-
Get the board size.
- getSize() - Method in class jadex.bdiv3.examples.puzzle.Board
-
Get the board size.
- getSize() - Method in interface jadex.bdiv3.examples.puzzle.IBoard
-
Get the board size.
- getSize() - Method in class jadex.bdiv3.examples.puzzle.JackBoard
-
Get the board size.
- getStart() - Method in class jadex.bdiv3.examples.puzzle.Move
-
Get the start.
- getX() - Method in class jadex.bdiv3.examples.puzzle.Position
-
Get the x value.
- getY() - Method in class jadex.bdiv3.examples.puzzle.Position
-
Get the y value.
- gui_listener - Variable in class jadex.bdiv3.examples.puzzle.SokratesBDI
-
- gui_proxy - Variable in class jadex.bdiv3.examples.puzzle.SokratesBDI
-
- GuiProxy - Class in jadex.android.puzzle.ui
-
- GuiProxy(IBoard, SokratesService.SokratesListener) - Constructor for class jadex.android.puzzle.ui.GuiProxy
-
- IBoard - Interface in jadex.bdiv3.examples.puzzle
-
The interface for the playing board.
- icon - Static variable in class jadex.android.puzzle.R.drawable
-
- id() - Constructor for class jadex.android.puzzle.R.id
-
- initBoard() - Method in class jadex.android.puzzle.ui.SokratesView
-
- is_white - Variable in class jadex.bdiv3.examples.puzzle.Piece
-
The piece color (white or black).
- isAchieved() - Method in class jadex.bdiv3.examples.puzzle.BlockingSokratesBDI.MoveGoal
-
Move goal is successful when resulting board represents a solution.
- isAchieved() - Method in class jadex.bdiv3.examples.puzzle.SokratesBDI.MoveGoal
-
Move goal is successful when resulting board represents a solution.
- isFreePosition(Position) - Method in class jadex.bdi.examples.puzzle.Board
-
Test if aposition is free.
- isFreePosition(Position) - Method in class jadex.bdi.examples.puzzle.JackBoard
-
Test if a position is free.
- isFreePosition(Position) - Method in class jadex.bdiv3.examples.puzzle.Board
-
Test if aposition is free.
- isFreePosition(Position) - Method in interface jadex.bdiv3.examples.puzzle.IBoard
-
Test if aposition is free.
- isFreePosition(Position) - Method in class jadex.bdiv3.examples.puzzle.JackBoard
-
Test if a position is free.
- isJumpMove() - Method in class jadex.bdiv3.examples.puzzle.Move
-
Test if it is a jump move.
- isPossibleMove(Move) - Method in class jadex.bdi.examples.puzzle.Board
-
Get a piece for a location.
- isPossibleMove(Move) - Method in class jadex.bdiv3.examples.puzzle.Board
-
Get a piece for a location.
- isSokratesRunning() - Method in class jadex.android.puzzle.SokratesService.PlatformBinder
-
- isSolution() - Method in class jadex.bdi.examples.puzzle.Board
-
Test if it is a solution.
- isSolution() - Method in class jadex.bdi.examples.puzzle.JackBoard
-
Test if it is a solution.
- isSolution() - Method in class jadex.bdiv3.examples.puzzle.Board
-
Test if it is a solution.
- isSolution() - Method in interface jadex.bdiv3.examples.puzzle.IBoard
-
Test if it is a solution.
- isSolution() - Method in class jadex.bdiv3.examples.puzzle.JackBoard
-
Test if it is a solution.
- isWhite() - Method in class jadex.bdiv3.examples.puzzle.Piece
-
Test, if it is a white piece.