com.springrts.ai.oo
Class SkirmishAI

java.lang.Object
  extended by com.springrts.ai.oo.SkirmishAI
All Implemented Interfaces:
Comparable<SkirmishAI>

public class SkirmishAI
extends Object
implements Comparable<SkirmishAI>


Method Summary
 int compareTo(SkirmishAI other)
           
 boolean equals(Object otherObject)
           
 Info getInfo()
           
 OptionValues getOptionValues()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(SkirmishAI other)
Specified by:
compareTo in interface Comparable<SkirmishAI>

equals

public boolean equals(Object otherObject)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getInfo

public Info getInfo()

getOptionValues

public OptionValues getOptionValues()