Class SeeObject

java.lang.Object
  |
  +--SeeObject

public class SeeObject
extends java.lang.Object

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

Version:
1.1
Author:
Sebastian Hantsch

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

SeeObject

public SeeObject(java.lang.String seenObject)
Method Detail

getObjName

public java.lang.String getObjName()

getDirection

public double getDirection()

getDistance

public double getDistance()

getDistChange

public double getDistChange()

getDirChange

public double getDirChange()

getBodyFacingDir

public double getBodyFacingDir()

getHeadFacingDir

public double getHeadFacingDir()

isLine

public boolean isLine()

isFlag

public boolean isFlag()

isBall

public boolean isBall()

isGoal

public boolean isGoal()

isPlayer

public boolean isPlayer()

getDirectionAvailable

public boolean getDirectionAvailable()
Gets the directionAvailable.

Returns:
Returns a boolean

getDistanceAvailable

public boolean getDistanceAvailable()
Gets the distanceAvailable.

Returns:
Returns a boolean

getDistChangeAvailable

public boolean getDistChangeAvailable()
Gets the distChangeAvailable.

Returns:
Returns a boolean

getDirChangeAvailable

public boolean getDirChangeAvailable()
Gets the dirChangeAvailable.

Returns:
Returns a boolean

getBodyFacingDirAvailable

public boolean getBodyFacingDirAvailable()
Gets the bodyFacingDirAvailable.

Returns:
Returns a boolean

getHeadFacingDirAvailable

public boolean getHeadFacingDirAvailable()
Gets the headFacingDirAvailable.

Returns:
Returns a boolean

isGoalie

public boolean isGoalie()
Returns the isGoalie.

Returns:
boolean

isGoalieAvailable

public boolean isGoalieAvailable()
Returns the isGoalieAvailable.

Returns:
boolean

getTeamName

public java.lang.String getTeamName()
Returns the teamName.

Returns:
String

isTeamNameAvailable

public boolean isTeamNameAvailable()
Returns the teamNameAvailable.

Returns:
boolean

getUniformNumber

public int getUniformNumber()
Returns the uniformNumber.

Returns:
int

isUniformNumberAvailable

public boolean isUniformNumberAvailable()
Returns the uniformNumberAvailable.

Returns:
boolean