cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot
Class Path
java.lang.Object
cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot.Path
public class Path
- extends Object
Represents path for evaluation. Contains start and end point.
- Author:
- Bogo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Path
public Path(NavPoint start,
NavPoint end)
- Creates path with given start and end point.
- Parameters:
start - Start point of path.end - End point of path.
getStart
public NavPoint getStart()
getEnd
public NavPoint getEnd()
getId
public String getId()
- Get ID of the path. ID is in format [ID of start]-[ID of end].
- Returns:
- ID of this path.
getLength
public double getLength()
getJumps
public int getJumps()
getLifts
public int getLifts()
computeMetrics
public void computeMetrics(cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture<cz.cuni.amis.pogamut.base3d.worldview.object.ILocated> path)
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.