org.placelab.mapper
Interface NeighborhoodBeacon

All Known Implementing Classes:
BluetoothBeacon, WiFiBeacon

public interface NeighborhoodBeacon

NeighborhoodBeacons know the unique id's of the other Beacons that were also seen when they were sighted. This allows for increased accuracy through fingerprinting.


Method Summary
 java.lang.String[] getNeighborhood()
          Gets an array of unique ids for the neighboring Beacons seen in the same scan as this Beacon.
 void setNeighborhood(java.lang.String[] n)
          Sets the array of unique ids for the neighboring Beacons seen in the same scan as this Beacon.
 

Method Detail

getNeighborhood

public java.lang.String[] getNeighborhood()
Gets an array of unique ids for the neighboring Beacons seen in the same scan as this Beacon. The array does not include the id for this Beacon.


setNeighborhood

public void setNeighborhood(java.lang.String[] n)
Sets the array of unique ids for the neighboring Beacons seen in the same scan as this Beacon. The array does not include the id for this Beacon.