WO2019033401A1 - Software development method and device - Google Patents

Software development method and device Download PDF

Info

Publication number
WO2019033401A1
WO2019033401A1 PCT/CN2017/098094 CN2017098094W WO2019033401A1 WO 2019033401 A1 WO2019033401 A1 WO 2019033401A1 CN 2017098094 W CN2017098094 W CN 2017098094W WO 2019033401 A1 WO2019033401 A1 WO 2019033401A1
Authority
WO
WIPO (PCT)
Prior art keywords
action
user
function module
execution
service
Prior art date
Application number
PCT/CN2017/098094
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/098094 priority Critical patent/WO2019033401A1/en
Publication of WO2019033401A1 publication Critical patent/WO2019033401A1/en

Links

Classifications

    • 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 relates to the field of software bursting, and in particular, to a software bursting method and apparatus.
  • the embodiments of the present invention provide a software bursting method and apparatus to solve the problem of low efficiency of the software bursting method in the prior art.
  • a first aspect of the embodiments of the present invention provides a software bursting method, including:
  • a second aspect of the embodiments of the present invention provides a software bursting apparatus, including:
  • a first display unit configured to display a plurality of service functions corresponding to the service category information after receiving the service category information input by the user on the editing interface;
  • an obtaining unit configured to receive at least two service functions selected by the user from the displayed multiple service functions
  • a second display unit configured to display the acquired function module and multiple connection relationships of the function module
  • a first generating unit configured to receive a connection relationship selected by the user from the multiple connection relationships, associate the function module according to the selected connection relationship, and generate a business process based on the associated function module
  • the second generating unit is configured to encapsulate the service flow chart and the data in the service flow chart to generate a business process file.
  • a third aspect of an embodiment of the present invention provides a software bursting apparatus, including 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 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 displays a plurality of service functions corresponding to the service type information according to the service type information input by the user on the editing interface; and acquires a function module corresponding to the plurality of service functions according to the user's selection; Acquiring the function module and the plurality of connection relationships of the function module; receiving a connection relationship selected by the user from the plurality of connection relationships, associating the function module based on the selected connection relationship, and based on the associated
  • the function module generates a service flow chart; encapsulates the data in the business process flow chart and the business process flow chart, generates a business process file, and achieves the effect of modular bursting according to the type of service, and the user only needs to make several simple choices.
  • the operation can complete the bursting of the software, which reduces the difficulty of the software bursting and improves the bursting efficiency.
  • FIG. 1A is a schematic flowchart showing an implementation of a software bursting method according to Embodiment 1 of the present invention
  • FIG. 1-B is a schematic diagram of an Action classification table according to an embodiment of the present invention.
  • FIG. 2 is a schematic diagram of a service flow according to an embodiment of the present invention.
  • FIG. 3 is a schematic flowchart of an implementation process of a software bursting method according to Embodiment 2 of the present invention.
  • FIG. 4 is a schematic flowchart of an implementation process of a software bursting method according to Embodiment 3 of the present invention. ;
  • FIG. 5 is a schematic diagram of a functional example provided by an embodiment of the present invention.
  • FIG. 6 is a schematic diagram of parameter information of a device Action according to Embodiment 3 of the present invention.
  • FIG. 7 is a structural block diagram of a software bursting apparatus according to Embodiment 5 of the present invention.
  • Embodiments of the invention are a schematic diagram of a software bursting device according to Embodiment 6 of the present invention. Embodiments of the invention
  • FIG. 1 is a schematic flowchart showing an implementation of a software bursting method according to Embodiment 1 of the present invention. As shown in FIG. 1-A, the software bursting method specifically includes the following steps S101 to S105.
  • Step S101 After receiving the service category information input by the user on the editing interface, displaying a plurality of service functions corresponding to the service category information.
  • the service includes, but is not limited to, banking, medical service, traffic service, and communication service; the service type information is a specific service type in a service, such as a bank withdrawal service.
  • Step S102 Receive at least two service functions selected by the user from the displayed multiple service functions, and acquire function modules corresponding to each service function selected by the user.
  • Step S103 Display the acquired function module and multiple connection relationships of the function module.
  • Step S104 Receive a connection relationship selected by the user from the multiple connection relationships, associate the function module based on the selected connection relationship, and generate a service flow chart based on the associated function module.
  • Step S105 Encapsulate the service flow chart and the data in the service flow chart to generate a business process file.
  • displaying a service function corresponding to the service type according to the service type input by the user on the editing interface for example, the user input service type is a bank withdrawal service, and displaying all business functions corresponding to the bank withdrawal service, assuming the user selects Business function A, business function 8, business function C, business function 1), business function E, and business function F in all business functions.
  • the function modules corresponding to the service function, the service function 8, the service function C, the service function 1), the service function E and the service function F are realized by parameter configuration of the service action in FIG. 1-B, and are obtained after the configuration is completed.
  • the six business sub-processes have multiple connection relationships, and for a plurality of connection relationships, the user can select one of them. Based on the connection relationship selected by the user, the function module A, the function module 8, and the function module.
  • the function module 1), the function module E and the function module F are associated to obtain the service flow chart as shown in FIG. 2, and the association between the function modules may be completed according to the connection operation of the user, or may be based on the connection relationship selected by the user. Automatic association.
  • an autonomous subject action is introduced, and an action that passively performs an action is changed to an action that actively has an active behavior, and an action is automatically identified between the Action and the Action through a port port automatic identification mechanism.
  • the bursting platform of this embodiment designs 10 Actions, called a basic Action set, and the high-grained Action design ensures that the number of Actions is controllable, of course, Based on this, redesign the new Action (inheritance).
  • the embodiment of the present invention displays a plurality of service functions corresponding to the service type information according to the service type information input by the user on the editing interface; and acquires a function module corresponding to the multiple service functions according to the user's selection; Acquiring the function module and the plurality of connection relationships of the function module; receiving a connection relationship selected by the user from the plurality of connection relationships, associating the function module based on the selected connection relationship, and based on the associated
  • the function module generates a service flow chart; encapsulates the data in the business process flow chart and the business process flow chart, generates a business process file, and achieves the effect of modular bursting according to the type of service, and the user only needs to make several simple choices.
  • the operation can complete the bursting of the software, which reduces the difficulty of the software bursting and improves the bursting efficiency.
  • FIG. 3 is a schematic flowchart showing the implementation of the software bursting method provided by the second embodiment of the present invention. As shown in FIG. 3, based on the first embodiment, the software bursting method further includes the following step S201.
  • Step S201 Acquire a creation instruction, based on the Action selected by the user and the parameter information configured by the user for the Action, so that the configured Action implements a corresponding function, and generates a self-built function module.
  • the self-built function module is saved in a function module library where the function module is located.
  • the action includes a service action and a control action;
  • the service action includes a device Activation, a webpage display action, a password control action, a account object action, and a sub-process Action;
  • the control action includes an action , branch action, merge action, end action, and terminate action [0058] Since the functional module library of the current burst platform may not have the function modules required by the sender, the sender can create the required function modules based on the business action and the control action, and achieve the multiplexing service action and control. Action achieves the purpose of bursting.
  • the self-built function module is stored in the function module library where the function module is located, which can provide more function modules for the next burst, which reduces the workload of bursting. It can be understood that the self-built function module can be one or more.
  • the burst platform in this embodiment successfully implements the above ten actions, including a card reader, a PIN pad, a post-maintenance keyboard, a receipt printer, a log printer, a deposit module, a withdrawal module, and a passbook.
  • the design of the business functions provided by the equipment needs to fully meet the bursting needs of the banking financial terminal application software.
  • the embodiment of the present invention uses the multiplexing of the Action to express the self-built function module, achieves the purpose of creating the function module not included in the original function module library, and utilizes the current function module library after adding the self-built function module.
  • the function module performs bursting and the bursting efficiency is high.
  • the parameter information includes at least an execution instruction and a trigger event, where the trigger event is triggered by the execution instruction; and the device action in the Action includes a trigger device and an execution device;
  • step S201 includes the following steps S301 to S303.
  • Step S301 Receive an execution device and a trigger device selected by the user.
  • Step S302 receiving at least one execution instruction and a plurality of first settings set by the user for the selected execution device Triggering an event, and receiving at least one execution function and a plurality of second trigger events set by the user for the selected trigger device, such that the selected execution device causes the execution command to cause the plurality of trigger events A triggering event occurs such that the selected triggering device is triggered by the one triggering event to run a corresponding execution function.
  • Step S303 The corresponding execution function is used as a third trigger event of the next trigger device until a self-built function module corresponding to the execution device and the trigger device is generated.
  • 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.
  • 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.
  • the action is entered from the input pin, and the function Action: :Active() 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.
  • 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.
  • any external control including uncontrolled execution engine control
  • 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 can be a device Action.
  • 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. 7 is a structural block diagram of a software bursting apparatus according to Embodiment 4 of the present invention.
  • the software bursting device 60 includes: a first display unit 61, an acquisition unit 62, a second display unit 63, a first generation unit 66, and a second generation unit 66. Among them, the specific functions of each unit are as follows:
  • the first display unit 61 is configured to display a plurality of service functions corresponding to the service category information after receiving the service category information input by the user on the editing interface.
  • the obtaining unit 62 is configured to receive at least two service technologies selected by the user from the displayed multiple service functions, and acquire function modules corresponding to each service function selected by the user;
  • the second display unit 63 is configured to display the acquired function module and multiple connections of the function module
  • the first generating unit 64 is configured to receive a connection relationship selected by the user from the multiple connection relationships, associate the function module according to the selected connection relationship, and generate a service based on the associated function module. flow chart;
  • the second generating unit 66 is configured to encapsulate the service flow chart and the data in the service flow chart to generate a business process file.
  • the software bursting device 60 further includes:
  • a third generating unit configured to acquire a creation instruction, and generate a self-built function module by using the action selected by the user and the parameter information configured by the user for the Act ion, so that the configured action implements a corresponding function.
  • the software bursting device 60 further includes:
  • a saving unit configured to save the self-built function module in a function module library where the function module is located.
  • the action includes a service action and a control action;
  • the service action includes a device Activation, a webpage display action, a password control action, a account object action, and a sub-process Action; , branch action, merge action, end action, and terminate action
  • the parameter information includes at least an execution instruction and a trigger event, where the trigger event is triggered by the execution instruction; and the device action in the Action includes a trigger device and an execution device;
  • the third generating unit includes:
  • a receiving subunit configured to receive an execution device and a trigger device selected by a 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 at least one execution function and multiple presets set by the user for the selected trigger device Two triggering events, such that the selected execution device, upon receiving the execution instruction, causes one of the plurality of trigger events to occur, such that the selected trigger device is triggered to be executed by the one trigger event Corresponding execution function;
  • the software bursting device is based on the service type information input by the user on the editing interface. Displaying a plurality of service functions corresponding to the service type information; acquiring function modules corresponding to the plurality of service functions according to the user's selection; displaying the acquired function modules and the plurality of connection relationships of the function modules; Selecting one of the plurality of connection relationships, associating the function module based on the selected connection relationship, and generating a service flow chart based on the associated function module; and the service flow chart and the service flow chart
  • the data is encapsulated and the business process files are generated, which achieves the effect of modular bursting according to the type of business. The user only needs to perform a few simple selection operations to complete the software bursting, which reduces the difficulty of software bursting and improves The efficiency of bursting.
  • the software bursting device 7 of this embodiment includes: a processor 71, a memory 72, and a computer program 73 stored in the memory 72 and operable on the processor 71, such as a software burst Method.
  • the processor 71 executes the computer program 73 to implement the steps in the various software bursting method embodiments described above, such as steps S101 to S105 shown in FIG. 1-A.
  • the processor 71 executes the computer program 73 to implement the functions of the modules/units in the above-described respective device embodiments, such as the functions of the modules 61 to 65 shown in FIG.
  • the computer program 73 may be divided into one or more modules/units, which are stored in the memory 72 and executed by the processor 71.
  • the one or more modules/units may be a series of computer program instruction segments capable of performing a particular function, the instruction segments being used to describe the execution of the computer program 73 in the software burst device 7.
  • the computer program 73 can be divided into a generating unit and an associating unit, and the specific functions of each unit are as follows:
  • a first display unit configured to display a plurality of service functions corresponding to the service category information after receiving the service category information input by the user on the editing interface;
  • an obtaining unit configured to receive at least two service functions selected by the user from the displayed multiple service functions And obtaining a function module corresponding to each business function selected by the user;
  • a second display unit configured to display the acquired function module and multiple connection relationships of the function module
  • the first generating unit is configured to receive a connection relationship selected by the user from the multiple connection relationships, associate the function module according to the selected connection relationship, and generate a service flow based on the associated function module Figure
  • the second generating unit is configured to encapsulate the service flow chart and the data in the service flow chart to generate a business process file.
  • the software bursting device 7 may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server.
  • the software bursting device can include, but is not limited to, a processor 71, a memory 72. It will be understood by those skilled in the art that FIG. 7 is merely an example of a software bursting device, and does not constitute a limitation of a software bursting device, and may include more or less components than those illustrated, or may combine certain components, or different.
  • the components, such as the software bursting device may also include input and output devices, network access devices, buses, and the like.
  • the processor 71 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 72 may be an internal storage unit of the software bursting device 7, such as a hard disk or memory of the software bursting device 7.
  • the memory 72 may also be an external storage device of the software bursting device 7, such as a plug-in hard disk provided on the software bursting device 7, a smart memory card (SMC), and a secure digital (Secure) Digital, SD) cards, flash cards, etc.
  • the memory 72 may also include both an internal storage unit of the software bursting device 7 and an external storage device.
  • the memory 72 is used to store the computer program and other programs and data required by the software burst device.
  • the memory 72 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.
  • 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 completed by a computer program to instruct related hardware.
  • the computer program may be stored in a computer readable storage medium. After the 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 the form of a source code, an object code, 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.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to the technical field of software development, and provides a software development method and device. Said method comprises: when service type information inputted by a user in an editing interface is received, displaying a plurality of service functions corresponding to the service type information (S101); receiving at least two service functions selected by the user from the plurality of displayed service functions, and acquiring the functional module corresponding to each service function selected by the user (S102); displaying the acquired functional modules and a plurality of connection relationships of the functional modules (S103); receiving a connection relationship selected by the user from the plurality of connection relationships, associating the functional modules on the basis of the selected connection relationship, and generating a service flow diagram on the basis of the associated functional modules (S104); and encapsulating the service flow diagram and data in the service flow diagram, so as to generate a service flow file (S105).

Description

一种软件幵发方法及装置 技术领域  Software bursting method and device
[0001] 本发明属于软件幵发技术领域, 尤其涉及一种软件幵发方法及装置。  [0001] The present invention relates to the field of software bursting, and in particular, to a software bursting method and apparatus.
背景技术  Background technique
[0002] 业务办理一直是和人们的生活息息相关的事情, 例如在银行、 电信、 电力、 医 疗、 航空、 零售等行业的业务办理。 由于各种新的业务需求增加, 业务软件幵 发人员不得不更新程序代码来满足日新月异的业务需求, 然而目前的软件幵发 方法存在过度依赖于编程, 幵发效率低。  [0002] Business handling has always been a matter of people's lives, such as banking, telecommunications, electricity, medical, aerospace, retail and other industries. Due to the increasing demand for new services, business software developers have to update their code to meet changing business needs. However, current software bursting methods are overly dependent on programming and have low efficiency.
技术问题  technical problem
[0003] 有鉴于此, 本发明实施例提供了一种软件幵发方法及装置, 以解决现有技术中 软件幵发方法存在效率低的问题。  In view of this, the embodiments of the present invention provide a software bursting method and apparatus to solve the problem of low efficiency of the software bursting method in the prior art.
[0004] 本发明实施例的第一方面提供了一种软件幵发方法, 包括: A first aspect of the embodiments of the present invention provides a software bursting method, including:
[0005] 在接收到用户在编辑界面输入的业务种类信息吋, 显示与所述业务种类信息对 应的多个业务功能; [0005] after receiving the service category information input by the user on the editing interface, displaying a plurality of service functions corresponding to the service category information;
[0006] 接收用户从所显示的多个业务功能中选择的至少两个业务功能, 并获取与所述 用户选择的每一个业务功能对应的功能模块;  Receiving at least two service functions selected by the user from the displayed plurality of service functions, and acquiring function modules corresponding to each of the service functions selected by the user;
[0007] 显示所获取的功能模块以及所述功能模块的多个连接关系; Displaying the acquired function module and a plurality of connection relationships of the function module;
[0008] 接收用户从所述多个连接关系中选择的一连接关系, 基于所选择的连接关系对 所述功能模块进行关联, 并基于关联后的功能模块生成业务流程图; [0008] receiving a connection relationship selected by the user from the multiple connection relationships, associating the function module based on the selected connection relationship, and generating a service flow chart based on the associated function module;
[0009] 将所述业务流程图与业务流程图中的数据进行封装, 生成业务流程文件。 [0009] Encapsulating the service flow chart and the data in the service flow chart to generate a business process file.
[0010] 本发明实施例的第二方面提供了一种软件幵发装置, 包括: [0010] A second aspect of the embodiments of the present invention provides a software bursting apparatus, including:
[0011] 第一显示单元, 用于在接收到用户在编辑界面输入的业务种类信息吋, 显示与 所述业务种类信息对应的多个业务功能; [0011] a first display unit, configured to display a plurality of service functions corresponding to the service category information after receiving the service category information input by the user on the editing interface;
[0012] 获取单元, 用于接收用户从所显示的多个业务功能中选择的至少两个业务功能 [0012] an obtaining unit, configured to receive at least two service functions selected by the user from the displayed multiple service functions
, 并获取与所述用户选择的每一个业务功能对应的功能模块; And obtaining a function module corresponding to each business function selected by the user;
[0013] 第二显示单元, 用于显示所获取的功能模块以及所述功能模块的多个连接关系 [0014] 第一生成单元, 用于接收用户从所述多个连接关系中选择的一连接关系, 基于 所选择的连接关系对所述功能模块进行关联, 并基于关联后的功能模块生成业 务流程图; [0013] a second display unit, configured to display the acquired function module and multiple connection relationships of the function module a first generating unit, configured to receive a connection relationship selected by the user from the multiple connection relationships, associate the function module according to the selected connection relationship, and generate a business process based on the associated function module Figure
[0015] 第二生成单元, 用于将所述业务流程图与业务流程图中的数据进行封装, 生成 业务流程文件。  [0015] The second generating unit is configured to encapsulate the service flow chart and the data in the service flow chart to generate a business process file.
[0016] 本发明实施例的第三方面提供了一种软件幵发装置, 包括存储器、 处理器以及 存储在所述存储器中并可在所述处理器上运行的计算机程序, 其特征在于, 所 述处理器执行所述计算机程序吋实现以下步骤:  [0016] A third aspect of an embodiment of the present invention provides a software bursting apparatus, including 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 following steps:
[0017] 在接收到用户在编辑界面输入的业务种类信息吋, 显示与所述业务种类信息对 应的多个业务功能;  [0017] after receiving the service category information input by the user on the editing interface, displaying a plurality of service functions corresponding to the service category information;
[0018] 接收用户从所显示的多个业务功能中选择的至少两个业务功能, 并获取与所述 用户选择的每一个业务功能对应的功能模块;  [0018] receiving at least two service functions selected by the user from the displayed plurality of service functions, and acquiring function modules corresponding to each of the service functions selected by the user;
[0019] 显示所获取的功能模块以及所述功能模块的多个连接关系; [0019] displaying the acquired function module and a plurality of connection relationships of the function module;
[0020] 接收用户从所述多个连接关系中选择的一连接关系, 基于所选择的连接关系对 所述功能模块进行关联, 并基于关联后的功能模块生成业务流程图; [0020] receiving a connection relationship selected by the user from the multiple connection relationships, associating the function module based on the selected connection relationship, and generating a service flow chart based on the associated function module;
[0021] 将所述业务流程图与业务流程图中的数据进行封装, 生成业务流程文件。 [0021] Encapsulating the service flow chart and the data in the service flow chart to generate a business process file.
[0022] 本发明实施例的第四方面提供了一种计算机可读存储介质, 所述计算机可读存 储介质存储有计算机程序, 其特征在于, 所述计算机程序被处理器执行吋实现 以下步骤: [0022] 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:
[0023] 在接收到用户在编辑界面输入的业务种类信息吋, 显示与所述业务种类信息对 应的多个业务功能;  [0023] after receiving the service category information input by the user on the editing interface, displaying a plurality of service functions corresponding to the service category information;
[0024] 接收用户从所显示的多个业务功能中选择的至少两个业务功能, 并获取与所述 用户选择的每一个业务功能对应的功能模块;  [0024] receiving at least two service functions selected by the user from the displayed plurality of service functions, and acquiring function modules corresponding to each of the service functions selected by the user;
[0025] 显示所获取的功能模块以及所述功能模块的多个连接关系; [0025] displaying the acquired function module and a plurality of connection relationships of the function module;
[0026] 接收用户从所述多个连接关系中选择的一连接关系, 基于所选择的连接关系对 所述功能模块进行关联, 并基于关联后的功能模块生成业务流程图; Receiving, by the user, a connection relationship selected from the plurality of connection relationships, associating the function module based on the selected connection relationship, and generating a service flowchart based on the associated function module;
[0027] 将所述业务流程图与业务流程图中的数据进行封装, 生成业务流程文件。 问题的解决方案 [0027] Encapsulating the service flow chart and the data in the service flow chart to generate a business process file. Problem solution
发明的有益效果  Advantageous effects of the invention
有益效果  Beneficial effect
[0028] 本发明实施例通过根据用户在编辑界面输入的业务种类信息, 显示与所述业务 种类信息对应的多个业务功能; 根据用户的选择获取与多个业务功能对应的功 能模块; 显示所获取的功能模块以及所述功能模块的多个连接关系; 接收用户 从所述多个连接关系中选择的一连接关系, 基于所选择的连接关系对所述功能 模块进行关联, 并基于关联后的功能模块生成业务流程图; 将所述业务流程图 与业务流程图中的数据进行封装, 生成业务流程文件, 达到了根据业务种类进 行模块化幵发的效果, 用户只需要进行几次简单的选择操作即可完成软件的幵 发, 降低了软件幵发的难度, 提高了幵发效率。  [0028] The embodiment of the present invention displays a plurality of service functions corresponding to the service type information according to the service type information input by the user on the editing interface; and acquires a function module corresponding to the plurality of service functions according to the user's selection; Acquiring the function module and the plurality of connection relationships of the function module; receiving a connection relationship selected by the user from the plurality of connection relationships, associating the function module based on the selected connection relationship, and based on the associated The function module generates a service flow chart; encapsulates the data in the business process flow chart and the business process flow chart, generates a business process file, and achieves the effect of modular bursting according to the type of service, and the user only needs to make several simple choices. The operation can complete the bursting of the software, which reduces the difficulty of the software bursting and improves the bursting efficiency.
对附图的简要说明  Brief description of the drawing
附图说明  DRAWINGS
[0029] 为了更清楚地说明本发明实施例中的技术方案, 下面将对实施例或现有技术描 述中所需要使用的附图作简单地介绍, 显而易见地, 下面描述中的附图仅仅是 本发明的一些实施例, 对于本领域普通技术人员来讲, 在不付出创造性劳动性 的前提下, 还可以根据这些附图获得其他的附图。  [0029] In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings to be 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.
[0030] 图 1-A是本发明实施例一提供的软件幵发方法的实现流程示意图;  1A is a schematic flowchart showing an implementation of a software bursting method according to Embodiment 1 of the present invention;
[0031] 图 1-B是本发明实施例提供的 Action分类表的示意图;  [0031] FIG. 1-B is a schematic diagram of an Action classification table according to an embodiment of the present invention;
[0032] 图 2是本发明实施例提供的一业务流程的示意图;  2 is a schematic diagram of a service flow according to an embodiment of the present invention;
[0033] 图 3是本发明实施例二提供的软件幵发方法的实现流程示意图;  3 is a schematic flowchart of an implementation process of a software bursting method according to Embodiment 2 of the present invention;
[0034] 图 4是本发明实施例三提供的软件幵发方法的实现流程示意图。 ;  4 is a schematic flowchart of an implementation process of a software bursting method according to Embodiment 3 of the present invention. ;
[0035] 图 5是本发明实施例提供的一功能实例的示意图;  5 is a schematic diagram of a functional example provided by an embodiment of the present invention;
[0036] 图 6是本发明实施例三提供的一设备 Action的参数信息的示意图;  6 is a schematic diagram of parameter information of a device Action according to Embodiment 3 of the present invention;
[0037] 图 7是本发明实施例五提供的软件幵发装置的结构框图;  7 is a structural block diagram of a software bursting apparatus according to Embodiment 5 of the present invention;
[0038] 图 8是本发明实施例六提供的软件幵发装置的示意图。 本发明的实施方式 8 is a schematic diagram of a software bursting device according to Embodiment 6 of the present invention. Embodiments of the invention
[0039] 以下描述中, 为了说明而不是为了限定, 提出了诸如特定系统结构、 技术之类 的具体细节, 以便透彻理解本发明实施例。 然而, 本领域的技术人员应当清楚 , 在没有这些具体细节的其它实施例中也可以实现本发明。 在其它情况中, 省 略对众所周知的系统、 装置、 电路以及方法的详细说明, 以免不必要的细节妨 碍本发明的描述。  [0039] 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.
[0040] 为了说明本发明所述的技术方案, 下面通过具体实施例来进行说明。  [0040] In order to explain the technical solution described in the present invention, the following description will be made by way of specific embodiments.
[0041] 实施例一 [0041] Embodiment 1
[0042] 图 1示出了本发明实施例一提供的软件幵发方法的实现流程示意图。 如图 1-A所 示, 该软件幵发方法具体包括如下步骤 S101至步骤 S105。  FIG. 1 is a schematic flowchart showing an implementation of a software bursting method according to Embodiment 1 of the present invention. As shown in FIG. 1-A, the software bursting method specifically includes the following steps S101 to S105.
[0043] 步骤 S101 : 在接收到用户在编辑界面输入的业务种类信息吋, 显示与所述业务 种类信息对应的多个业务功能。 [0043] Step S101: After receiving the service category information input by the user on the editing interface, displaying a plurality of service functions corresponding to the service category information.
[0044] 其中, 业务包括但不限于银行业务、 医疗业务、 交通业务和通信业务; 业务种 类信息是一种业务中某种具体的业务种类, 例如银行取款业务。 [0044] The service includes, but is not limited to, banking, medical service, traffic service, and communication service; the service type information is a specific service type in a service, such as a bank withdrawal service.
[0045] 步骤 S102: 接收用户从所显示的多个业务功能中选择的至少两个业务功能, 并 获取与所述用户选择的每一个业务功能对应的功能模块。 [0045] Step S102: Receive at least two service functions selected by the user from the displayed multiple service functions, and acquire function modules corresponding to each service function selected by the user.
[0046] 步骤 S103: 显示所获取的功能模块以及所述功能模块的多个连接关系。 [0046] Step S103: Display the acquired function module and multiple connection relationships of the function module.
[0047] 步骤 S104: 接收用户从所述多个连接关系中选择的一连接关系, 基于所选择的 连接关系对所述功能模块进行关联, 并基于关联后的功能模块生成业务流程图 [0047] Step S104: Receive a connection relationship selected by the user from the multiple connection relationships, associate the function module based on the selected connection relationship, and generate a service flow chart based on the associated function module.
[0048] 步骤 S105: 将所述业务流程图与业务流程图中的数据进行封装, 生成业务流程 文件。 [0048] Step S105: Encapsulate the service flow chart and the data in the service flow chart to generate a business process file.
[0049] 根据用户在编辑界面输入的业务种类, 显示与所述业务种类对应的业务功能, 例如: 用户输入业务种类为银行取款业务, 则显示与银行取款业务对应的所有 业务功能, 假设用户选择所有业务功能中的业务功能 A、 业务功能8、 业务功能 C、 业务功能1)、 业务功能 E和业务功能 F。 业务功能 、 业务功能8、 业务功能 C 、 业务功能1)、 业务功能 E和业务功能 F对应的功能模块是通过对图 1-B中的业务 Action进行参数配置来实现的, 配置完成后即获得功能模块 A、 功能模块8、 功 能模块 C、 功能模块1)、 功能模块 E和功能模块 F。 这六个业务子流程有多种连接 关系, 则对多种连接关系, 用户选择其中的一种即可。 基于用户选择的连接关 系, 对功能模块 A、 功能模块8、 功能模块。、 功能模块1)、 功能模块 E和功能模 块 F进行关联即得到如图 2所示的业务流程图, 可以是根据用户的连接操作完成 功能模块间的关联, 也可以是根据用户选择的连接关系自动关联。 [0049] displaying a service function corresponding to the service type according to the service type input by the user on the editing interface, for example, the user input service type is a bank withdrawal service, and displaying all business functions corresponding to the bank withdrawal service, assuming the user selects Business function A, business function 8, business function C, business function 1), business function E, and business function F in all business functions. The function modules corresponding to the service function, the service function 8, the service function C, the service function 1), the service function E and the service function F are realized by parameter configuration of the service action in FIG. 1-B, and are obtained after the configuration is completed. Function module A, function module 8, function Module C, function module 1), function module E and function module F. The six business sub-processes have multiple connection relationships, and for a plurality of connection relationships, the user can select one of them. Based on the connection relationship selected by the user, the function module A, the function module 8, and the function module. The function module 1), the function module E and the function module F are associated to obtain the service flow chart as shown in FIG. 2, and the association between the function modules may be completed according to the connection operation of the user, or may be based on the connection relationship selected by the user. Automatic association.
[0050] 本实施例引入了自治主体 Action, 将被动执行动作的 Action改变为主动拥有主 动行为的 Action, Action与 Action之间通过 port端口自动识别机制进行识别。  [0050] In this embodiment, an autonomous subject action is introduced, and an action that passively performs an action is changed to an action that actively has an active behavior, and an action is automatically identified between the Action and the Action through a port port automatic identification mechanism.
[0051] 通过对目前国内外 ITM应用业务进行分析和抽象, 本实施例的幵发平台设计出 了 10个 Action, 称为基础 Action集, 高粒度 Action设计保证了 Action数量可控, 当 然也可以在此基础上重新设计新的 Action (继承) 。  [0051] By analyzing and abstracting the current domestic and international ITM application services, the bursting platform of this embodiment designs 10 Actions, called a basic Action set, and the high-grained Action design ensures that the number of Actions is controllable, of course, Based on this, redesign the new Action (inheritance).
[0052] 本发明实施例通过根据用户在编辑界面输入的业务种类信息, 显示与所述业务 种类信息对应的多个业务功能; 根据用户的选择获取与多个业务功能对应的功 能模块; 显示所获取的功能模块以及所述功能模块的多个连接关系; 接收用户 从所述多个连接关系中选择的一连接关系, 基于所选择的连接关系对所述功能 模块进行关联, 并基于关联后的功能模块生成业务流程图; 将所述业务流程图 与业务流程图中的数据进行封装, 生成业务流程文件, 达到了根据业务种类进 行模块化幵发的效果, 用户只需要进行几次简单的选择操作即可完成软件的幵 发, 降低了软件幵发的难度, 提高了幵发效率。  [0052] The embodiment of the present invention displays a plurality of service functions corresponding to the service type information according to the service type information input by the user on the editing interface; and acquires a function module corresponding to the multiple service functions according to the user's selection; Acquiring the function module and the plurality of connection relationships of the function module; receiving a connection relationship selected by the user from the plurality of connection relationships, associating the function module based on the selected connection relationship, and based on the associated The function module generates a service flow chart; encapsulates the data in the business process flow chart and the business process flow chart, generates a business process file, and achieves the effect of modular bursting according to the type of service, and the user only needs to make several simple choices. The operation can complete the bursting of the software, which reduces the difficulty of the software bursting and improves the bursting efficiency.
[0053] 实施例二  Embodiment 2
[0054] 在实施例一的基础上, 图 3示出了本发明实施例二提供的软件幵发方法的实现 流程示意图。 如图 3所示, 在实施例一的基础上, 该软件幵发方法还包括如下步 骤 S201。  [0054] On the basis of the first embodiment, FIG. 3 is a schematic flowchart showing the implementation of the software bursting method provided by the second embodiment of the present invention. As shown in FIG. 3, based on the first embodiment, the software bursting method further includes the following step S201.
[0055] 步骤 S201 : 获取创建指令, 基于用户选择的 Action以及用户为所述 Action配置 的参数信息, 以使得配置后的所述 Action实现对应的功能, 生成自建功能模块。  [0055] Step S201: Acquire a creation instruction, based on the Action selected by the user and the parameter information configured by the user for the Action, so that the configured Action implements a corresponding function, and generates a self-built function module.
[0056] 可选地, 将所述自建功能模块保存在功能模块所在的功能模块库中。 [0056] Optionally, the self-built function module is saved in a function module library where the function module is located.
[0057] 可选地, 所述 Action包括业务 Action和控制 Action; 所述业务 Action包括设备 Ac tion、 网页显示 Action、 密码控制 Action、 账务对象 Action和子流程 Action; 所述 控制 Action包括幵始 Action、 分支 Action、 汇合 Action、 结束 Action和终止 Action [0058] 由于当前的幵发平台的功能模块库中可能没有幵发者所需要的功能模块, 因此 幵发者可以基于业务 Action和控制 Action创建所需要的功能模块, 达到复用业务 Action和控制 Action实现幵发的目的。 自建功能模块保存在功能模块所在的功能 模块库中可以为下次幵发提供更多的功能模块, 减少了幵发的工作量。 可以理 解的是, 自建功能模块可以是一个或者多个。 Optionally, the action includes a service action and a control action; the service action includes a device Activation, a webpage display action, a password control action, a account object action, and a sub-process Action; the control action includes an action , branch action, merge action, end action, and terminate action [0058] Since the functional module library of the current burst platform may not have the function modules required by the sender, the sender can create the required function modules based on the business action and the control action, and achieve the multiplexing service action and control. Action achieves the purpose of bursting. The self-built function module is stored in the function module library where the function module is located, which can provide more function modules for the next burst, which reduces the workload of bursting. It can be understood that the self-built function module can be one or more.
[0059] 本实施例中的幵发平台成功的实现了通过上述十个 Action, 就满足了包括读卡 器、 密码键盘、 后维护键盘、 凭条打印机、 日志打印机、 存款模块、 取款模块 、 存折模块等现金相关设备, 以及发卡器、 二代证、 摄像头、 A4打印、 A4回收 、 高拍仪、 支票扫描、 指纹仪、 UKEY模块、 二维码、 盖章机、 印卡模块等非现 金相关的设备提供的业务功能的设计需要, 完全满足银行金融终端应用软件幵 发需要。 [0059] The burst platform in this embodiment successfully implements the above ten actions, including a card reader, a PIN pad, a post-maintenance keyboard, a receipt printer, a log printer, a deposit module, a withdrawal module, and a passbook. Modules and other cash related equipment, as well as card issuer, second generation card, camera, A4 printing, A4 recycling, Gao Paiyi, check scanning, fingerprint reader, UKEY module, QR code, stamping machine, printing card module, etc. The design of the business functions provided by the equipment needs to fully meet the bursting needs of the banking financial terminal application software.
[0060] 随着业务的发展, 需要在金融终端设备上增加新的硬件、 或者需要与后台的不 同系统交易进行通讯、 或者需要增加新的业务功能, 因此幵发平台具有的高度 灵活性, 可以将不同的具体功能封装为单独的模块, 模块提供标准接口, 通过 标准接口调用实现不同模块之间的轻松耦合, 能够满足将来扩展的需要。 当需 要增加新的业务功能吋, 只需扩充新的功能模块, 不会对原来的功能模块和交 易造成影响。  [0060] With the development of services, it is necessary to add new hardware on the financial terminal equipment, or need to communicate with different system transactions in the background, or need to add new business functions, so the burst platform has high flexibility, The different specific functions are packaged into separate modules. The modules provide standard interfaces and enable easy coupling between different modules through standard interface calls, which can meet the needs of future expansion. When new business functions need to be added, it is only necessary to expand the new functional modules without affecting the original functional modules and transactions.
[0061] 本发明实施例通过利用对 Action的复用来幵发自建功能模块, 达到创建原功能 模块库中没有的功能模块的目的, 并利用添加自建功能模块后的当前功能模块 库中的功能模块进行幵发, 幵发的效率高。  [0061] The embodiment of the present invention uses the multiplexing of the Action to express the self-built function module, achieves the purpose of creating the function module not included in the original function module library, and utilizes the current function module library after adding the self-built function module. The function module performs bursting and the bursting efficiency is high.
[0062] 实施例三  Embodiment 3
[0063] 图 4示出了本发明实施例三提供的软件幵发方法的实现流程示意图。 在实施例 一的基础上, 所述参数信息至少包括执行指令和触发事件, 所述触发事件由所 述执行指令触发; 所述 Action中的设备 Action包括触发设备和执行设备;  4 is a schematic flowchart showing an implementation process of a software bursting method according to Embodiment 3 of the present invention. On the basis of the first embodiment, the parameter information includes at least an execution instruction and a trigger event, where the trigger event is triggered by the execution instruction; and the device action in the Action includes a trigger device and an execution device;
[0064] 步骤 S201的具体实现流程包括如下步骤 S301至步骤 S303。  [0064] The specific implementation process of step S201 includes the following steps S301 to S303.
[0065] 步骤 S301 : 接收用户选择的执行设备和触发设备。  [0065] Step S301: Receive an execution device and a trigger device selected by the user.
[0066] 步骤 S302: 接收用户为所选择的执行设备设置的至少一个执行指令和多个第一 触发事件, 并接收用户为所选择的触发设备设置的至少一个执行函数和多个第 二触发事件, 以使得所选择的执行设备在接收到所述执行指令吋引起所述多个 触发事件中的一个触发事件发生, 以使得通过所述一个触发事件来触发所述选 择的触发设备运行对应的执行函数。 [0066] Step S302: receiving at least one execution instruction and a plurality of first settings set by the user for the selected execution device Triggering an event, and receiving at least one execution function and a plurality of second trigger events set by the user for the selected trigger device, such that the selected execution device causes the execution command to cause the plurality of trigger events A triggering event occurs such that the selected triggering device is triggered by the one triggering event to run a corresponding execution function.
[0067] 步骤 S303: 将所述对应的执行函数作为下一个触发设备的第三触发事件, 直至 生成与所述执行设备和触发设备相对应功能的自建功能模块。  [0067] Step S303: The corresponding execution function is used as a third trigger event of the next trigger device until a self-built function module corresponding to the execution device and the trigger device is generated.
[0068] 例如, 吞卡子流程的图形化编程实现。 [0068] For example, a graphical programming implementation of a swallow subroutine.
[0069] 存款、 取款、 转账、 査询、 改密等子流程均包含吞卡这一功能, 从"吞卡"引脚 出来吋, 此吋需要调用该吞卡子流程执行吞卡操作。  [0069] 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.
[0070] 例如, 吞卡子流程的图形化编程实现。 [0070] For example, a graphical programming implementation of a swallow subroutine.
[0071] 存款、 取款、 转账、 査询、 改密等子流程均包含吞卡这一功能, 从"吞卡"引脚 出来吋, 此吋需要调用该吞卡子流程执行吞卡操作。  [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] 吞卡功能实例实现如图 5所示: [0072] The example of the swallowing function is implemented as shown in FIG. 5:
[0073] 上述流程图中, 一共利用了三个 Action实现了该流程, 两个控制 Action和一个 业务 Action, 包括: [0073] In the above flow chart, a total of three actions are used to implement the process, two control actions and one business action, including:
Figure imgf000009_0001
Figure imgf000009_0001
[0075] 2) 结束 Action: 标志着吞卡流程的结束。  [0075] 2) End Action: marks the end of the swallowing process.
[0076] 3) "吞卡 "业务 Action: 采用设备 Action, 为设备 Action配置两个触发设备: Act ion和 IDC; 四个执行设备: Action、 IDC、 JPTR和 DeviceManager; —个输出引 脚 output。  [0076] 3) "swallow card" service Action: Use device Action to configure two trigger devices for device action: Act ion and IDC; four execution devices: Action, IDC, JPTR and DeviceManager; - output pin output.
[0077] 吞卡功能实例工作原理如下:  [0077] The working principle of the swallowing function example is as follows:
[0078] 参考图 5和图 6, 从输入引脚进入该 Action, 函数 Action: :Active()触发, 执行完 该函数后, 接着调用执行设备 IDC的执行方法 Capture(), 即 IDC::Capture()。  Referring to FIG. 5 and FIG. 6, the action is entered from the input pin, and the function Action: :Active() 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 imgf000009_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 imgf000009_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, the output from the bow pin is named output. The pin goes out.
[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 () 从输出引 脚出去, 期间不断地调用触发设备的触发函数, 以及执行设备的执行动作 (函 数) , 形成一个自治体, 不受外界任何函数控制, 包括不受执行流程引擎控制  [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] 可选地, 至少两个所述执行设备运行各自的执行指令后, 所述触发设备执行触 发事件。 [0084] Optionally, after the at least two execution devices run the respective execution instructions, the trigger device performs a trigger event.
[0085] 当使用了汇合 Action吋, 合并前的至少两个分支均完成后才触发下一个分支运 行; 分支可以是一个设备 Action。  [0085] When Convergence Action is used, the next branch operation is triggered after at least two branches before the merge are completed; the branch can be a device Action.
[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 4
[0088] 请参考图 7, 其示出了本发明实施例四提供的软件幵发装置的结构框图。 软件 幵发装置 60包括: 第一显示单元 61、 获取单元 62、 第二显示单元 63、 第一生成 单 66和第二生成单元 66。 其中, 各单元的具体功能如下:  Please refer to FIG. 7, which is a structural block diagram of a software bursting apparatus according to Embodiment 4 of the present invention. The software bursting device 60 includes: a first display unit 61, an acquisition unit 62, a second display unit 63, a first generation unit 66, and a second generation unit 66. Among them, the specific functions of each unit are as follows:
[0089] 第一显示单元 61, 用于在接收到用户在编辑界面输入的业务种类信息吋, 显示 与所述业务种类信息对应的多个业务功能; [0089] The first display unit 61 is configured to display a plurality of service functions corresponding to the service category information after receiving the service category information input by the user on the editing interface.
[0090] 获取单元 62, 用于接收用户从所显示的多个业务功能中选择的至少两个业务功 育 , 并获取与所述用户选择的每一个业务功能对应的功能模块; [0090] The obtaining unit 62 is configured to receive at least two service technologies selected by the user from the displayed multiple service functions, and acquire function modules corresponding to each service function selected by the user;
[0091] 第二显示单元 63, 用于显示所获取的功能模块以及所述功能模块的多个连接关 [0092] 第一生成单元 64, 用于接收用户从所述多个连接关系中选择的一连接关系, 基 于所选择的连接关系对所述功能模块进行关联, 并基于关联后的功能模块生成 业务流程图; [0091] The second display unit 63 is configured to display the acquired function module and multiple connections of the function module [0092] The first generating unit 64 is configured to receive a connection relationship selected by the user from the multiple connection relationships, associate the function module according to the selected connection relationship, and generate a service based on the associated function module. flow chart;
[0093] 第二生成单元 66, 用于将所述业务流程图与业务流程图中的数据进行封装, 生 成业务流程文件。  [0093] The second generating unit 66 is configured to encapsulate the service flow chart and the data in the service flow chart to generate a business process file.
[0094] 可选地, 软件幵发装置 60还包括: [0094] Optionally, the software bursting device 60 further includes:
[0095] 第三生成单元, 用于获取创建指令, 基于用户选择的 Action以及用户为所述 Act ion配置的参数信息, 以使得配置后的所述 Action实现对应的功能, 生成自建功 能模块。  And a third generating unit, configured to acquire a creation instruction, and generate a self-built function module by using the action selected by the user and the parameter information configured by the user for the Act ion, so that the configured action implements a corresponding function.
[0096] 可选地, 软件幵发装置 60还包括:  [0096] Optionally, the software bursting device 60 further includes:
[0097] 保存单元, 用于将所述自建功能模块保存在功能模块所在的功能模块库中。  [0097] a saving unit, configured to save the self-built function module in a function module library where the function module is located.
[0098] 可选地, 所述 Action包括业务 Action和控制 Action; 所述业务 Action包括设备 Ac tion、 网页显示 Action、 密码控制 Action、 账务对象 Action和子流程 Action; 所述 控制 Action包括幵始 Action、 分支 Action、 汇合 Action、 结束 Action和终止 Action [0098] Optionally, the action includes a service action and a control action; the service action includes a device Activation, a webpage display action, a password control action, a account object action, and a sub-process Action; , branch action, merge action, end action, and terminate action
[0099] 可选地, 所述参数信息至少包括执行指令和触发事件, 所述触发事件由所述执 行指令触发; 所述 Action中的设备 Action包括触发设备和执行设备; [0099] Optionally, the parameter information includes at least an execution instruction and a trigger event, where the trigger event is triggered by the execution instruction; and the device action in the Action includes a trigger device and an execution device;
[0100] 所述第三生成单元包括: [0100] The third generating unit includes:
[0101] 接收子单元, 用于接收用户选择的执行设备和触发设备;  [0101] a receiving subunit, configured to receive an execution device and a trigger device selected by a user;
[0102] 设置子单元, 用于接收用户为所选择的执行设备设置的至少一个执行指令和多 个第一触发事件, 并接收用户为所选择的触发设备设置的至少一个执行函数和 多个第二触发事件, 以使得所选择的执行设备在接收到所述执行指令吋引起所 述多个触发事件中的一个触发事件发生, 以使得通过所述一个触发事件来触发 所述选择的触发设备运行对应的执行函数;  [0102] 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 at least one execution function and multiple presets set by the user for the selected trigger device Two triggering events, such that the selected execution device, upon receiving the execution instruction, causes one of the plurality of trigger events to occur, such that the selected trigger device is triggered to be executed by the one trigger event Corresponding execution function;
[0103] 生成子单元, 用于将所述对应的执行函数作为下一个触发设备的第三触发事件 , 直至生成与所述执行设备和触发设备相对应功能的自建功能模块。  [0103] generating a subunit, configured to use the corresponding execution function as a third trigger event of the next trigger device until a self-built function module corresponding to the execution device and the trigger device is generated.
[0104] 本发明实施例提供的软件幵发装置, 根据用户在编辑界面输入的业务种类信息 , 显示与所述业务种类信息对应的多个业务功能; 根据用户的选择获取与多个 业务功能对应的功能模块; 显示所获取的功能模块以及所述功能模块的多个连 接关系; 接收用户从所述多个连接关系中选择的一连接关系, 基于所选择的连 接关系对所述功能模块进行关联, 并基于关联后的功能模块生成业务流程图; 将所述业务流程图与业务流程图中的数据进行封装, 生成业务流程文件, 达到 了根据业务种类进行模块化幵发的效果, 用户只需要进行几次简单的选择操作 即可完成软件的幵发, 降低了软件幵发的难度, 提高了幵发效率。 [0104] The software bursting device provided by the embodiment of the present invention is based on the service type information input by the user on the editing interface. Displaying a plurality of service functions corresponding to the service type information; acquiring function modules corresponding to the plurality of service functions according to the user's selection; displaying the acquired function modules and the plurality of connection relationships of the function modules; Selecting one of the plurality of connection relationships, associating the function module based on the selected connection relationship, and generating a service flow chart based on the associated function module; and the service flow chart and the service flow chart The data is encapsulated and the business process files are generated, which achieves the effect of modular bursting according to the type of business. The user only needs to perform a few simple selection operations to complete the software bursting, which reduces the difficulty of software bursting and improves The efficiency of bursting.
[0105] 应理解, 上述实施例中各步骤的序号的大小并不意味着执行顺序的先后, 各过 程的执行顺序应以其功能和内在逻辑确定, 而不应对本发明实施例的实施过程 构成任何限定。  It should be understood that the size of the serial number of each step in the above 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 constituted by the implementation process of the embodiment of the present invention. Any restrictions.
[0106] 还应当理解的是, 上述本发明实施例序号仅仅为了描述, 不代表实施例的优劣 [0107] 实施例五  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. [0107] Embodiment 5
[0108] 图 8是本发明实施例六提供的软件幵发装置的示意图。 如图 8所示, 该实施例的 软件幵发装置 7包括: 处理器 71、 存储器 72以及存储在所述存储器 72中并可在所 述处理器 71上运行的计算机程序 73, 例如软件幵发方法程序。 所述处理器 71执 行所述计算机程序 73吋实现上述各个软件幵发方法实施例中的步骤, 例如图 1-A 所示的步骤 S101至 S105。 或者, 所述处理器 71执行所述计算机程序 73吋实现上 述各装置实施例中各模块 /单元的功能, 例如图 6所示模块 61至 65的功能。  8 is a schematic diagram of a software bursting device according to Embodiment 6 of the present invention. As shown in FIG. 8, the software bursting device 7 of this embodiment includes: a processor 71, a memory 72, and a computer program 73 stored in the memory 72 and operable on the processor 71, such as a software burst Method. The processor 71 executes the computer program 73 to implement the steps in the various software bursting method embodiments described above, such as steps S101 to S105 shown in FIG. 1-A. Alternatively, the processor 71 executes the computer program 73 to implement the functions of the modules/units in the above-described respective device embodiments, such as the functions of the modules 61 to 65 shown in FIG.
[0109] 示例性的, 所述计算机程序 73可以被分割成一个或多个模块 /单元, 所述一个 或者多个模块 /单元被存储在所述存储器 72中, 并由所述处理器 71执行, 以完成 本发明。 所述一个或多个模块 /单元可以是能够完成特定功能的一系列计算机程 序指令段, 该指令段用于描述所述计算机程序 73在所述软件幵发装置 7中的执行 过程。 例如, 所述计算机程序 73可以被分割成生成单元和关联单元, 各单元的 具体功能如下:  [0109] Illustratively, the computer program 73 may be divided into one or more modules/units, which are stored in the memory 72 and executed by the processor 71. To complete the present invention. The one or more modules/units may be a series of computer program instruction segments capable of performing a particular function, the instruction segments being used to describe the execution of the computer program 73 in the software burst device 7. For example, the computer program 73 can be divided into a generating unit and an associating unit, and the specific functions of each unit are as follows:
[0110] 第一显示单元, 用于在接收到用户在编辑界面输入的业务种类信息吋, 显示与 所述业务种类信息对应的多个业务功能;  [0110] a first display unit, configured to display a plurality of service functions corresponding to the service category information after receiving the service category information input by the user on the editing interface;
[0111] 获取单元, 用于接收用户从所显示的多个业务功能中选择的至少两个业务功能 , 并获取与所述用户选择的每一个业务功能对应的功能模块; [0111] an obtaining unit, configured to receive at least two service functions selected by the user from the displayed multiple service functions And obtaining a function module corresponding to each business function selected by the user;
[0112] 第二显示单元, 用于显示所获取的功能模块以及所述功能模块的多个连接关系 [0112] a second display unit, configured to display the acquired function module and multiple connection relationships of the function module
[0113] 第一生成单元, 用于接收用户从所述多个连接关系中选择的一连接关系, 基于 所选择的连接关系对所述功能模块进行关联, 并基于关联后的功能模块生成业 务流程图; [0113] The first generating unit is configured to receive a connection relationship selected by the user from the multiple connection relationships, associate the function module according to the selected connection relationship, and generate a service flow based on the associated function module Figure
[0114] 第二生成单元, 用于将所述业务流程图与业务流程图中的数据进行封装, 生成 业务流程文件。  [0114] The second generating unit is configured to encapsulate the service flow chart and the data in the service flow chart to generate a business process file.
[0115] 所述软件幵发装置 7可以是桌上型计算机、 笔记本、 掌上电脑及云端服务器等 计算设备。 所述软件幵发装置可包括, 但不仅限于, 处理器 71、 存储器 72。 本 领域技术人员可以理解, 图 7仅仅是软件幵发装置的示例, 并不构成对软件幵发 装置的限定, 可以包括比图示更多或更少的部件, 或者组合某些部件, 或者不 同的部件, 例如所述软件幵发装置还可以包括输入输出设备、 网络接入设备、 总线等。  [0115] The software bursting device 7 may be a computing device such as a desktop computer, a notebook, a palmtop computer, and a cloud server. The software bursting device can include, but is not limited to, a processor 71, a memory 72. It will be understood by those skilled in the art that FIG. 7 is merely an example of a software bursting device, and does not constitute a limitation of a software bursting device, and may include more or less components than those illustrated, or may combine certain components, or different. The components, such as the software bursting device, may also include input and output devices, network access devices, buses, and the like.
[0116] 所称处理器 71可以是中央处理单元 (Central Processing Unit, CPU) , 还可以是其 他通用处理器、 数字信号处理器(Digital Signal Processor, DSP)、 专用集成电路 (Application Specific Integrated Circuit, ASIC)、 现成可编程门阵列  The processor 71 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.
[0117] 所述存储器 72可以是所述软件幵发装置 7的内部存储单元, 例如软件幵发装置 7 的硬盘或内存。 所述存储器 72也可以是所述软件幵发装置 7的外部存储设备, 例 如所述软件幵发装置 7上配备的插接式硬盘, 智能存储卡 (Smart Media Card, SMC) , 安全数字 (Secure Digital, SD) 卡, 闪存卡 (Flash Card) 等。 进一步 地, 所述存储器 72还可以既包括所述软件幵发装置 7的内部存储单元也包括外部 存储设备。 所述存储器 72用于存储所述计算机程序以及所述软件幵发装置所需 的其他程序和数据。 所述存储器 72还可以用于暂吋地存储已经输出或者将要输 出的数据。 [0118] 所属领域的技术人员可以清楚地了解到, 为了描述的方便和简洁, 仅以上述各 功能单元、 模块的划分进行举例说明, 实际应用中, 可以根据需要而将上述功 能分配由不同的功能单元、 模块完成, 即将所述装置的内部结构划分成不同的 功能单元或模块, 以完成以上描述的全部或者部分功能。 实施例中的各功能单 元、 模块可以集成在一个处理单元中, 也可以是各个单元单独物理存在, 也可 以两个或两个以上单元集成在一个单元中, 上述集成的单元既可以采用硬件的 形式实现, 也可以采用软件功能单元的形式实现。 另外, 各功能单元、 模块的 具体名称也只是为了便于相互区分, 并不用于限制本申请的保护范围。 上述系 统中单元、 模块的具体工作过程, 可以参考前述方法实施例中的对应过程, 在 此不再赘述。 [0117] The memory 72 may be an internal storage unit of the software bursting device 7, such as a hard disk or memory of the software bursting device 7. The memory 72 may also be an external storage device of the software bursting device 7, such as a plug-in hard disk provided on the software bursting device 7, a smart memory card (SMC), and a secure digital (Secure) Digital, SD) cards, flash cards, etc. Further, the memory 72 may also include both an internal storage unit of the software bursting device 7 and an external storage device. The memory 72 is used to store the computer program and other programs and data required by the software burst device. The memory 72 can also be used to temporarily store data that has been output or is about to be output. [0118] 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. For the specific working process of the unit and the module in the foregoing system, refer to the corresponding process in the foregoing method embodiment, and details are not described herein again.
[0119] 在上述实施例中, 对各个实施例的描述都各有侧重, 某个实施例中没有详述或 记载的部分, 可以参见其它实施例的相关描述。  [0119] In the foregoing 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.
[0120] 本领域普通技术人员可以意识到, 结合本文中所公幵的实施例描述的各示例的 单元及算法步骤, 能够以电子硬件、 或者计算机软件和电子硬件的结合来实现 。 这些功能究竟以硬件还是软件方式来执行, 取决于技术方案的特定应用和设 计约束条件。 专业技术人员可以对每个特定的应用来使用不同方法来实现所描 述的功能, 但是这种实现不应认为超出本发明的范围。  [0120] 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.
[0121] 在本发明所提供的实施例中, 应该理解到, 所揭露的装置和方法, 可以通过其 它的方式实现。 例如, 以上所描述的装置实施例仅仅是示意性的, 例如, 所述 模块或单元的划分, 仅仅为一种逻辑功能划分, 实际实现吋可以有另外的划分 方式, 例如多个单元或组件可以结合或者可以集成到另一个系统, 或一些特征 可以忽略, 或不执行。 另一点, 所显示或讨论的相互之间的耦合或直接耦合或 通讯连接可以是通过一些接口, 装置或单元的间接耦合或通讯连接, 可以是电 性, 机械或其它的形式。  [0121] 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.
[0122] 所述作为分离部件说明的单元可以是或者也可以不是物理上分幵的, 作为单元 显示的部件可以是或者也可以不是物理单元, 即可以位于一个地方, 或者也可 以分布到多个网络单元上。 可以根据实际的需要选择其中的部分或者全部单元 来实现本实施例方案的目的。 [0123] 另外, 在本发明各个实施例中的各功能单元可以集成在一个处理单元中, 也可 以是各个单元单独物理存在, 也可以两个或两个以上单元集成在一个单元中。 上述集成的单元既可以采用硬件的形式实现, 也可以采用软件功能单元的形式 实现。 [0122] 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. [0123] 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.
[0124] 所述集成的模块 /单元如果以软件功能单元的形式实现并作为独立的产品销售 或使用吋, 可以存储在一个计算机可读取存储介质中。 基于这样的理解, 本发 明实现上述实施例方法中的全部或部分流程, 也可以通过计算机程序来指令相 关的硬件来完成, 所述的计算机程序可存储于一计算机可读存储介质中, 该计 算机程序在被处理器执行吋, 可实现上述各个方法实施例的步骤。 其中, 所述 计算机程序包括计算机程序代码, 所述计算机程序代码可以为源代码形式、 对 象代码形式、 可执行文件或某些中间形式等。 所述计算机可读介质可以包括: 能够携带所述计算机程序代码的任何实体或装置、 记录介质、 U盘、 移动硬盘、 磁碟、 光盘、 计算机存储器、 只读存储器 (ROM, Read-Only Memory) 、 随机 存取存储器 (RAM, Random Access Memory) 、 电载波信号、 电信信号以及软 件分发介质等。 需要说明的是, 所述计算机可读介质包含的内容可以根据司法 管辖区内立法和专利实践的要求进行适当的增减, 例如在某些司法管辖区, 根 据立法和专利实践, 计算机可读介质不包括电载波信号和电信信号。  [0124] 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 completed by a computer program to instruct related hardware. The computer program may be stored in a computer readable storage medium. After the 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 the form of a source code, an object code, 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.
[0125] 以上所述实施例仅用以说明本发明的技术方案, 而非对其限制; 尽管参照前述 实施例对本发明进行了详细的说明, 本领域的普通技术人员应当理解: 其依然 可以对前述各实施例所记载的技术方案进行修改, 或者对其中部分技术特征进 行等同替换; 而这些修改或者替换, 并不使相应技术方案的本质脱离本发明各 实施例技术方案的精神和范围, 均应包含在本发明的保护范围之内。  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 foregoing embodiments 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. It should be included in the scope of protection of the present invention.

Claims

权利要求书 Claim
一种软件幵发方法, 其特征在于, 包括: A software bursting method, comprising:
在接收到用户在编辑界面输入的业务种类信息吋, 显示与所述业务种 类信息对应的多个业务功能; After receiving the service category information input by the user on the editing interface, displaying a plurality of service functions corresponding to the service type information;
接收用户从所显示的多个业务功能中选择的至少两个业务功能, 并获 取与所述用户选择的每一个业务功能对应的功能模块; Receiving at least two service functions selected by the user from the displayed plurality of service functions, and obtaining a function module corresponding to each service function selected by the user;
显示所获取的功能模块以及所述功能模块的多个连接关系; 接收用户从所述多个连接关系中选择的一连接关系, 基于所选择的连 接关系对所述功能模块进行关联, 并基于关联后的功能模块生成业务 流程图; Displaying the acquired function module and the plurality of connection relationships of the function module; receiving a connection relationship selected by the user from the plurality of connection relationships, associating the function module based on the selected connection relationship, and based on the association The function module generates a business flow chart;
将所述业务流程图与业务流程图中的数据进行封装, 生成业务流程文 件。 The business process flowchart and the data in the business process flowchart are encapsulated to generate a business process file.
如权利要求 1所述的软件幵发方法, 其特征在于, 在所述显示所获取 的功能模块以及所述功能模块的多个连接关系之前, 还包括: 获取创建指令, 基于用户选择的 Action以及用户为所述 Action配置的 参数信息, 以使得配置后的所述 Action实现对应的功能, 生成自建功 能模块。 The software bursting method according to claim 1, wherein before the displaying the acquired function module and the plurality of connection relationships of the function module, the method further comprises: acquiring a creation instruction, based on the Action selected by the user, and The parameter information configured by the user for the action, so that the configured action implements the corresponding function, and generates a self-built function module.
如权利要求 2所述的软件幵发方法, 其特征在于, 还包括: The software bursting method according to claim 2, further comprising:
将所述自建功能模块保存在功能模块所在的功能模块库中。 The self-built function module is saved in a function module library in which the function module is located.
如权利要求 2所述的软件幵发方法, 其特征在于, 所述 Action包括业 务 Action和控制 Action; 所述业务 Action包括设备 Action、 网页显示 Ac tion、 密码控制 Action. 账务对象 Action和子流程 Action; 所述控制 Ac tion包括幵始 Action、 分支 Action、 汇合 Action、 结束 Action和终止 Act ion° The software bursting method according to claim 2, wherein the action includes a business action and a control action; the business action includes a device action, a web page display, an account control action, a account object action, and a sub-process action. The control includes a start action, a branch action, a merge action, an end action, and a stop Act ion°
如权利要求 2所述的软件幵发方法, 其特征在于, 所述参数信息至少 包括执行指令和触发事件, 所述触发事件由所述执行指令触发; 所述 Action中的设备 Action包括触发设备和执行设备; The software bursting method according to claim 2, wherein the parameter information includes at least an execution instruction and a trigger event, wherein the trigger event is triggered by the execution instruction; and the device action in the Action includes a trigger device and Execution equipment
获取创建指令, 基于用户选择的 Action以及用户为所述 Action配置的 参数信息, 以使得配置后的所述 Action实现对应的功能, 生成自建功 能模块, 包括: Obtaining a create instruction, based on the Action selected by the user and configured by the user for the Action The parameter information is configured to enable the configured action to implement the corresponding function, and generate the self-built function module, 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 execution function and a plurality of second trigger events set by the user for the selected trigger device, so that the selected one is selected Receiving, by the execution device, the execution instruction, causing one of the plurality of trigger events to occur, such that the selected trigger device is triggered to run a corresponding execution function by the one trigger event; The execution function acts as the third trigger event of the next trigger device until a self-built function module corresponding to the execution device and the trigger device is generated.
[权利要求 6] —种软件幵发装置, 其特征在于, 包括: [Claim 6] A software bursting device, comprising:
第一显示单元, 用于在接收到用户在编辑界面输入的业务种类信息吋 , 显示与所述业务种类信息对应的多个业务功能; 获取单元, 用于接收用户从所显示的多个业务功能中选择的至少两个 业务功能, 并获取与所述用户选择的每一个业务功能对应的功能模块 第二显示单元, 用于显示所获取的功能模块以及所述功能模块的多个 连接关系;  a first display unit, configured to: display a plurality of service functions corresponding to the service category information after receiving the service category information input by the user on the editing interface; and acquire an unit, configured to receive multiple service functions from the displayed user And at least two service functions selected by the user, and acquiring a second display unit of the function module corresponding to each of the service functions selected by the user, for displaying the acquired function module and multiple connection relationships of the function module;
第一生成单元, 用于接收用户从所述多个连接关系中选择的一连接关 系, 基于所选择的连接关系对所述功能模块进行关联, 并基于关联后 的功能模块生成业务流程图;  a first generating unit, configured to receive a connection relationship selected by the user from the multiple connection relationships, associate the function module according to the selected connection relationship, and generate a service flow chart based on the associated function module;
第二生成单元, 用于将所述业务流程图与业务流程图中的数据进行封 装, 生成业务流程文件。  The second generating unit is configured to encapsulate the service flow chart and the data in the service flow chart to generate a business process file.
[权利要求 7] 如权利要求 6所述的软件幵发装置, 其特征在于, 还包括: The software bursting device according to claim 6, further comprising:
第三生成单元, 用于获取创建指令, 基于用户选择的 Action以及用户 为所述 Action配置的参数信息, 以使得配置后的所述 Action实现对应 的功能, 生成自建功能模块。  The third generating unit is configured to acquire a creation instruction, and the parameter that is configured by the user and the parameter information configured by the user for the action, so that the configured action implements a corresponding function, and generates a self-built function module.
[权利要求 8] 如权利要求 7所述的软件幵发装置, 其特征在于, 所述参数信息至少 包括执行指令和触发事件, 所述触发事件由所述执行指令触发; 所述 Action中的设备 Action包括触发设备和执行设备; 所述第三生成单元包括: [Attachment 8] The software bursting device according to claim 7, wherein the parameter information is at least The execution unit and the triggering event are triggered by the execution instruction; the device action in the Action includes a triggering device and an execution device; and the third generating unit includes:
接收子单元, 用于接收用户选择的执行设备和触发设备;  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 at least one execution function and a plurality of second trigger events set by the user for the selected trigger device So that the selected execution device, upon receiving the execution instruction, causes one of the plurality of trigger events to occur, such that the selected trigger device is triggered to perform a corresponding execution by the one trigger event. Function
生成子单元, 用于将所述对应的执行函数作为下一个触发设备的第三 触发事件, 直至生成与所述执行设备和触发设备相对应功能的自建功 能模块。  And generating a subunit, configured to use the corresponding execution function as a third trigger event of the next trigger device until a self-built function module corresponding to the execution device and the trigger device is generated.
[权利要求 9] 一种软件幵发装置, 包括存储器、 处理器以及存储在所述存储器中并 可在所述处理器上运行的计算机程序, 其特征在于, 所述处理器执行 所述计算机程序吋实现如权利要求 1至 5任一项所述方法的步骤。  [Claim 9] A 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 The steps of the method according to any of claims 1 to 5 are carried out.
[权利要求 10] —种计算机可读存储介质, 所述计算机可读存储介质存储有计算机程 序, 其特征在于, 所述计算机程序被处理器执行吋实现如权利要求 1 至 5任一项所述方法的步骤。  [Claim 10] A computer readable storage medium storing a computer program, wherein the computer program is executed by a processor, implementing the method of any one of claims 1 to 5 The steps of the method.
PCT/CN2017/098094 2017-08-18 2017-08-18 Software development method and device WO2019033401A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/098094 WO2019033401A1 (en) 2017-08-18 2017-08-18 Software development method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/CN2017/098094 WO2019033401A1 (en) 2017-08-18 2017-08-18 Software development method and device

Publications (1)

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

Family

ID=65362649

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/098094 WO2019033401A1 (en) 2017-08-18 2017-08-18 Software development method and device

Country Status (1)

Country Link
WO (1) WO2019033401A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7069546B2 (en) * 2001-12-03 2006-06-27 Corrigent Systems Ltd. Generic framework for embedded software development
CN101131753A (en) * 2006-08-22 2008-02-27 富士施乐株式会社 Document processing device and method, readable medium of computer, and data signal of computer
CN102063306A (en) * 2011-01-06 2011-05-18 夏春秋 Technical implementation method for application development through electronic form
CN103853821A (en) * 2014-02-21 2014-06-11 河海大学 Method for constructing multiuser collaboration oriented data mining platform
CN105045786A (en) * 2015-01-07 2015-11-11 泰华智慧产业集团股份有限公司 Environmental sanitation supervision method and system based on intelligent city

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7069546B2 (en) * 2001-12-03 2006-06-27 Corrigent Systems Ltd. Generic framework for embedded software development
CN101131753A (en) * 2006-08-22 2008-02-27 富士施乐株式会社 Document processing device and method, readable medium of computer, and data signal of computer
CN102063306A (en) * 2011-01-06 2011-05-18 夏春秋 Technical implementation method for application development through electronic form
CN103853821A (en) * 2014-02-21 2014-06-11 河海大学 Method for constructing multiuser collaboration oriented data mining platform
CN105045786A (en) * 2015-01-07 2015-11-11 泰华智慧产业集团股份有限公司 Environmental sanitation supervision method and system based on intelligent city

Similar Documents

Publication Publication Date Title
CN107577458A (en) A kind of finance self-help terminal traffic flow development approach and device
CN110297632A (en) Code generating method and device
CN107632823A (en) A kind of software development methodology and device
US20230046119A1 (en) Method for implementing middleware based on emv and terminal device
CN108334346A (en) A kind of development approach and device of Service control flow
CN109559102A (en) A kind of polymerization method of payment and terminal
CN110221864A (en) Electronic document signs method, apparatus and terminal device, storage medium
CN109829811A (en) Loan method and loan device
WO2019033401A1 (en) Software development method and device
WO2019033406A1 (en) Software development method and device
CN106778193B (en) Client and UI interaction method
US20240005319A1 (en) Method for secure payment, secure payment terminal, and non-transitory computer readable storage medium
CN111931883B (en) IC card system capable of cloud reading and writing and method thereof
CN107977841A (en) The method and its terminal of two-dimension code safe payment are realized based on driving layer
CN114596088A (en) Digital currency transaction method and system and digital currency card application device
TWI724638B (en) System for using carrier to verity identity in machine for opening account and method thereof
CN112732547B (en) Service testing method and device, storage medium and electronic equipment
WO2021081704A1 (en) Two-dimensional payment code management method and device, payment system, and storage medium
CN111340484A (en) Payment verification method, device, system, storage medium and computer equipment
CN112669029A (en) Bank card adding method, device, equipment and computer readable storage medium
CN112182599A (en) Method and device for automatically loading master key, electronic equipment and readable storage medium
CN102542696A (en) Security information interaction system and method
CN111882321A (en) Identity verification processing method, device and system
CN106875268A (en) Bank account information based reminding method, server and terminal
CN108984318A (en) Message dilivery method, apparatus and readable storage medium storing program for executing based on driving model

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: 17922056

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: 17922056

Country of ref document: EP

Kind code of ref document: A1