|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--campus.syslog.APLocation
A structure for AP's location infomation
Field Summary | |
java.lang.String |
aPName
|
int |
floor
|
double |
x
|
double |
y
|
double |
z
|
Constructor Summary | |
(package private) |
APLocation(java.lang.String aPName,
double x,
double y,
double z,
int floor)
Constructs a AP location structure with specified parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String aPName
public double x
public double y
public double z
public int floor
Constructor Detail |
APLocation(java.lang.String aPName, double x, double y, double z, int floor)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |