|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectavrora.sim.radio.freespace.Position
Represents a three dim. position
| Constructor Summary | |
Position(int x,
int y,
int z)
new position |
|
Position(java.lang.String name,
int x,
int y,
int z)
new position, including node name |
|
| Method Summary | |
java.lang.String |
getNodeName()
get node name |
int |
getX()
get x coordinate |
int |
getY()
get y coordinate |
int |
getZ()
get z coordinate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Position(int x,
int y,
int z)
x - y - z -
public Position(java.lang.String name,
int x,
int y,
int z)
name - node namex - y - z - | Method Detail |
public int getX()
public int getY()
public int getZ()
public java.lang.String getNodeName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||