站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

org.drools.rule (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Package org.drools.rule

Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.

See:
          Description

Interface Summary
ContextEntry  
GroupElement.Type A public interface for CE types
RuleConditionElement  
 

Class Summary
AbstractCompositeRestriction  
AbstractCompositeRestriction.CompositeContextEntry  
Accumulate A class to represent a Accumulate CE
AndCompositeRestriction  
Collect  
CompositePackageClassLoader  
ConditionalElement  
Declaration  
EvalCondition  
FixedDuration A fixed truthness duration.
Forall The forall conditional element.
From  
GroupElement  
GroupElementFactory A simple factory for GroupElements
LineMappings  
LiteralConstraint  
LiteralRestriction  
MultiRestrictionFieldConstraint  
OrCompositeRestriction  
Package Collection of related Rules.
PackageCompilationData  
Pattern  
PredicateConstraint  
PredicateConstraint.PredicateContextEntry  
Query  
ReturnValueConstraint  
ReturnValueRestriction  
ReturnValueRestriction.ReturnValueContextEntry  
Rule A Rule contains a set of Tests and a Consequence.
VariableConstraint  
VariableRestriction  
VariableRestriction.BooleanVariableContextEntry  
VariableRestriction.DoubleVariableContextEntry  
VariableRestriction.LongVariableContextEntry  
VariableRestriction.ObjectVariableContextEntry  
VariableRestriction.VariableContextEntry  
 

Exception Summary
DuplicateRuleNameException Indicates an attempt to add a Rule to a Package that already contains a Rule with the same name.
InvalidPatternException  
InvalidRuleException Indicates an error regarding the semantic validity of a rule.
InvalidRulePackage This exception is thrown when an invalid package (ie one that has errors) it attempted to be added to a RuleBase.
NoConsequenceException Validity exception indicating that a Rule does not contain a Consequences.
RuleConstructionException Base exception for errors during Rule construction.
 

Package org.drools.rule Description

Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.



Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.