ABLE, Version 1.1b

Uses of Class
com.ibm.able.beans.AbleSensor

Packages that use AbleSensor
com.ibm.able.agents The AGENTS package provides a set of interfaces and objects for constructing hybrid intelligent agents out of AbleBean components. 
com.ibm.able.beans The BEANS package provides a set of interfaces and objects which implement "smart" or intelligent components. 
com.ibm.able.beans.fuzzy The Fuzzy System (Fs) package defines a fuzzy rule language, a fuzzy ruleset editor that you can use to create, test, and save source fuzzy rules as well as ready-to-run serialized fuzzy agents (the editor is integrated into the AbleEditor, but also can be run as a stand-alone tool), a fuzzy inference engine, and objects and APIs for creating and running fuzzy rulesets under program control. 
com.ibm.able.beans.rules The RULES package provides a set of objects implementing standard boolean-logic based forward and backward reasoning using if-then rules. 
 

Uses of AbleSensor in com.ibm.able.agents
 

Methods in com.ibm.able.agents with parameters of type AbleSensor
 void AbleDefaultAgent.addSensor(AbleSensor theSensor)
          Add a sensor to the list of sensors.
 

Uses of AbleSensor in com.ibm.able.beans
 

Methods in com.ibm.able.beans with parameters of type AbleSensor
 void AbleSensorManager.addSensor(AbleSensor theSensor)
          Add a sensor to the list of sensors.
 

Uses of AbleSensor in com.ibm.able.beans.fuzzy
 

Methods in com.ibm.able.beans.fuzzy with parameters of type AbleSensor
 void FsRuleSet.addSensor(AbleSensor theAbleSensor)
          Add a sensor to the list of managed sensors.
 

Uses of AbleSensor in com.ibm.able.beans.rules
 

Methods in com.ibm.able.beans.rules with parameters of type AbleSensor
 void AbleRuleSet.addSensor(AbleSensor aSensor)
          Add a sensor to the list of managed sensors.
 


ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'