public class PathResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PathResult.ResultType
Result types of evaluation.
|
| Constructor and Description |
|---|
PathResult(Path path,
PathResult.ResultType type) |
PathResult(Path path,
PathResult.ResultType type,
long duration) |
PathResult(Path path,
PathResult.ResultType type,
long duration,
cz.cuni.amis.pogamut.base3d.worldview.object.Location failedAt,
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint nearest) |
public PathResult(Path path, PathResult.ResultType type)
public PathResult(Path path, PathResult.ResultType type, long duration)
public PathResult(Path path, PathResult.ResultType type, long duration, cz.cuni.amis.pogamut.base3d.worldview.object.Location failedAt, cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint nearest)
public String export()
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.