public class NavigationEvaluationBatchTaskCreator extends Object
NavigationEvaluationTasks.| Constructor and Description |
|---|
NavigationEvaluationBatchTaskCreator() |
| Modifier and Type | Method and Description |
|---|---|
static List<NavigationEvaluationTask> |
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> |
createBatch(String navigation,
String pathPlanner,
List<String> mapNames,
boolean onlyRelevantPaths,
int limit,
String resultPath,
RecordType recordType,
Level level)
Creates batch of tasks.
|
public NavigationEvaluationBatchTaskCreator()
public static List<NavigationEvaluationTask> createBatch(String navigation, String pathPlanner, List<String> mapNames, boolean onlyRelevantPaths, int limit, String resultPath, RecordType recordType, Level level)
mapNames
with given parameters.navigation - pathPlanner - mapNames - onlyRelevantPaths - limit - resultPath - recordType - level - public static List<NavigationEvaluationTask> createBatch(List<String> navigations, List<String> pathPlanners, String mapName, boolean onlyRelevantPaths, int limit, String resultPath, RecordType recordType, Level level)
mapNames
with given parameters.navigations - pathPlanners - mapName - onlyRelevantPaths - limit - resultPath - recordType - level - Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.