Package net.sf.colossus.ai.objectives
Class SecondObjectiveHelper
- java.lang.Object
-
- net.sf.colossus.ai.objectives.AbstractObjectiveHelper
-
- net.sf.colossus.ai.objectives.BasicObjectiveHelper
-
- net.sf.colossus.ai.objectives.SecondObjectiveHelper
-
- All Implemented Interfaces:
IObjectiveHelper
public class SecondObjectiveHelper extends BasicObjectiveHelper
Extension of @BasicObjectiveHelper. This is still mostly for testing the code.- Author:
- Romain Dolbeau
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.colossus.ai.objectives.AbstractObjectiveHelper
AbstractObjectiveHelper.AllThereIsToKnowAboutYourCreature, AbstractObjectiveHelper.ObjectiveEvalConstants
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.logging.Logger
LOGGER
-
Fields inherited from class net.sf.colossus.ai.objectives.AbstractObjectiveHelper
ai, attackerToKnowledge, client, defenderToKnowledge, oec, variant
-
-
Constructor Summary
Constructors Constructor Description SecondObjectiveHelper(Client client, AbstractAI ai, Variant variant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<TacticalObjective>
commonObjective(Legion myself)
-
Methods inherited from class net.sf.colossus.ai.objectives.BasicObjectiveHelper
attackerObjective, defenderObjective
-
-
-
-
Constructor Detail
-
SecondObjectiveHelper
public SecondObjectiveHelper(Client client, AbstractAI ai, Variant variant)
-
-
Method Detail
-
commonObjective
protected java.util.List<TacticalObjective> commonObjective(Legion myself)
- Overrides:
commonObjective
in classBasicObjectiveHelper
-
-