|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Path | |
|---|---|
| cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot | |
| cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data | |
| Uses of Path in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot |
|---|
| Methods in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot that return Path | |
|---|---|
Path |
PathContainer.getPath()
Get any path from container. |
Path |
PathContainer.getPath(NavPoint start)
Get path with start at given NavPoint. |
| Methods in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot with parameters of type Path | |
|---|---|
boolean |
PathContainer.addTabooPath(Path path)
|
| Uses of Path in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data |
|---|
| Methods in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data with parameters of type Path | |
|---|---|
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. |
void |
EvaluationResult.startRecording(cz.cuni.amis.pogamut.base.communication.command.IAct act,
Path path)
Starts recording of path. |
void |
EvaluationResult.stopRecording(cz.cuni.amis.pogamut.base.communication.command.IAct act,
Path path,
boolean delete)
Stops recording of path. |
| Constructors in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data with parameters of type Path | |
|---|---|
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 | |||||||||