net.sf.colossus.ai.objectives
Class BasicObjectiveHelper.ObjectiveEvalConstants

java.lang.Object
  extended by net.sf.colossus.ai.objectives.BasicObjectiveHelper.ObjectiveEvalConstants
Enclosing class:
BasicObjectiveHelper

protected class BasicObjectiveHelper.ObjectiveEvalConstants
extends java.lang.Object


Field Summary
(package private)  float ATTACKER_PRESERVE_TITAN_PRIORITY
           
(package private)  float DEFENDER_PRESERVE_TITAN_PRIORITY
           
(package private)  float DESTROY_IMPORTANT_CRITTER_PRIORITY
           
(package private)  float DESTROY_TITAN_PRIORITY
           
(package private)  float FIRST_WAVE_ATTACK_PRIORITY
           
(package private)  float SECOND_WAVE_ATTACK_PRIORITY
           
 
Constructor Summary
protected BasicObjectiveHelper.ObjectiveEvalConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESTROY_TITAN_PRIORITY

final float DESTROY_TITAN_PRIORITY
See Also:
Constant Field Values

ATTACKER_PRESERVE_TITAN_PRIORITY

final float ATTACKER_PRESERVE_TITAN_PRIORITY
See Also:
Constant Field Values

DEFENDER_PRESERVE_TITAN_PRIORITY

final float DEFENDER_PRESERVE_TITAN_PRIORITY
See Also:
Constant Field Values

DESTROY_IMPORTANT_CRITTER_PRIORITY

final float DESTROY_IMPORTANT_CRITTER_PRIORITY
See Also:
Constant Field Values

FIRST_WAVE_ATTACK_PRIORITY

final float FIRST_WAVE_ATTACK_PRIORITY
See Also:
Constant Field Values

SECOND_WAVE_ATTACK_PRIORITY

final float SECOND_WAVE_ATTACK_PRIORITY
See Also:
Constant Field Values
Constructor Detail

BasicObjectiveHelper.ObjectiveEvalConstants

protected BasicObjectiveHelper.ObjectiveEvalConstants()