|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--agent.Agent | +--agent.AccessPoint
This class represents a wireless access point on the map. It is a type of Agent with no special variables of its own.
Field Summary |
Fields inherited from class agent.Agent |
|
Constructor Summary | |
AccessPoint(java.lang.String n,
java.awt.Point l,
int r)
This constructor initializes the access with the given information |
Methods inherited from class agent.Agent |
getLocation, getName, getPosition, getRange, setLocation, setName, setPosition, setRange |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AccessPoint(java.lang.String n, java.awt.Point l, int r)
n
- The name of the agent.l
- The starting pixel location of this agent on the map.r
- The wireless network range of the agent.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |