| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.engine.sea | |
| ch.sahits.game.openpatrician.engine.sea.model |
| Modifier and Type | Method and Description |
|---|---|
int |
AStar.NodeComparator.compare(NodeData<javafx.geometry.Point2D> nodeFirst,
NodeData<javafx.geometry.Point2D> nodeSecond) |
int |
AStar.NodeComparator.compare(NodeData<javafx.geometry.Point2D> nodeFirst,
NodeData<javafx.geometry.Point2D> nodeSecond) |
| Modifier and Type | Field and Description |
|---|---|
private Map<T,Map<NodeData<T>,Double>> |
GraphAStar.graph |
private Map<T,NodeData<T>> |
GraphAStar.nodeIdNodeData |
| Modifier and Type | Method and Description |
|---|---|
NodeData<T> |
GraphAStar.getNodeData(T nodeId)
The nodedata corresponding to the current nodeId.
|
| Modifier and Type | Method and Description |
|---|---|
Map<NodeData<T>,Double> |
GraphAStar.edgesFrom(T nodeId)
Returns immutable view of the edges
|
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.