public class Path extends Object
| Constructor and Description |
|---|
Path(cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint start,
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint end)
Creates path with given start and end point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
computeMetrics(cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture<cz.cuni.amis.pogamut.base3d.worldview.object.ILocated> path) |
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint |
getEnd() |
String |
getId()
Get ID of the path.
|
int |
getJumps() |
double |
getLength() |
int |
getLifts() |
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint |
getStart() |
public Path(cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint start,
cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint end)
start - Start point of path.end - End point of path.public cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint getStart()
public cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint getEnd()
public String getId()
public double getLength()
public int getJumps()
public int getLifts()
public void computeMetrics(cz.cuni.amis.pogamut.base.agent.navigation.IPathFuture<cz.cuni.amis.pogamut.base3d.worldview.object.ILocated> path)
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.