Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.yajre.spi: Javadoc index of package org.yajre.spi.


Package Samples:

org.yajre.spi

Classes:

Rule: A set of Condition s and an Action . The Conditions describe the circumstances that represent a match for this rule. The Action gets fired when the Conditions match.
DeclarationAlreadyCompleteException: Indicates an attempt to add a parameter declaration to a Rule after adding a Condition to that Rule .
AssignmentCondition: A Condition representing a consistent assignment as defined by the Rete-OO algorithm. The assignment occurs through the process of extracting a new fact from existing facts.
DuplicateRuleNameException: Indicates an attempt to add a Rule to a RuleSet that already contains a Rule with the same name.
NoParameterDeclarationException: Validity exception indicating that a Rule does not contain any root object parameter Declaration s.
NoConditionException: Validity exception indicating that a Rule does not contain any Condition s.
FilterException: Indicates an error while applying a FilterCondition .
Tuple: A mapping of Declaration s to current fact values.
Action: Action to be executed upon successful match of a Rule .
ActionInvokationException: Indicates an error during an Action invokation.
RuleConstructionException: Base exception for errors during Rule construction.
FilterCondition: A Condition that filters facts.
RuleSet: Collection of related Rule s.
Condition: A test of facts for a Rule .
FactExtractionException: Indicates an error while extracting a fact from a root fact object .
InvalidRuleException: Indicates an error regarding the semantic validity of a rule.
FactExtractor: Extracts "new" facts from within existing (complex) facts.
ObjectType: Semantic object type differentiator.
Declaration: A typed variable name.
TrueFilterCondition
FalseFilterCondition

Home | Contact Us | Privacy Policy | Terms of Service