A B C D E F G H I L M N O P Q R S T U V W

L

likelihood(Measurement, LocationReport, State) - Method in class uwcse.location.objects.FixedSensorObject
This default likelihood method simply returns 1.0 having the effect of every measurement being equally and completely likely.
likelihood(Measurement, LocationReport, State) - Method in class uwcse.location.objects.MobileSensorObject
This default likelihood method simply returns 1.0 having the effect of every measurement being equally and completely likely.
likelihood(Measurement, LocationReport, State) - Method in class uwcse.location.objects.alien.AlienReaderFixed
Determine the probabilistic likelihood [0..1] that this Alien sensor generated this measurement about the object.
likelihood(Measurement, LocationReport, State) - Method in class uwcse.location.objects.alien.AlienReaderMobile
Determine the probabilistic likelihood [0..1] that this Alien sensor generated this measurement about the object.
likelihood(Measurement, LocationReport, State) - Method in class uwcse.location.objects.alien.AlienTagFixed
Determine the probabilistic likelihood [0..1] that this Alien sensor generated this measurement about the object.
likelihood(Measurement, LocationReport, State) - Method in interface uwcse.location.core.LocationSensor
Determine the probabilistic likelihood [0...1] that this sensor generated this measurement about an object, given the State of this sensor and the State that object.
likelihood(uwcse.location.core.Measurement@LinearDistanceMeasurement, LocationReport, State) - Method in class uwcse.location.objects.cricket.CricketListener
Compute the probabilistic likelihood [0..1] that this listener heard the linear distance measurement from the given beacon object, given the State of this listener and the State the beacon.
likelihood(uwcse.location.core.Measurement@ProximityMeasurement, LocationReport, State) - Method in class uwcse.location.objects.alien.AlienReaderFixed
Determine the probabilistic likelihood [0..1] that this Alien sensor generated this proximity measurement about the object, given the location of this sensor and the State that object.
likelihood(uwcse.location.core.Measurement@ProximityMeasurement, LocationReport, State) - Method in class uwcse.location.objects.alien.AlienReaderMobile
Determine the probabilistic likelihood [0..1] that this Alien sensor generated this proximity measurement about the object, given the location of this sensor and the State that object.
likelihood(uwcse.location.core.Measurement@ProximityMeasurement, LocationReport, State) - Method in class uwcse.location.objects.alien.AlienTagFixed
Determine the probabilistic likelihood [0..1] that this Alien sensor generated this proximity measurement about the object, given the location of this sensor and the State that object.
likelihood(uwcse.location.core.Measurement@ProximityMeasurement, LocationReport, State) - Method in class uwcse.location.objects.mote.MoteSensor
Determine the probabilistic likelihood [0..1] that this Mote generated this proximity measurement about the object, given the location of this Mote and the objectState of the sensed Mote.
likelihood(uwcse.location.core.Measurement@ProximityMeasurement, LocationReport, State) - Method in class uwcse.location.objects.versus.VersusSensor
Determine the probabilistic likelihood [0..1] that this Versus sensor generated this proximity measurement about the object, given the location of this sensor and the State that object.
likelihood(uwcse.location.core.Measurement@ProximityMeasurement, LocationReport, State) - Method in class uwcse.location.objects.versus.HoodedVersusSensor
Determine the probabilistic likelihood [0..1] that this Versus sensor generated this proximity measurement about the object, given the location of this sensor and the State that object.
likelihood(ProximityMeasurement, LocationReport, State) - Static method in class uwcse.location.objects.alien.AlienSensor
Determine the probabilistic likelihood [0..1] that this Alien sensor generated this proximity measurement about the object, given the location of this sensor and the State that object.
LinearDistanceMeasurement - class uwcse.location.core.LinearDistanceMeasurement.
The LinearDistanceMeasurement class represents a linear distance measured between a sensor and an object.
LinearDistanceMeasurement() - Constructor for class uwcse.location.core.LinearDistanceMeasurement
Create a linear distance measurement with length 0.
LinearDistanceMeasurement(String, String, double) - Constructor for class uwcse.location.core.LinearDistanceMeasurement
Create a linear distance measurement in meters.
LinearDistanceMeasurement(LinearDistanceMeasurement) - Constructor for class uwcse.location.core.LinearDistanceMeasurement
Creates a linear distance measurement as a copy of the given one.
link(String, String) - Method in class uwcse.location.objects.PhysicalObjectDatabase
Hierarchically link the existing physical objects as child and parent.
LinkObjectRpc - class uwcse.location.messaging.LinkObjectRpc.
An Rpc to link the named child object into the object group of the named parent object.
LinkObjectRpc() - Constructor for class uwcse.location.messaging.LinkObjectRpc
Create a LinkObjectRpc.
LMS200Driver - class uwcse.location.objects.sick.LMS200Driver.
Driver for the SICK LMS200 series laser range finder.
LMS200Driver(String, String, boolean) - Constructor for class uwcse.location.objects.sick.LMS200Driver
Create a LMS200Driver for the given serial port name.
LMS200Driver.LMSPanel - class uwcse.location.objects.sick.LMS200Driver.LMSPanel.
 
LMS200Driver.LMSValuesThread - class uwcse.location.objects.sick.LMS200Driver.LMSValuesThread.
 
LMS200Exception - exception uwcse.location.objects.sick.LMS200Exception.
This is an exception thrown to indicate a problem with the LMS200 laser scanner.
LMS200Exception() - Constructor for class uwcse.location.objects.sick.LMS200Exception
 
LMS200Exception(String) - Constructor for class uwcse.location.objects.sick.LMS200Exception
 
LMS200Exception(String, Throwable) - Constructor for class uwcse.location.objects.sick.LMS200Exception
 
LMS200Exception(Throwable) - Constructor for class uwcse.location.objects.sick.LMS200Exception
 
LMS200Sensor - class uwcse.location.objects.sick.LMS200Sensor.
Describes a SICK LMS200 infrared laser range finder.
LMS200Sensor() - Constructor for class uwcse.location.objects.sick.LMS200Sensor
Create a new anonymous Versus badge.
LMS200Sensor(String) - Constructor for class uwcse.location.objects.sick.LMS200Sensor
Create a new Versus badge object with the given name.
LMSSerialPortThread - class uwcse.location.objects.sick.LMSSerialPortThread.
A Thread to initialize and then read streaming measured values from the serial port connected to an LMS200 laser range rinder.
LMSSerialPortThread(SerialPort, ProducerConsumerQueue) - Constructor for class uwcse.location.objects.sick.LMSSerialPortThread
Create an LMS200 serial port thread.
load(File) - Method in class uwcse.location.objects.PhysicalObjectDatabase
Load a database summary snapshot from persistent storage anchored at the given filesystem directory.
LocationException - exception uwcse.location.LocationException.
The is the basic exception thrown by the Location Stack.
LocationException() - Constructor for class uwcse.location.LocationException
 
LocationException(String) - Constructor for class uwcse.location.LocationException
 
LocationException(String, Throwable) - Constructor for class uwcse.location.LocationException
 
LocationException(Throwable) - Constructor for class uwcse.location.LocationException
 
LocationHtmlUI - class uwcse.location.LocationHtmlUI.
Override the Rain HTML behavior to provide custom HTML display for Location Services.
LocationHtmlUI(Service) - Constructor for class uwcse.location.LocationHtmlUI
 
LocationMath - class uwcse.location.core.LocationMath.
This class contains static mathematical routines for manipulating location and geometric information.
LocationMsg - class uwcse.location.messaging.LocationMsg.
A generic class to be extended by asynchronous messages used by location services.
LocationMsg() - Constructor for class uwcse.location.messaging.LocationMsg
 
LocationPanel - class uwcse.location.client.LocationPanel.
A panel for displaying location readings.
LocationPanel(WorldMap) - Constructor for class uwcse.location.client.LocationPanel
Create a display panel for location information.
LocationQuery - class uwcse.location.messaging.LocationQuery.
A request to receive the locations of the set of named PhysicalObjects.
LocationQuery() - Constructor for class uwcse.location.messaging.LocationQuery
 
LocationQueryResult - class uwcse.location.messaging.LocationQueryResult.
A reply to a location request containing the LocationReport for the requested PhysicalObject.
LocationQueryResult() - Constructor for class uwcse.location.messaging.LocationQueryResult
 
LocationReport - class uwcse.location.core.LocationReport.
A location report contains the location of an object and the uncertainty of that location.
locationReport - Variable in class uwcse.location.objects.PhysicalObjectDatabase.PersistentObjectData
 
LocationReport() - Constructor for class uwcse.location.core.LocationReport
Create an empty location report.
LocationReport(LocationReport) - Constructor for class uwcse.location.core.LocationReport
Create a location report as a copy of the given one.
LocationReport(Tracker) - Constructor for class uwcse.location.core.LocationReport
Create a location report for the given tracker.
LocationReportDisplay - class uwcse.location.client.LocationReportDisplay.
This class displays location reports within a panel.
LocationReportDisplay(String, LocationReport, StateTransform) - Constructor for class uwcse.location.client.LocationReportDisplay
Create a new location report display.
locationReportMap - Variable in class uwcse.location.messaging.SubscriberLocationReportMsg
 
locationReportMap - Variable in class uwcse.location.messaging.LocationQueryResult
 
LocationRpc - class uwcse.location.messaging.LocationRpc.
A generic class to be extended by synchronous remote procedure call requests.
LocationRpc() - Constructor for class uwcse.location.messaging.LocationRpc
 
LocationRpcException - exception uwcse.location.LocationRpcException.
This is an exception thrown to indicate an exception thrown on the remote service during a remote procedure call.
LocationRpcException() - Constructor for class uwcse.location.LocationRpcException
 
LocationRpcException(String) - Constructor for class uwcse.location.LocationRpcException
 
LocationRpcException(String, Throwable) - Constructor for class uwcse.location.LocationRpcException
 
LocationRpcException(Throwable) - Constructor for class uwcse.location.LocationRpcException
 
LocationRpcResult - class uwcse.location.messaging.LocationRpcResult.
A generic class to be extended to return the results of remote procedure calls.
LocationRpcResult() - Constructor for class uwcse.location.messaging.LocationRpcResult
 
LocationRpcSuccess - class uwcse.location.messaging.LocationRpcSuccess.
A simple class to indicate the successful execution of a remote procedure call.
LocationRpcSuccess() - Constructor for class uwcse.location.messaging.LocationRpcSuccess
 
LocationSensor - interface uwcse.location.core.LocationSensor.
The interface LocationSensor should be implemented by objects which are sensors, that is, they generate Measurements.
LocationService - class uwcse.location.LocationService.
The abstract class to be extended by runnable Location Services.
LocationService() - Constructor for class uwcse.location.LocationService
Construct a new LocationService.
LocationService.RediscoverServices - class uwcse.location.LocationService.RediscoverServices.
A task to rediscover a set of services.
LocationService.RediscoverServices(LocationService, Set, String) - Constructor for class uwcse.location.LocationService.RediscoverServices
 
log(Level) - Method in class uwcse.location.objects.mote.MoteSerialReadWrite.basePacket
 
log(Level) - Method in class uwcse.location.objects.mote.MoteSerialReadWrite.header
 
log(Level) - Method in class uwcse.location.objects.mote.MoteSerialReadWrite.test_route_packet
 
log(Level) - Method in class uwcse.location.objects.mote.MoteSerialReadWrite.beacon_packet
 
LogReaderDriver - class uwcse.location.objects.sim.LogReaderDriver.
A LogReaderDriver is an abtract class providing functionality to read objects from a log and pass them to a handler such as Measurements into a simulator.
LogReaderDriver(String) - Constructor for class uwcse.location.objects.sim.LogReaderDriver
 
LogReaderDriver(String, Collection) - Constructor for class uwcse.location.objects.sim.LogReaderDriver
 

A B C D E F G H I L M N O P Q R S T U V W
This documentation is for the Location Stack v0.8. The latest distribution, the documentation, and the list of contributors to the Location Stack can always be found at http://portolano.cs.washington.edu/projects/location/

© Copyright 2004 University of Washington CSE