com.springrts.ai.oo
Class SkirmishAIs

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

public class SkirmishAIs
extends Object
implements Comparable<SkirmishAIs>


Method Summary
 int compareTo(SkirmishAIs other)
           
 boolean equals(Object otherObject)
           
 int getMax()
          Returns the maximum number of skirmish AIs in any game
 int getSize()
          Returns the number of skirmish AIs in this game
 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(SkirmishAIs other)
Specified by:
compareTo in interface Comparable<SkirmishAIs>

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

getSize

public int getSize()
Returns the number of skirmish AIs in this game


getMax

public int getMax()
Returns the maximum number of skirmish AIs in any game