Uses of Class
cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data.PathResult.ResultType

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)
           
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.