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

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


Package org.drools.compiler

This is the main package to load rules.

See:
          Description

Class Summary
DialectRegistry  
DrlParser This is a low level parser API.
DroolsError  
FactTemplateError  
FieldTemplateError  
FunctionError  
GlobalError  
PackageBuilder This is the main compiler class for parsing and compiling rules and assembling or merging them into a binary Package instance.
PackageBuilder.ErrorHandler This is the super of the error handlers.
PackageBuilder.FunctionErrorHandler  
PackageBuilder.RuleErrorHandler  
PackageBuilder.RuleInvokerErrorHandler There isn't much point in reporting invoker errors, as they are no help.
PackageBuilderConfiguration This class configures the package compiler.
PackageBuilderErrors  
ParserError  
ProcessBuilder A ProcessBuilder can be used to build processes based on XML files containing a process definition.
RuleBaseLoader A high level helper class for creating rulebases from source.
RuleError  
SwitchingCommonTokenStream This is a specialized version of CommonTokenStream that allows the parser to switch tokens between channels on the fly.
 

Exception Summary
DroolsParserException  
PackageBuilder.MissingPackageNameException  
 

Package org.drools.compiler Description

This is the main package to load rules. Use PackageBuilder and RuleBaseLoader classes.



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