Uses of Interface
de.fu_berlin.ties.context.sensor.Sensor

Packages that use Sensor
de.fu_berlin.ties.context.sensor Sensors are object that look up information for a token, for example semantic information from gazetteers or thesauri. 
 

Uses of Sensor in de.fu_berlin.ties.context.sensor
 

Classes in de.fu_berlin.ties.context.sensor that implement Sensor
 class BaseSensor
          Abstract implementation of the Sensor interface that stores a configuration and provides a factory method to initialize a set of sensors.
 class ListSensor
          A list sensor uses a one or several gazetteers to look up semantic information.
 

Methods in de.fu_berlin.ties.context.sensor that return Sensor
static Sensor[] BaseSensor.createSensors(String[] classNames, TiesConfiguration conf)
          Factory method that initializes an array of sensors.
 



Copyright © 2003-2007 Christian Siefkes. All Rights Reserved.