Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web

Index (Lab1)
A C D F G H M N R S T

A

addNeighbor(Rbs) - Method in class Rbs
Regiters all neighboring Rbs
addRbs(Rbs) - Method in class Msc
Register an Rbs into Msc
area() - Method in class CircleCell
Calculate the area of a Circle shape Cell
area() - Method in class SquareCell
Calculate the area of a Square shape Cell
area() - Method in class Cell
Calculate the area of the cell
area() - Method in class HexCell
Calculate the area of a Hexagonal shape Cell

C

Cell - class Cell.
Abstract class Cell - Defines signatures of a cell
Cell() - Constructor for class Cell
Cell constructor
Cell(double, double, double) - Constructor for class Cell
Cell constructor
CircleCell - class CircleCell.
A CircleCell.
CircleCell(double, double, double) - Constructor for class CircleCell
CircleCell constructor
coverage(double, double) - Method in class SquareCell
Check whether a point is covered by the Square cell
coverage(double, double) - Method in class Cell
Check whether a point is covered by the cell
coverage(double, double) - Method in class HexCell
Check whether a point is covered by the Hex cell

D

distance(double, double) - Method in class Cell
Calculate the distance of a point to the cell centre

F

findRbs(double, double) - Method in class Msc
Find an Rbs that covers a point of access
findRbs(String) - Method in class Msc
Find an Rbs with an Identification string

G

getCell() - Method in class Rbs
Get the Cell assigned to this Rbs
getID() - Method in class Rbs
Read the Rbs Identification String
getR() - Method in class Cell
Get radius of the cell
getX() - Method in class Cell
Get x coordinate of the cell
getY() - Method in class Cell
Get y coordinate of the cell

H

hasMoreElements() - Method in class Rbs
Check if there are more neighbor Rbs element in the enumerated list
HexCell - class HexCell.
A Hexagonal Cell Area
HexCell(double, double, double) - Constructor for class HexCell
Define HexCellconstructor

M

Msc - class Msc.
Mobile Switching Center
Msc() - Constructor for class Msc
 

N

nextElement() - Method in class Rbs
Get the next neighbor Rbs element in the enumerated list

R

Rbs - class Rbs.
Radio Base Station
Rbs() - Constructor for class Rbs
Rbs Constructor
Rbs(String) - Constructor for class Rbs
 
Rbs(String, Cell) - Constructor for class Rbs
 
resetElements() - Method in class Rbs
Reset the pointer of neighbor Rbs element enumeration

S

setCell(Cell) - Method in class Rbs
Change the Rbs Cell assignment
setID(String) - Method in class Rbs
Change the Rbs Identification string
setNeighboring(Rbs, Rbs) - Static method in class Msc
Set two Rbs as neighbors
showNeighbors(Rbs) - Static method in class Msc
List all the neighbors of an Rbs
SquareCell - class SquareCell.
A SquareCell
SquareCell(double, double, double) - Constructor for class SquareCell
SquareCell constructor

T

toString() - Method in class Rbs
Represent the Rbs content information
toString() - Method in class Cell
Represent the Cell content information

A C D F G H M N R S T

Generated by BlueJ