com.springrts.ai.oo
Class Line

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

public class Line
extends Object
implements Comparable<Line>


Method Summary
 int compareTo(Line other)
           
 boolean equals(Object otherObject)
           
 AIFloat3 getColor()
           
 AIFloat3 getFirstPosition()
           
 int getLineId()
           
 AIFloat3 getSecondPosition()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getLineId

public int getLineId()

compareTo

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

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

getFirstPosition

public AIFloat3 getFirstPosition()

getSecondPosition

public AIFloat3 getSecondPosition()

getColor

public AIFloat3 getColor()