|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractCollection | +--java.util.AbstractList | +--java.util.Vector | +--VisualObject
This class stores all visually perceived objects for further treatments.
Field Summary | |
private double |
angle
The relative angle to the player who perceived it. |
private double |
bodyFaceDir
... |
private double |
dirChange
... |
private double |
distance
The relative distance to the player who perceived it. |
private double |
distChange
... |
private boolean |
goalie
The boolean goalie is true if the player is a goalie. |
private double |
headFaceDir
... |
private java.lang.String |
objectName
Name of the perceived Object. |
private java.lang.String |
teamName
The teamName the perceived Player belongs to. |
private int |
timecyclus
Timecyclus the object was perceived in. |
private int |
uniformNr
The uniformNr the perceived Player has. |
Fields inherited from class java.util.Vector |
capacityIncrement, elementCount, elementData, serialVersionUID |
Fields inherited from class java.util.AbstractList |
modCount |
Constructor Summary | |
VisualObject(int timecyclus,
java.lang.String objectName,
java.lang.String teamName,
int uniformNr,
boolean goalie,
double angle,
double distance,
double distChange,
double dirChange,
double headFaceDir,
double bodyFaceDir)
|
Method Summary | |
double |
angle()
|
double |
bodyFaceDir()
|
double |
dirChange()
|
double |
distance()
|
double |
distChange()
|
boolean |
goalie()
|
double |
headFaceDir()
|
java.lang.String |
objectName()
|
java.lang.String |
teamName()
|
int |
timecyclus()
Those public methods only return the value of above's
attributes. |
int |
uniformNr()
|
Methods inherited from class java.util.Vector |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, ensureCapacityHelper, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize |
Methods inherited from class java.util.AbstractList |
iterator, listIterator, listIterator |
Methods inherited from class java.lang.Object |
|
Methods inherited from interface java.util.List |
iterator, listIterator, listIterator |
Field Detail |
private int timecyclus
Timecyclus
the object was perceived in.private java.lang.String objectName
private java.lang.String teamName
teamName
the perceived Player belongs to.private int uniformNr
uniformNr
the perceived Player has.private boolean goalie
goalie
is true if the player is a goalie.private double angle
angle
to the player who perceived it.private double distance
distance
to the player who perceived it.private double distChange
private double dirChange
private double headFaceDir
private double bodyFaceDir
Constructor Detail |
public VisualObject(int timecyclus, java.lang.String objectName, java.lang.String teamName, int uniformNr, boolean goalie, double angle, double distance, double distChange, double dirChange, double headFaceDir, double bodyFaceDir)
Method Detail |
public int timecyclus()
public
methods only return the value of above's
attributes.public java.lang.String objectName()
public java.lang.String teamName()
public int uniformNr()
public boolean goalie()
public double angle()
public double distance()
public double distChange()
public double dirChange()
public double headFaceDir()
public double bodyFaceDir()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |