|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RecordType | |
|---|---|
| cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot | |
| cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data | |
| cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task | |
| Uses of RecordType in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot |
|---|
| Methods in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.bot that return RecordType | |
|---|---|
RecordType |
BotNavigationParameters.getRecordType()
Gets type of record which should be recorded and stored in result of evaluation. |
| Uses of RecordType in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data |
|---|
| Methods in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.data that return RecordType | |
|---|---|
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. |
| Uses of RecordType in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task |
|---|
| Methods in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task that return RecordType | |
|---|---|
RecordType |
NavigationEvaluationTask.getRecordType()
|
RecordType |
INavigationEvaluationTask.getRecordType()
Get type of records to create. |
| Methods in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task with parameters of type RecordType | |
|---|---|
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. |
| Constructors in cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task with parameters of type RecordType | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||