Recommended tutorial: java tutorial
Drools Introduction
Drools (JBoss Rules) has an open source business rules engine that is easy to access enterprise policies, easy to adjust, and easy to manage. It is in line with industry standards, fast, and efficient. It allows a business analyst or auditor to easily review business rules to verify that the coded rules enforce the required business rules.
JBoss Rules was formerly an open source project of Codehaus called Drools. It was recently brought under JBoss and renamed JBoss Rules, becoming the rules engine of JBoss application server.
Drools is an implementation of a rule engine based on Charles Forgy's RETE algorithm customized for Java. RETE with OO interface enables business rules to be expressed more naturally.
## Drools uses XML's
The Java code will be interpreted using Antlr, while Groovy and Python themselves are scripting languages and can be called directly.
The smart thing about Drools is that it uses XML nodes to standardize the definition of If--Then sentences and facts, making the engine very comfortable to work with.
The use of native languages such as Java and Groovy for judgment and execution statements makes it easy for programmers to transition and transplant, and the learning curve is very low.
Extended content: Rule engine
The rule engine originated from the rule-based expert system, and is based on Rule-based expert systems are one of the branches of expert systems. Expert system belongs to the category of artificial intelligence. It imitates human reasoning, uses heuristic methods to reason, and uses terms that humans can understand to explain and prove its reasoning conclusions
The rule engine generally consists of 3 parts: rule base (Knowledge base) Working Memory (Fact base) inference engine (rule engine).
The work of the rule engine: pattern matching, conflict resolution, execution engine.
Pattern matching algorithm: An algorithm that matches facts with rules. Common pattern matching algorithms include RETE, LFA, TREAI, and LEAPS. The matching algorithm used by Drools is RETE, which is considered to be the most advanced pattern matching algorithm in the world.
Supplement: There are many types of rule engines. Divided based on how the rules are enforced. Most rule engines used commercially are of the forward chaining type (I don’t know how to explain it in Chinese). There are two types of forward chaining: (1) production/inference rules (I don’t know how to explain it in Chinese), which drive the rule engine through conditional judgments such as IFconditionTHEN action. (2) reaction/Event Condition Action rules, this rule engine drives the rule engine through the event mechanism. This is what I learned from Wikipedia.
The above is the detailed content of What is drools rules engine. For more information, please follow other related articles on the PHP Chinese website!

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于结构化数据处理开源库SPL的相关问题,下面就一起来看一下java下理想的结构化数据处理类库,希望对大家有帮助。

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于PriorityQueue优先级队列的相关知识,Java集合框架中提供了PriorityQueue和PriorityBlockingQueue两种类型的优先级队列,PriorityQueue是线程不安全的,PriorityBlockingQueue是线程安全的,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于java锁的相关问题,包括了独占锁、悲观锁、乐观锁、共享锁等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于多线程的相关问题,包括了线程安装、线程加锁与线程不安全的原因、线程安全的标准类等等内容,希望对大家有帮助。

本篇文章给大家带来了关于java的相关知识,其中主要介绍了关于枚举的相关问题,包括了枚举的基本操作、集合类对枚举的支持等等内容,下面一起来看一下,希望对大家有帮助。

本篇文章给大家带来了关于Java的相关知识,其中主要介绍了关于关键字中this和super的相关问题,以及他们的一些区别,下面一起来看一下,希望对大家有帮助。

如何使用Java开发一个基于Drools的规则引擎应用引言:在软件开发的过程中,我们经常会遇到需要在运行时根据一些规则来进行业务逻辑的决策的情况。这时候,规则引擎就显得非常有用了。Drools是一个基于规则的业务逻辑开发框架,它使用Java语言编写,并提供了强大的规则引擎来支持我们开发规则相关的应用。本文将详细介绍如何使用Java开发一个基于Drools的规

封装是一种信息隐藏技术,是指一种将抽象性函式接口的实现细节部分包装、隐藏起来的方法;封装可以被认为是一个保护屏障,防止指定类的代码和数据被外部类定义的代码随机访问。封装可以通过关键字private,protected和public实现。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

SublimeText3 English version
Recommended: Win version, supports code prompts!

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment
