|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PathResult.ResultType | |
|---|---|
| cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data | |
| Uses of PathResult.ResultType in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data |
|---|
| Methods in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data that return PathResult.ResultType | |
|---|---|
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. |
| Methods in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data with parameters of type PathResult.ResultType | |
|---|---|
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,
NavPoint nearestNavPoint)
Adds result for single path. |
| Constructors in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data with parameters of type PathResult.ResultType | |
|---|---|
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,
NavPoint nearest)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||