cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data
Class PathResult
java.lang.Object
cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data.PathResult
public class PathResult
- extends Object
Result of evaluation on single path.
- Author:
- Bogo
|
Method Summary |
String |
export()
Create CSV entry about this result. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathResult
public PathResult(Path path,
PathResult.ResultType type)
PathResult
public PathResult(Path path,
PathResult.ResultType type,
long duration)
PathResult
public PathResult(Path path,
PathResult.ResultType type,
long duration,
cz.cuni.amis.pogamut.base3d.worldview.object.Location failedAt,
NavPoint nearest)
export
public String export()
- Create CSV entry about this result.
- Returns:
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.