| Package | Description |
|---|---|
| cz.cuni.amis.pathfinding.alg.floydwarshall |
| Modifier and Type | Method and Description |
|---|---|
FloydWarshall.PathMatrixNode<NODE>[][] |
FloydWarshall.getMatrix()
Returns matrix of nodes as computed by FloydWarshall algorithm.
|
FloydWarshall.PathMatrixNode<NODE> |
FloydWarshall.getPathMatrixNode(NODE nodeFrom,
NODE nodeTo)
Returns
PathMatrixNode describing path from "nodeFrom" to "nodeTo". |
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.