- getBoardSize() - Method in class jadex.web.examples.puzzle.HighscoreEntry
-
Get the boardsize of this HighscoreEntry.
- getContentUrl(HttpServletRequest) - Static method in class jadex.web.tools.jadexdoc.JadexdocServlet
-
Get model content request.
- getCurrentPosition() - Method in class jadex.web.examples.puzzle.Board
-
Get the current board position.
- getDate() - Method in class jadex.web.examples.puzzle.HighscoreEntry
-
Get the date of this HighscoreEntry.
- getEnd() - Method in class jadex.web.examples.puzzle.Move
-
Get the target.
- getHighscore(int) - Method in class jadex.web.examples.puzzle.agent.PuzzleService
-
Get the highscore entries for a given board size.
- getHighscore(int) - Method in interface jadex.web.examples.puzzle.IPuzzleService
-
Get the highscore entries for a given board size.
- getHintCount() - Method in class jadex.web.examples.puzzle.HighscoreEntry
-
Get the hint_count of this HighscoreEntry.
- getLastMove() - Method in class jadex.web.examples.puzzle.Board
-
Get all moves made so far.
- getModelsUrl(HttpServletRequest) - Static method in class jadex.web.tools.jadexdoc.JadexdocServlet
-
Get model list request.
- getMoves() - Method in class jadex.web.examples.puzzle.Board
-
Get all moves made so far.
- getName() - Method in class jadex.web.examples.puzzle.HighscoreEntry
-
Get the name of this HighscoreEntry.
- getPiece(Position) - Method in class jadex.web.examples.puzzle.Board
-
Get a piece for a location.
- getPossibleMoves() - Method in class jadex.web.examples.puzzle.Board
-
Get possible moves.
- getPrintableX() - Method in class jadex.web.examples.puzzle.Position
-
Get the string representation for x.
- getPrintableY() - Method in class jadex.web.examples.puzzle.Position
-
Get the string representation for y.
- getProperties() - Method in class jadex.web.examples.puzzle.agent.PuzzleService
-
Write current state into properties.
- getSize() - Method in class jadex.web.examples.puzzle.Board
-
Get the board size.
- getStart() - Method in class jadex.web.examples.puzzle.Move
-
Get the start.
- getX() - Method in class jadex.web.examples.puzzle.Position
-
Get the x value.
- getY() - Method in class jadex.web.examples.puzzle.Position
-
Get the y value.