agent
Class AccessPoint

java.lang.Object
  |
  +--agent.Agent
        |
        +--agent.AccessPoint

public class AccessPoint
extends Agent

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

AccessPoint

public AccessPoint(java.lang.String n,
                   java.awt.Point l,
                   int r)
This constructor initializes the access with the given information

Parameters:
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.