|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.field.Field.RadioData
public static class Field.RadioData
Radio information stored by the Field entity. Includes identifier, location, and a radio entity reference for upcalls in doubly linked list.
Field Summary | |
---|---|
protected RadioInterface |
entity
radio entity reference for upcalls. |
protected RadioInfo |
info
timeless radio properties. |
protected Location |
loc
radio location. |
protected Mobility.MobilityInfo |
mobilityInfo
mobility information. |
protected Field.RadioData |
next
linked list pointers. |
protected Field.RadioData |
prev
linked list pointers. |
Constructor Summary | |
---|---|
Field.RadioData()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected RadioInterface entity
protected RadioInfo info
protected Location loc
protected Mobility.MobilityInfo mobilityInfo
protected Field.RadioData prev
protected Field.RadioData next
Constructor Detail |
---|
public Field.RadioData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |