cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data
Class PathResult

Package class diagram package PathResult
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data.PathResult

public class PathResult
extends Object

Result of evaluation on single path.

Author:
Bogo

Nested Class Summary
static class PathResult.ResultType
          Result types of evaluation.
 
Constructor Summary
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)
           
 
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
 

Constructor Detail

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)
Method Detail

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.