| Package | Description |
|---|---|
| net.sourceforge.plantuml.graph |
| Modifier and Type | Method and Description |
|---|---|
Board |
Board.copy() |
Board |
BoardCollection.getAndSetExploredSmallest() |
Board |
BoardCollection.getBestBoard() |
Board |
BoardExplorer.getBestBoard() |
Board |
Galaxy4.getBoard() |
Board |
Oven.longTic(int nbTic,
Board board,
Random rnd) |
| Modifier and Type | Method and Description |
|---|---|
Set<Board> |
BoardExplorer.nextBoards(Board board) |
| Modifier and Type | Method and Description |
|---|---|
void |
BoardCollection.add(Board b) |
boolean |
BoardCollection.contains(Board b) |
double |
SimpleCostComputer.getCost(Board board) |
double |
KenavoCostComputer.getCost(Board board) |
double |
CostComputer.getCost(Board board) |
Board |
Oven.longTic(int nbTic,
Board board,
Random rnd) |
Set<Board> |
BoardExplorer.nextBoards(Board board) |
double |
Oven.tic(Board board,
Random rnd) |
| Constructor and Description |
|---|
BoardExplorer(Board init) |
Galaxy4(Board board,
int widthCell,
int heightCell) |
Graph1(Board board) |
Copyright © 2017. All rights reserved.