|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--Msc
Mobile Switching Center
| Constructor Summary | |
Msc()
|
|
| Method Summary | |
void |
addRbs(Rbs station)
Register an Rbs into Msc |
Rbs |
findRbs(double x,
double y)
Find an Rbs that covers a point of access |
Rbs |
findRbs(String id)
Find an Rbs with an Identification string |
static void |
setNeighboring(Rbs station1,
Rbs station2)
Set two Rbs as neighbors |
static void |
showNeighbors(Rbs station)
List all the neighbors of an Rbs |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Msc()
| Method Detail |
public void addRbs(Rbs station)
public Rbs findRbs(double x,
double y)
x - the point of access coordinatey - the point of access coordinatepublic Rbs findRbs(String id)
id - the Identification String
public static void setNeighboring(Rbs station1,
Rbs station2)
public static void showNeighbors(Rbs station)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||