public class NavigationFactory extends Object
| Constructor and Description |
|---|
NavigationFactory() |
| Modifier and Type | Method and Description |
|---|---|
static cz.cuni.amis.pogamut.ut2004.agent.navigation.IUT2004Navigation |
getNavigation(EvaluatingBot bot,
cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot utBot,
String navigationType)
Get
IUT2004Navigation specified in params for given bot . |
static cz.cuni.amis.pogamut.base.agent.navigation.IPathPlanner |
getPathPlanner(EvaluatingBot bot,
cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot utBot,
String pathPlannerType)
Get
IPathPlanner specified in params for given bot . |
public static cz.cuni.amis.pogamut.base.agent.navigation.IPathPlanner getPathPlanner(EvaluatingBot bot, cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot utBot, String pathPlannerType)
IPathPlanner specified in params for given bot .bot - utBot - pathPlannerType - public static cz.cuni.amis.pogamut.ut2004.agent.navigation.IUT2004Navigation getNavigation(EvaluatingBot bot, cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot utBot, String navigationType)
IUT2004Navigation specified in params for given bot .bot - utBot - navigationType - Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.