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

Rule engine configuration method and 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
behavior tree
file
rule engine
parameter information
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; CALCULATING OR 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; CALCULATING OR 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

Rule engine configuration method and device, server and readable storage medium
Technical Field
The application belongs to the technical field of artificial intelligence, and particularly relates to a rule engine configuration method, a rule engine configuration device, a server and a readable storage medium.
Background
The expert system is a branch of the artificial intelligence system, and when the data volume is not enough for machine learning and deep learning, business judgment and prediction are needed to be realized through rules in the expert system. At present, most rule engines in expert systems require experts to inform developers of knowledge, and the developers convert business logic into programming languages. However, on one hand, the rule engine configured in the prior art can only aim at a single business scenario, and once other business scenarios need to be converted, the whole rule engine needs to be reconfigured, which greatly wastes human resources. On the other hand, in the prior art, the rule engines in the expert system need to be updated regularly, and the process of updating the rule engines also needs to be reconfigured, so that the update is not timely.
Disclosure of Invention
The embodiment of the application provides a rule engine configuration method, a rule engine configuration device, a server and a readable storage medium, and can solve the problems that a rule engine configured in the prior art can only aim at a single service scene and is not updated timely.
In a first aspect, an embodiment of the present application provides a method for configuring a rule engine, including:
acquiring a service class file and triggering a configuration process;
responding to the 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 conditional nodes and the logic nodes:
generating an editing instruction according to the behavior tree, sending the editing instruction to a user terminal, wherein the editing instruction is used for instructing the user terminal to analyze the behavior tree in the editing instruction, displaying the behavior tree to a 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 an expert system in a server;
and generating a rule engine in an expert system according to the rule file returned by the user terminal.
In a possible implementation manner of the first aspect, the extracting, in response to the configuration process, parameter information in the service class file includes:
calling a preset reflection mechanism;
and analyzing the parameter information in the service class file according to the preset reflection mechanism.
In a second aspect, an embodiment of the present application provides a rule engine configuration apparatus, including:
the acquisition module is used for acquiring the service class file and triggering the configuration process;
the extraction module is used for responding to the configuration process and extracting the parameter information in the service class file;
the aggregation module is used for carrying out aggregation processing on the parameter information to obtain a conditional node and a logical node;
a forming module, configured to form a behavior tree according to the conditional node and the logical node:
the first generation module is used for generating an editing instruction according to the behavior tree, sending the editing instruction to a user terminal, wherein the editing instruction is used for indicating the user terminal to analyze the behavior tree in the editing instruction, displaying the behavior tree to a 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 an expert system in a server;
and the second generation module is used for generating 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 for calling a preset reflection mechanism;
and the analysis unit is used for analyzing 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, which includes a memory, a processor, and a computer program stored in the memory and running on the processor, and when executed by the processor, the computer program implements the method of the first aspect.
In a fourth aspect, the present application provides a readable storage medium, and the computer program when executed by a processor implements the method as described in the first aspect.
Compared with the prior art, the embodiment of the application has the beneficial effects that:
in the embodiment of the application, a user can directly modify the rule file in time through the server, so that the rule engine is correspondingly generated or modified, once other service scenes are required to be converted or the rule engine is required to be updated, a service analyst can directly modify the rules again, the rule engine 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.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings required for the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
FIG. 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;
FIG. 2 is a schematic diagram of an application scenario of a rule engine configuration process provided in an embodiment of the present application;
FIG. 3 is a flow chart illustrating a method for configuring a rule engine according to an embodiment of the present application;
FIG. 4 is a schematic diagram of a behavior tree provided by an embodiment of the present application;
FIG. 5 is a schematic structural diagram of a rule engine configuration apparatus according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of a server according to an embodiment of the present application.
Detailed Description
In the following description, for purposes of explanation and not limitation, specific details are set forth such as particular system structures, techniques, etc. in order to provide a thorough understanding of the embodiments of the present application. It will be apparent, however, to one skilled in the art that the present application may be practiced in other embodiments that depart from 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 will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It should also be understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
As used in this specification and the appended claims, the term "if" may be interpreted contextually as "when", "upon" or "in response to" determining "or" in response to detecting ". Similarly, the phrase "if it is determined" or "if a [ described condition or event ] is detected" may be interpreted contextually to mean "upon determining" or "in response to determining" or "upon detecting [ described condition or event ]" or "in response to detecting [ described condition or event ]".
Furthermore, in the description of the present application and the appended claims, the terms "first," "second," "third," and the like are used for distinguishing between descriptions and not necessarily for describing a relative importance or importance.
Reference throughout this specification to "one embodiment" or "some embodiments," or the like, means 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," or the like, in various places throughout this specification are not necessarily all referring to the same embodiment, but rather "one or more but not all embodiments" unless specifically stated otherwise. The terms "comprising," "including," "having," and variations thereof mean "including, but not limited to," unless expressly specified otherwise.
In order to explain the technical solution described in the present application, the following description will be given by way of specific examples.
Referring to fig. 1, an application scenario diagram of a rule engine configuration process in the prior art is provided in an embodiment of the present application, where the rule engine configuration process in the prior art is as follows: the method comprises the steps that a business analyst compiles a requirement document, a development engineer understands requirements in the requirement document, the requirements in the document are converted into a rule file and then stored in a rule base, then the expert base reads rules from the rule base to form a rule engine, and finally the expert base processes fact uploaded by a client side.
As can be seen from the above, once another business scenario needs to be converted or the rule engine needs to be updated, the configuration process of the rule engine needs to be re-configured, that is, the business analyst writes the requirement document, the development engineer understands the requirement in the requirement document, converts the requirement in the document into the rule file and stores the rule file in the rule base, and then the expert base reads the rule from the rule base to form the rule engine, so that the configured rule engine can only aim at a single business scenario, and on the other hand, the update process of the rule engine also needs to be re-configured, which may cause an update failure.
Referring to fig. 2, a schematic view of an application scenario of a rule engine configuration process provided in the embodiment of the present application is shown, where the rule engine configuration process in the embodiment of the present application is as follows: a business analyst compiles a requirement document, a rule file is formed according to a requirement document compiling rule through the rule engine configuration method, requirements in the document are converted into the rule file and then stored in a rule base, and then the expert base reads the rule from the rule base to form a rule engine.
As can be seen from the above, once another service scenario needs to be converted or the rule engine needs to be updated, the rules are directly changed again by the service analyst, which can adapt to a plurality of service scenarios, and 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 the rule engine, and the user in the embodiment of the present application may refer to the business analyst.
Referring to fig. 3, a schematic flowchart of a rule engine configuration method provided in an embodiment of the present application, where the method is applied to a server, and the method includes the following steps:
step S301, acquiring the service class file and triggering the configuration process.
The service class file refers to a file containing a service instance.
Step S302, responding to the configuration process, and extracting the parameter information in the service class file.
Wherein the parameter information includes a service attribute and a function. For example, the business is priced according to the sales volume of the product, and the business attribute refers to the attribute of the product itself.
In specific application, in response to a configuration process, extracting parameter information in a service class file includes:
firstly, calling a preset reflection mechanism;
and secondly, analyzing the parameter information in the service class file according to a preset reflection mechanism.
In specific application, the service attribute and the function in the service class file (class) are analyzed through a built-in JAVA reflection mechanism.
And step S303, carrying out aggregation processing on the parameter information to obtain a conditional node and a logical node.
In the specific application, the service attributes and functions in the service class files are aggregated, and the service attributes and functions of the same type are combined together to obtain the conditional nodes and the logic nodes.
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 logic judgment defining an entity attribute parameter, such as speed > 200. The comparison node is used to define an inter-entity attribute comparison, such as $ car1.getSpeed () > $ car2. getspeed. Compute nodes are used to call function computations, such as distance ($ car1, $ car 2).
And step S304, forming a behavior tree according to the condition nodes and the logic nodes.
The concept of a behavior tree (behavior tree) is the earliest source of the ai control structure in the game of halo, and the ai control structure selects the specific behaviors which should be made under the current environment through a tree decision structure similar to a decision tree. Illustratively, the resulting behavior tree is shown in FIG. 4.
Step S305, generating an editing instruction according to the behavior tree, sending the editing instruction to the user terminal, wherein the editing instruction is used for indicating the user terminal to analyze the behavior tree in the editing instruction, displaying 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 an expert system in the server.
In specific application, the mode of generating the rule file according to the behavior tree is as follows: and converting the nodes in the behavior tree into a JSON format, decomposing the JSON format, and converting into a rule file with a DEL format.
And step S305, generating a rule engine in the expert system according to the rule file returned by the user terminal.
Preferably, the user terminal can download the function to export the rule file or dynamically load the rule into the expert system directly by means of hot update.
In the embodiment of the application, a user can directly modify the rule file in time through the server, so that the rule engine is correspondingly generated or modified, once other service scenes are required to be converted or the rule engine is required 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.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present application.
Fig. 4 shows a block diagram of a rule engine configuration device provided in the embodiment of the present application, and for convenience of explanation, only the relevant parts of the embodiment of the present application are shown.
Referring to fig. 5, the apparatus includes:
an obtaining module 51, configured to obtain a service class file and trigger a configuration process;
an extracting module 52, configured to respond to the configuration process, and extract parameter information in the service class file;
the aggregation module 53 is configured to perform aggregation processing on the parameter information to obtain a conditional node and a logical node;
a forming module 54, configured to form a behavior tree according to the conditional node and the logical node:
the first generating module 55 is configured to generate an editing instruction according to the behavior tree, send the editing instruction to a user terminal, where the editing instruction is used to instruct the user terminal to analyze the behavior tree in the editing instruction, display the behavior tree to a user, detect an editing operation of the user, change the behavior tree according to the editing operation, generate a rule file according to the behavior tree, and return the rule file to an expert system in a server;
and a second generating module 56, configured to generate a rule engine in the expert system according to the rule file returned by the user terminal.
In one possible implementation, the extraction module includes:
the calling unit is used for calling a preset reflection mechanism;
and the analysis unit is used for analyzing the parameter information in the service class file according to the preset reflection mechanism.
It should be noted that, for the information interaction, execution process, and other contents between the above devices/units, the specific functions and technical effects thereof based on the same concept as those of the method embodiment of the present application can be specifically referred to the method embodiment portion, and are not described herein again.
Fig. 6 is a schematic structural diagram of a server according to 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 processor 60 implementing the steps in any of the various method embodiments described above when executing the computer program 62.
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, a memory 61. Those skilled in the art will appreciate that fig. 6 is merely an example of the server 6, and does not constitute a limitation on the server 6, and may include more or less components than those shown, or some components in combination, or different components, such as input output devices, network access devices, etc.
The Processor 60 may be a Central Processing Unit (CPU), and the Processor 60 may be other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory 61 may in some embodiments be an internal storage unit of the server 6, such as a hard disk or a memory of the server 6. The memory 61 may also be an external storage device of the server 6 in other embodiments, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the server 6. 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 for storing an operating system, an application program, a BootLoader (BootLoader), data, and other programs, such as program codes of the computer program. The memory 61 may also be used to temporarily store data that has been output or is to be output.
It should be clear to those skilled in the art that, for convenience and simplicity of description, the foregoing division of the functional units and modules is only used for illustration, and in practical applications, the above function distribution may be performed by different functional units and modules as needed, that is, the internal structure of the apparatus may be divided into different functional units or modules to perform all or part of the above described functions. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present application. The specific working processes of the units and modules in the system may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The embodiments of the present application further provide a readable storage medium, where a computer program is stored, and when the computer program is executed by a processor, the computer program implements the steps that can be implemented in the foregoing method embodiments.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, all or part of the processes in the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium and can implement the steps of the embodiments of the methods described above when the computer program is executed by a processor. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer readable medium may include at least: any entity or device capable of carrying computer program code to a photographing apparatus/terminal apparatus, a recording medium, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), an electrical carrier signal, a telecommunications signal, and a software distribution medium. Such as a usb-drive, a removable hard drive, a magnetic or optical disk, etc. In some jurisdictions, computer-readable media may not be an electrical carrier signal or a telecommunications signal in accordance with legislative and proprietary practices.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus/network device and method may be implemented in other ways. For example, the above-described apparatus/network device embodiments are merely illustrative, and for example, the division of the modules or units is only one logical function division, and other divisions may be realized in practice, for example, multiple units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
The above-mentioned embodiments are only used to illustrate the technical solutions of the present application, and not to limit the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present application and are intended to be included within the scope of the present application.

Claims (6)

1. A rule engine configuration method is applied to a server and is characterized by comprising the following steps:
acquiring a service class file and triggering a configuration process;
the service class file refers to a file containing a service instance;
responding to the configuration process, and extracting parameter information in the service class file;
wherein, the parameter information comprises service attribute and function;
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, sending the editing instruction to a user terminal, wherein the editing instruction is used for indicating the user terminal to analyze the behavior tree in the editing instruction, displaying the behavior tree to a 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 an expert system in a server;
and generating a rule engine in an expert system according to the rule file returned by the user terminal.
2. The method of claim 1, wherein extracting the parameter information in the service class file in response to the configuration process comprises:
calling a preset reflection mechanism;
and analyzing the parameter information in the service class file according to the preset reflection mechanism.
3. A rules engine configuration apparatus, the apparatus comprising:
the acquisition module is used for acquiring the service class file and triggering the configuration process;
the service class file refers to a file containing a service instance;
the extraction module is used for responding to the configuration process and extracting the parameter information in the service class file;
wherein, the parameter information comprises service attribute and function;
the aggregation module is used for carrying out aggregation processing on the parameter information to obtain a conditional node and a logical node;
a forming module, configured to form a behavior tree according to the conditional node and the logical node:
the first generation module is used for generating an editing instruction according to the behavior tree, sending the editing instruction to a user terminal, wherein the editing instruction is used for indicating the user terminal to analyze the behavior tree in the editing instruction, displaying the behavior tree to a 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 an expert system in a server;
and the second generation module is used for generating a rule engine in the expert system according to the rule file returned by the user terminal.
4. The rules engine configuration device of claim 3, wherein the extraction module comprises:
the calling unit is used for calling a preset reflection mechanism;
and the analysis unit is used for analyzing the parameter information in the service class file according to the preset reflection mechanism.
5. A server comprising a memory, a processor and a computer program stored in the memory and run on the processor, characterized in that the computer program, when executed by the processor, implements the method according to any of claims 1 to 2.
6. A readable storage medium, storing a computer program, characterized in that the computer program, when executed by a processor, implements the method according to any of claims 1 to 2.
CN202110328075.2A 2021-03-26 2021-03-26 Rule engine configuration method and 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 Rule engine configuration method and 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 Rule engine configuration method and 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 Rule engine configuration method and device, server and readable storage medium

Country Status (1)

Country Link
CN (1) CN113065656B (en)

Families Citing this family (13)

* 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
CN113553159A (en) * 2021-07-29 2021-10-26 共达地创新技术(深圳)有限公司 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 北京元年科技股份有限公司 Configuration method and device of business rules based on knowledge graph
CN114189818B (en) * 2021-11-10 2023-08-04 深圳市梦网科技发展有限公司 Message sending method, device, server and storage medium
CN114021723B (en) * 2021-11-26 2022-11-08 深圳创维智慧科技有限公司 Rule management method and device for medical knowledge base and computer readable storage medium
CN114637776A (en) * 2021-12-31 2022-06-17 北京航天智造科技发展有限公司 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
CN114840295B (en) * 2022-05-10 2023-09-15 网易(杭州)网络有限公司 Information display method, display device, equipment and medium
CN115309785B (en) * 2022-08-08 2023-07-07 北京百度网讯科技有限公司 File rule engine library generation method, file information detection method, device and equipment
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

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) Rule engine configuration method and device, server and readable storage medium
CN110069259B (en) ID L file-based parsing method and device, electronic equipment and storage medium
US20210365253A1 (en) Heterogeneity-agnostic and topology-agnostic data plane programming
CN112906206B (en) Digital twin model construction method and device
US20200117430A1 (en) Model Configuration Using Partial Model Data
CN114217887A (en) Micro-service arranging method, micro-service executing method, micro-service arranging device and micro-service executing server
CN112631649A (en) Intelligent contract management method, device, terminal equipment and medium
CN111338716A (en) Data processing method and device based on rule engine and terminal equipment
CN111158797A (en) Method, system and engine device for operating artificial intelligence application
CN114741085A (en) Data processing method, device, equipment and storage medium
CN113703734A (en) Applet generation method and device, electronic equipment and storage medium
CN112148343B (en) Rule issuing method and device and terminal equipment
CN112764764A (en) Scene model deployment method, device, equipment and storage medium
CN115599401A (en) Publishing method, device, equipment and medium of user-defined model
CN112068895B (en) Code configuration method, device, video playing equipment and storage medium
CN115186214A (en) Page configuration method and device, computer equipment and computer readable storage medium
CN114443306A (en) Resource processing method and device, electronic equipment and computer readable storage medium
CN114416305A (en) Robot engine implementation method and system and electronic equipment
CN113778412A (en) Data resource arranging method and device, computer equipment and readable storage medium
CN112114931A (en) Deep learning program configuration method and device, electronic equipment and storage medium
CN114785847B (en) Network control software development configuration method, terminal and storage medium
CN116594960B (en) Descriptive file format conversion method, descriptive file format conversion device, computer equipment and storage medium
CN114385388B (en) Algorithm processing method and device, electronic equipment and storage medium
CN113703748B (en) Method, device and equipment for visualizing running logic in configuration web application program
CN118113629A (en) Equipment configuration method and device

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

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.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant