|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--Rbs
Radio Base Station
| Constructor Summary | |
Rbs()
Rbs Constructor |
|
Rbs(String id)
|
|
Rbs(String id,
Cell servicecell)
|
|
| Method Summary | |
void |
addNeighbor(Rbs neighbor)
Regiters all neighboring Rbs |
Cell |
getCell()
Get the Cell assigned to this Rbs |
String |
getID()
Read the Rbs Identification String |
boolean |
hasMoreElements()
Check if there are more neighbor Rbs element in the enumerated list |
Object |
nextElement()
Get the next neighbor Rbs element in the enumerated list |
void |
resetElements()
Reset the pointer of neighbor Rbs element enumeration |
void |
setCell(Cell servicecell)
Change the Rbs Cell assignment |
void |
setID(String id)
Change the Rbs Identification string |
String |
toString()
Represent the Rbs content information |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Rbs()
public Rbs(String id)
public Rbs(String id,
Cell servicecell)
| Method Detail |
public void addNeighbor(Rbs neighbor)
public Cell getCell()
public String getID()
public boolean hasMoreElements()
hasMoreElements in interface Enumerationpublic Object nextElement()
nextElement in interface Enumerationpublic void resetElements()
public void setCell(Cell servicecell)
servicecell - The Cell assigned to the Rbspublic void setID(String id)
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||