|
ABLE, Version 1.1b | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
AbleParTokenTypes |
Class Summary | |
AbleClause | A Clause uses a relational operator to compare two Atoms (Facts, Variables, Sensors, or their derivatives). |
AbleConsequentClause | This grossly overloaded consequent clause can represent any of the following: A consequent clause in a conditional (if-then) rule: If the LHS and the RHS are both AbleAtoms, then the clause is an AbleAtom-to-AbleAtom assignment. |
AbleInferenceEngine | The InferenceEngine provides the control code and inferencing algorithms for processing a RuleSet (consisting of working memory and rules) It manages a set of sensors/effectors which may be |
AbleParLexer | This class is a scanner that will scan ABLE Rule Language input. |
AbleParParser | This class parses ABLE rule language source files and instantiates a specified AbleRuleSet object. |
AbleParTrace | This class defines the Fuzzy System 'Trace' object. |
AbleRule | A Rule consists of a set of antecedent clauses (logically ANDed together) and one consequent clause. |
AbleRuleCondition | A Condition is used in a clause object and is used to evaluate the lefthand side of the clause against the righthand side of the clause. |
AbleRuleSet | RuleSet class The RuleSet provides an inferencing context using: (1) a set of working memory items (Facts, Variables, others) (2) a set of Rules (3) an inference engine |
AbleRuleSetBeanInfo | |
AbleRuleSetEditor | This class contains the Able Ruleset Editor panel. |
AbleRuleSetEditorLauncher | This class contains the RuleSet Editor launcher. |
AbleRuleVariable | A Variable can hold a value and can appear on the lefthand and righthand side of clauses. |
AbleXmlParser | This class will read an XML document written according to the AbleRuleSet.dtd, and instantiate an AbleRuleSet object. |
Exception Summary | |
AbleParException | This class defines the Able rule Parser exception. |
The RULES package provides a set of objects implementing standard boolean-logic based forward and backward reasoning using if-then rules. The rest of the package description....
|
ABLE, Version 1.1b | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |