| Modifier and Type | Method and Description |
|---|---|
RecordType |
BotNavigationParameters.getRecordType()
Gets type of record which should be recorded and stored in result of evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
static RecordType |
RecordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordType[] |
RecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RecordType |
NavigationEvaluationTask.getRecordType() |
RecordType |
INavigationEvaluationTask.getRecordType()
Get type of records to create.
|
| Modifier and Type | Method and Description |
|---|---|
static List<NavigationEvaluationTask> |
NavigationEvaluationBatchTaskCreator.createBatch(List<String> navigations,
List<String> pathPlanners,
String mapName,
boolean onlyRelevantPaths,
int limit,
String resultPath,
RecordType recordType,
Level level)
Creates batch of tasks.
|
static List<NavigationEvaluationTask> |
NavigationEvaluationBatchTaskCreator.createBatch(String navigation,
String pathPlanner,
List<String> mapNames,
boolean onlyRelevantPaths,
int limit,
String resultPath,
RecordType recordType,
Level level)
Creates batch of tasks.
|
| Constructor and Description |
|---|
NavigationEvaluationRepeatTask(String repeatFile,
String navigation,
String pathPlanner,
String resultPath,
RecordType recordType)
Default constructor.
|
NavigationEvaluationTask(String navigation,
String pathPlanner,
String mapName,
boolean onlyRelevantPaths,
int limit,
String resultBasePath,
RecordType recordType,
Level level)
Default constructor.
|
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.