com.springrts.ai.oo
Class OrderPreview

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

public class OrderPreview
extends Object
implements Comparable<OrderPreview>


Method Summary
 int compareTo(OrderPreview other)
           
 boolean equals(Object otherObject)
           
 int getGroupId()
           
 int getId()
          For the id, see CMD_xxx codes in Sim/Unit/CommandAI/Command.h (custom codes can also be used)
 byte getOptions()
           
 List<Float> getParams()
           
 int getTag()
           
 int getTimeOut()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getGroupId

public int getGroupId()

compareTo

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

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

getId

public int getId()
For the id, see CMD_xxx codes in Sim/Unit/CommandAI/Command.h (custom codes can also be used)


getOptions

public byte getOptions()

getTag

public int getTag()

getTimeOut

public int getTimeOut()

getParams

public List<Float> getParams()