Package net.sf.colossus.ai.objectives
Class AbstractObjectiveHelper
java.lang.Object
net.sf.colossus.ai.objectives.AbstractObjectiveHelper
- All Implemented Interfaces:
IObjectiveHelper
- Direct Known Subclasses:
BasicObjectiveHelper
- Author:
- dolbeau
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected class
Helper class holding some knowledge about a given creature.protected class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AbstractAI
protected final Map
<Creature, AbstractObjectiveHelper.AllThereIsToKnowAboutYourCreature> protected final Client
protected final Map
<Creature, AbstractObjectiveHelper.AllThereIsToKnowAboutYourCreature> protected final AbstractObjectiveHelper.ObjectiveEvalConstants
protected final Variant
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractObjectiveHelper
(Client client, AbstractAI ai, Variant variant) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sf.colossus.ai.objectives.IObjectiveHelper
attackerObjective, defenderObjective
-
Field Details
-
oec
-
client
-
ai
-
variant
-
attackerToKnowledge
protected final Map<Creature,AbstractObjectiveHelper.AllThereIsToKnowAboutYourCreature> attackerToKnowledge -
defenderToKnowledge
protected final Map<Creature,AbstractObjectiveHelper.AllThereIsToKnowAboutYourCreature> defenderToKnowledge
-
-
Constructor Details
-
AbstractObjectiveHelper
-