| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot | |
| cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task |
| Modifier and Type | Method and Description |
|---|---|
MapPathsEvaluationTask.PathType |
MapPathsBotParameters.getPathType() |
| Modifier and Type | Method and Description |
|---|---|
MapPathsEvaluationTask.PathType |
MapPathsEvaluationTask.getPathType() |
static MapPathsEvaluationTask.PathType |
MapPathsEvaluationTask.PathType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapPathsEvaluationTask.PathType[] |
MapPathsEvaluationTask.PathType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MapPathsEvaluationTask(String mapName,
String navigation,
String pathPlanner,
String resultPath,
MapPathsEvaluationTask.PathType pathType,
boolean relevantOnly)
Default constructor.
|
MapPathsEvaluationTask(String mapName,
String navigation,
String pathPlanner,
String resultPath,
MapPathsEvaluationTask.PathType pathType,
boolean relevantOnly,
int batchNumber)
Constructor with explicit batch number.
|
| Constructor and Description |
|---|
MapPathsBatchTaskCreator(int batchNumber,
List<String> maps,
String navigation,
String pathPlanner,
String resultPath,
List<MapPathsEvaluationTask.PathType> pathTypes,
boolean relevantOnly)
Default constructor.
|
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.