| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data |
| Modifier and Type | Method and Description |
|---|---|
static PathResult.ResultType |
PathResult.ResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathResult.ResultType[] |
PathResult.ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationResult.addResult(Path path,
PathResult.ResultType type,
long duration)
Adds result for single path.
|
void |
EvaluationResult.addResult(Path path,
PathResult.ResultType type,
long duration,
cz.cuni.amis.pogamut.base3d.worldview.object.Location location,
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint nearestNavPoint)
Adds result for single path.
|
| 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) |
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.