nl.tudelft.goal.ut2004.selector
Class ContextSelector
java.lang.Object
nl.tudelft.goal.ut2004.selector.ContextSelector
- All Implemented Interfaces:
- nl.tudelft.goal.unreal.util.Selector<cz.cuni.amis.pogamut.base3d.worldview.object.ILocated>
- Direct Known Subclasses:
- ALocation, EnemyFlagCarrier, FriendlyFlagCarrier, NearestEnemy, NearestFriendly, NearestFriendlyWithLinkGun, None, PlayerOrNavpoint
public abstract class ContextSelector
- extends Object
- implements nl.tudelft.goal.unreal.util.Selector<cz.cuni.amis.pogamut.base3d.worldview.object.ILocated>
Because the context of the bot that will used the selector is not availalble
during translation. This allows that context to be provided after
translation.
- Author:
- mpkorstanje
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface nl.tudelft.goal.unreal.util.Selector |
select |
modules
protected UT2004BotModuleController modules
ContextSelector
public ContextSelector()
setContext
public ContextSelector setContext(UT2004BotModuleController modules)
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.