| 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,com.carrotsearch.hppc.ObjectDoubleScatterMap<NodeData<T>>> |
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 |
|---|---|
com.carrotsearch.hppc.ObjectDoubleMap<NodeData<T>> |
GraphAStar.edgesFrom(T nodeId)
Returns immutable view of the edges
|
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.