Package org.drools.smf

Semantics Management Framework.

See:
          Description

Interface Summary
ApplicationDataFactory  
ConditionFactory  
ConditionInvoker  
Configuration Configuration passed to a configurable SemanticComponent.
ConsequenceFactory  
ConsequenceInvoker  
DurationFactory  
FunctionsFactory  
ImportEntryFactory  
Invoker  
ObjectTypeFactory  
RuleFactory  
SemanticCompiler  
SemanticComponent  
SemanticCondition  
SemanticConsequence  
SemanticFunctions  
SemanticFunctionsCompiler  
SemanticInvokeable  
SemanticModule Collection of entities forming a semantic module.
SemanticRule  
SemanticRuleCompiler  
SemanticsRepository Interface for a repository of semantic modules.
 

Class Summary
DefaultConfiguration Default implementation of Configuration.
DefaultImporter  
DefaultSemanticsRepository Default SemanticsRepository which uses discovery to autoload semantic modules.
Jarer  
RuleCompiler  
RuleSetCompiler  
RuleSetPackage References the results from the compilation of a RuleSet.
SemanticsReader Loader of SemanticModule s from a set of properties.
SimpleSemanticModule Simple implementation of a Semantic Module.
SimpleSemanticsRepository Simple in-memory repository of semantic modules.
 

Exception Summary
FactoryException Indicates an error while configuring a configurable semantic component.
InvalidConditionException Indicates an attempt to add an invalid condition to a semantic module.
InvalidConsequenceException Indicates an attempt to add an invalid consequence to a semantic module.
InvalidObjectTypeException Indicates an attempt to add an invalid object type to a semantic module.
MissingAttributeException  
NoSuchSemanticModuleException Indicates an attempt to lookup a non-existant SemanticModule.
SemanticComponentException Indicates an attempt to add an invalid semantic component to a semantic module.
SemanticModuleException Base for all semantic module exceptions.
SemanticsReaderException  
 

Package org.drools.smf Description

Semantics Management Framework.