|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--SeeObject
Diese Klasse beschreibt ein Objekt, welches durch eine see Nachricht
empfangen wurde.
08.06.2002: Bei p-Objekten werden nun Teamname, Spielernummer und Torwart
ausgewertet
Constructor Summary | |
SeeObject(java.lang.String seenObject)
|
Method Summary | |
double |
getBodyFacingDir()
|
boolean |
getBodyFacingDirAvailable()
Gets the bodyFacingDirAvailable. |
double |
getDirChange()
|
boolean |
getDirChangeAvailable()
Gets the dirChangeAvailable. |
double |
getDirection()
|
boolean |
getDirectionAvailable()
Gets the directionAvailable. |
double |
getDistance()
|
boolean |
getDistanceAvailable()
Gets the distanceAvailable. |
double |
getDistChange()
|
boolean |
getDistChangeAvailable()
Gets the distChangeAvailable. |
double |
getHeadFacingDir()
|
boolean |
getHeadFacingDirAvailable()
Gets the headFacingDirAvailable. |
java.lang.String |
getObjName()
|
java.lang.String |
getTeamName()
Returns the teamName. |
int |
getUniformNumber()
Returns the uniformNumber. |
boolean |
isBall()
|
boolean |
isFlag()
|
boolean |
isGoal()
|
boolean |
isGoalie()
Returns the isGoalie. |
boolean |
isGoalieAvailable()
Returns the isGoalieAvailable. |
boolean |
isLine()
|
boolean |
isPlayer()
|
boolean |
isTeamNameAvailable()
Returns the teamNameAvailable. |
boolean |
isUniformNumberAvailable()
Returns the uniformNumberAvailable. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SeeObject(java.lang.String seenObject)
Method Detail |
public java.lang.String getObjName()
public double getDirection()
public double getDistance()
public double getDistChange()
public double getDirChange()
public double getBodyFacingDir()
public double getHeadFacingDir()
public boolean isLine()
public boolean isFlag()
public boolean isBall()
public boolean isGoal()
public boolean isPlayer()
public boolean getDirectionAvailable()
public boolean getDistanceAvailable()
public boolean getDistChangeAvailable()
public boolean getDirChangeAvailable()
public boolean getBodyFacingDirAvailable()
public boolean getHeadFacingDirAvailable()
public boolean isGoalie()
public boolean isGoalieAvailable()
public java.lang.String getTeamName()
public boolean isTeamNameAvailable()
public int getUniformNumber()
public boolean isUniformNumberAvailable()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |