jist.swans.field
Class Field.RadioData

java.lang.Object
  extended by jist.swans.field.Field.RadioData
Enclosing class:
Field

public static class Field.RadioData
extends java.lang.Object

Radio information stored by the Field entity. Includes identifier, location, and a radio entity reference for upcalls in doubly linked list.

Since:
SWANS1.0
Author:
Rimon Barr <barr+jist@cs.cornell.edu>

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

entity

protected RadioInterface entity
radio entity reference for upcalls.


info

protected RadioInfo info
timeless radio properties.


loc

protected Location loc
radio location.


mobilityInfo

protected Mobility.MobilityInfo mobilityInfo
mobility information.


prev

protected Field.RadioData prev
linked list pointers.


next

protected Field.RadioData next
linked list pointers.

Constructor Detail

Field.RadioData

public Field.RadioData()