Table of Contents
- Title and Copyright Information
- Preface
- 1 Rules Programming Concepts
- 2 Rules Engine Algorithms
-
3
Rule Language Reference
- Ruleset
- Types
- Identifiers
- Literals
- Definitions
- Fact Class Declarations
- Import Statement
- Include Statement
- Using Expressions
- Actions and Action Blocks
- Rulegroup
-
Built-in Functions
- assert
- assertTree
- assertXPath
- clearRule
- clearRulesetStack
- clearWatchRules, clearWatchActivations, clearWatchFacts, clearWatchFocus, clearWatchCompilations, clearWatchAll
- contains
- getCurrentDate
- getDecisionTrace
- getDecisionTraceLevel
- getDecisionTraceLimit
- getEffectiveDate
- getFactByType
- getFactsByType
- getRulesetStack
- getRuleSession
- getStrategy
- halt
- id
- isErrorInRuleConditionSuppressed
- isRulesetsOnStackOnce
- object
- println
- popRuleset
- pushRuleset
- retract
- reset
- run
- runUntilHalt
- setCurrentDate
- setDecisionTraceLevel
- setDecisionTraceLimit
- setEffectiveDate
- setErrorInRuleConditionSuppressed
- setRulesetStack
- setRulesetsOnStack
- setStrategy
- showActivations
- showFacts
- step
- watchRules, watchActivations, watchFacts, watchFocus, watchCompilations
- 4 Using the Command-line Interface
- 5 Using a RuleSession
- A Summary of Java and RL Differences