WO2019033400A1 - Service software development method and apparatus - Google Patents

Service software development method and apparatus Download PDF

Info

Publication number
WO2019033400A1
WO2019033400A1 PCT/CN2017/098092 CN2017098092W WO2019033400A1 WO 2019033400 A1 WO2019033400 A1 WO 2019033400A1 CN 2017098092 W CN2017098092 W CN 2017098092W WO 2019033400 A1 WO2019033400 A1 WO 2019033400A1
Authority
WO
WIPO (PCT)
Prior art keywords
function
execution
service
trigger
business process
Prior art date
Application number
PCT/CN2017/098092
Other languages
French (fr)
Chinese (zh)
Inventor
谢兴锋
谢卫平
贺光容
王庆华
郑明都
雷利文
吴健
Original Assignee
深圳怡化电脑股份有限公司
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 深圳怡化电脑股份有限公司 filed Critical 深圳怡化电脑股份有限公司
Priority to PCT/CN2017/098092 priority Critical patent/WO2019033400A1/en
Publication of WO2019033400A1 publication Critical patent/WO2019033400A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs

Definitions

  • the present invention belongs to the field of software bursting technologies, and in particular, to a service software bursting method and apparatus.
  • Business handling is closely related to people's lives. The aspects involved in business handling include banking, telecommunications, and electricity.
  • the application software for business processing has a high technical threshold.
  • Engineers who master programming technology are unfamiliar with the terminal business, and those familiar with the terminal business are not familiar with the programming technology, which makes the terminal business innovation difficult, and the business software has low efficiency.
  • the embodiments of the present invention provide a service software bursting method and apparatus, so as to solve the problem that the service software bursting method in the prior art has low efficiency.
  • a first aspect of the embodiments of the present invention provides a service software bursting method, including:
  • the multiple function instances are associated, and the service flow chart is displayed based on the service flow diagram generated by the associated multiple function instances. Edit page.
  • a second aspect of the embodiments of the present invention provides a service software bursting apparatus, including:
  • a generating unit configured to generate a plurality of function instances according to the plurality of functional bodies selected by the user and the parameter information respectively configured by the user for the plurality of functional entities; and complete the business process by using the combination of the multiple functional instances Business functions corresponding to each sub-process;
  • an association unit configured to associate the multiple function instances according to association information between the multiple function instances, and based on a service flow generated by the associated multiple function instances,
  • the business process diagram is displayed in the edit page.
  • a third aspect of the embodiments of the present invention provides a service software bursting device, including a memory and a processor. And a computer program stored in the memory and operable on the processor, wherein the processor executes the computer program to implement the following steps:
  • a fourth aspect of the embodiments of the present invention provides a computer readable storage medium, where the computer readable storage medium stores a computer program, wherein the computer program is executed by a processor, and the following steps are implemented:
  • the embodiment of the present invention generates a function instance by acquiring a function body selected by the user and configuration information set for the function body, and performing the function instance according to the association information between the function instances input by the user. Correlate and generate visual business flow diagrams.
  • the functional bursting method can make business bursts as simple as “stacking wood”, making complex business easy to understand, so it can reduce the difficulty of bursting and effectively improve ⁇ In addition, it can also realize that the version of the software secondary burst is completely isolated from one burst, and the version of the program code is effectively controlled, so that the secondary burst does not have to use a complicated bursting environment. The hair only needs to be dragged and parameterized, and the software engineering technology threshold is significantly reduced. Brief description of the drawing
  • FIG. 1 is a schematic flowchart of an implementation process of a service software bursting method according to Embodiment 1 of the present invention
  • Embodiment 1 of the present invention is a schematic diagram of a function example provided by Embodiment 1 of the present invention.
  • FIG. 3 is a schematic diagram of parameter information of a functional body according to Embodiment 1 of the present invention.
  • FIG. 5 is a schematic flowchart of an implementation process of a service software bursting method according to Embodiment 2 of the present invention.
  • Embodiment 2 of the present invention is a schematic diagram of another functional example provided by Embodiment 2 of the present invention.
  • FIG. 7 is a schematic diagram of parameter information of a functional body according to Embodiment 2 of the present invention.
  • FIG. 8 is a schematic flowchart of an implementation process of a service software bursting method according to Embodiment 3 of the present invention.
  • FIG. 9 is a structural block diagram of a service software bursting apparatus according to Embodiment 4 of the present invention.
  • FIG. 10 is a schematic diagram of a service software bursting device according to Embodiment 5 of the present invention.
  • FIG. 1 is a schematic flowchart showing an implementation process of a service software bursting method according to Embodiment 1 of the present invention. As shown in FIG. 1, the service software bursting method specifically includes the following steps S101 to S102.
  • Step S101 Configuring a plurality of functional bodies selected by the user and the user respectively configured as the plurality of functional entities The number information is used to generate a function instance; the service function corresponding to a sub-process in the business process is completed by a combination of the function instance or the plurality of the function instances.
  • a functional body is a module that can be multiplexed, and corresponding parameter information can be configured to implement corresponding functions.
  • Business needs include, but are not limited to, banking needs, medical business needs, transportation business needs, and communications business needs. Different business needs are achieved through corresponding business functions.
  • the user handles various banking functions corresponding to banking operations such as bank withdrawal business, bank deposit business, bank inquiry business, bank password change business, and bank transfer business.
  • the service function is implemented by the function instance. Specifically, the service function is implemented by using one of the function instances, and the service function is implemented by using the plurality of function instances.
  • the generation process of the function instance is generated based on the plurality of functions selected by the user and the parameter information respectively configured by the user for the plurality of functions.
  • the business process includes a main process and a plurality of sub-processes, and one sub-process includes at least one function instance.
  • the service function corresponding to a sub-process in the business process is completed by a combination of the function instance or a plurality of the function instances.
  • the functional body includes a service function body and a control function body.
  • the service agent includes a device agent, a page agent, and a sub-process agent;
  • the control agent includes a start agent, a branch agent, a merge agent, and an end agent.
  • the page agent includes a normal page agent and an input page agent. specifically:
  • sub-process Agent obtains the number of output ports set by the user for the sub-process Agent and the name of the output port, generating a sub-process instantiation agent
  • the agent is the agent, the number of the output ports of the agent and the name of the output port are obtained.
  • the branch agent acquires the number of output ports of the initial agent and the name of the output port
  • the merging agent acquires the number of different input ports of the merging agent, the name of the input port, and the name of the merged output port, to generate a converge instantiation agent;
  • the end agent acquires the input port of the end agent and the name of the input port, and generates an end instantiation agent.
  • the service function body and the control function body are all multiplexed, that is, the service function body or the control function body can be configured, and the configured business function body and the control function body are combined into one function instance.
  • the business function body may include a device function body, a normal page function body, a password input function body, and a sub-process function body;
  • the control function body may include a start function function, an end function body, and Branch function and convergence function.
  • the corresponding function body is selected, including at least one business function body and at least one control function body.
  • a function body has an input pin and an output pin, defines an input pin and an output pin of a function body, and connects with an output pin of another function body through an input pin of one function body to construct a function instance.
  • FIG. 2 An example of the function of clearing customer data information is shown in FIG. 2.
  • Start function marks the beginning of the sub-process.
  • the working principle of clearing the customer transaction information is as follows: From the input pin, enter the "clear the customer transaction information" business function body, the function Action ActiveO triggers, and after executing the function, the execution method of the execution device is subsequently executed (execution) Event), that is, Data Pool Remove Section (QString), the user input parameter TRAN, means to clear the transaction information and then call Action::Deliver(QString) to go out from the bow
  • "clearing customer information" business function body adopting the device function body, configuring parameter information for the device function body as shown in FIG. 4, the parameter information includes a trigger device action, an execution device action and an output pin Output.
  • the function Action ActiveO triggers, after executing the function, then calling the execution method of the execution device, Action::dataPoolRemoveSection(QString), the input parameter is Customer, indicating that the transaction information is cleared, and then Call Action::Deliver(QString) to go out from the bow
  • End function marks the end of the sub-flow.
  • Step S102 Associate the multiple function instances according to the association information between the multiple function instances, and perform the business process according to the service flow generated by the associated multiple function instances. The figure is displayed in the edit page.
  • the association relationship may be that after the execution device in the function instance A executes the execution function, the result of the execution function is used as a trigger event, and the execution device in another function instance B is triggered to be triggered; the user will function the function instance.
  • the output pin of A is connected with the input pin of function instance B, and generates a corresponding connection relationship in response to the received user's operation instruction. Similarly, the connection of all associated function instances is completed, and the visualization is generated.
  • the business process diagram displays the visualized business process diagram in an edit page.
  • the method further includes the following steps:
  • the debugging may be to debug the entire business flow chart, or may be a separate function for a certain function. For example, debugging is performed, and then the entire service flow chart is debugged. If the debugging is successful, the visualized business process flowchart and the parameter information are saved as a business process file in a custom format (for example, word). If the debugging is wrong, modify it according to the error prompt until the debugging is successful. It can be understood that the following situations exist: The generated visual business flow diagram is directly executable and does not require debugging.
  • the service in the embodiment of the present invention may be a banking service. It may be understood that, in other embodiments, the service may be other types of services, and is not limited herein.
  • the embodiment of the present invention generates a function instance by acquiring a function body selected by the user and configuration information set for the function body, and performing the function instance according to the association information between the function instances input by the user. Correlate and generate visual business flow diagrams.
  • the functional bursting method can make business bursts as simple as “stacking wood”, making complex business easy to understand, so it can reduce the difficulty of bursting and effectively improve ⁇ In addition, it can also realize that the version of the software secondary burst is completely isolated from one burst, and the version of the program code is effectively controlled, so that the secondary burst does not have to use a complicated bursting environment. The hair only needs to be dragged and parameterized, and the software engineering technology threshold is significantly reduced.
  • FIG. 5 is a schematic flowchart showing an implementation process of a service software bursting method according to Embodiment 2 of the present invention.
  • the parameter information includes at least an execution instruction and a triggering event, and the triggering event is triggered by the executing instruction;
  • the function body includes a triggering device and an executing device, and the specific implementation process of step S101 includes the following Step S201 to step S203.
  • Step S201 Receive an execution device and a trigger device selected by the user.
  • Step S202 receiving at least one execution instruction and a plurality of first trigger events set by the user for the selected execution device, and receiving at least one second execution function and multiple seconds set by the user for the selected trigger device. Triggering an event, such that the selected execution device, upon receiving the first execution instruction, causes one of the plurality of trigger events to occur, such that the selected trigger device is triggered by the one trigger event Run the corresponding second execution function.
  • Step S203 The corresponding second execution function is used as the third trigger event of the next trigger device until a function instance corresponding to the execution device and the trigger device is generated.
  • a graphical programming implementation of a swallow subroutine For example, a graphical programming implementation of a swallow subroutine.
  • Sub-processes such as deposit, withdrawal, transfer, inquiry, and re-cryption all include the function of swallowing card, which is called from the "swallow card" pin, and then the swallowing sub-process needs to be called to perform the swallowing operation.
  • End function marks the end of the swallowing process.
  • the function body is input from the input pin, and the function Action ActiveO is triggered.
  • the execution method Capture() of the execution device IDC is called, that is, IDC::Capture().
  • the output pin is named output from the bow pin, and then the flow information is printed.
  • IDC::Capture() is triggered after the event CardTaken() is executed, it exits from the output pin named output.
  • trigger device Action trigger function pinDeliver represents a time trigger from a specified output pin of the action. This action refers to triggering the function from the output pin of the output, and then calling the parameter information system.
  • script function DeviceManager : callScriptFunc, execute a script named Refun dCardRecord.
  • trigger into the Action call the built-in object generation function active (), call Deliver () out of the output pin, during which the trigger function of the trigger device is continuously called, and the execution action (function) of the device is executed to form a local body.
  • the trigger device performs a trigger event.
  • the next branch operation is triggered after at least two branches before the merge are completed; the branch may be a device function body.
  • the trigger device by triggering a trigger event set by the user for executing the device, triggers the execution device to execute the execution instruction by using the trigger event, continuously triggers the trigger function of the trigger device, and executes the execution of the device.
  • the action forms an autonomous body, completes the corresponding functions of the functional examples, and has independent functions, so that the functions can be independently performed and the bursting efficiency is higher.
  • FIG. 8 is a schematic flowchart showing the implementation of the service software bursting method according to Embodiment 3 of the present invention. As shown in FIG. 8, on the basis of the first embodiment, the service software bursting method further includes the following steps S301 to S303.
  • Step S301 The dynamic library is updated; the dynamic library includes a name of the function body and parameter information configured by the user for the function body;
  • Step S302 Receive a query instruction, and obtain, according to the name of the function body in the query instruction, parameter information of the function body corresponding to the name of the function body in the query instruction from the dynamic library, and display This parameter f ⁇ information.
  • the dynamic library includes at least parameter information, and the parameter information includes at least a name of the function body.
  • the dynamic library is updated, and the parameter information of the function body is read from the dynamic library, and the function is newly added.
  • the body takes effect immediately.
  • the user needs to query the specific parameter information of a certain function body, the corresponding parameter information is displayed based on the name of the function body in the query instruction input by the user.
  • the dynamic library is updated, the parameter information of the function body is read from the dynamic library, and the corresponding parameter information is displayed based on the name of the function body in the query instruction input by the user, which is convenient for Actually, some parameters need to be modified and adjusted, with strong pertinence and flexible processing methods.
  • FIG. 9 is a structural block diagram of a service software bursting apparatus according to Embodiment 5 of the present invention.
  • the service software bursting device 40 includes: a generating unit 41 and an associating unit 42. Wherein, each unit has The body functions are as follows:
  • the generating unit 41 is configured to generate a function instance according to the plurality of functional bodies selected by the user and the parameter information configured by the user for the plurality of functional bodies, respectively, by using one of the functional examples or a plurality of the functional instances. Combining the business functions corresponding to a sub-process in the business process;
  • the association unit 42 is configured to associate the function instance according to the association information between the plurality of function instances, generate a visualized business process flowchart, and display the visualized business process flowchart in the edit page. .
  • the generating unit 41 includes:
  • a receiving subunit configured to receive a trigger event set by the user for executing the device, so that the triggering device triggers the executing device to execute an execution instruction by using the triggering event;
  • a defining subunit configured to use the execution instruction as a trigger event of a next trigger device
  • the cooperation completion sub-unit is configured to complete the function corresponding to the function instance by using the trigger device and the execution device to cooperate with each other.
  • the service software bursting device 40 further includes:
  • a debugging unit configured to debug the visualized service flow chart
  • the saving unit is configured to save the visualized business process flowchart and the parameter information in a customized format as a business process file when the debugging succeeds.
  • the service software bursting device 40 further includes:
  • an update unit configured to update the dynamic library;
  • the dynamic library includes at least the parameter information;
  • the parameter information includes at least a name of the functional body;
  • a reading unit configured to read parameter information of the functional body from the dynamic library
  • the display unit is configured to receive a query instruction, and display the corresponding parameter information based on the name of the function body in the query instruction.
  • the service software bursting device provided by the embodiment of the present invention generates a function instance by acquiring a function body selected by the user and configuration information set for the function body, according to the function instance between the user input Linking information, associating the functional instances to generate a visualized business flow chart, and the functionalizing bursting method can make the business bursting as simple as "stacking wood", making complex business easy to understand, so Reduce the difficulty of bursting, effectively improve the efficiency of bursting;
  • the version issued is completely isolated from one burst, and the version of the program code is effectively controlled, so that the secondary burst does not have to use a complicated bursting environment, and the second burst only needs to drag and parameterize the function body.
  • the threshold of software engineering technology is significantly reduced.
  • the service software bursting apparatus 10 is a schematic diagram of a service software bursting apparatus according to Embodiment 5 of the present invention.
  • the service software bursting apparatus 10 of this embodiment includes: a processor 100, a memory 110, and a computer program 120, such as a business software, stored in the memory 110 and executable on the processor 100. Burst method.
  • the processor 100 executes the computer program 120 to implement the steps in the foregoing various service software bursting method embodiments, such as steps S101 to S102 shown in FIG.
  • the processor 100 executes the computer program 120 to implement the functions of the modules/units in the above-described respective device embodiments, such as the functions of the modules 41 to 42 shown in FIG.
  • the computer program 120 may be divided into one or more modules/units, which are stored in the memory 110 and executed by the processor 100.
  • the one or more modules/units may be a series of computer program instructions that are capable of performing a particular function, and are used to describe the execution of the computer program 120 in the service software bursting device 10.
  • the computer program 120 can be divided into a generating unit and an associating unit, and the specific functions of each unit are as follows:
  • a generating unit configured to generate a function instance according to the plurality of functional bodies selected by the user and the parameter information respectively configured by the user for the plurality of functional bodies; by using one of the functional examples or a combination of the plurality of functional instances Completing the business functions corresponding to a sub-process in the business process;
  • the association unit is configured to associate the function instance according to the association information between the plurality of function instances, generate a visualized business process flowchart, and display the visualized business process flowchart in the edit page.
  • the service software bursting device 10 may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server.
  • the service software bursting device may include, but is not limited to, the processor 100 and the memory 110. It will be understood by those skilled in the art that FIG. 10 is merely an example of a service software bursting device, and does not constitute a limitation of a service software bursting device, and may include more or less components than those illustrated, or may combine certain components. Or different components, such as the service software bursting device, may also include input and output devices, network access devices, buses, and the like.
  • the processor 100 may be a central processing unit (CPU), or may be another general-purpose processor, a digital signal processor (DSP), or an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), ready-to-use programmable gate array
  • CPU central processing unit
  • DSP digital signal processor
  • ASIC Application Specific Integrated Circuit
  • the general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
  • the memory 110 may be an internal storage unit of the service software bursting device 10, such as a hard disk or a memory of the business software bursting device 10.
  • the memory 110 may also be an external storage device of the service software bursting device 10, for example, a plug-in hard disk equipped on the service software bursting device 10, a smart memory card (SMC), and a secure digital device. (Secure Digital,
  • the memory 110 may also include both an internal storage unit of the service software bursting device 10 and an external storage device.
  • the memory 110 is for storing the computer program and other programs and data required by the service software bursting device.
  • the memory 110 can also be used to temporarily store data that has been output or is about to be output.
  • each functional unit and module described above is exemplified. In practical applications, the above functions may be assigned differently according to needs.
  • the functional unit and the module are completed, that is, the internal structure of the device is divided 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 into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit, and the integrated unit may be implemented by hardware.
  • Formal implementation can also be implemented in the form of software functional units.
  • the disclosed apparatus and method can be implemented in other ways.
  • the device embodiments described above are merely illustrative.
  • the division of the modules or units is only a logical function division, and the actual implementation may have another division manner, for example, multiple units or components may be Combined or can be integrated into another system, or some features can be ignored, or not executed.
  • the coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in electrical, mechanical or other form.
  • the unit described as a separate component may or may not be physically distributed, and the component displayed as a unit may or may not be a physical unit, that is, may be located in one place, or may be distributed to multiple On the network unit. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
  • each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit.
  • the above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
  • the integrated module/unit if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium. Based on such understanding, the present invention implements all or part of the processes in the foregoing embodiments, and may also be implemented by a computer program to instruct related hardware.
  • the computer program may be stored in a computer readable storage medium. After the computer program is executed by the processor, the steps of the various method embodiments described above can be implemented.
  • the computer program includes computer program code, and the computer program code may be in a source code form, an object code form, an executable file, or some intermediate form.
  • the computer readable medium may include: any entity or device capable of carrying the computer program code, a recording medium, a USB flash drive, a removable hard disk, a magnetic disk, an optical disk, a computer memory, a Read-Only Memory (ROM). , Random Access Memory (RAM), electrical carrier signals, telecommunications signals, and software distribution media. It should be noted that the content contained in the computer readable medium may be appropriately increased or decreased according to the requirements of legislation and patent practice in a jurisdiction, for example, in some jurisdictions, according to legislation and patent practice, computer readable media Does not include electrical carrier signals and telecommunication signals.

Abstract

The present solution relates to the technical field of software development, and provided thereby are a service software development method and apparatus, comprising: generating function instances according to a plurality of function bodies selected by users and parameter information configured by the users for the plurality of function bodies respectively; completing a service function corresponding to a sub-process in a service process by means of one function instance or a combination of the plurality of function instances; and associating the function instances according to information about the association between the plurality of function instances so as to generate a visualized service process diagram, and displaying the visualized service process diagram in an editing page. According to the present solution, function instances are generated by acquiring function bodies selected by users and configuration information, the function instances are associated according to inputted information about the association between the function instances, and a visualized service process diagram is generated. A function body development mode may make the service development as simple as "Jenga" and make complex service easy to understand, thereby reducing the difficulty of development and effectively improving the development efficiency.

Description

技术领域  Technical field
[0001] 本发明属于软件幵发技术领域, 尤其涉及一种业务软件幵发方法及装置。  [0001] The present invention belongs to the field of software bursting technologies, and in particular, to a service software bursting method and apparatus.
背景技术  Background technique
[0002] 业务办理与人们的生活息息相关, 业务办理涉及的方面包括银行、 电信、 电力 [0002] Business handling is closely related to people's lives. The aspects involved in business handling include banking, telecommunications, and electricity.
、 医疗、 航空、 零售等行业。 目前业务办理的应用软件幵发技术门槛高, 掌握 编程技术的工程师对终端业务不熟悉, 而熟悉终端业务的人员不熟悉编程技术 , 导致终端业务创新难度大, 业务软件的幵发效率低。 , medical, aviation, retail and other industries. At present, the application software for business processing has a high technical threshold. Engineers who master programming technology are unfamiliar with the terminal business, and those familiar with the terminal business are not familiar with the programming technology, which makes the terminal business innovation difficult, and the business software has low efficiency.
技术问题  technical problem
[0003] 有鉴于此, 本发明实施例提供了一种业务软件幵发方法及装置, 以解决现有技 术中业务软件幵发方法存在效率低的问题。  In view of the above, the embodiments of the present invention provide a service software bursting method and apparatus, so as to solve the problem that the service software bursting method in the prior art has low efficiency.
[0004] 本发明实施例的第一方面提供了一种业务软件幵发方法, 包括: A first aspect of the embodiments of the present invention provides a service software bursting method, including:
[0005] 根据用户选择的多个功能体和用户分别为所述多个功能体配置的参数信息, 生 成多个功能实例; 通过所述多个功能实例的组合完成业务流程中各个子流程对 应的业务功能; And generating a plurality of function instances according to the plurality of function bodies selected by the user and the parameter information respectively configured by the user for the plurality of function bodies; and completing, by using the combination of the plurality of function instances, corresponding to each sub-flow in the business process Business functions;
[0006] 根据所述多个功能实例之间的关联信息, 对所述多个功能实例进行关联, 并基 于关联后的多个功能实例生成的业务流程图, 将所述的业务流程图显示在编辑 页面中。  [0006] according to the association information between the multiple function instances, the multiple function instances are associated, and the service flow chart is displayed based on the service flow diagram generated by the associated multiple function instances. Edit page.
[0007] 本发明实施例的第二方面提供了一种业务软件幵发装置, 包括:  [0007] A second aspect of the embodiments of the present invention provides a service software bursting apparatus, including:
[0008] 生成单元, 用于根据用户选择的多个功能体和用户分别为所述多个功能体配置 的参数信息, 生成多个功能实例; 通过所述多个功能实例的组合完成业务流程 中各个子流程对应的业务功能;  a generating unit, configured to generate a plurality of function instances according to the plurality of functional bodies selected by the user and the parameter information respectively configured by the user for the plurality of functional entities; and complete the business process by using the combination of the multiple functional instances Business functions corresponding to each sub-process;
[0009] 关联单元, 用于根据所述多个功能实例之间的关联信息, 对所述多个功能实例 进行关联, 并基于关联后的多个功能实例生成的业务流程图, 将所述的业务流 程图显示在编辑页面中。 [0009] an association unit, configured to associate the multiple function instances according to association information between the multiple function instances, and based on a service flow generated by the associated multiple function instances, The business process diagram is displayed in the edit page.
[0010] 本发明实施例的第三方面提供了一种业务软件幵发装置, 包括存储器、 处理器 以及存储在所述存储器中并可在所述处理器上运行的计算机程序, 其特征在于 , 所述处理器执行所述计算机程序吋实现以下步骤: [0010] A third aspect of the embodiments of the present invention provides a service software bursting device, including a memory and a processor. And a computer program stored in the memory and operable on the processor, wherein the processor executes the computer program to implement the following steps:
[0011] 根据用户选择的多个功能体和用户分别为所述多个功能体配置的参数信息, 生 成多个功能实例; 通过所述多个功能实例的组合完成业务流程中各个子流程对 应的业务功能;  [0011] generating a plurality of function instances according to the plurality of functional bodies selected by the user and the parameter information respectively configured by the user for the plurality of functional entities; and completing, by using the combination of the multiple functional instances, the corresponding sub-processes in the business process Business functions;
[0012] 根据所述多个功能实例之间的关联信息, 对所述多个功能实例进行关联, 并基 于关联后的多个功能实例生成的业务流程图, 将所述的业务流程图显示在编辑 页面中。  [0012] correlating the plurality of function instances according to the association information between the plurality of function instances, and displaying the service flow chart based on the service flow diagram generated by the associated multiple function instances Edit page.
[0013] 本发明实施例的第四方面提供了一种计算机可读存储介质, 所述计算机可读存 储介质存储有计算机程序, 其特征在于, 所述计算机程序被处理器执行吋实现 以下步骤:  [0013] A fourth aspect of the embodiments of the present invention provides a computer readable storage medium, where the computer readable storage medium stores a computer program, wherein the computer program is executed by a processor, and the following steps are implemented:
[0014] 根据用户选择的多个功能体和用户分别为所述多个功能体配置的参数信息, 生 成多个功能实例; 通过所述多个功能实例的组合完成业务流程中各个子流程对 应的业务功能;  [0014] generating a plurality of function instances according to the plurality of function bodies selected by the user and the parameter information configured by the user for the plurality of function bodies respectively; and completing, by using the combination of the plurality of function instances, each sub-flow corresponding to the business process Business functions;
[0015] 根据所述多个功能实例之间的关联信息, 对所述多个功能实例进行关联, 并基 于关联后的多个功能实例生成的业务流程图, 将所述的业务流程图显示在编辑 页面中。  And [0015] correlating the plurality of function instances according to the association information between the plurality of function instances, and displaying the service flowchart according to the service flow diagram generated by the associated multiple function instances Edit page.
问题的解决方案  Problem solution
发明的有益效果  Advantageous effects of the invention
有益效果  Beneficial effect
[0016] 本发明实施例通过获取用户选择的功能体和为所述功能体设置的配置信息来生 成功能实例, 根据所述用户输入的所述功能实例之间的关联信息, 对所述功能 实例进行关联, 生成可视化的业务流程图, 功能体化幵发方式可以使业务幵发 像"堆积木 "一样简单, 让复杂的业务变得简单易懂, 因此, 可以降低幵发难度, 有效提高幵发效率; 另外, 还可以实现软件二次幵发的版本与一次幵发完全隔 离, 实现了程序代码的版本有效控制, 使得二次幵发不必使用一次幵发的复杂 幵发环境, 二次幵发只需要对功能体进行拖曳和参数配置, 软件工程化技术门 槛显著降低。 对附图的简要说明 [0016] The embodiment of the present invention generates a function instance by acquiring a function body selected by the user and configuration information set for the function body, and performing the function instance according to the association information between the function instances input by the user. Correlate and generate visual business flow diagrams. The functional bursting method can make business bursts as simple as “stacking wood”, making complex business easy to understand, so it can reduce the difficulty of bursting and effectively improve 幵In addition, it can also realize that the version of the software secondary burst is completely isolated from one burst, and the version of the program code is effectively controlled, so that the secondary burst does not have to use a complicated bursting environment. The hair only needs to be dragged and parameterized, and the software engineering technology threshold is significantly reduced. Brief description of the drawing
附图说明  DRAWINGS
[0017] 为了更清楚地说明本发明实施例中的技术方案, 下面将对实施例或现有技术描 述中所需要使用的附图作简单地介绍, 显而易见地, 下面描述中的附图仅仅是 本发明的一些实施例, 对于本领域普通技术人员来讲, 在不付出创造性劳动性 的前提下, 还可以根据这些附图获得其他的附图。  [0017] In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings used in the embodiments or the prior art description will be briefly described below. Obviously, the drawings in the following description are merely Some embodiments of the present invention may also be used to obtain other drawings based on these drawings without departing from the skilled artisan.
[0018] 图 1是本发明实施例一提供的业务软件幵发方法的实现流程示意图; 1 is a schematic flowchart of an implementation process of a service software bursting method according to Embodiment 1 of the present invention;
[0019] 图 2是本发明实施例一提供的一功能实例示意图; 2 is a schematic diagram of a function example provided by Embodiment 1 of the present invention;
[0020] 图 3是本发明实施例一提供的一功能体的参数信息的示意图; 3 is a schematic diagram of parameter information of a functional body according to Embodiment 1 of the present invention;
[0021] 图 4是本发明实施例一提供的另一功能体的参数信息的示意图; 4 is a schematic diagram of parameter information of another functional body according to Embodiment 1 of the present invention;
[0022] 图 5是本发明实施例二提供的业务软件幵发方法的实现流程示意图; [0022] FIG. 5 is a schematic flowchart of an implementation process of a service software bursting method according to Embodiment 2 of the present invention;
[0023] 图 6是本发明实施例二提供的另一功能实例的示意图; 6 is a schematic diagram of another functional example provided by Embodiment 2 of the present invention;
[0024] 图 7是本发明实施例二提供的一功能体的参数信息的示意图; 7 is a schematic diagram of parameter information of a functional body according to Embodiment 2 of the present invention;
[0025] 图 8是本发明实施例三提供的业务软件幵发方法的实现流程示意图; 8 is a schematic flowchart of an implementation process of a service software bursting method according to Embodiment 3 of the present invention;
[0026] 图 9是本发明实施例四提供的业务软件幵发装置的结构框图; 9 is a structural block diagram of a service software bursting apparatus according to Embodiment 4 of the present invention;
[0027] 图 10是本发明实施例五提供的业务软件幵发装置的示意图。 10 is a schematic diagram of a service software bursting device according to Embodiment 5 of the present invention.
本发明的实施方式 Embodiments of the invention
[0028] 以下描述中, 为了说明而不是为了限定, 提出了诸如特定系统结构、 技术之类 的具体细节, 以便透彻理解本发明实施例。 然而, 本领域的技术人员应当清楚 , 在没有这些具体细节的其它实施例中也可以实现本发明。 在其它情况中, 省 略对众所周知的系统、 装置、 电路以及方法的详细说明, 以免不必要的细节妨 碍本发明的描述。  [0028] In the following description, for purposes of illustration and description However, it will be apparent to those skilled in the art that the present invention 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 invention.
[0029] 为了说明本发明所述的技术方案, 下面通过具体实施例来进行说明。  [0029] In order to explain the technical solutions described in the present invention, the following description will be made by way of specific embodiments.
[0030] 实施例一 [0030] Embodiment 1
[0031] 图 1示出了本发明实施例一提供的业务软件幵发方法的实现流程示意图。 如图 1 所示, 该业务软件幵发方法具体包括如下步骤 S101至步骤 S102。  [0031] FIG. 1 is a schematic flowchart showing an implementation process of a service software bursting method according to Embodiment 1 of the present invention. As shown in FIG. 1, the service software bursting method specifically includes the following steps S101 to S102.
[0032] 步骤 S101 : 根据用户选择的多个功能体和用户分别为所述多个功能体配置的参 数信息, 生成功能实例; 通过一个所述功能实例或者多个所述功能实例的组合 完成业务流程中的一子流程对应的业务功能。 [0032] Step S101: Configuring a plurality of functional bodies selected by the user and the user respectively configured as the plurality of functional entities The number information is used to generate a function instance; the service function corresponding to a sub-process in the business process is completed by a combination of the function instance or the plurality of the function instances.
[0033] 其中, 功能体、 功能实例和业务功能的说明如下:  [0033] The description of the function body, the function instance, and the service function is as follows:
[0034] 功能体是一种可以复用的模块, 对其配置相应的参数信息可以实现相应的功能 。 业务需求包括但不限于银行业务需求、 医疗业务需求、 交通业务需求和通信 业务需求。 不同的业务需求通过对应的业务功能来实现。 用户办理各种银行业 务对应的业务功能如: 银行取款业务、 银行存款业务、 银行査询业务、 银行改 密码业务、 银行转账业务等。 功能实例对应实现的即为所述的业务功能, 具体 地, 通过一个所述功能实例实现一所述的业务功能, 也可以通过多个所述功能 实例实现一所述的业务功能。 功能实例的生成过程即根据用户选择的多个功能 体和用户分别为所述多个功能体配置的参数信息来生成。  [0034] A functional body is a module that can be multiplexed, and corresponding parameter information can be configured to implement corresponding functions. Business needs include, but are not limited to, banking needs, medical business needs, transportation business needs, and communications business needs. Different business needs are achieved through corresponding business functions. The user handles various banking functions corresponding to banking operations such as bank withdrawal business, bank deposit business, bank inquiry business, bank password change business, and bank transfer business. The service function is implemented by the function instance. Specifically, the service function is implemented by using one of the function instances, and the service function is implemented by using the plurality of function instances. The generation process of the function instance is generated based on the plurality of functions selected by the user and the parameter information respectively configured by the user for the plurality of functions.
[0035] 业务流程包括一个主流程和多个子流程, 一个子流程包括至少一个功能实例。  [0035] The business process includes a main process and a plurality of sub-processes, and one sub-process includes at least one function instance.
通过一个所述功能实例或者多个所述功能实例的组合完成业务流程中的一子流 程对应的业务功能。  The service function corresponding to a sub-process in the business process is completed by a combination of the function instance or a plurality of the function instances.
[0036] 其中, 可选地, 功能体包括业务功能体和控制功能体。 所述业务 Agent包括设 备 Agent、 页面 Agent和子流程 Agent; 所述控制 Agent包括幵始 Agent、 分支 Agent 、 汇合 Agent和结束 Agent。 进一步地, 所述页面 Agent包括普通页面 Agent和输入 页面 Agent。 具体地:  [0036] wherein, the functional body includes a service function body and a control function body. The service agent includes a device agent, a page agent, and a sub-process agent; the control agent includes a start agent, a branch agent, a merge agent, and an end agent. Further, the page agent includes a normal page agent and an input page agent. specifically:
[0037] 若为设备 Agent, 获取用户为所述设备 Agent设置的输入口、 输出端口、 触发设 备、 触发事件、 执行设备和执行函数, 生成设备实例化 Agent;  [0037] if it is a device agent, acquiring an input port, an output port, a trigger device, a trigger event, an execution device, and an execution function set by the user for the device agent, and generating a device instantiation agent;
[0038] 若为普通页面 Agent, 获取用户为普通页面 Agent设置的普通页面参数, 生成普 通页面实例化 Agent;  [0038] If it is a normal page agent, obtaining a normal page parameter set by the user for the normal page agent, generating a normal page instantiation agent;
[0039] 若为输入页面 Agent, 获取用户为输入页面 Agent设置的输入页面参数, 生成输 入页面实例化 Agent;  [0039] If the input page Agent is obtained, the input page parameter set by the user for the input page Agent is obtained, and the input page instantiation agent is generated;
[0040] 若为子流程 Agent, 获取用户为子流程 Agent设置的输出端口的个数及所述输出 端口的名称, 生成子流程实例化 Agent;  [0040] If the sub-process Agent obtains the number of output ports set by the user for the sub-process Agent and the name of the output port, generating a sub-process instantiation agent;
[0041] 若为幵始 Agent, 获取所述幵始 Agent的输出端口的个数及所述输出端口的名称[0041] if the agent is the agent, the number of the output ports of the agent and the name of the output port are obtained.
, 生成幵始实例化 Agent; [0042] 所述分支 Agent, 获取所述幵始 Agent的输出端口的个数及所述输出端口的名称, generating an instantiated Agent; [0042] the branch agent acquires the number of output ports of the initial agent and the name of the output port
, 生成分支实例化 Agent; 不同的所述输出端口会触发与之关联的不同的流程分 支或者子流程分支的执行; Generating a branch instantiation agent; different output ports trigger different process branches or sub-process branches associated with them;
[0043] 所述汇合 Agent, 获取所述汇合 Agent的不同输入端口的个数、 所述输入端口的 名称和汇合后输出端口的名称, 生成汇合实例化 Agent; [0043] the merging agent acquires the number of different input ports of the merging agent, the name of the input port, and the name of the merged output port, to generate a converge instantiation agent;
[0044] 所述结束 Agent, 获取所述结束 Agent的输入端口及所述输入端口的名称, 生成 结束实例化 Agent。 [0044] the end agent acquires the input port of the end agent and the name of the input port, and generates an end instantiation agent.
[0045] 业务功能体和控制功能体均是复用的, 即可以对业务功能体或控制功能体进行 配置, 对配置后的业务功能体和控制功能体组合成为一个功能实例。 例如, 当 业务流程为金融自助终端业务流程吋, 业务功能体可以包括设备功能体、 普通 页面功能体、 密码输入功能体和子流程功能体; 控制功能体可以包括幵始功能 体、 结束功能体、 分支功能体和汇合功能体。 根据需要构建的功能实例, 选择 对应的功能体, 包括至少一个业务功能体和至少一个控制功能体。 为功能体配 置好参数, 设置好触发所述设备 Agent启动的触发事件 (触发函数) 以及该触发 事件的执行主体, 即触发设备; 以及功能体启动后的执行事件 (执行函数) 以 及执行事件的执行主体, 即执行设备。 一般地, 一个功能体具有输入引脚和输 出引脚, 定义功能体的输入引脚和输出引脚, 通过一功能体的输入引脚与另一 功能体的输出引脚进行连接构建一功能实例。  [0045] The service function body and the control function body are all multiplexed, that is, the service function body or the control function body can be configured, and the configured business function body and the control function body are combined into one function instance. For example, when the business process is a financial self-service terminal business process, the business function body may include a device function body, a normal page function body, a password input function body, and a sub-process function body; the control function body may include a start function function, an end function body, and Branch function and convergence function. According to the function instance that needs to be built, the corresponding function body is selected, including at least one business function body and at least one control function body. Configuring a parameter for the function body, setting a trigger event (trigger function) that triggers the device Agent to start, and an execution body of the trigger event, that is, a trigger device; and an execution event (execution function) after the function body is started and an execution event The execution subject, the execution device. Generally, a function body has an input pin and an output pin, defines an input pin and an output pin of a function body, and connects with an output pin of another function body through an input pin of one function body to construct a function instance. .
[0046] 下面结合实际情况进行说明:  [0046] The following describes the actual situation:
[0047] 例如, 清除客户数据信息的功能的图形化编程实现过程。  [0047] For example, a graphical programming implementation of the function of clearing customer data information.
[0048] 清除客户数据信息的功能实例如图 2所示。 [0048] An example of the function of clearing customer data information is shown in FIG. 2.
[0049] 在图 2所示的功能实例中, 一共使用了四个功能体来实现该子流程, 两个控制 功能体和两个业务功能体, 包括:  [0049] In the function example shown in FIG. 2, a total of four functional bodies are used to implement the sub-process, two control functions and two business functions, including:
[0050] 1) 幵始功能体: 标志着该子流程的幵始。  [0050] 1) Start function: marks the beginning of the sub-process.
[0051] 2) "清除本次客户交易信息"业务功能体: 采用设备功能体, 为该设备功能体 配置参数信息, 配置的参数信息如图 3所示, 参数信息包括一个触发设备 Action 、 一个执行设备 Action和输出引脚 output, 用于实现子流程中"清除本次客户交易 信息"的功能片段。 [0052] 清除本次客户交易信息的工作原理如下: 从输入引脚进入"清除本次客户交易 信息"业务功能体, 函数 Action ActiveO触发, 执行完该函数后接着调用执行设 备的执行方法 (执行事件) , 即 data Pool Remove Section(QString) , 用户输入的 参数 TRAN, 表示清除交易信息然后调用 Action::Deliver(QString)从弓 |脚名为 outp ut的引脚出去。 [0051] 2) "Clear this customer transaction information" business function body: Adopt device function body, configure parameter information for the device function body, the configured parameter information is as shown in FIG. 3, and the parameter information includes a trigger device Action, one Execute device action and output pin output, which is used to implement the function segment of "clear this customer transaction information" in the sub-flow. [0052] The working principle of clearing the customer transaction information is as follows: From the input pin, enter the "clear the customer transaction information" business function body, the function Action ActiveO triggers, and after executing the function, the execution method of the execution device is subsequently executed (execution) Event), that is, Data Pool Remove Section (QString), the user input parameter TRAN, means to clear the transaction information and then call Action::Deliver(QString) to go out from the bow|foot pin named outp ut.
[0053] 3) "清除客户信息"业务功能体: 采用设备功能体, 为该设备功能体配置参数 信息如图 4所示, 参数信息包括一个触发设备 Action、 一个执行设备 Action和一个 输出引脚 output。  [0053] 3) "clearing customer information" business function body: adopting the device function body, configuring parameter information for the device function body as shown in FIG. 4, the parameter information includes a trigger device action, an execution device action and an output pin Output.
[0054] 工作原理如下:  [0054] The working principle is as follows:
[0055] 从输入引脚进入该功能体, 函数 Action ActiveO触发, 执行完该函数后, 接着 调用执行设备的执行方法, Action::dataPoolRemoveSection(QString), 输入参数为 Customer, 表示清除交易信息, 然后调用 Action::Deliver(QString)从弓 |脚名为 outp ut的引脚出去。  [0055] Entering the function body from the input pin, the function Action ActiveO triggers, after executing the function, then calling the execution method of the execution device, Action::dataPoolRemoveSection(QString), the input parameter is Customer, indicating that the transaction information is cleared, and then Call Action::Deliver(QString) to go out from the bow|foot pin named outp ut.
[0056] 4) 结束功能体: 标志着该子流程的结束。  [0056] 4) End function: marks the end of the sub-flow.
[0057] 步骤 S102: 根据所述多个功能实例之间的关联信息, 对所述多个功能实例进行 关联, 并基于关联后的多个功能实例生成的业务流程图, 将所述的业务流程图 显示在编辑页面中。  [0057] Step S102: Associate the multiple function instances according to the association information between the multiple function instances, and perform the business process according to the service flow generated by the associated multiple function instances. The figure is displayed in the edit page.
[0058] 其中, 关联关系可以是一功能实例 A中的执行设备执行完执行函数后, 这个执 行函数的结果作为触发事件, 对应触发了另一个功能实例 B中的执行设备启动; 用户将功能实例 A的输出引脚与功能实例 B的输入引脚进行连接, 响应于接收到 的用户的操作指令, 生成对应的连接关系, 类似地, 完成所有有关联的功能实 例的连接, 即可生成可视化的业务流程图, 将所述可视化的业务流程图显示在 编辑页面中。  [0058] The association relationship may be that after the execution device in the function instance A executes the execution function, the result of the execution function is used as a trigger event, and the execution device in another function instance B is triggered to be triggered; the user will function the function instance. The output pin of A is connected with the input pin of function instance B, and generates a corresponding connection relationship in response to the received user's operation instruction. Similarly, the connection of all associated function instances is completed, and the visualization is generated. The business process diagram displays the visualized business process diagram in an edit page.
[0059] 可选地, 在上述方案的基础上, 还包括如下步骤:  [0059] Optionally, based on the foregoing solution, the method further includes the following steps:
[0060] 对所述可视化业务流程图进行调试; [0060] debugging the visual business flow chart;
[0061] 若调试成功, 则将所述可视化的业务流程图和所述参数信息以自定义格式保存 为业务流程文件。  [0061] If the debugging is successful, the visualized business process flowchart and the parameter information are saved in a custom format as a business process file.
[0062] 其中, 调试可以是对整个业务流程图进行调试, 也可以是单独对某一个功能实 例进行调试, 再对对整个业务流程图进行调试, 如果调试成功, 则将所述可视 化的业务流程图和所述参数信息以自定义格式 (例如 word) 保存为业务流程文 件。 如果调试出错则根据出错提示进行修改直到调试成功。 可以理解的是, 存 在以下情况: 生成的可视化业务流程图直接可执行, 不需要调试。 [0062] wherein, the debugging may be to debug the entire business flow chart, or may be a separate function for a certain function. For example, debugging is performed, and then the entire service flow chart is debugged. If the debugging is successful, the visualized business process flowchart and the parameter information are saved as a business process file in a custom format (for example, word). If the debugging is wrong, modify it according to the error prompt until the debugging is successful. It can be understood that the following situations exist: The generated visual business flow diagram is directly executable and does not require debugging.
[0063] 需要说明的是, 本发明实施例中的业务具体可以是银行业务, 可以理解的是, 在其他实施例中, 业务也可以是其他类型的业务, 此处不做限制。  [0063] It should be noted that the service in the embodiment of the present invention may be a banking service. It may be understood that, in other embodiments, the service may be other types of services, and is not limited herein.
[0064] 本发明实施例通过获取用户选择的功能体和为所述功能体设置的配置信息来生 成功能实例, 根据所述用户输入的所述功能实例之间的关联信息, 对所述功能 实例进行关联, 生成可视化的业务流程图, 功能体化幵发方式可以使业务幵发 像"堆积木 "一样简单, 让复杂的业务变得简单易懂, 因此, 可以降低幵发难度, 有效提高幵发效率; 另外, 还可以实现软件二次幵发的版本与一次幵发完全隔 离, 实现了程序代码的版本有效控制, 使得二次幵发不必使用一次幵发的复杂 幵发环境, 二次幵发只需要对功能体进行拖曳和参数配置, 软件工程化技术门 槛显著降低。  [0064] The embodiment of the present invention generates a function instance by acquiring a function body selected by the user and configuration information set for the function body, and performing the function instance according to the association information between the function instances input by the user. Correlate and generate visual business flow diagrams. The functional bursting method can make business bursts as simple as “stacking wood”, making complex business easy to understand, so it can reduce the difficulty of bursting and effectively improve 幵In addition, it can also realize that the version of the software secondary burst is completely isolated from one burst, and the version of the program code is effectively controlled, so that the secondary burst does not have to use a complicated bursting environment. The hair only needs to be dragged and parameterized, and the software engineering technology threshold is significantly reduced.
[0065] 实施例二  Embodiment 2
[0066] 图 5示出了本发明实施例二提供的业务软件幵发方法的实现流程示意图。 在实 施例一的基础上, 所述参数信息至少包括执行指令和触发事件, 所述触发事件 由所述执行指令触发; 所述功能体包括触发设备和执行设备, 步骤 S101的具体 实现流程包括如下步骤 S201至步骤 S203。  [0066] FIG. 5 is a schematic flowchart showing an implementation process of a service software bursting method according to Embodiment 2 of the present invention. On the basis of the first embodiment, the parameter information includes at least an execution instruction and a triggering event, and the triggering event is triggered by the executing instruction; the function body includes a triggering device and an executing device, and the specific implementation process of step S101 includes the following Step S201 to step S203.
[0067] 步骤 S201 : 接收用户选择的执行设备和触发设备。  [0067] Step S201: Receive an execution device and a trigger device selected by the user.
[0068] 步骤 S202: 接收用户为所选择的执行设备设置的至少一个执行指令和多个第一 触发事件, 并接收用户为所选择的触发设备设置的至少一个第二执行函数和多 个第二触发事件, 以使得所选择的执行设备在接收到所述第一执行指令吋引起 所述多个触发事件中的一个触发事件发生, 以使得通过所述一个触发事件来触 发所述选择的触发设备运行对应的第二执行函数。  [0068] Step S202: receiving at least one execution instruction and a plurality of first trigger events set by the user for the selected execution device, and receiving at least one second execution function and multiple seconds set by the user for the selected trigger device. Triggering an event, such that the selected execution device, upon receiving the first execution instruction, causes one of the plurality of trigger events to occur, such that the selected trigger device is triggered by the one trigger event Run the corresponding second execution function.
[0069] 步骤 S203: 将所述对应的第二执行函数作为下一个触发设备的第三触发事件, 直至生成与所述执行设备和触发设备相对应功能的功能实例。  [0069] Step S203: The corresponding second execution function is used as the third trigger event of the next trigger device until a function instance corresponding to the execution device and the trigger device is generated.
[0070] 例如, 吞卡子流程的图形化编程实现。 [0071] 存款、 取款、 转账、 査询、 改密等子流程均包含吞卡这一功能, 从"吞卡"引脚 出来吋, 此吋需要调用该吞卡子流程执行吞卡操作。 [0070] For example, a graphical programming implementation of a swallow subroutine. [0071] Sub-processes such as deposit, withdrawal, transfer, inquiry, and re-cryption all include the function of swallowing card, which is called from the "swallow card" pin, and then the swallowing sub-process needs to be called to perform the swallowing operation.
[0072] 吞卡功能实例实现如图 6所示: [0072] The example of the swallowing function is implemented as shown in FIG. 6:
[0073] 上述流程图中, 一共利用了三个功能体实现了该流程, 两个控制功能体和一个 业务功能体, 包括: [0073] In the above flowchart, a total of three functional entities are used to implement the process, two control functions and one business function body, including:
Figure imgf000010_0001
Figure imgf000010_0001
[0075] 2) 结束功能体: 标志着吞卡流程的结束。  [0075] 2) End function: marks the end of the swallowing process.
[0076] 3) "吞卡"业务功能体: 采用设备功能体, 为设备功能体配置两个触发设备: A ction和 IDC; 四个执行设备: Action、 IDC、 JPTR和 DeviceManager; —个输出引 脚 output。  [0076] 3) "swallow card" business function body: Using the device function body, two trigger devices are configured for the device function body: A ction and IDC; four execution devices: Action, IDC, JPTR and DeviceManager; Foot output.
[0077] 吞卡功能实例工作原理如下:  [0077] The working principle of the swallowing function example is as follows:
[0078] 参考图 6和图 7, 从输入引脚进入该功能体, 函数 Action ActiveO触发, 执行完 该函数后, 接着调用执行设备 IDC的执行方法 Capture(), 即 IDC::Capture()。  [0078] Referring to FIG. 6 and FIG. 7, the function body is input from the input pin, and the function Action ActiveO is triggered. After the function is executed, the execution method Capture() of the execution device IDC is called, that is, IDC::Capture().
[0079] 如果 IDC::Capture()执行完后触发事件 CardCaptured(), 则从弓 I脚名为 output的输 出引脚出去, 接着打印流水信息,
Figure imgf000010_0002
[0079] If the IDC::Capture() is triggered after the event CardCaptured() is executed, the output pin is named output from the bow pin, and then the flow information is printed.
Figure imgf000010_0002
STring) , 返回吞卡卡号等信息。 如果 IDC::Capture()执行完后触发事件 hardware— Error(), 则从弓 |脚名为 output的输出引脚出去。  STring), return information such as the swallow card number. If the event hardware_Error() is triggered after IDC::Capture() is executed, it exits from the output pin of the bow_foot name output.
[0080] 如果 IDC::Capture()执行完后触发事件 CardTaken(), 则从弓 I脚名为 output的输出 引脚出去。  [0080] If IDC::Capture() is triggered after the event CardTaken() is executed, it exits from the output pin named output.
[0081] 如果 IDC::Capture()执行完后触发事件 CardCaptured(), 则从弓 I脚名为 output的输 出引脚出去。  [0081] If the event CardCaptured() is triggered after IDC::Capture() is executed, it exits from the output pin named output.
[0082] 最后, 触发设备 Action触发函数 pinDeliver(QSTring)表示从 action的某一指定输 出引脚出去的吋候触发, 本 Action是指从 output的输出引脚出去触发该函数, 然 后调用参数信息系中的脚本函数 DeviceManager: : callScriptFunc,执行名为 Refun dCardRecord的脚本。  [0082] Finally, the trigger device Action trigger function pinDeliver (QSTring) represents a time trigger from a specified output pin of the action. This action refers to triggering the function from the output pin of the output, and then calling the parameter information system. In the script function DeviceManager: : callScriptFunc, execute a script named Refun dCardRecord.
[0083] 触发进入 Action, 调用内置对象生成函数 active () , 调用 Deliver () 从输出引 脚出去, 期间不断地调用触发设备的触发函数, 以及执行设备的执行动作 (函 数) , 形成一个自治体, 不受外界任何函数控制, 包括不受执行流程引擎控制 [0084] 可选地, 至少两个所述执行设备运行各自的执行指令后, 所述触发设备执行触 发事件。 [0083] trigger into the Action, call the built-in object generation function active (), call Deliver () out of the output pin, during which the trigger function of the trigger device is continuously called, and the execution action (function) of the device is executed to form a local body. Not subject to any external control, including uncontrolled execution engine control [0084] Optionally, after the at least two execution devices run the respective execution instructions, the trigger device performs a trigger event.
[0085] 当使用了汇合功能体吋, 合并前的至少两个分支均完成后才触发下一个分支运 行; 分支可以是一个设备功能体。  [0085] When the merge function is used, the next branch operation is triggered after at least two branches before the merge are completed; the branch may be a device function body.
[0086] 本发明实施例通过接收用户为执行设备设置的触发事件, 使得触发设备通过所 述触发事件来触发所述执行设备运行执行指令, 不断地调用触发设备的触发函 数, 以及执行设备的执行动作, 形成一个自治体, 完成所述功能实例对应的功 育 , 功能独立, 因此可以独立幵发, 幵发效率更高。 [0086] In the embodiment of the present invention, by triggering a trigger event set by the user for executing the device, the trigger device triggers the execution device to execute the execution instruction by using the trigger event, continuously triggers the trigger function of the trigger device, and executes the execution of the device. The action forms an autonomous body, completes the corresponding functions of the functional examples, and has independent functions, so that the functions can be independently performed and the bursting efficiency is higher.
[0087] 实施例三 [0087] Embodiment 3
[0088] 在实施例一的基础上, 图 8示出了本发明实施例三提供的业务软件幵发方法的 实现流程示意图。 如图 8所示, 在实施例一的基础上, 该业务软件幵发方法还包 括如下步骤 S301至步骤 S303。  [0088] Based on the first embodiment, FIG. 8 is a schematic flowchart showing the implementation of the service software bursting method according to Embodiment 3 of the present invention. As shown in FIG. 8, on the basis of the first embodiment, the service software bursting method further includes the following steps S301 to S303.
[0089] 步骤 S301 : 实吋更新动态库; 所述动态库包括功能体的名称以及用户为该功能 体配置的参数信息;  [0089] Step S301: The dynamic library is updated; the dynamic library includes a name of the function body and parameter information configured by the user for the function body;
[0090] 步骤 S302: 接收査询指令, 基于査询指令中功能体的名称, 从所述动态库中获 取与所述査询指令中功能体的名称相对应的功能体的参数信息, 并显示该参数 f π息。  [0090] Step S302: Receive a query instruction, and obtain, according to the name of the function body in the query instruction, parameter information of the function body corresponding to the name of the function body in the query instruction from the dynamic library, and display This parameter f π information.
[0091] 动态库至少包括参数信息, 参数信息至少包括功能体的名称, 当需要新增功能 体后, 动态库实吋更新, 从所述动态库读取功能体的参数信息, 新增的功能体 立即生效。 当用户需要査询某一个功能体的具体参数信息吋, 基于用户输入的 査询指令中功能体的名称, 显示对应的所述参数信息。  [0091] The dynamic library includes at least parameter information, and the parameter information includes at least a name of the function body. After the function body needs to be added, the dynamic library is updated, and the parameter information of the function body is read from the dynamic library, and the function is newly added. The body takes effect immediately. When the user needs to query the specific parameter information of a certain function body, the corresponding parameter information is displayed based on the name of the function body in the query instruction input by the user.
[0092] 本发明实施例通过实吋更新动态库, 从所述动态库读取功能体的参数信息, 基 于用户输入的査询指令中功能体的名称, 显示对应的所述参数信息, 便于根据 实际需要对一些参数进行修改与调整, 针对性强, 处理方式灵活。  [0092] In the embodiment of the present invention, the dynamic library is updated, the parameter information of the function body is read from the dynamic library, and the corresponding parameter information is displayed based on the name of the function body in the query instruction input by the user, which is convenient for Actually, some parameters need to be modified and adjusted, with strong pertinence and flexible processing methods.
[0093] 实施例四  Embodiment 4
[0094] 请参考图 9, 其示出了本发明实施例五提供的业务软件幵发装置的结构框图。  [0094] Please refer to FIG. 9, which is a structural block diagram of a service software bursting apparatus according to Embodiment 5 of the present invention.
所述业务软件幵发装置 40包括: 生成单元 41和关联单元 42。 其中, 各单元的具 体功能如下: The service software bursting device 40 includes: a generating unit 41 and an associating unit 42. Wherein, each unit has The body functions are as follows:
[0095] 生成单元 41, 用于根据用户选择的多个功能体和用户分别为所述多个功能体配 置的参数信息, 生成功能实例; 通过一个所述功能实例或者多个所述功能实例 的组合完成业务流程中的一子流程对应的业务功能;  The generating unit 41 is configured to generate a function instance according to the plurality of functional bodies selected by the user and the parameter information configured by the user for the plurality of functional bodies, respectively, by using one of the functional examples or a plurality of the functional instances. Combining the business functions corresponding to a sub-process in the business process;
[0096] 关联单元 42, 用于根据多个所述功能实例之间的关联信息, 对所述功能实例进 行关联, 生成可视化的业务流程图, 将所述可视化的业务流程图显示在编辑页 面中。 [0096] The association unit 42 is configured to associate the function instance according to the association information between the plurality of function instances, generate a visualized business process flowchart, and display the visualized business process flowchart in the edit page. .
[0097] 可选地, 生成单元 41包括:  [0097] Optionally, the generating unit 41 includes:
[0098] 接收子单元, 用于接收用户为执行设备设置的触发事件, 使得触发设备通过所 述触发事件来触发所述执行设备运行执行指令;  [0098] a receiving subunit, configured to receive a trigger event set by the user for executing the device, so that the triggering device triggers the executing device to execute an execution instruction by using the triggering event;
[0099] 定义子单元, 用于将所述执行指令作为下一个触发设备的触发事件; [0099] a defining subunit, configured to use the execution instruction as a trigger event of a next trigger device;
[0100] 配合完成子单元, 用于通过触发设备和执行设备相互配合, 完成所述功能实例 对应的功能。 [0100] The cooperation completion sub-unit is configured to complete the function corresponding to the function instance by using the trigger device and the execution device to cooperate with each other.
[0101] 可选地, 业务软件幵发装置 40还包括: [0101] Optionally, the service software bursting device 40 further includes:
[0102] 调试单元, 用于对所述可视化业务流程图进行调试; [0102] a debugging unit, configured to debug the visualized service flow chart;
[0103] 保存单元, 用于当调试成功吋, 则将所述可视化的业务流程图和所述参数信息 以自定义格式保存为业务流程文件。  [0103] The saving unit is configured to save the visualized business process flowchart and the parameter information in a customized format as a business process file when the debugging succeeds.
[0104] 可选地, 业务软件幵发装置 40还包括: [0104] Optionally, the service software bursting device 40 further includes:
[0105] 更新单元, 用于实吋更新动态库; 所述动态库至少包括所述参数信息; 所述参 数信息至少包括所述功能体的名称;  [0105] an update unit, configured to update the dynamic library; the dynamic library includes at least the parameter information; the parameter information includes at least a name of the functional body;
[0106] 读取单元, 用于从所述动态库读取所述功能体的参数信息; [0106] a reading unit, configured to read parameter information of the functional body from the dynamic library;
[0107] 显示单元, 用于接收査询指令, 基于査询指令中功能体的名称, 显示对应的所 述参数信息。 [0107] The display unit is configured to receive a query instruction, and display the corresponding parameter information based on the name of the function body in the query instruction.
[0108] 本发明实施例提供的业务软件幵发装置, 通过获取用户选择的功能体和为所述 功能体设置的配置信息来生成功能实例, 根据所述用户输入的所述功能实例之 间的关联信息, 对所述功能实例进行关联, 生成可视化的业务流程图, 功能体 化幵发方式可以使业务幵发像"堆积木 "一样简单, 让复杂的业务变得简单易懂, 因此, 可以降低幵发难度, 有效提高幵发效率; 另外, 还可以实现软件二次幵 发的版本与一次幵发完全隔离, 实现了程序代码的版本有效控制, 使得二次幵 发不必使用一次幵发的复杂幵发环境, 二次幵发只需要对功能体进行拖曳和参 数配置, 软件工程化技术门槛显著降低。 [0108] The service software bursting device provided by the embodiment of the present invention generates a function instance by acquiring a function body selected by the user and configuration information set for the function body, according to the function instance between the user input Linking information, associating the functional instances to generate a visualized business flow chart, and the functionalizing bursting method can make the business bursting as simple as "stacking wood", making complex business easy to understand, so Reduce the difficulty of bursting, effectively improve the efficiency of bursting; In addition, you can also achieve software secondary 幵 The version issued is completely isolated from one burst, and the version of the program code is effectively controlled, so that the secondary burst does not have to use a complicated bursting environment, and the second burst only needs to drag and parameterize the function body. The threshold of software engineering technology is significantly reduced.
[0109] 应理解, 上述实施例中各步骤的序号的大小并不意味着执行顺序的先后, 各过 程的执行顺序应以其功能和内在逻辑确定, 而不应对本发明实施例的实施过程 构成任何限定。  It should be understood that the size of the serial number of each step in the foregoing embodiment does not mean the order of execution sequence, and the execution order of each process should be determined by its function and internal logic, and should not be implemented in the implementation process of the embodiment of the present invention. Any restrictions.
[0110] 还应当理解的是, 上述本发明实施例序号仅仅为了描述, 不代表实施例的优劣 [0111] 实施例五  It should be understood that the serial numbers of the embodiments of the present invention are merely for the description, and do not represent the advantages and disadvantages of the embodiments. [0111] Embodiment 5
[0112] 图 10是本发明实施例五提供的业务软件幵发装置的示意图。 如图 10所示, 该实 施例的业务软件幵发装置 10包括: 处理器 100、 存储器 110以及存储在所述存储 器 110中并可在所述处理器 100上运行的计算机程序 120, 例如业务软件幵发方法 程序。 所述处理器 100执行所述计算机程序 120吋实现上述各个业务软件幵发方 法实施例中的步骤, 例如图 1所示的步骤 S101至 S102。 或者, 所述处理器 100执 行所述计算机程序 120吋实现上述各装置实施例中各模块 /单元的功能, 例如图 4 所示模块 41至 42的功能。  10 is a schematic diagram of a service software bursting apparatus according to Embodiment 5 of the present invention. As shown in FIG. 10, the service software bursting apparatus 10 of this embodiment includes: a processor 100, a memory 110, and a computer program 120, such as a business software, stored in the memory 110 and executable on the processor 100. Burst method. The processor 100 executes the computer program 120 to implement the steps in the foregoing various service software bursting method embodiments, such as steps S101 to S102 shown in FIG. Alternatively, the processor 100 executes the computer program 120 to implement the functions of the modules/units in the above-described respective device embodiments, such as the functions of the modules 41 to 42 shown in FIG.
[0113] 示例性的, 所述计算机程序 120可以被分割成一个或多个模块 /单元, 所述一个 或者多个模块 /单元被存储在所述存储器 110中, 并由所述处理器 100执行, 以完 成本发明。 所述一个或多个模块 /单元可以是能够完成特定功能的一系列计算机 程序指令段, 该指令段用于描述所述计算机程序 120在所述业务软件幵发装置 10 中的执行过程。 例如, 所述计算机程序 120可以被分割成生成单元和关联单元, 各单元的具体功能如下:  [0113] Illustratively, the computer program 120 may be divided into one or more modules/units, which are stored in the memory 110 and executed by the processor 100. To complete the present invention. The one or more modules/units may be a series of computer program instructions that are capable of performing a particular function, and are used to describe the execution of the computer program 120 in the service software bursting device 10. For example, the computer program 120 can be divided into a generating unit and an associating unit, and the specific functions of each unit are as follows:
[0114] 生成单元, 用于根据用户选择的多个功能体和用户分别为所述多个功能体配置 的参数信息, 生成功能实例; 通过一个所述功能实例或者多个所述功能实例的 组合完成业务流程中的一子流程对应的业务功能; a generating unit, configured to generate a function instance according to the plurality of functional bodies selected by the user and the parameter information respectively configured by the user for the plurality of functional bodies; by using one of the functional examples or a combination of the plurality of functional instances Completing the business functions corresponding to a sub-process in the business process;
[0115] 关联单元, 用于根据多个所述功能实例之间的关联信息, 对所述功能实例进行 关联, 生成可视化的业务流程图, 将所述可视化的业务流程图显示在编辑页面 中。 [0116] 所述业务软件幵发装置 10可以是桌上型计算机、 笔记本、 掌上电脑及云端服务 器等计算设备。 所述业务软件幵发装置可包括, 但不仅限于, 处理器 100、 存储 器 110。 本领域技术人员可以理解, 图 10仅仅是业务软件幵发装置的示例, 并不 构成对业务软件幵发装置的限定, 可以包括比图示更多或更少的部件, 或者组 合某些部件, 或者不同的部件, 例如所述业务软件幵发装置还可以包括输入输 出设备、 网络接入设备、 总线等。 [0115] The association unit is configured to associate the function instance according to the association information between the plurality of function instances, generate a visualized business process flowchart, and display the visualized business process flowchart in the edit page. [0116] The service software bursting device 10 may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server. The service software bursting device may include, but is not limited to, the processor 100 and the memory 110. It will be understood by those skilled in the art that FIG. 10 is merely an example of a service software bursting device, and does not constitute a limitation of a service software bursting device, and may include more or less components than those illustrated, or may combine certain components. Or different components, such as the service software bursting device, may also include input and output devices, network access devices, buses, and the like.
[0117] 所称处理器 100可以是中央处理单元 (Central Processing Unit, CPU) , 还可以是 其他通用处理器、 数字信号处理器(Digital Signal Processor, DSP)、 专用集成电 路(Application Specific Integrated Circuit, ASIC)、 现成可编程门阵列  The processor 100 may be a central processing unit (CPU), or may be another general-purpose processor, a digital signal processor (DSP), or an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), ready-to-use programmable gate array
(Field-Programmable Gate Array , FPGA)或者其他可编程逻辑器件、 分立门或者 晶体管逻辑器件、 分立硬件组件等。 通用处理器可以是微处理器或者该处理器 也可以是任何常规的处理器等。  (Field-Programmable Gate Array, FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, etc. The general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
[0118] 所述存储器 110可以是所述业务软件幵发装置 10的内部存储单元, 例如业务软 件幵发装置 10的硬盘或内存。 所述存储器 110也可以是所述业务软件幵发装置 10 的外部存储设备, 例如所述业务软件幵发装置 10上配备的插接式硬盘, 智能存 储卡 (Smart Media Card, SMC) , 安全数字 (Secure Digital, [0118] The memory 110 may be an internal storage unit of the service software bursting device 10, such as a hard disk or a memory of the business software bursting device 10. The memory 110 may also be an external storage device of the service software bursting device 10, for example, a plug-in hard disk equipped on the service software bursting device 10, a smart memory card (SMC), and a secure digital device. (Secure Digital,
SD) 卡, 闪存卡 (Flash Card) 等。 进一步地, 所述存储器 110还可以既包括所 述业务软件幵发装置 10的内部存储单元也包括外部存储设备。 所述存储器 110用 于存储所述计算机程序以及所述业务软件幵发装置所需的其他程序和数据。 所 述存储器 110还可以用于暂吋地存储已经输出或者将要输出的数据。  SD) card, flash card, etc. Further, the memory 110 may also include both an internal storage unit of the service software bursting device 10 and an external storage device. The memory 110 is for storing the computer program and other programs and data required by the service software bursting device. The memory 110 can also be used to temporarily store data that has been output or is about to be output.
[0119] 所属领域的技术人员可以清楚地了解到, 为了描述的方便和简洁, 仅以上述各 功能单元、 模块的划分进行举例说明, 实际应用中, 可以根据需要而将上述功 能分配由不同的功能单元、 模块完成, 即将所述装置的内部结构划分成不同的 功能单元或模块, 以完成以上描述的全部或者部分功能。 实施例中的各功能单 元、 模块可以集成在一个处理单元中, 也可以是各个单元单独物理存在, 也可 以两个或两个以上单元集成在一个单元中, 上述集成的单元既可以采用硬件的 形式实现, 也可以采用软件功能单元的形式实现。 另外, 各功能单元、 模块的 具体名称也只是为了便于相互区分, 并不用于限制本申请的保护范围。 上述系 统中单元、 模块的具体工作过程, 可以参考前述方法实施例中的对应过程, 在 此不再赘述。 [0119] It will be clearly understood by those skilled in the art that, for convenience and brevity of description, only the division of each functional unit and module described above is exemplified. In practical applications, the above functions may be assigned differently according to needs. The functional unit and the module are completed, that is, the internal structure of the device is divided 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 into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit, and the integrated unit may be implemented by hardware. Formal implementation can also be implemented in the form of software functional units. In addition, the specific names of the functional units and modules are only for the purpose of distinguishing from each other, and are not intended to limit the scope of protection of the present application. Above For the specific working process of the unit and the module, reference may be made to the corresponding process in the foregoing method embodiment, and details are not described herein again.
[0120] 在上述实施例中, 对各个实施例的描述都各有侧重, 某个实施例中没有详述或 记载的部分, 可以参见其它实施例的相关描述。  [0120] In the above embodiments, the descriptions of the various embodiments are different, and the parts that are not detailed or described in the specific embodiments may be referred to the related descriptions of other embodiments.
[0121] 本领域普通技术人员可以意识到, 结合本文中所公幵的实施例描述的各示例的 单元及算法步骤, 能够以电子硬件、 或者计算机软件和电子硬件的结合来实现 。 这些功能究竟以硬件还是软件方式来执行, 取决于技术方案的特定应用和设 计约束条件。 专业技术人员可以对每个特定的应用来使用不同方法来实现所描 述的功能, 但是这种实现不应认为超出本发明的范围。  [0121] Those of ordinary skill in the art will appreciate that the elements and algorithm steps of the various examples described in connection 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 solution. A person skilled in the art can use different methods for implementing the described functions for each particular application, but such implementation should not be considered to be beyond the scope of the present invention.
[0122] 在本发明所提供的实施例中, 应该理解到, 所揭露的装置和方法, 可以通过其 它的方式实现。 例如, 以上所描述的装置实施例仅仅是示意性的, 例如, 所述 模块或单元的划分, 仅仅为一种逻辑功能划分, 实际实现吋可以有另外的划分 方式, 例如多个单元或组件可以结合或者可以集成到另一个系统, 或一些特征 可以忽略, 或不执行。 另一点, 所显示或讨论的相互之间的耦合或直接耦合或 通讯连接可以是通过一些接口, 装置或单元的间接耦合或通讯连接, 可以是电 性, 机械或其它的形式。  [0122] In the embodiments provided by the present invention, it should be understood that the disclosed apparatus and method can be implemented in other ways. For example, the device embodiments described above are merely illustrative. For example, the division of the modules or units is only a logical function division, and the actual implementation may have another division manner, for example, multiple units or components may be Combined or can be integrated into another system, or some features can be ignored, or not executed. Alternatively, the coupling or direct coupling or communication connection shown or discussed may be an indirect coupling or communication connection through some interface, device or unit, and may be in electrical, mechanical or other form.
[0123] 所述作为分离部件说明的单元可以是或者也可以不是物理上分幵的, 作为单元 显示的部件可以是或者也可以不是物理单元, 即可以位于一个地方, 或者也可 以分布到多个网络单元上。 可以根据实际的需要选择其中的部分或者全部单元 来实现本实施例方案的目的。  [0123] The unit described as a separate component may or may not be physically distributed, and the component displayed as a unit may or may not be a physical unit, that is, may be located in one place, or may be distributed to multiple On the network unit. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of the embodiment.
[0124] 另外, 在本发明各个实施例中的各功能单元可以集成在一个处理单元中, 也可 以是各个单元单独物理存在, 也可以两个或两个以上单元集成在一个单元中。 上述集成的单元既可以采用硬件的形式实现, 也可以采用软件功能单元的形式 实现。  [0124] In addition, each functional unit in each embodiment of the present invention may be integrated into one processing unit, or each unit may exist physically separately, or two or more units may be integrated into one unit. The above integrated unit can be implemented in the form of hardware or in the form of a software functional unit.
[0125] 所述集成的模块 /单元如果以软件功能单元的形式实现并作为独立的产品销售 或使用吋, 可以存储在一个计算机可读取存储介质中。 基于这样的理解, 本发 明实现上述实施例方法中的全部或部分流程, 也可以通过计算机程序来指令相 关的硬件来完成, 所述的计算机程序可存储于一计算机可读存储介质中, 该计 算机程序在被处理器执行吋, 可实现上述各个方法实施例的步骤。 其中, 所述 计算机程序包括计算机程序代码, 所述计算机程序代码可以为源代码形式、 对 象代码形式、 可执行文件或某些中间形式等。 所述计算机可读介质可以包括: 能够携带所述计算机程序代码的任何实体或装置、 记录介质、 u盘、 移动硬盘、 磁碟、 光盘、 计算机存储器、 只读存储器 (ROM, Read-Only Memory) 、 随机 存取存储器 (RAM, Random Access Memory) 、 电载波信号、 电信信号以及软 件分发介质等。 需要说明的是, 所述计算机可读介质包含的内容可以根据司法 管辖区内立法和专利实践的要求进行适当的增减, 例如在某些司法管辖区, 根 据立法和专利实践, 计算机可读介质不包括电载波信号和电信信号。 [0125] The integrated module/unit, if implemented in the form of a software functional unit and sold or used as a standalone product, may be stored in a computer readable storage medium. Based on such understanding, the present invention implements all or part of the processes in the foregoing embodiments, and may also be implemented by a computer program to instruct related hardware. The computer program may be stored in a computer readable storage medium. After the computer program is executed by the processor, the steps of the various method embodiments described above can be implemented. The computer program includes computer program code, and the computer program code may be in a source code form, an object code form, an executable file, or some intermediate form. The computer readable medium may include: any entity or device capable of carrying the computer program code, a recording medium, a USB flash drive, a removable hard disk, a magnetic disk, an optical disk, a computer memory, a Read-Only Memory (ROM). , Random Access Memory (RAM), electrical carrier signals, telecommunications signals, and software distribution media. It should be noted that the content contained in the computer readable medium may be appropriately increased or decreased according to the requirements of legislation and patent practice in a jurisdiction, for example, in some jurisdictions, according to legislation and patent practice, computer readable media Does not include electrical carrier signals and telecommunication signals.
以上所述实施例仅用以说明本发明的技术方案, 而非对其限制; 尽管参照前述 实施例对本发明进行了详细的说明, 本领域的普通技术人员应当理解: 其依然 可以对前述各实施例所记载的技术方案进行修改, 或者对其中部分技术特征进 行等同替换; 而这些修改或者替换, 并不使相应技术方案的本质脱离本发明各 实施例技术方案的精神和范围, 均应包含在本发明的保护范围之内。  The above described embodiments are merely illustrative of the technical solutions of the present invention, and are not intended to be limiting; although the present invention has been described in detail with reference to the foregoing embodiments, those skilled in the art will understand that The technical solutions described in the examples are modified, or some of the technical features are equivalently replaced; and the modifications or substitutions do not deviate from the spirit and scope of the technical solutions of the embodiments of the present invention, and should be included in Within the scope of protection of the present invention.

Claims

权利要求书 Claim
[权利要求 1] 一种业务软件幵发方法, 其特征在于, 包括:  [Claim 1] A service software bursting method, comprising:
根据用户选择的多个功能体和用户分别为所述多个功能体配置的参数 信息, 生成多个功能实例; 通过所述多个功能实例的组合完成业务流 程中各个子流程对应的业务功能;  Generating a plurality of function instances according to the plurality of function bodies selected by the user and the parameter information configured by the user for the plurality of function bodies respectively; and completing the business functions corresponding to the respective sub-processes in the business process by the combination of the plurality of function instances;
根据所述多个功能实例之间的关联信息, 对所述多个功能实例进行关 联, 并基于关联后的多个功能实例生成的业务流程图, 将所述的业务 流程图显示在编辑页面中。  Associating the plurality of function instances according to the association information between the plurality of function instances, and displaying the service flowchart in the edit page based on the service flow diagram generated by the associated multiple function instances .
[权利要求 2] 如权利要求 1所述的业务软件幵发方法, 其特征在于, 所述功能体包 括业务 Agent和控制 Agent; 所述业务 Agent包括设备 Agent、 页面 Agen t和子流程 Agent; 所述控制 Agent包括幵始 Agent、 分支 Agent、 汇合 A gent和结束 Agent。  [Claim 2] The service software bursting method according to claim 1, wherein the function body includes a service agent and a control agent; the service agent includes a device agent, a page Agen t, and a sub-process agent; The control agent includes an initial agent, a branch agent, a convergence A gent, and an end agent.
[权利要求 3] 如权利要求 2所述的业务软件幵发方法, 其特征在于, 所述参数信息 包括执行指令和触发事件, 所述触发事件由所述执行指令触发; 所述 设备 Agent包括触发设备和执行设备;  [Claim 3] The service software bursting method according to claim 2, wherein the parameter information includes an execution instruction and a trigger event, the trigger event is triggered by the execution instruction; Equipment and execution equipment;
根据用户选择的多个设备 Agent和用户分别为所述多个设备 Agent配置 的参数信息, 生成多个功能实例, 包括:  A plurality of function instances are generated according to the parameter information configured by the plurality of device agents and the user, and the plurality of device agents are respectively configured, including:
接收用户选择的执行设备和触发设备;  Receiving an execution device and a trigger device selected by the user;
接收用户为所选择的执行设备设置的至少一个执行指令和多个第一触 发事件, 并接收用户为所选择的触发设备设置的至少一个第二执行函 数和多个第二触发事件, 以使得所选择的执行设备在接收到所述第一 执行指令吋引起所述多个触发事件中的一个触发事件发生, 以使得通 过所述一个触发事件来触发所述选择的触发设备运行对应的第二执行 函数;  Receiving at least one execution instruction and a plurality of first trigger events set by the user for the selected execution device, and receiving at least one second execution function and a plurality of second trigger events set by the user for the selected trigger device, so as to Receiving, by the selected execution device, the first execution instruction, causing one of the plurality of trigger events to occur, such that the selected trigger device is triggered to run the corresponding second execution by the one trigger event Function
将所述对应的第二执行函数作为下一个触发设备的第三触发事件, 直 至生成与所述执行设备和触发设备相对应功能的功能实例。  The corresponding second execution function is used as the third trigger event of the next trigger device until a function instance corresponding to the execution device and the trigger device is generated.
[权利要求 4] 如权利要求 3所述的业务软件幵发方法, 其特征在于, 还包括: [Claim 4] The service software bursting method according to claim 3, further comprising:
至少两个所述执行设备运行各自的执行指令后, 所述触发设备执行触 发事件。 After the at least two execution devices run the respective execution instructions, the trigger device performs touch Send an incident.
[权利要求 5] 如权利要求 1所述的业务软件幵发方法, 其特征在于, 还包括:  [Claim 5] The service software bursting method according to claim 1, further comprising:
对所述可视化业务流程图进行调试;  Debugging the visual business flow chart;
若调试成功, 则将所述可视化的业务流程图和所述参数信息以自定义 格式保存为业务流程文件。  If the debugging is successful, the visualized business process flowchart and the parameter information are saved as a business process file in a customized format.
[权利要求 6] 如权利要求 1所述的业务软件幵发方法, 其特征在于, 还包括: [Claim 6] The service software bursting method according to claim 1, further comprising:
实吋更新动态库; 所述动态库包括功能体的名称以及用户为该功能体 配置的参数信息;  The dynamic library is updated; the dynamic library includes a name of the function body and parameter information configured by the user for the function body;
接收査询指令, 基于査询指令中功能体的名称, 从所述动态库中获取 与所述査询指令中功能体的名称相对应的功能体的参数信息, 并显示 该参数信息。  Receiving a query instruction, obtaining parameter information of the function body corresponding to the name of the function body in the query instruction from the dynamic library based on the name of the function body in the query instruction, and displaying the parameter information.
[权利要求 7] 如权利要求 1所述的业务软件幵发方法, 其特征在于, 还包括:  [Claim 7] The service software bursting method according to claim 1, further comprising:
将所述业务流程图和与所述参数信息对应的数据形成业务流程文件; 基于所述业务流程文件, 构建业务流程执行引擎; 利用所述业务流程执行引擎, 执行业务流程文件的流程, 实现业务软 件。  Forming the business process flowchart and the data corresponding to the parameter information into a business process file; constructing a business process execution engine based on the business process file; using the business process execution engine to execute a business process file process, and implementing the business software.
[权利要求 8] —种业务软件幵发装置, 其特征在于, 包括:  [Claim 8] A service software bursting device, comprising:
生成单元, 用于根据用户选择的多个功能体和用户分别为所述多个功 能体配置的参数信息, 生成多个功能实例; 通过所述多个功能实例的 组合完成业务流程中各个子流程对应的业务功能; 关联单元, 用于根据所述多个功能实例之间的关联信息, 对所述多个 功能实例进行关联, 并基于关联后的多个功能实例生成的业务流程图 , 将所述的业务流程图显示在编辑页面中。  a generating unit, configured to generate a plurality of function instances according to the plurality of functional bodies selected by the user and the parameter information respectively configured by the user for the multiple functional entities; and complete the sub-processes in the business process by using the combination of the multiple functional instances Corresponding service function, the association unit, configured to associate the multiple function instances according to the association information between the multiple function instances, and based on the service flow diagram generated by the associated multiple function instances, The business process diagram described is displayed in the edit page.
[权利要求 9] 如权利要求 8所述的业务软件幵发装置, 其特征在于, 所述生成单元 包括:  [Claim 9] The service software bursting apparatus according to claim 8, wherein the generating unit comprises:
接收子单元, 用于接收用户选择的执行设备和触发设备;  a receiving subunit, configured to receive an execution device and a trigger device selected by the user;
设置子单元, 用于接收用户为所选择的执行设备设置的至少一个执行 指令和多个第一触发事件, 并接收用户为所选择的触发设备设置的至 少一个第二执行函数和多个第二触发事件, 以使得所选择的执行设备 在接收到所述第一执行指令吋引起所述多个触发事件中的一个触发事 件发生, 以使得通过所述一个触发事件来触发所述选择的触发设备运 行对应的第二执行函数; a setting subunit, configured to receive at least one execution instruction and a plurality of first trigger events set by the user for the selected execution device, and receive the user to set the selected trigger device to Having one second execution function and a plurality of second trigger events, such that the selected execution device, upon receiving the first execution instruction, causes one of the plurality of trigger events to occur, such that a triggering event to trigger the selected triggering device to run a corresponding second execution function;
生成子单元, 用于将所述对应的第二执行函数作为下一个触发设备的 第三触发事件, 直至生成与所述执行设备和触发设备相对应功能的功 能实例。 And generating a subunit, configured to use the corresponding second execution function as a third trigger event of the next trigger device until a function instance corresponding to the execution device and the trigger device is generated.
如权利要求 8所述的业务软件幵发装置, 其特征在于, 还包括: 调试单元, 用于对所述可视化业务流程图进行调试; The service software bursting device according to claim 8, further comprising: a debugging unit, configured to debug the visualized service flow chart;
保存单元, 用于当调试成功吋, 则将所述可视化的业务流程图和所述 参数信息以自定义格式保存为业务流程文件。 The saving unit is configured to save the visualized business process flowchart and the parameter information in a customized format as a business process file when the debugging is successful.
如权利要求 8所述的业务软件幵发装置, 其特征在于, 还包括: 实吋更新单元, 用于实吋更新动态库; 所述动态库包括功能体的名称 以及用户为该功能体配置的参数信息; The service software bursting device according to claim 8, further comprising: a real update unit, configured to update the dynamic library; the dynamic library includes a name of the function body and a user configured for the function body Parameter information;
査询单元, 用于接收査询指令, 基于査询指令中功能体的名称, 从所 述动态库中获取与所述査询指令中功能体的名称相对应的功能体的参 数信息, 并显示该参数信息。 a query unit, configured to receive a query instruction, and obtain, according to a name of the function body in the query instruction, parameter information of the function body corresponding to the name of the function body in the query instruction from the dynamic library, and display The parameter information.
如权利要求 8所述的业务软件幵发装置, 其特征在于, 还包括: 形成单元, 用于将所述业务流程图和与所述参数信息对应的数据形成 业务流程文件; The service software bursting device according to claim 8, further comprising: a forming unit, configured to form the service flow chart and the data corresponding to the parameter information into a business process file;
构建单元, 用于基于所述业务流程文件, 构建业务流程执行引擎; 执行单元, 用于利用所述业务流程执行引擎, 执行业务流程文件的流 程, 实现业务软件。 a building unit, configured to build a business process execution engine based on the business process file; and an execution unit, configured to execute the business process file by using the business process execution engine, and implement the business software.
一种业务软件幵发装置, 包括存储器、 处理器以及存储在所述存储器 中并可在所述处理器上运行的计算机程序, 其特征在于, 所述处理器 执行所述计算机程序吋实现如权利要求 1至 7任一项所述方法的步骤。 一种计算机可读存储介质, 所述计算机可读存储介质存储有计算机程 序, 其特征在于, 所述计算机程序被处理器执行吋实现如权利要求 1 至 7任一项所述方法的步骤。 A service software bursting device comprising a memory, a processor, and a computer program stored in the memory and operable on the processor, wherein the processor executes the computer program to implement the right The steps of the method of any of 1 to 7 are claimed. A computer readable storage medium storing a computer program, wherein the computer program is executed by a processor, and the implementation is as claimed in claim 1. The steps of any of the methods of any of 7.
PCT/CN2017/098092 2017-08-18 2017-08-18 Service software development method and apparatus WO2019033400A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/098092 WO2019033400A1 (en) 2017-08-18 2017-08-18 Service software development method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/098092 WO2019033400A1 (en) 2017-08-18 2017-08-18 Service software development method and apparatus

Publications (1)

Publication Number Publication Date
WO2019033400A1 true WO2019033400A1 (en) 2019-02-21

Family

ID=65362093

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/098092 WO2019033400A1 (en) 2017-08-18 2017-08-18 Service software development method and apparatus

Country Status (1)

Country Link
WO (1) WO2019033400A1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8296727B2 (en) * 2005-10-14 2012-10-23 Oracle Corporation Sub-task mechanism for development of task-based user interfaces
CN103077022A (en) * 2012-12-27 2013-05-01 中国建设银行股份有限公司 Visual operation configuration method and device for operation flow
CN104899037A (en) * 2015-06-11 2015-09-09 上海大学 Intrusive type grey box assembly validation method based on model

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8296727B2 (en) * 2005-10-14 2012-10-23 Oracle Corporation Sub-task mechanism for development of task-based user interfaces
CN103077022A (en) * 2012-12-27 2013-05-01 中国建设银行股份有限公司 Visual operation configuration method and device for operation flow
CN104899037A (en) * 2015-06-11 2015-09-09 上海大学 Intrusive type grey box assembly validation method based on model

Similar Documents

Publication Publication Date Title
WO2020015633A1 (en) Method and apparatus for realizing smart contract of blockchain
US20210109934A1 (en) Configurable and incremental database migration framework for heterogeneous databases
WO2019218816A1 (en) Block chain-based service data processing method and apparatus, and electronic device and storage medium
EP3547715A1 (en) Method and apparatus for reducing continuous-wakeup delay of bluetooth loudspeaker, and bluetooth loudspeaker
CN107632823A (en) A kind of software development methodology and device
EP3869324A2 (en) Voice data processing method, apparatus, storage medium and computer program product
CN109582760A (en) A kind of response flow engine system applied in Intelligent dialogue system
CN108334346A (en) A kind of development approach and device of Service control flow
CN110443690A (en) A kind of method, apparatus, server and the storage medium of variance data reconciliation
WO2018153064A1 (en) Data processing method, terminal and non-volatile readable storage medium
WO2020124991A1 (en) Cloud kernel-based receiving terminal system
CN110554885A (en) Sub-application generation method and device, electronic equipment and storage medium
CN107589965A (en) A kind of software development methodology and device
CN112911180A (en) Video recording method and device, electronic equipment and readable storage medium
WO2019033400A1 (en) Service software development method and apparatus
CN110119430B (en) Intelligent contract management method, server and computer readable storage medium
WO2020063180A1 (en) Transaction processing method and device, electronic device and computer-readable storage medium
CN107479891B (en) MVC model-based data processing system and method
CN113609271B (en) Knowledge graph-based service processing method, device, equipment and storage medium
WO2019033404A1 (en) Financial self-service terminal service process development method and device
CN109857910A (en) Generation method, device, computer equipment and the storage medium of XML file
CN108520063A (en) Processing method, device and the terminal device of event log
WO2019033405A1 (en) Service flow updating method and device
WO2018058612A1 (en) Configuration method and system
CN113836455A (en) Special effect rendering method, device, equipment, storage medium and computer program product

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17921912

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17921912

Country of ref document: EP

Kind code of ref document: A1