[go: up one dir, main page]

CN113065656B - A rule engine configuration method, device, server and readable storage medium - Google Patents

A rule engine configuration method, device, server and readable storage medium Download PDF

Info

Publication number
CN113065656B
CN113065656B CN202110328075.2A CN202110328075A CN113065656B CN 113065656 B CN113065656 B CN 113065656B CN 202110328075 A CN202110328075 A CN 202110328075A CN 113065656 B CN113065656 B CN 113065656B
Authority
CN
China
Prior art keywords
rule engine
rule
behavior tree
parameter information
business
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110328075.2A
Other languages
Chinese (zh)
Other versions
CN113065656A (en
Inventor
聂镭
黄海
聂颖
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Longma Zhixin Zhuhai Hengqin Technology Co ltd
Original Assignee
Longma Zhixin Zhuhai Hengqin Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Longma Zhixin Zhuhai Hengqin Technology Co ltd filed Critical Longma Zhixin Zhuhai Hengqin Technology Co ltd
Priority to CN202110328075.2A priority Critical patent/CN113065656B/en
Publication of CN113065656A publication Critical patent/CN113065656A/en
Application granted granted Critical
Publication of CN113065656B publication Critical patent/CN113065656B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/02Knowledge representation; Symbolic representation
    • G06N5/022Knowledge engineering; Knowledge acquisition
    • G06N5/025Extracting rules from data
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/42Syntactic analysis
    • G06F8/427Parsing

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Artificial Intelligence (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Stored Programmes (AREA)

Abstract

The application is applicable to the technical field of artificial intelligence, and particularly relates to a rule engine configuration method, a rule engine configuration device, a rule engine configuration server and a readable storage medium, wherein the rule engine configuration method comprises the following steps: acquiring a service class file and triggering a configuration process; responding to a configuration process, and extracting parameter information in the service class file; performing aggregation processing on the parameter information to obtain a conditional node and a logical node; forming a behavior tree according to the condition nodes and the logic nodes: generating an editing instruction according to the behavior tree, and sending the editing instruction to the user terminal, wherein the editing instruction is used for indicating the user terminal to return the rule file to an expert system in the server; and generating a rule engine in the expert system according to the rule file returned by the user terminal. Therefore, in the embodiment of the application, once other service scenes need to be converted or the rule engine needs to be updated, the rules are directly changed again by a service analyst, the method can adapt to a plurality of service scenes, and in addition, the configuration process of the rule engine can also be updated in real time.

Description

一种规则引擎配置方法、装置、服务器及可读存储介质A rule engine configuration method, device, server and readable storage medium

技术领域technical field

本申请属于人工智能技术领域,尤其涉及一种规则引擎配置方法、装置、服务器及可读存储介质。The present application belongs to the technical field of artificial intelligence, and in particular, relates to a rule engine configuration method, device, server and readable storage medium.

背景技术Background technique

专家系统是人工智能系统中的一个分支,在数据量不足以机器学习与深度学习的时候,都必须要通过专家系统中的规则实现业务判断及预测。目前大部分专家系统中的规则引擎都需要专家将知识告知开发人员,由开发人员将业务逻辑转化成程序语言。但是,一方面,现有技术中配置的规则引擎只能针对单一的业务场景,一旦需要转换其它业务场景,整个规则引擎需要重新进行配置,极大的浪费了人力资源。另外一方面,现有技术中专家系统中的规则引擎都需要通过定期更新,更新规则引擎的过程也需要重新进行配置,存在更新不及时的情况。Expert system is a branch of artificial intelligence system. When the amount of data is not enough for machine learning and deep learning, business judgment and prediction must be realized through the rules in the expert system. At present, most rule engines in expert systems require experts to inform developers of their knowledge, and developers convert business logic into programming languages. However, on the one hand, the rule engine configured in the prior art can only target a single business scenario. Once other business scenarios need to be converted, the entire rule engine needs to be reconfigured, which greatly wastes human resources. On the other hand, the rule engines in the expert system in the prior art all need to be updated regularly, and the process of updating the rule engines also needs to be reconfigured, and there is a situation that the update is not timely.

发明内容SUMMARY OF THE INVENTION

本申请实施例提供了一种规则引擎配置方法、装置、服务器及可读存储介质,可以解决现有技术中配置的规则引擎只能针对单一的业务场景以及更新不及时的问题。The embodiments of the present application provide a rule engine configuration method, device, server, and readable storage medium, which can solve the problems that the rule engine configured in the prior art can only target a single business scenario and the update is not timely.

第一方面,本申请实施例提供了一种规则引擎配置方法,包括:In a first aspect, an embodiment of the present application provides a rule engine configuration method, including:

获取业务类文件,触发配置进程;Obtain business class files and trigger the configuration process;

响应于所述配置进程,提取所述业务类文件中的参数信息;In response to the configuration process, extracting parameter information in the business class file;

对所述参数信息进行聚合处理,得到条件节点和逻辑节点;Perform aggregation processing on the parameter information to obtain condition nodes and logical nodes;

根据所述条件节点和所述逻辑节点形成行为树:Form a behavior tree according to the condition node and the logical node:

根据所述行为树生成编辑指令,发送所述编辑指令至用户终端,所述编辑指令用于指示所述用户终端解析所述编辑指令中的行为树,显示所述行为树至用户,检测所述用户的编辑操作,根据所述编辑操作更改所述行为树,根据所述行为树生成规则文件,返回所述规则文件至服务器中的专家系统;Generate an editing instruction according to the behavior tree, send the editing instruction to the user terminal, and the editing instruction is used to instruct the user terminal to parse the behavior tree in the editing instruction, display the behavior tree to the user, and detect the The user's editing operation, changing the behavior tree according to the editing operation, generating a rule file according to the behavior tree, and returning the rule file to the expert system in the server;

根据所述用户终端返回的规则文件在专家系统中生成规则引擎。A rule engine is generated in the expert system according to the rule file returned by the user terminal.

在第一方面的一种可能的实现方式中,响应于所述配置进程,提取所述业务类文件中的参数信息,包括:In a possible implementation manner of the first aspect, in response to the configuration process, extracting parameter information in the service class file includes:

调用预设的反射机制;Call the preset reflection mechanism;

根据所述预设的反射机制,解析所述业务类文件中的参数信息。According to the preset reflection mechanism, the parameter information in the service class file is parsed.

第二方面,本申请实施例提供了一种规则引擎配置装置,包括:In a second aspect, an embodiment of the present application provides a rule engine configuration device, including:

获取模块,用于获取业务类文件,触发配置进程;The acquisition module is used to acquire business class files and trigger the configuration process;

提取模块,用于响应于所述配置进程,提取所述业务类文件中的参数信息;an extraction module, configured to extract parameter information in the business class file in response to the configuration process;

聚合模块,用于对所述参数信息进行聚合处理,得到条件节点和逻辑节点;an aggregation module for performing aggregation processing on the parameter information to obtain condition nodes and logical nodes;

形成模块,用于根据所述条件节点和所述逻辑节点形成行为树:A forming module is used to form a behavior tree according to the condition node and the logical node:

第一生成模块,用于根据所述行为树生成编辑指令,发送所述编辑指令至用户终端,所述编辑指令用于指示所述用户终端解析所述编辑指令中的行为树,显示所述行为树至用户,检测所述用户的编辑操作,根据所述编辑操作更改所述行为树,根据所述行为树生成规则文件,返回所述规则文件至服务器中的专家系统;a first generating module, configured to generate an editing instruction according to the behavior tree, and send the editing instruction to a user terminal, where the editing instruction is used to instruct the user terminal to parse the behavior tree in the editing instruction, and display the behavior tree to the user, detecting the editing operation of the user, changing the behavior tree according to the editing operation, generating a rule file according to the behavior tree, and returning the rule file to the expert system in the server;

第二生成模块,用于根据所述用户终端返回的规则文件在专家系统中生成规则引擎。The second generating module is configured to generate a rule engine in the expert system according to the rule file returned by the user terminal.

在第二方面的一种可能的实现方式中,所述提取模块包括:In a possible implementation manner of the second aspect, the extraction module includes:

调用单元,用于调用预设的反射机制;The calling unit is used to call the preset reflection mechanism;

解析单元,用于根据所述预设的反射机制,解析所述业务类文件中的参数信息。A parsing unit, configured to parse the parameter information in the service class file according to the preset reflection mechanism.

第三方面,本申请实施例提供了一种服务器,包括存储器、处理器以及存储在所述存储器中并在所述处理器上运行的计算机程序,所述计算机程序被处理器执行时实现上述第一方面所述的方法。In a third aspect, an embodiment of the present application provides a server, including a memory, a processor, and a computer program stored in the memory and running on the processor, the computer program being executed by the processor to implement the above-mentioned first The method described in one aspect.

第四方面,本申请实施例提供了一种可读存储介质,所述计算机程序被处理器执行时实现如上述第一方面所述的方法。In a fourth aspect, an embodiment of the present application provides a readable storage medium, and when the computer program is executed by a processor, the method described in the first aspect above is implemented.

本申请实施例与现有技术相比存在的有益效果是:The beneficial effects that the embodiments of the present application have compared with the prior art are:

本申请实施例中,用户可以直接通过服务器及时修改规则文件,从而相应生成或者修改规则引擎,一旦出现需要转换其它业务场景或者更新规则引擎,直接由业务分析师重新更改规则即可,可以适应多个业务场景,另外,规则引擎的配置过程也可以实时更新。In the embodiment of this application, the user can directly modify the rule file in time through the server, so as to generate or modify the rule engine accordingly. Once other business scenarios need to be converted or the rule engine needs to be updated, the business analyst can directly re-change the rules, which can adapt to many In addition, the configuration process of the rule engine can also be updated in real time.

附图说明Description of drawings

为了更清楚地说明本申请实施例中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。In order to illustrate the technical solutions in the embodiments of the present application more clearly, the following briefly introduces the accompanying drawings that need to be used in the description of the embodiments or the prior art. Obviously, the drawings in the following description are only for the present application. In some embodiments, for those of ordinary skill in the art, other drawings can also be obtained according to these drawings without any creative effort.

图1是本申请实施例提供的现有技术中规则引擎配置过程的应用场景示意图;1 is a schematic diagram of an application scenario of a rule engine configuration process in the prior art provided by an embodiment of the present application;

图2是本申请实施例提供的规则引擎配置过程的应用场景示意图;2 is a schematic diagram of an application scenario of a rule engine configuration process provided by an embodiment of the present application;

图3是本申请实施例提供的一种规则引擎配置方法的流程示意图;3 is a schematic flowchart of a rule engine configuration method provided by an embodiment of the present application;

图4是本申请实施例提供的行为树的示意图;4 is a schematic diagram of a behavior tree provided by an embodiment of the present application;

图5是本申请实施例提供的一种规则引擎配置装置的结构示意图;5 is a schematic structural diagram of a rule engine configuration device provided by an embodiment of the present application;

图6是本申请实施例提供的服务器的结构示意图。FIG. 6 is a schematic structural diagram of a server provided by an embodiment of the present application.

具体实施方式Detailed ways

以下描述中,为了说明而不是为了限定,提出了诸如特定系统结构、技术之类的具体细节,以便透彻理解本申请实施例。然而,本领域的技术人员应当清楚,在没有这些具体细节的其它实施例中也可以实现本申请。在其它情况中,省略对众所周知的系统、装置、电路以及方法的详细说明,以免不必要的细节妨碍本申请的描述。In the following description, for the purpose of illustration rather than limitation, specific details such as a specific system structure and technology are set forth in order to provide a thorough understanding of the embodiments of the present application. However, it will be apparent to those skilled in the art that the present application may be practiced in other embodiments without these specific details. In other instances, detailed descriptions of well-known systems, devices, circuits, and methods are omitted so as not to obscure the description of the present application with unnecessary detail.

应当理解,当在本申请说明书和所附权利要求书中使用时,术语“包括”指示所描述特征、整体、步骤、操作、元素和/或组件的存在,但并不排除一个或多个其它特征、整体、步骤、操作、元素、组件和/或其集合的存在或添加。It is to be understood that, when used in this specification and the appended claims, the term "comprising" indicates the presence of the described feature, integer, step, operation, element and/or component, but does not exclude one or more other The presence or addition of features, integers, steps, operations, elements, components and/or sets thereof.

还应当理解,在本申请说明书和所附权利要求书中使用的术语“和/或”是指相关联列出的项中的一个或多个的任何组合以及所有可能组合,并且包括这些组合。It will also be understood that, as used in this specification and the appended claims, the term "and/or" refers to and including any and all possible combinations of one or more of the associated listed items.

如在本申请说明书和所附权利要求书中所使用的那样,术语“如果”可以依据上下文被解释为“当...时”或“一旦”或“响应于确定”或“响应于检测到”。类似地,短语“如果确定”或“如果检测到[所描述条件或事件]”可以依据上下文被解释为意指“一旦确定”或“响应于确定”或“一旦检测到[所描述条件或事件]”或“响应于检测到[所描述条件或事件]”。As used in the specification of this application and the appended claims, the term "if" may be contextually interpreted as "when" or "once" or "in response to determining" or "in response to detecting ". Similarly, the phrases "if it is determined" or "if the [described condition or event] is detected" may be interpreted, depending on the context, to mean "once it is determined" or "in response to the determination" or "once the [described condition or event] is detected. ]" or "in response to detection of the [described condition or event]".

另外,在本申请说明书和所附权利要求书的描述中,术语“第一”、“第二”、“第三”等仅用于区分描述,而不能理解为指示或暗示相对重要性。In addition, in the description of the specification of the present application and the appended claims, the terms "first", "second", "third", etc. are only used to distinguish the description, and should not be construed as indicating or implying relative importance.

在本申请说明书中描述的参考“一个实施例”或“一些实施例”等意味着在本申请的一个或多个实施例中包括结合该实施例描述的特定特征、结构或特点。由此,在本说明书中的不同之处出现的语句“在一个实施例中”、“在一些实施例中”、“在其他一些实施例中”、“在另外一些实施例中”等不是必然都参考相同的实施例,而是意味着“一个或多个但不是所有的实施例”,除非是以其他方式另外特别强调。术语“包括”、“包含”、“具有”及它们的变形都意味着“包括但不限于”,除非是以其他方式另外特别强调。References in this specification to "one embodiment" or "some embodiments" and the like mean that a particular feature, structure or characteristic described in connection with the embodiment is included in one or more embodiments of the present application. Thus, appearances of the phrases "in one embodiment," "in some embodiments," "in other embodiments," "in other embodiments," etc. in various places in this specification are not necessarily All refer to the same embodiment, but mean "one or more but not all embodiments" unless specifically emphasized otherwise. The terms "including", "including", "having" and their variants mean "including but not limited to" unless specifically emphasized otherwise.

为了说明本申请所述的技术方案,下面通过具体实施例来进行说明。In order to illustrate the technical solutions described in the present application, the following specific embodiments are used for description.

参见图1,为本申请实施例提供的现有技术中规则引擎配置过程的应用场景示意图,现有技术中规则引擎的配置过程是:业务分析师编写需求文档,开发工程师理解需求文档中需求,将文档中的需求转换为规则文件后存储至规则库,然后专家库从规则库中读取规则形成规则引擎,最后专家库对客户端上传的fact(事实)进行处理。Referring to FIG. 1, a schematic diagram of an application scenario of a rule engine configuration process in the prior art provided by the embodiment of the present application, the configuration process of a rule engine in the prior art is: a business analyst writes a requirement document, and a development engineer understands the requirements in the requirement document, The requirements in the document are converted into rule files and stored in the rule base, and then the expert base reads the rules from the rule base to form a rule engine, and finally the expert base processes the facts uploaded by the client.

由上述可见,一旦出现需要转换其它业务场景或者更新规则引擎,就需要重新规则引擎的配置过程,即业务分析师编写需求文档,开发工程师理解需求文档中需求,将文档中的需求转换为规则文件后存储至规则库,然后专家库从规则库中读取规则形成规则引擎,导致一方面配置的规则引擎只能针对单一的业务场景,另一方面,规则引擎的更新过程也需要重新配置,存在更新不及时的情况。As can be seen from the above, once there is a need to convert other business scenarios or update the rule engine, the configuration process of the rule engine needs to be reconfigured, that is, the business analyst writes the requirements document, the development engineer understands the requirements in the requirement document, and converts the requirements in the document into a rule file. After that, it is stored in the rule base, and then the expert library reads the rules from the rule base to form a rule engine. As a result, on the one hand, the configured rule engine can only be used for a single business scenario. On the other hand, the update process of the rule engine also needs to be reconfigured. Updates are not timely.

参见图2,为本申请实施例提供的规则引擎配置过程的应用场景示意图,本申请实施例中规则引擎的配置过程是:业务分析师编写需求文档,通过本申请的规则引擎配置方法根据需求文档编写规则,形成规则文件,将文档中的需求转换为规则文件后存储至规则库,然后专家库从规则库中读取规则形成规则引擎。Referring to FIG. 2 , a schematic diagram of an application scenario of a rule engine configuration process provided by an embodiment of the present application, the configuration process of a rule engine in an embodiment of the present application is as follows: a business analyst writes a requirement document, and according to the requirement document through the rule engine configuration method of the present application Write rules, form rule files, convert the requirements in the document into rule files and store them in the rule base, and then the expert library reads the rules from the rule base to form a rule engine.

有上述可见,一旦出现需要转换其它业务场景或者更新规则引擎,直接由业务分析师重新更改规则即可,可以适应多个业务场景,另外,规则引擎的配置过程也可以实时更新。As can be seen from the above, once it is necessary to convert other business scenarios or update the rule engine, the business analyst can directly re-change the rules, which can adapt to multiple business scenarios. In addition, the configuration process of the rule engine can also be updated in real time.

需说明的是,本申请实施例的服务器配置有专家系统,专家系统用于生成规则引擎,本申请实施例中的用户可以是指上述业务分析师。It should be noted that the server in the embodiment of the present application is configured with an expert system, and the expert system is used to generate a rule engine, and the user in the embodiment of the present application may refer to the above-mentioned business analyst.

参见图3,为本申请实施例提供的一种规则引擎配置方法的流程示意图,该方法应用于服务器,该方法包括以下步骤:Referring to FIG. 3 , a schematic flowchart of a rule engine configuration method provided in an embodiment of the present application, the method is applied to a server, and the method includes the following steps:

步骤S301、获取业务类文件,触发配置进程。In step S301, a service class file is acquired, and a configuration process is triggered.

其中,业务类文件是指包含业务事例的文件。The business class file refers to a file containing business cases.

步骤S302、响应于配置进程,提取业务类文件中的参数信息。Step S302, in response to the configuration process, extract the parameter information in the service class file.

其中,参数信息包括业务属性和函数。例如,业务是根据商品的销量进行定价,业务属性是指商品本身的属性。The parameter information includes business attributes and functions. For example, business is priced according to the sales volume of the product, and business attributes refer to the attributes of the product itself.

具体应用中,响应于配置进程,提取业务类文件中的参数信息,包括:In a specific application, in response to the configuration process, the parameter information in the business class file is extracted, including:

第一步、调用预设的反射机制;The first step is to call the preset reflection mechanism;

第二步、根据预设的反射机制,解析业务类文件中的参数信息。The second step is to parse the parameter information in the business class file according to the preset reflection mechanism.

具体应用中,通过JAVA内置的反射机制,解析出业务类文件(class)中的业务属性和函数。In specific applications, through the built-in reflection mechanism of JAVA, the business attributes and functions in the business class file (class) are parsed.

步骤S303、对参数信息进行聚合处理,得到条件节点和逻辑节点。Step S303: Aggregate the parameter information to obtain a condition node and a logical node.

具体应用中,对业务类文件中的业务属性和函数进行聚合处理,将相同类型的业务属性和函数合并到一起,得到条件节点和逻辑节点。In a specific application, the business attributes and functions in the business class file are aggregated, and the same type of business attributes and functions are combined to obtain condition nodes and logical nodes.

需说明的是,条件节点包括属性节点、比较节点和计算节点,属性节点为定义了实体属性参数的逻辑判断,如speed>200。比较节点用于定义实体间属性比较,如$car1.getSpeed()>$car2.getspeed。计算节点用于调用函数计算,如distance($car1,$car2)。It should be noted that the condition node includes an attribute node, a comparison node, and a calculation node, and the attribute node is a logical judgment defining entity attribute parameters, such as speed>200. Compare nodes are used to define property comparisons between entities, such as $car1.getSpeed()>$car2.getspeed. Compute nodes are used to call function computations, such as distance($car1, $car2).

步骤S304、根据条件节点和逻辑节点形成行为树。Step S304, forming a behavior tree according to the condition node and the logical node.

其中,行为树(behavior tree)的概念最早来源halo这款游戏里的ai控制结构,它通过类似于决策树的树形决策结构来选择当前环境下应该做出的具体行为。示例性地,得到的行为树如图4所示。Among them, the concept of behavior tree (behavior tree) originated from the AI control structure in the game halo, which selects the specific behavior that should be made in the current environment through a tree-shaped decision structure similar to a decision tree. Illustratively, the resulting behavior tree is shown in FIG. 4 .

步骤S305、根据行为树生成编辑指令,发送编辑指令至用户终端,编辑指令用于指示用户终端解析编辑指令中的行为树,显示行为树至用户,检测用户的编辑操作,根据编辑操作更改行为树,根据行为树生成规则文件,返回规则文件至服务器中的专家系统。Step S305, generating an editing instruction according to the behavior tree, sending the editing instruction to the user terminal, and the editing instruction is used to instruct the user terminal to parse the behavior tree in the editing instruction, display the behavior tree to the user, detect the user's editing operation, and change the behavior tree according to the editing operation. , generate a rule file according to the behavior tree, and return the rule file to the expert system in the server.

具体应用中,根据行为树生成规则文件的方式是:将行为树中的节点转换为JSON格式,然后对JSON格式进行分解后,转换为格式为DEL的规则文件。In a specific application, the method of generating the rule file according to the behavior tree is: convert the nodes in the behavior tree into JSON format, then decompose the JSON format, and convert it into a rule file in the format of DEL.

步骤S305、根据用户终端返回的规则文件在专家系统中生成规则引擎。Step S305: Generate a rule engine in the expert system according to the rule file returned by the user terminal.

优选的,用户终端可以下载功能将规则文件导出或直接通过热更新的方式动态加载规则到专家系统中。Preferably, the user terminal can export the rule file with the download function or directly load the rule dynamically into the expert system by way of hot update.

本申请实施例中,用户可以直接通过服务器及时修改规则文件,从而相应生成或者修改规则引擎,一旦出现需要转换其它业务场景或者更新规则引擎,直接由业务分析师重新更改规则即可,可以适应多个业务场景,另外,规则引擎的配置过程也可以实时更新。In the embodiment of this application, the user can directly modify the rule file in time through the server, so as to generate or modify the rule engine accordingly. Once other business scenarios need to be converted or the rule engine needs to be updated, the business analyst can directly re-change the rules, which can adapt to many In addition, the configuration process of the rule engine can also be updated in real time.

应理解,上述实施例中各步骤的序号的大小并不意味着执行顺序的先后,各过程的执行顺序应以其功能和内在逻辑确定,而不应对本申请实施例的实施过程构成任何限定。It should be understood that the size of the sequence numbers of the steps in the above embodiments does not mean the sequence of execution, and the execution sequence of each process should be determined by its function and internal logic, and should not constitute any limitation to the implementation process of the embodiments of the present application.

对应于上文实施例所述的一种规则引擎配置方法,图4示出了本申请实施例提供的一种规则引擎配置装置的结构框图,为了便于说明,仅示出了与本申请实施例相关的部分。Corresponding to a rule engine configuration method described in the above embodiment, FIG. 4 shows a structural block diagram of a rule engine configuration apparatus provided by an embodiment of the present application. relevant part.

参照图5,该装置包括:Referring to Figure 5, the device includes:

获取模块51,用于获取业务类文件,触发配置进程;an acquisition module 51, used for acquiring business class files and triggering a configuration process;

提取模块52,用于响应于所述配置进程,提取所述业务类文件中的参数信息;an extraction module 52, configured to extract parameter information in the business class file in response to the configuration process;

聚合模块53,用于对所述参数信息进行聚合处理,得到条件节点和逻辑节点;an aggregation module 53, configured to perform aggregation processing on the parameter information to obtain condition nodes and logical nodes;

形成模块54,用于根据所述条件节点和所述逻辑节点形成行为树:A forming module 54 is used to form a behavior tree according to the condition node and the logical node:

第一生成模块55,用于根据所述行为树生成编辑指令,发送所述编辑指令至用户终端,所述编辑指令用于指示所述用户终端解析所述编辑指令中的行为树,显示所述行为树至用户,检测所述用户的编辑操作,根据所述编辑操作更改所述行为树,根据所述行为树生成规则文件,返回所述规则文件至服务器中的专家系统;The first generating module 55 is configured to generate an editing instruction according to the behavior tree, and send the editing instruction to the user terminal, where the editing instruction is used to instruct the user terminal to parse the behavior tree in the editing instruction, and display the The behavior tree is sent to the user, the editing operation of the user is detected, the behavior tree is changed according to the editing operation, a rule file is generated according to the behavior tree, and the rule file is returned to the expert system in the server;

第二生成模块56,用于根据所述用户终端返回的规则文件在专家系统中生成规则引擎。The second generating module 56 is configured to generate a rule engine in the expert system according to the rule file returned by the user terminal.

在一种可能的实现方式中,所述提取模块包括:In a possible implementation, the extraction module includes:

调用单元,用于调用预设的反射机制;The calling unit is used to call the preset reflection mechanism;

解析单元,用于根据所述预设的反射机制,解析所述业务类文件中的参数信息。A parsing unit, configured to parse the parameter information in the service class file according to the preset reflection mechanism.

需要说明的是,上述装置/单元之间的信息交互、执行过程等内容,由于与本申请方法实施例基于同一构思,其具体功能及带来的技术效果,具体可参见方法实施例部分,此处不再赘述。It should be noted that the information exchange, execution process and other contents between the above-mentioned devices/units are based on the same concept as the method embodiments of the present application. For specific functions and technical effects, please refer to the method embodiments section. It is not repeated here.

图6为本申请一实施例提供的服务器的结构示意图。如图6所示,该实施例的服务器6包括:至少一个处理器60、存储器61以及存储在所述存储器61中并可在所述至少一个处理器60上运行的计算机程序62,所述处理器60执行所述计算机程序62时实现上述任意各个方法实施例中的步骤。FIG. 6 is a schematic structural diagram of a server provided by an embodiment of the present application. As shown in FIG. 6, the server 6 of this embodiment includes: at least one processor 60, a memory 61, and a computer program 62 stored in the memory 61 and executable on the at least one processor 60, the processing When the computer 60 executes the computer program 62, the steps in any of the foregoing method embodiments are implemented.

所述服务器6可以是云端服务器等计算设备。该服务器可包括,但不仅限于,处理器60、存储器61。本领域技术人员可以理解,图6仅仅是服务器6的举例,并不构成对服务器6的限定,可以包括比图示更多或更少的部件,或者组合某些部件,或者不同的部件,例如还可以包括输入输出设备、网络接入设备等。The server 6 may be a computing device such as a cloud server. The server may include, but is not limited to, a processor 60 and a memory 61 . Those skilled in the art can understand that FIG. 6 is only an example of the server 6, and does not constitute a limitation to the server 6. It may include more or less components than the one shown in the figure, or combine some components, or different components, such as It may also include input and output devices, network access devices, and the like.

所称处理器60可以是中央处理单元(Central Processing Unit,CPU),该处理器60还可以是其他通用处理器、数字信号处理器 (Digital Signal Processor,DSP)、专用集成电路 (Application Specific Integrated Circuit,ASIC)、现成可编程门阵列(Field-Programmable Gate Array,FPGA) 或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。The so-called processor 60 may be a central processing unit (Central Processing Unit, CPU), and the processor 60 may also be other general-purpose processors, digital signal processors (Digital Signal Processors, DSP), application specific integrated circuits (Application Specific Integrated Circuits) , ASIC), off-the-shelf programmable gate array (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.

所述存储器61在一些实施例中可以是所述服务器6的内部存储单元,例如服务器6的硬盘或内存。所述存储器61在另一些实施例中也可以是所述服务器6的外部存储设备,例如所述服务器6上配备的插接式硬盘,智能存储卡(Smart Media Card, SMC),安全数字(Secure Digital, SD)卡,闪存卡(Flash Card)等。进一步地,所述存储器61还可以既包括所述服务器6的内部存储单元也包括外部存储设备。所述存储器61用于存储操作系统、应用程序、引导装载程序(BootLoader)、数据以及其他程序等,例如所述计算机程序的程序代码等。所述存储器61还可以用于暂时地存储已经输出或者将要输出的数据。The memory 61 may be an internal storage unit of the server 6 in some embodiments, such as a hard disk or a memory of the server 6 . In other embodiments, the memory 61 may also be an external storage device of the server 6, such as a plug-in hard disk, a smart memory card (Smart Media Card, SMC), a secure digital (Secure) Digital, SD) card, flash card (Flash Card), etc. Further, the memory 61 may also include both an internal storage unit of the server 6 and an external storage device. The memory 61 is used to store an operating system, an application program, a boot loader (Boot Loader), data, and other programs, such as program codes of the computer program. The memory 61 can also be used to temporarily store data that has been output or will be output.

所属领域的技术人员可以清楚地了解到,为了描述的方便和简洁,仅以上述各功能单元、模块的划分进行举例说明,实际应用中,可以根据需要而将上述功能分配由不同的功能单元、模块完成,即将所述装置的内部结构划分成不同的功能单元或模块,以完成以上描述的全部或者部分功能。实施例中的各功能单元、模块可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中,上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。另外,各功能单元、模块的具体名称也只是为了便于相互区分,并不用于限制本申请的保护范围。上述系统中单元、模块的具体工作过程,可以参考前述方法实施例中的对应过程,在此不再赘述。Those skilled in the art can clearly understand that, for the convenience and simplicity of description, only the division of the above-mentioned functional units and modules is used as an example for illustration. In practical applications, the above-mentioned functions can be allocated to different functional units, Module completion, that is, dividing the internal structure of the device into different functional units or modules to complete all or part of the functions described above. Each functional unit and module in the embodiment may be integrated in one processing unit, or each unit may exist physically alone, or two or more units may be integrated into one unit, and the above-mentioned integrated units may adopt hardware. It can also be realized in the form of software functional units. In addition, the specific names of the functional units and modules are only for the convenience of distinguishing from each other, and are not used to limit the protection scope of the present application. For the specific working processes of the units and modules in the above-mentioned system, reference may be made to the corresponding processes in the foregoing method embodiments, which will not be repeated here.

本申请实施例还提供了一种可读存储介质,所述可读存储介质存储有计算机程序,所述计算机程序被处理器执行时实现可实现上述各个方法实施例中的步骤。An embodiment of the present application further provides a readable storage medium, where the readable storage medium stores a computer program, and when the computer program is executed by a processor, the steps in the foregoing method embodiments can be implemented.

所述集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在一个计算机可读取存储介质中。基于这样的理解,本申请实现上述实施例方法中的全部或部分流程,可以通过计算机程序来指令相关的硬件来完成,所述的计算机程序可存储于一计算机可读存储介质中,该计算机程序在被处理器执行时,可实现上述各个方法实施例的步骤。其中,所述计算机程序包括计算机程序代码,所述计算机程序代码可以为源代码形式、对象代码形式、可执行文件或某些中间形式等。所述计算机可读介质至少可以包括:能够将计算机程序代码携带到拍照装置/终端设备的任何实体或装置、记录介质、计算机存储器、只读存储器(ROM,Read-Only Memory)、随机存取存储器(RAM,RandomAccess Memory)、电载波信号、电信信号以及软件分发介质。例如U盘、移动硬盘、磁碟或者光盘等。在某些司法管辖区,根据立法和专利实践,计算机可读介质不可以是电载波信号和电信信号。The integrated unit, if implemented in the form of a software functional unit and sold or used as an independent product, may be stored in a computer-readable storage medium. Based on this understanding, all or part of the processes in the methods of the above embodiments can be implemented by a computer program to instruct the relevant hardware. The computer program can be stored in a computer-readable storage medium, and the computer program When executed by a processor, the steps of each of the above method embodiments can be implemented. Wherein, the computer program includes computer program code, and the computer program code may be in the form of source code, object code, executable file or some intermediate form, and the like. The computer-readable medium may include at least: any entity or device capable of carrying computer program codes to the photographing device/terminal device, recording medium, computer memory, read-only memory (ROM, Read-Only Memory), random access memory (RAM, RandomAccess Memory), electrical carrier signals, telecommunication signals, and software distribution media. For example, U disk, mobile hard disk, disk or CD, etc. In some jurisdictions, under legislation and patent practice, computer readable media may not be electrical carrier signals and telecommunications signals.

在上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详述或记载的部分,可以参见其它实施例的相关描述。In the foregoing embodiments, the description of each embodiment has its own emphasis. For parts that are not described or described in detail in a certain embodiment, reference may be made to the relevant descriptions of other embodiments.

本领域普通技术人员可以意识到,结合本文中所公开的实施例描述的各示例的单元及算法步骤,能够以电子硬件、或者计算机软件和电子硬件的结合来实现。这些功能究竟以硬件还是软件方式来执行,取决于技术方案的特定应用和设计约束条件。专业技术人员可以对每个特定的应用来使用不同方法来实现所描述的功能,但是这种实现不应认为超出本申请的范围。Those of ordinary skill in the art can realize that the units and algorithm steps of each example described in conjunction with the embodiments disclosed herein can be implemented in electronic hardware, or a combination of computer software and electronic hardware. Whether these functions are performed in hardware or software depends on the specific application and design constraints of the technical solution. Skilled artisans may implement the described functionality using different methods for each particular application, but such implementations should not be considered beyond the scope of this application.

在本申请所提供的实施例中,应该理解到,所揭露的装置/网络设备和方法,可以通过其它的方式实现。例如,以上所描述的装置/网络设备实施例仅仅是示意性的,例如,所述模块或单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通讯连接可以是通过一些接口,装置或单元的间接耦合或通讯连接,可以是电性,机械或其它的形式。In the embodiments provided in this application, it should be understood that the disclosed apparatus/network device and method may be implemented in other manners. For example, the apparatus/network device embodiments described above are only illustrative. For example, the division of the modules or units is only a logical function division. In actual implementation, there may be other division methods, such as multiple units. Or components may be combined or may be integrated into another system, or some features may be omitted, or not implemented. On the other hand, the shown or discussed mutual coupling or direct coupling or communication connection may be through some interfaces, indirect coupling or communication connection of devices or units, and may be in electrical, mechanical or other forms.

所述作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。The units described as separate components may or may not be physically separated, and components displayed as units may or may not be physical units, that is, may be located in one place, or may be distributed to multiple network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution in this embodiment.

以上所述实施例仅用以说明本申请的技术方案,而非对其限制;尽管参照前述实施例对本申请进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本申请各实施例技术方案的精神和范围,均应包含在本申请的保护范围之内。The above-mentioned embodiments are only used to illustrate the technical solutions of the present application, but not to limit them; although the present application has been described in detail with reference to the above-mentioned embodiments, those of ordinary skill in the art should understand that: it can still be used for the above-mentioned implementations. The technical solutions described in the examples are modified, or some technical features thereof are equivalently replaced; and these modifications or replacements do not make the essence of the corresponding technical solutions deviate from the spirit and scope of the technical solutions in the embodiments of the application, and should be included in the within the scope of protection of this application.

Claims (6)

1.一种规则引擎配置方法,该方法应用于服务器,其特征在于,该方法包括:1. a rule engine configuration method, the method is applied to the server, it is characterized in that, the method comprises: 获取业务类文件,触发配置进程;Obtain business class files and trigger the configuration process; 其中,业务类文件是指包含业务事例的文件;Among them, business documents refer to documents containing business cases; 响应于所述配置进程,提取所述业务类文件中的参数信息;In response to the configuration process, extracting parameter information in the business class file; 其中,参数信息包括业务属性和函数;The parameter information includes business attributes and functions; 对所述参数信息进行聚合处理,得到条件节点和逻辑节点;Perform aggregation processing on the parameter information to obtain condition nodes and logical nodes; 根据所述条件节点和所述逻辑节点形成行为树:Form a behavior tree according to the condition node and the logical node: 根据所述行为树生成编辑指令,发送所述编辑指令至用户终端,所述编辑指令用于指示所述用户终端解析所述编辑指令中的行为树,显示所述行为树至用户,检测所述用户的编辑操作,根据所述编辑操作更改所述行为树,根据所述行为树生成规则文件,返回所述规则文件至服务器中的专家系统;Generate an editing instruction according to the behavior tree, send the editing instruction to the user terminal, and the editing instruction is used to instruct the user terminal to parse the behavior tree in the editing instruction, display the behavior tree to the user, and detect the The user's editing operation, changing the behavior tree according to the editing operation, generating a rule file according to the behavior tree, and returning the rule file to the expert system in the server; 根据所述用户终端返回的规则文件在专家系统中生成规则引擎。A rule engine is generated in the expert system according to the rule file returned by the user terminal. 2.如权利要求1所述的一种规则引擎配置方法,其特征在于,响应于所述配置进程,提取所述业务类文件中的参数信息,包括:2. The method for configuring a rule engine according to claim 1, wherein, in response to the configuration process, extracting parameter information in the business class file, comprising: 调用预设的反射机制;Call the preset reflection mechanism; 根据所述预设的反射机制,解析所述业务类文件中的参数信息。According to the preset reflection mechanism, the parameter information in the service class file is parsed. 3.一种规则引擎配置装置,其特征在于,该装置包括:3. A rule engine configuration device, characterized in that the device comprises: 获取模块,用于获取业务类文件,触发配置进程;The acquisition module is used to acquire business class files and trigger the configuration process; 其中,业务类文件是指包含业务事例的文件;Among them, business documents refer to documents containing business cases; 提取模块,用于响应于所述配置进程,提取所述业务类文件中的参数信息;an extraction module, configured to extract parameter information in the business class file in response to the configuration process; 其中,参数信息包括业务属性和函数;The parameter information includes business attributes and functions; 聚合模块,用于对所述参数信息进行聚合处理,得到条件节点和逻辑节点;an aggregation module for performing aggregation processing on the parameter information to obtain condition nodes and logical nodes; 形成模块,用于根据所述条件节点和所述逻辑节点形成行为树:A forming module is used to form a behavior tree according to the condition node and the logical node: 第一生成模块,用于根据所述行为树生成编辑指令,发送所述编辑指令至用户终端,所述编辑指令用于指示所述用户终端解析所述编辑指令中的行为树,显示所述行为树至用户,检测所述用户的编辑操作,根据所述编辑操作更改所述行为树,根据所述行为树生成规则文件,返回所述规则文件至服务器中的专家系统;a first generating module, configured to generate an editing instruction according to the behavior tree, and send the editing instruction to a user terminal, where the editing instruction is used to instruct the user terminal to parse the behavior tree in the editing instruction, and display the behavior tree to the user, detecting the editing operation of the user, changing the behavior tree according to the editing operation, generating a rule file according to the behavior tree, and returning the rule file to the expert system in the server; 第二生成模块,用于根据所述用户终端返回的规则文件在专家系统中生成规则引擎。The second generating module is configured to generate a rule engine in the expert system according to the rule file returned by the user terminal. 4.如权利要求3所述的一种规则引擎配置装置,其特征在于,所述提取模块包括:4. A rule engine configuration device according to claim 3, wherein the extraction module comprises: 调用单元,用于调用预设的反射机制;The calling unit is used to call the preset reflection mechanism; 解析单元,用于根据所述预设的反射机制,解析所述业务类文件中的参数信息。A parsing unit, configured to parse the parameter information in the service class file according to the preset reflection mechanism. 5.一种服务器,包括存储器、处理器以及存储在所述存储器中并在所述处理器上运行的计算机程序,其特征在于,所述计算机程序被处理器执行时实现如权利要求1至2任一项所述的方法。5. A server, comprising a memory, a processor, and a computer program stored in the memory and running on the processor, wherein the computer program is executed by the processor to achieve as claimed in claims 1 to 2 The method of any one. 6.一种可读存储介质,所述可读存储介质存储有计算机程序,其特征在于,所述计算机程序被处理器执行时实现如权利要求1至2任一项所述的方法。6. A readable storage medium storing a computer program, wherein when the computer program is executed by a processor, the method according to any one of claims 1 to 2 is implemented.
CN202110328075.2A 2021-03-26 2021-03-26 A rule engine configuration method, device, server and readable storage medium Active CN113065656B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110328075.2A CN113065656B (en) 2021-03-26 2021-03-26 A rule engine configuration method, device, server and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110328075.2A CN113065656B (en) 2021-03-26 2021-03-26 A rule engine configuration method, device, server and readable storage medium

Publications (2)

Publication Number Publication Date
CN113065656A CN113065656A (en) 2021-07-02
CN113065656B true CN113065656B (en) 2022-09-30

Family

ID=76563949

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110328075.2A Active CN113065656B (en) 2021-03-26 2021-03-26 A rule engine configuration method, device, server and readable storage medium

Country Status (1)

Country Link
CN (1) CN113065656B (en)

Families Citing this family (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113554069A (en) * 2021-07-06 2021-10-26 猪八戒股份有限公司 Method, device and system for judging resource validity and storage medium
CN113553159B (en) * 2021-07-29 2024-07-19 共达地创新技术(深圳)有限公司 Model scheduling method, device and storage medium based on visualization
CN113900736B (en) * 2021-10-12 2023-11-28 重庆紫光华山智安科技有限公司 Dynamic configuration management method and system for business rules
CN113986241B (en) * 2021-10-25 2022-09-16 北京元年科技股份有限公司 A method and device for configuring business rules based on knowledge graph
CN113989058A (en) * 2021-10-28 2022-01-28 泰康保险集团股份有限公司 A service generation method and device
CN114189818B (en) * 2021-11-10 2023-08-04 深圳市梦网科技发展有限公司 Message sending method, device, server and storage medium
CN113920228A (en) * 2021-11-19 2022-01-11 珠海金山数字网络科技有限公司 Object editing method and device
CN114416305A (en) * 2021-11-26 2022-04-29 北京中软国际信息技术有限公司 A method, system and electronic device for realizing a robot engine
CN114021723B (en) * 2021-11-26 2022-11-08 深圳创维智慧科技有限公司 Rule management method and device for medical knowledge base and computer readable storage medium
CN114637776B (en) * 2021-12-31 2024-07-02 北京航天智造科技发展有限公司 Data management method and device based on rule engine
CN114385243B (en) * 2022-01-11 2022-08-16 北京新桥信通科技股份有限公司 Method and device for automatically issuing instructions for controlling layout engine
EP4465166A4 (en) * 2022-03-30 2025-06-11 Siemens Aktiengesellschaft Microservice orchestration method and apparatus, electronic device, and readable medium
CN114840295B (en) * 2022-05-10 2023-09-15 网易(杭州)网络有限公司 Information display method, display device, equipment and medium
CN115309785B (en) * 2022-08-08 2023-07-07 北京百度网讯科技有限公司 Generation of document rule engine library, document information detection method, device and equipment
CN115185613A (en) * 2022-08-15 2022-10-14 康键信息技术(深圳)有限公司 Business rule configuration method, system, device and medium based on rule engine
CN115509572A (en) * 2022-09-20 2022-12-23 长城汽车股份有限公司 Method for dynamically configuring business logic, cloud platform, vehicle and storage medium
CN115408595B (en) * 2022-11-03 2023-03-24 博和利统计大数据(天津)集团有限公司 Data capture engine development method, data capture engine execution method, data capture engine equipment and storage medium
CN117331887A (en) * 2023-10-31 2024-01-02 中国人民解放军32039部队 Automatic migration method and device for configuration file of aerospace measurement and control system
CN117931134B (en) * 2023-11-30 2024-09-06 阿帕数字科技有限公司 Rule engine-based supply chain design system
CN118963904A (en) * 2024-10-16 2024-11-15 太平金融科技服务(上海)有限公司 A rule processing method, device, equipment and medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106647354A (en) * 2016-10-31 2017-05-10 遨博(北京)智能科技有限公司 Control method, device and system
CN107645403A (en) * 2016-07-22 2018-01-30 阿里巴巴集团控股有限公司 Terminal rule engine apparatus, terminal rule operation method
CN109299150A (en) * 2018-10-24 2019-02-01 万惠投资管理有限公司 A kind of configurable multi-data source adaptation rule engine solution
US10268668B1 (en) * 2016-01-20 2019-04-23 Rex Andrew West Straddling systolic ruletree
CN110532041A (en) * 2019-08-29 2019-12-03 深圳前海环融联易信息科技服务有限公司 Regulation engine method for parameter configuration, device, computer equipment and storage medium
CN112069304A (en) * 2020-09-29 2020-12-11 龙马智芯(珠海横琴)科技有限公司 Question answering method, device, server and storage medium for insurance business
CN112181367A (en) * 2019-07-04 2021-01-05 北京航天长峰科技工业集团有限公司 Configurable business process model

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7599901B2 (en) * 2006-12-06 2009-10-06 Microsoft Corporation Processing data-centric business models
CN106101090A (en) * 2016-06-07 2016-11-09 中国建设银行股份有限公司 Operational approach and rule engine system for regulation engine
CN107220058A (en) * 2017-06-05 2017-09-29 厦门美柚信息科技有限公司 The realization method and system of Business Rule Engine
CN109872244B (en) * 2019-01-29 2023-03-10 汕头大学 Task guidance type intelligent agriculture planting expert system
CN111695827B (en) * 2020-06-17 2024-04-16 北京同邦卓益科技有限公司 Business process management method and device, electronic equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10268668B1 (en) * 2016-01-20 2019-04-23 Rex Andrew West Straddling systolic ruletree
CN107645403A (en) * 2016-07-22 2018-01-30 阿里巴巴集团控股有限公司 Terminal rule engine apparatus, terminal rule operation method
CN106647354A (en) * 2016-10-31 2017-05-10 遨博(北京)智能科技有限公司 Control method, device and system
CN109299150A (en) * 2018-10-24 2019-02-01 万惠投资管理有限公司 A kind of configurable multi-data source adaptation rule engine solution
CN112181367A (en) * 2019-07-04 2021-01-05 北京航天长峰科技工业集团有限公司 Configurable business process model
CN110532041A (en) * 2019-08-29 2019-12-03 深圳前海环融联易信息科技服务有限公司 Regulation engine method for parameter configuration, device, computer equipment and storage medium
CN112069304A (en) * 2020-09-29 2020-12-11 龙马智芯(珠海横琴)科技有限公司 Question answering method, device, server and storage medium for insurance business

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
行为树Behavior Tree 原理一;奋斗不止;《CSDN》;20180118;第1-5页 *
规则引擎在访问控制中的研究与应用;季开伟 等;《计算机与现代化》;20150819;第75-79页 *

Also Published As

Publication number Publication date
CN113065656A (en) 2021-07-02

Similar Documents

Publication Publication Date Title
CN113065656B (en) A rule engine configuration method, device, server and readable storage medium
JP6912583B2 (en) Service processing method and equipment
JP5052568B2 (en) Method, system, and program for managing devices in a network
CN110210212B (en) A data processing method, device and related equipment
CN109995805B (en) Intelligent robot management method, terminal device and medium
CN107832062A (en) A kind of method for updating program and terminal device
CN110875850A (en) Firmware upgrading method and system, readable storage medium and terminal equipment
CN111538651A (en) Interface testing method, device, server and storage medium
CN114331416A (en) Data processing method and device, electronic equipment and storage medium
CN111338716A (en) Data processing method, device and terminal device based on rule engine
CN112068895B (en) Code configuration method, device, video playing equipment and storage medium
CN111694586A (en) Program initialization method, program initialization device, terminal device, and storage medium
CN114911541B (en) Processing method and device of configuration information, electronic equipment and storage medium
CN112631649A (en) Intelligent contract management method, device, terminal equipment and medium
CN111324645B (en) Block chain data processing method and device
US20190196794A1 (en) Visual programming method, system and terminal device
CN111722994A (en) A method and device for responding to a task request
CN117251139A (en) Business process configuration management methods, devices, equipment and storage media
CN113934453B (en) Risk detection method, risk detection device and storage medium
CN116088922A (en) Project dependency management method, device, terminal equipment and storage medium
WO2023143545A1 (en) Resource processing method and apparatus, electronic device, and computer-readable storage medium
WO2022048676A1 (en) Api generation method and apparatus
CN116204201B (en) Service processing method and device
CN112114931A (en) Deep learning program configuration method and device, electronic equipment and storage medium
TWI721464B (en) A deep learning program configuration method, device, electronic device and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 519031 office 1316, No. 1, lianao Road, Hengqin new area, Zhuhai, Guangdong

Applicant after: LONGMA ZHIXIN (ZHUHAI HENGQIN) TECHNOLOGY Co.,Ltd.

Address before: Room 417.418.419, building 20, creative Valley, 1889 Huandao East Road, Hengqin New District, Zhuhai City, Guangdong Province

Applicant before: LONGMA ZHIXIN (ZHUHAI HENGQIN) TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant
PP01 Preservation of patent right
PP01 Preservation of patent right

Effective date of registration: 20240718

Granted publication date: 20220930

PD01 Discharge of preservation of patent
PD01 Discharge of preservation of patent

Date of cancellation: 20241125

Granted publication date: 20220930