CN114816389A - Management system building method, device, equipment and medium based on meta-model - Google Patents

Management system building method, device, equipment and medium based on meta-model Download PDF

Info

Publication number
CN114816389A
CN114816389A CN202210763894.4A CN202210763894A CN114816389A CN 114816389 A CN114816389 A CN 114816389A CN 202210763894 A CN202210763894 A CN 202210763894A CN 114816389 A CN114816389 A CN 114816389A
Authority
CN
China
Prior art keywords
meta
model
target
service
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202210763894.4A
Other languages
Chinese (zh)
Other versions
CN114816389B (en
Inventor
浦宏愿
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Yuanshan Intelligent Technology Co Ltd
Original Assignee
Beijing Yuanshan Intelligent Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Yuanshan Intelligent Technology Co Ltd filed Critical Beijing Yuanshan Intelligent Technology Co Ltd
Priority to CN202210763894.4A priority Critical patent/CN114816389B/en
Publication of CN114816389A publication Critical patent/CN114816389A/en
Application granted granted Critical
Publication of CN114816389B publication Critical patent/CN114816389B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven

Abstract

The method comprises the steps of obtaining at least two pieces of attribute information input by a user, wherein the attribute information represents static assets of an enterprise, determining target attribute meta-modules corresponding to the attribute information from preset attribute meta-modules, determining a target service meta-model corresponding to each target attribute meta-module from preset service meta-models, representing operation behaviors corresponding to each target attribute meta-module by the service meta-models, and establishing an incidence relation between each target service meta-model to obtain a management system corresponding to the at least two pieces of attribute information. The method and the device have the effect of improving the development efficiency of the management system.

Description

Management system building method, device, equipment and medium based on meta-model
Technical Field
The application relates to the field of asset management, in particular to a management system building method, device, equipment and medium based on a meta-model.
Background
In the daily operation of an enterprise, a management system or a control system, such as an MES system, an APS system, a quality management system, an equipment maintenance system, etc., is generally required to manage static assets such as operations, equipment, and materials of the enterprise.
Due to the fact that enterprises are different in production types, operation contents and the like, development of management systems of different enterprises is achieved mainly through a mode that relevant developers write codes according to enterprise requirements, when new enterprise requirements appear, the codes need to be rewritten, and therefore the development period of the management systems is long, and the development efficiency is low.
Disclosure of Invention
In order to improve the development efficiency of a management system, the application provides a management system building method, a management system building device, a management system building equipment and a management system building medium based on a meta model.
In a first aspect, the present application provides a management system building method based on a meta-model, which adopts the following technical scheme:
a management system building method based on meta-model includes:
acquiring at least two attribute information input by a user, wherein the attribute information represents static assets of an enterprise;
determining target attribute meta-modules corresponding to the attribute information from the preset attribute meta-modules;
determining a target service meta-model corresponding to each target attribute meta-module from preset service meta-models, wherein the service meta-model represents an operation behavior corresponding to each target attribute meta-module;
and establishing an incidence relation between each target service meta-model to obtain a management system corresponding to the at least two attribute information.
By adopting the technical scheme, at least two pieces of attribute information input by a user are obtained, and a target attribute meta-module corresponding to the attribute information is determined from the preset attribute meta-module. The target attribute meta-module is used for abstracting static assets needing to be managed by a user, a target service meta-model corresponding to the target attribute meta-module is determined from a preset service meta-model, the target service meta-model is related operation of the corresponding target attribute meta-module, an association relation between every two target service meta-models is established, association logic between the target attribute meta-modules is obtained, a management system corresponding to at least two attribute information is obtained, the target attribute meta-module is determined from the preset attribute meta-module according to development requirements, the target service meta-model is determined from the preset service meta-model, and a relation between the target service meta-models is established, so that a needed management system is set up, and compared with the efficiency of code writing, the management system is higher.
In another possible implementation manner, the establishing an association relationship between each target service meta-model includes:
determining a first service meta-model and a second service meta-model from each target service meta-model;
determining a target event meta-model from preset event meta-models;
establishing a corresponding relation among the first service meta-model, the second service meta-model and a target event meta-model, wherein the target event meta-model is used for the second service meta-model to monitor whether the first service meta-model is triggered or not, and when the first service meta-model is triggered, the event meta-model is triggered to enable the second service meta-model to monitor that the first service meta-model is triggered;
and determining the association relation between each target service meta-model based on the corresponding relation.
By adopting the technical scheme, the first service meta-model and the second service meta-model are service meta-models which need to generate corresponding relations. And determining a required target event meta-model from the preset event meta-model, wherein the target event meta-model is connected with the first service meta-model and the second service meta-model, monitoring whether the first service meta-model is triggered, and triggering the target event meta-model after the first service meta-model is triggered, so that the second service meta-model can know the triggering of the first service meta-model conveniently.
In another possible implementation manner, the determining an association relationship between each target service meta-model based on the correspondence relationship includes:
determining a target subscription meta-model corresponding to the second service meta-model from preset subscription meta-models;
and establishing an incidence relation among the target event meta-model, the second service meta-model and a target subscription meta-model, wherein the subscription meta-model represents that the second service meta-model is triggered when the target event meta-model is triggered.
By adopting the technical scheme, the target subscription meta-model corresponding to the second service meta-model is determined from the preset subscription meta-model, so that when the target event meta-model is triggered, the target subscription meta-model is triggered, and then the triggering of the second service meta-model is controlled, and the effect of automatically controlling the second service meta-model is achieved.
In another possible implementation manner, the method further includes:
establishing an operation link corresponding to each attribute information;
and determining the corresponding relation between the operation link and the corresponding target service meta-model.
By adopting the technical scheme, the operation link is used for controlling the static assets corresponding to the attribute information, the operation link is set and corresponds to the corresponding target service meta-model, so that when personnel initially trigger the static assets, the service meta-model which has the incidence relation with the target service meta-model corresponding to the static assets is triggered according to the incidence relation, and the method is more convenient.
In another possible implementation manner, the method further includes:
if the target attribute meta-module is detected to be determined, generating a selection link corresponding to the target attribute meta-module, wherein the selection link comprises a selection link of at least one preset service meta-model corresponding to the target attribute meta-module;
controlling display of the selection link;
and if a selected instruction of a selection link corresponding to any preset service meta-model is detected, determining the corresponding relation between the target attribute meta-module and any preset service meta-model.
By adopting the technical scheme, the determination of the target attribute meta-module is detected, which indicates that the target attribute meta-module is established, and further the corresponding target service meta-model needs to be determined. Therefore, after the target attribute meta-module is detected and determined, the selection link corresponding to the target attribute meta-module is generated and automatically displayed, so that the staff can conveniently select the required service meta-model, and the development efficiency is improved. And when a selected instruction aiming at any preset service meta-model is detected, the user determines the service meta-model corresponding to the target attribute meta-module, and further the corresponding relation between the target attribute meta-module and the service meta-model is determined.
In another possible implementation manner, when the target attribute meta-model corresponds to at least two preset service meta-models, the controlling displays the selection link, including:
acquiring the use times corresponding to each preset service meta-model;
sorting each preset service meta-model from big to small based on the using times;
and controlling the selection link to be displayed based on the sorting result.
By adopting the technical scheme, the using times of each preset service meta-model are sequenced, so that the using condition of each preset service meta-model can be conveniently known, the selected links are displayed according to the sequencing result from large to small, the frequently used service meta-models are preferentially displayed, and the user can further conveniently determine the preset service meta-model.
In another possible implementation manner, the method further includes:
if a selected instruction for a target service meta-model is detected, acquiring historical association information of the target service meta-model, wherein the historical association information comprises an attribute meta-module and a corresponding service meta-model, and the attribute meta-module has an association relation in history, of the target service meta-model;
judging whether a target service meta-model to be selected exists in the currently determined target service meta-model based on the historical association information, wherein the target service meta-model to be selected is a target service meta-model meeting the historical association information;
and if so, determining the incidence relation between the target service meta-model and the target service meta-model to be selected.
By adopting the technical scheme, the selected instruction aiming at any target service meta-model is detected, and the condition that other service meta-models, the attribute meta-module and the like need to be matched with the target service meta-model is indicated. And judging whether a target service meta-model to be selected exists in the currently determined target service meta-model from the historical association information, if so, indicating that the target service meta-model and the target service meta-model to be selected are associated, and therefore, directly determining the association relationship between the target service meta-model and the target service meta-model to be selected, improving the development efficiency and shortening the development time.
In a second aspect, the present application provides a management system building apparatus based on a meta-model, which adopts the following technical scheme:
a management system building device based on meta-model includes:
the system comprises a first acquisition module, a second acquisition module and a third acquisition module, wherein the first acquisition module is used for acquiring at least two attribute information input by a user, and the attribute information represents static assets of an enterprise;
the first determining module is used for determining a target attribute meta-module corresponding to each attribute information from the preset attribute meta-module;
the second determining module is used for determining a target service meta-model corresponding to each target attribute meta-module from preset service meta-models, and the service meta-model represents operation behaviors corresponding to each target attribute meta-module;
and the establishing module is used for establishing the incidence relation between each target service meta-model so as to obtain the management system corresponding to the at least two attribute information.
By adopting the technical scheme, the first acquisition module is used for acquiring at least two pieces of attribute information input by a user, and the first determination module determines the target attribute meta-module corresponding to the attribute information from the preset attribute meta-module. The target attribute meta-module is abstract of static assets which need to be managed by a user, the second determining module determines a target service meta-model corresponding to the target attribute meta-module from preset service meta-models, the target service meta-model is related operation of the corresponding target attribute meta-module, the establishing module establishes an association relationship between each target service meta-model so as to obtain association logic between the target attribute meta-modules and further obtain at least two management systems corresponding to attribute information, the target attribute meta-module is determined from the preset attribute meta-module according to development requirements, the target service meta-model is determined from the preset service meta-model, and a relationship between the target service meta-models is established, so that the required management system is established, and compared with coding efficiency, the efficiency is higher.
In another possible implementation manner, when the establishing module establishes the association relationship between each target service meta-model, the establishing module is specifically configured to:
determining a first service meta-model and a second service meta-model from each target service meta-model;
determining a target event meta-model from preset event meta-models;
establishing a corresponding relation among the first service meta-model, the second service meta-model and a target event meta-model, wherein the target event meta-model is used for the second service meta-model to monitor whether the first service meta-model is triggered or not, and when the first service meta-model is triggered, the event meta-model is triggered to enable the second service meta-model to monitor that the first service meta-model is triggered;
and determining the association relation between each target service meta-model based on the corresponding relation.
In another possible implementation manner, when determining the association relationship between each target service meta-model based on the corresponding relationship, the establishing module is specifically configured to:
determining a target subscription meta-model corresponding to the second service meta-model from preset subscription meta-models;
and establishing an incidence relation among the target event meta-model, the second service meta-model and a target subscription meta-model, wherein the subscription meta-model represents that the second service meta-model is triggered when the target event meta-model is triggered.
In another possible implementation manner, the apparatus further includes:
the link establishing module is used for establishing an operation link corresponding to each attribute information;
and the third determining module is used for determining the corresponding relation between the operation link and the corresponding target service meta-model.
In another possible implementation manner, the apparatus further includes:
the generating module is used for generating a selection link corresponding to the target attribute meta-module when the target attribute meta-module is detected to be determined, wherein the selection link comprises a selection link of at least one preset service meta-model corresponding to the target attribute meta-module;
the control display module is used for controlling and displaying the selection link;
and the fourth determining module is used for determining the corresponding relation between the target attribute meta-module and any preset service meta-model when a selected instruction of a selection link corresponding to any preset service meta-model is detected.
In another possible implementation manner, when the target attribute meta-model corresponds to at least two preset service meta-models, the control display module is specifically configured to, when controlling to display the selection link:
acquiring the use times corresponding to each preset service meta-model;
sorting each preset service meta-model from big to small based on the using times;
and controlling the selection link to be displayed based on the sorting result.
In another possible implementation manner, the apparatus further includes:
the second acquisition module is used for acquiring historical associated information of the target service meta-model when a selected instruction for the target service meta-model is detected, wherein the historical associated information comprises an attribute meta-module and a corresponding service meta-model, which have an association relation in history, of the target service meta-model;
a fifth determining module, configured to determine, based on the historical association information, whether a target service meta-model to be selected exists in currently determined target service meta-models, where the target service meta-model to be selected is a target service meta-model that satisfies the historical association information;
and the sixth determining module is used for determining the incidence relation between the target service meta-model and the target service meta-model to be selected when the target service meta-model exists.
In a third aspect, the present application provides an electronic device, which adopts the following technical solutions:
an electronic device, comprising:
one or more processors;
a memory;
one or more application programs, wherein the one or more application programs are stored in the memory and configured to be executed by the one or more processors, the one or more application programs configured to: a meta-model based management system building method according to any one of the possible implementations of the first aspect is performed.
In a fourth aspect, the present application provides a computer-readable storage medium, which adopts the following technical solutions:
a computer-readable storage medium, which, when executed in a computer, causes the computer to perform a meta-model based management system building method according to any one of the first aspect.
In summary, the present application includes at least one of the following beneficial technical effects:
1. at least two pieces of attribute information input by a user are acquired, and a target attribute meta-module corresponding to the attribute information is determined from preset attribute meta-modules. The target attribute meta-module is abstract of static assets which need to be managed by a user, a target service meta-model corresponding to the target attribute meta-module is determined from a preset service meta-model, the target service meta-model is related operation of the corresponding target attribute meta-module, an association relation between each target service meta-model is established, so that association logic between the target attribute meta-modules is obtained, further a management system corresponding to at least two attribute information is obtained, the target attribute meta-module is determined from the preset attribute meta-module according to development requirements, the target service meta-model is determined from the preset service meta-model, and a relation between the target service meta-models is established, so that a required management system is established, and the efficiency is higher compared with the efficiency of code compiling;
2. and detecting a selected instruction aiming at any target service meta-model, and indicating that other service meta-models, attribute meta-modules and the like need to be matched with the target service meta-model. And judging whether a target service meta-model to be selected exists in the currently determined target service meta-model from the historical association information, if so, indicating that the target service meta-model and the target service meta-model to be selected are associated, and therefore, directly determining the association relationship between the target service meta-model and the target service meta-model to be selected, improving the development efficiency and shortening the development time.
Drawings
Fig. 1 is a schematic flowchart of a management system building method based on a meta model according to an embodiment of the present application.
Fig. 2 is a schematic structural diagram of a management system building apparatus based on a meta model according to an embodiment of the present application.
Fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
The present application is described in further detail below with reference to the accompanying drawings.
A person skilled in the art, after reading the present specification, may make modifications to the present embodiments as necessary without inventive contribution, but only within the scope of the claims of the present application are protected by patent laws.
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without making any creative effort belong to the protection scope of the present application.
In addition, the term "and/or" herein is only one kind of association relationship describing an associated object, and means that there may be three kinds of relationships, for example, a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone. In addition, the character "/" herein generally indicates that the former and latter related objects are in an "or" relationship, unless otherwise specified.
The embodiments of the present application will be described in further detail with reference to the drawings attached hereto.
A model is an abstraction of, or a description of, real-world physical features. The meta model belongs to one of models and is used for describing elements, relationships among elements and representation methods in the model. A meta-model is a "abstraction language" defined to describe a particular domain, which is a further abstraction of the model.
Taking a manufacturing enterprise as an example, the meta-model represents a model related to a manufacturing enterprise field, and is used for creating a building element of the model in the manufacturing enterprise field, such as an abstract model of static assets such as equipment, materials, and personnel in the manufacturing enterprise. The attribute meta-module is an abstraction of static assets of an enterprise, each static asset abstraction is an attribute meta-module, and the attribute meta-module comprises all attribute meta-modules.
The embodiment of the application provides a management system building method based on a meta-model, which is executed by an electronic device, wherein the electronic device can be a server or a terminal device, the server can be an independent physical server, a server cluster or a distributed system formed by a plurality of physical servers, and a cloud server for providing cloud computing service. The terminal device may be a smart phone, a tablet computer, a notebook computer, a desktop computer, etc., but is not limited thereto, the terminal device and the server may be directly or indirectly connected through a wired or wireless communication manner, and the embodiment of the present application is not limited thereto, as shown in fig. 1, the method includes step S101, step S102, step S103 and step S104, wherein,
s101, at least two pieces of attribute information input by a user are obtained.
Wherein the attribute information characterizes static assets of the enterprise.
For the embodiment of the application, the static assets of the enterprise comprise equipment, materials, personnel and the like, and the attribute information input by the user represents the static assets. For example, the user may input attribute information through input devices such as a keyboard, a mouse, and a touch pad, for example, "a certain device" and "a certain employee" are input. After the attribute information input by the user is obtained, a management system corresponding to the attribute information is conveniently established.
And S102, determining target attribute meta-modules corresponding to the attribute information from the preset attribute meta-modules.
For the embodiment of the present application, the preset attribute meta-module is an attribute meta-module corresponding to each attribute information, for example, "device a" corresponds to the attribute meta-module 1, "device B" corresponds to the attribute meta-module 2, "material a" corresponds to the attribute meta-module 3, "person a" corresponds to the attribute meta-module 4, and the like. After detecting that the user inputs the attribute information, the electronic device searches a corresponding attribute meta-module, namely a target attribute meta-module, from the preset attribute meta-module according to the attribute information. For example, the user inputs "device A", and the electronic device determines the property meta-module 1 as the target property meta-module. The attribute meta-module belongs to the abstraction of each static asset.
S103, determining a target service meta-model corresponding to each target attribute meta-module from preset service meta-models.
For the embodiment of the present application, the service meta-model belongs to an abstraction of attribute meta-module processing logic, that is, functions, actions, states, and the like corresponding to static assets. For example, "equipment a" corresponds to two processing actions, i.e., "start" and "close," start "corresponds to service meta-model 1," close "corresponds to service meta-model 2," material a "corresponds to two processing actions, i.e.," feed "and" discharge, "feed" corresponds to service meta-model 3, and "discharge" corresponds to service meta-model 4.
After the user establishes the target attribute meta-module, a set corresponding to the preset service meta-model can be called, and a required service meta-model, namely the target service meta-model, is selected from the set corresponding to the preset service meta-model. And selecting the target service meta-model so that the target attribute meta-module and the target service meta-model generate a corresponding relation. For example, the target attribute meta-module is attribute meta-module 1, and the target service meta-model is service meta-model 2, i.e. attribute meta-module 1 corresponds to service meta-model 2.
S104, establishing an incidence relation between each target service meta-model to obtain a management system corresponding to at least two attribute information.
For the embodiment of the application, after the target service meta-model corresponding to each target attribute meta-module is determined, the electronic device establishes the association relationship between the target service meta-models with association logic, that is, whether one of the service meta-models triggers the service meta-model depending on the association relationship, and after the association relationship between all the service meta-models is determined, the management system corresponding to the attribute information is obtained. Compared with the code compiling management system, the method and the system have the advantages that the corresponding attribute meta-modules are selected from the preset attribute meta-modules according to development requirements, the corresponding service meta-models are selected from the preset service meta-models, the incidence relation among the service meta-models is configured, the management system is built, and compared with the code compiling management system, the method and the system are more efficient and the development period is shorter.
In a possible implementation manner of the embodiment of the present application, the step S104 of establishing an association relationship between each target service meta-model specifically includes a step S1041 (not shown in the figure), a step S1042 (not shown in the figure), a step S1043 (not shown in the figure), and a step S1044 (not shown in the figure), wherein,
s1041, determining a first service meta-model and a second service meta-model from each target service meta-model.
For the embodiment of the application, after all the target service meta-models are determined, the first service meta-model and the second service meta-model are determined from all the target service meta-models. The first service meta-model and the second service meta-model are service meta-models for which corresponding relations need to be established, and therefore the effect of associating the attribute meta-modules is achieved. The first service meta-model and the second service meta-model are service meta-models selected by a user according to development needs, for example, a user needs to associate "device a" and "device B", the user can select the first service meta-model corresponding to "device a" and the second service meta-model corresponding to "device B" through input devices such as a mouse, a keyboard, a touch pad and the like, and the electronic device detects a selection signal sent by the input devices, so that the electronic device determines the first service meta-model and the second service meta-model.
S1042, determining a target event meta-model from the preset event meta-models.
For the embodiment of the application, the event meta-model is used for monitoring whether the service meta-model is triggered. For example, after the service meta model 1 is triggered, a message that "the service meta model 1 is triggered" is broadcast to the entire management system. The event meta-model is used to listen for events that "service meta-model 1 has triggered". After the electronic equipment determines the first service meta-model and the second service meta-model, a user can select an event meta-model required by development from a set corresponding to a preset event meta-model, namely a target event meta-model.
S1043, establishing a corresponding relation of the first service meta-model, the second service meta-model and the target event meta-model.
And when the first service meta-model is triggered, triggering the event meta-model to enable the second service meta-model to monitor that the first service meta-model is triggered.
For the embodiment of the application, the electronic device establishes a corresponding relation among the first service meta-model, the second service meta-model and the target event meta-model. For example. The first service meta-model is a service meta-model 1 corresponding to the target attribute information 1, namely that the device A is corresponding to the startup; the second service meta-model is the service meta-model 2 corresponding to the target property meta-module 2, i.e. "device B" corresponds to "start". The target event meta-model listens to whether the service meta-model 1 is triggered, i.e. "device a has started", and informs the service meta-model 2, i.e. "device B". After the service meta-model 1 is triggered, an event of 'device a is started' is broadcast to the whole management system, and the target event meta-model monitors that the service meta-model 1 is triggered, so as to notify the service meta-model 2, so that the service meta-model corresponding to 'device B' knows that 'device a is started'.
A user can perform related operations for establishing corresponding relations among a first service meta-model, a second service meta-model and a target event meta-model through input equipment such as a mouse, a keyboard, a touch pad and the like, and after the electronic equipment detects an operation instruction generated by the input equipment, the corresponding relations among the first service meta-model, the second service meta-model and the target event meta-model are determined.
S1044, determining the association relation between each target service meta-model based on the corresponding relation.
For the embodiment of the application, after determining the corresponding relationship among the first service meta-model, the second service meta-model and the target event meta-model, the electronic device configures the first service meta-model and the second service meta-model after the corresponding relationship is established, so as to obtain the association relationship between the first service meta-model and the second service meta-model, and further form a management system.
In a possible implementation manner of the embodiment of the present application, the determining, in step S1044, the association relationship between each target service meta-model based on the corresponding relationship specifically includes step S10441 (not shown in the figure) and step S10442 (not shown in the figure), wherein,
s10441, determining a target subscription meta-model corresponding to the second service meta-model from the preset subscription meta-model.
For the embodiment of the present application, after determining the corresponding relationship between the first service meta-model, the second service meta-model, and the target event meta-model, the electronic device needs to determine a logic that affects triggering between the first service meta-model and the second service meta-model, where the subscription meta-model is an abstraction of a trigger condition, for example, when the first service meta-model is triggered, the second service meta-model is triggered.
The user can select the subscription meta-model required by development from the set of the preset subscription meta-model, namely the target subscription meta-model, by calling the set corresponding to the preset subscription meta-model. For example, the subscription meta-model 1 characterizes "when the service meta-model 1 is triggered, the service meta-model 2 is triggered", and the subscription meta-model 2 characterizes "when the service meta-model 2 is triggered, the state of the service meta-model 3 is changed from 'feed' to 'discharge'. That is, the triggering of the service meta-model does not require human control, and is automatically controlled by the association condition of the subscription meta-model.
S10442, establishing an incidence relation of the target event meta-model, the second service meta-model and the target subscription meta-model.
Wherein the subscription meta-model characterizes that the second service meta-model is triggered when the target event meta-model is triggered.
For the embodiment of the application, taking step S1043 as an example, the user performs association operation through an input device such as a mouse, a keyboard, a touch pad, and the like, and after the electronic device detects an operation instruction of the input device, the association relationship between the target event meta-model, the second service meta-model, and the target subscription meta-model is determined.
For example, the user selects the subscription meta-model 1, and the electronic device establishes an association relationship between the subscription meta-model 1, the service meta-model 2 and the target event meta-model. That is, the target event meta-model monitors that the service meta-model 1 is triggered, the target event meta-model generates the time that the service meta-model 1 is triggered, and informs the time to the service meta-model 2, the service meta-model 2 triggers the subscription meta-model 1 after receiving the event, and the service meta-model 2 triggers according to the subscription meta-model 1, so that the effect of triggering the service meta-model 2 when the service meta-model 1 triggers is achieved. And constructing an incidence relation of each target service meta-model to further obtain attribute information, namely the management system corresponding to the static assets.
In a possible implementation manner of the embodiment of the present application, the method further includes step S105 (not shown in the figure) and step S106 (not shown in the figure), and the step S105 may be executed after the step S103, wherein,
and S105, establishing an operation link corresponding to each attribute information.
For the embodiment of the application, for example, a worker may control the start or the stop of the "device a" through the electronic device, the electronic device generates an operation link according to an operation instruction input by a user, the electronic device is in communication connection with the "device a", the operation link is used for controlling the start of the "device a", and the operation link may be a virtual graphic link, a text link, or other forms of connection. When the operation link is triggered, the electronic device controls the 'device a' to start.
And S106, determining the corresponding relation between the operation link and the corresponding target service meta-model.
For the embodiment of the application, the electronic device establishes the corresponding relationship between the operation link and the service meta-model 1 of the device a, that is, the corresponding relationship between the operation link and the service meta-model 2, so that the management system can be started simultaneously when the device a is started, that is, the service meta-model having an association relationship with the service meta-model 1 is triggered according to the association relationship when the device a is started initially, which is more convenient.
In the embodiment of the application, the electronic equipment dispatches the task to the staff, the task work order can be uploaded to the electronic equipment by triggering the virtual link used for representing the uploaded task work order, the virtual link is associated with the service meta-model used for representing the transmitted task work order, and the service meta-model used for transmitting the task work order is associated with the attribute meta-module of the staff, so that the task work order is directly distributed to the staff.
In a possible implementation manner of the embodiment of the present application, the method further includes step S107 (not shown in the figure), step S108 (not shown in the figure), and step S109 (not shown in the figure), and step S107 may be executed after step S102, wherein,
and S107, if the target attribute meta-module is detected to be determined, generating a selection link corresponding to the target attribute meta-module.
The selection link comprises a selection link of at least one preset service meta-model corresponding to the target attribute meta-module.
For the embodiment of the application, after detecting that the user determines the target attribute meta-module, the electronic device indicates that a service meta-model needs to be configured for the target attribute meta-module. The user may preset a correspondence relationship of the service meta-model corresponding to each attribute meta-module, and thus a selection link corresponding to a target attribute meta-module is generated after it is detected that the user determines the target attribute meta-module. Assuming that the target attribute meta-module is "device a", the device a "corresponds to three service meta-models, which are respectively" start up "of the service meta-model 1," close "of the service meta-model 2, and" self-check "of the service meta-model 3, the electronic device generates a selection link corresponding to each service meta-model, for example," start up link 1 "," close link 2 ", and" self-check link 3 ", so that the user can select a desired service meta-model.
And S108, controlling the display of the selection link.
For the embodiment of the present application, taking step S107 as an example, after detecting that the user determines the target attribute meta-module, the electronic device controls and displays the selection links corresponding to the three service meta-models on the display device such as the display screen, so that the user can select the required service meta-model conveniently.
S109, if a selection instruction of a selection link corresponding to any preset service meta-model is detected, determining the corresponding relation between the target attribute meta-module and any preset service meta-model.
For the embodiment of the present application, a user may select a desired selection link through an input device such as a mouse, a keyboard, a touch pad, and the like, the electronic device determines the selection link selected by the user according to a selection instruction sent by the input device, and after detecting the selection instruction, the electronic device determines a service meta-model corresponding to the target attribute meta-module, taking step S107 as an example, the electronic device detects that the service meta-model 1 "is selected by the user," start ", and the electronic device determines a corresponding relationship between" device a "and" start ". Compared with the method for searching the required service meta-model from the preset service meta-model, the method is more convenient and faster.
In a possible implementation manner of the embodiment of the present application, when the target attribute meta model corresponds to at least two preset service meta models, the step S108 of controlling and displaying the selection link specifically includes the steps S1081, S1082, and S1083, wherein,
s1081, obtaining the number of times of use corresponding to each preset service meta-model.
For the embodiment of the application, when the electronic device detects that the user selects the service meta-model, the number of times of use corresponding to the service meta-model is increased by one, and the number of times of use of the service meta-model can be stored in a local storage medium of the electronic device or in a cloud server. Taking step S107 as an example, it is assumed that the number of times of use of "start-up" of the service meta-model 1 corresponding to the "device a" is 10 times, the number of times of use of "shut-down" of the service meta-model 2 is 7 times, and the number of times of use of "self-check" of the service meta-model 3 is 3 times. And the electronic equipment acquires the use times corresponding to the three service meta-models from a local storage medium or a cloud server.
S1082, ranking each preset service meta-model from large to small based on the number of times of use.
For the embodiment of the application, taking step S1081 as an example, the electronic device sorts the use times corresponding to the three obtained service meta-models from small to large. The sequencing result is that service meta-model 1 > service meta-model 2 > service meta-model 3.
And S1083, controlling display of the selection link based on the sorting result.
For the embodiment of the present application, taking step S1082 as an example, it is described that the service meta-model 1 is often configured by "device a" as the number of times of use is greater, and when the service meta-model corresponding to "device a" is currently configured, the possibility that the service meta-model 1 is still configured is greater, so that the electronic device preferentially displays the service meta-model with the greater number of times of use according to the number of times of use. For example, the service meta-model 1, the service meta-model 2 and the service meta-model 3 are displayed on the display screen from top to bottom in sequence, so that the user can configure the 'device A' more intuitively and quickly. The electronic device may further distinguish the service meta-model 1 from other service meta-models, for example, perform thickening or enlarging processing on an icon corresponding to the service meta-model 1 which is used most frequently, so that it is more convenient for the user to select the service meta-model 1.
In a possible implementation manner of the embodiment of the present application, the method further includes step S110 (not shown in the figure), step S111 (not shown in the figure), and step S112 (not shown in the figure), and step S110 may be executed after step S103, wherein,
s110, if a selected instruction aiming at any target service meta-model is detected, historical associated information of any target service meta-model is obtained.
The historical association information comprises attribute meta-modules of any target service meta-model having association relation in history and corresponding service meta-models.
For the embodiment of the application, taking "start" of the service meta-model of the device a as an example, the electronic device detects a selection instruction for the service meta-model, and indicates that the user selects the service meta-model, and further performs operations such as associating an event meta-model with the service meta-model. The electronic equipment acquires historical associated information of the 'starting' service meta-model, so that the service meta-model of the corresponding relation established by the 'starting' service meta-model and the attribute meta-module corresponding to the service meta-model can be known conveniently.
S111, judging whether the target service meta-model to be selected exists in the currently determined target service meta-model or not based on the historical association information.
And the candidate target service meta-model is a target service meta-model meeting historical associated information.
For the embodiment of the present application, it is assumed that the attribute meta-module of "device a" and the "start-up" service meta-model of "device a" are already established at this time, and the attribute meta-module of "device B" and the "start-up" service meta-model of "device B", the attribute meta-module of "device C", and the "start-up" service meta-model of "device C", the attribute meta-module of "device D", and the "start-up" service meta-model of "device D" are already established. The electronic equipment searches a target attribute meta-module and a corresponding service meta-model which are established by the equipment A starting service meta-model from the historical associated information.
And S112, if the target service meta-model exists, determining the incidence relation between the target service meta-model and the target service meta-model to be selected.
For the embodiment of the present application, taking step S111 as an example, assuming that the attribute meta-module of the "started" service meta-model of the device a corresponds to the attribute meta-module of the "device C" and the "started" service meta-model of the "device C", that is, the candidate target service meta-model exists in the history association information, it is described that the "device a" and the "device C" are associated with each other. At this time, a management system is built, and the association relationship between the "device a" and the "device C" may also need to be established. Therefore, after the target service meta-model to be selected is determined to exist, the incidence relation between the equipment A starting service meta-model and the equipment C starting service meta-model is directly determined. However, the "startup" service meta-model corresponding to the attribute meta-module of the "device B" and the "startup" service meta-model corresponding to the attribute meta-model of the "device D" do not appear in the historical association information of the "device a", that is, the service meta-models of the "device B" and the "device D" are both "startup", but do not satisfy the historical association information, and therefore, the correspondence between the "startup" service meta-model of the "device a" and the "startup" service meta-model of the "device B" and the correspondence between the "startup" service meta-model of the "device a" and the "startup" service meta-model of the "device D" cannot be determined.
In the embodiment of the application, if the candidate target service meta-model exists, prompt information can be output, wherein the prompt information can be character information of 'finding the candidate target service meta-model and establishing association' displayed by the electronic equipment control display screen device, so that a user is prompted that the target service meta-model can be associated with the candidate target service meta-model, and the user can select whether to associate the target service meta-model with the candidate target service meta-model according to the prompt information.
The above-described embodiments introduce a management system building method based on a meta model from the perspective of a method flow, and the following embodiments introduce a management system building apparatus based on a meta model from the perspective of a virtual module or a virtual unit, which are described in detail in the following embodiments.
An embodiment of the present application provides a management system building apparatus 20 based on a meta model, and as shown in fig. 2, the management system building apparatus 20 based on a meta model may specifically include:
a first obtaining module 201, configured to obtain at least two pieces of attribute information input by a user, where the attribute information represents a static asset of an enterprise;
a first determining module 202, configured to determine, from preset attribute meta-modules, target attribute meta-modules corresponding to respective pieces of attribute information;
a second determining module 203, configured to determine, from preset service meta-models, a target service meta-model corresponding to each target attribute meta-module, where the service meta-model represents an operation behavior corresponding to each target attribute meta-module;
the establishing module 204 is configured to establish an association relationship between each target service meta-model to obtain a management system corresponding to at least two attribute information.
The management system building device 20 based on the meta-model provided in the embodiment of the present application, wherein the first obtaining module 201 is configured to obtain at least two attribute information input by a user, and the first determining module 202 determines a target attribute meta-module corresponding to the attribute information from preset attribute meta-modules. The target attribute meta-module is an abstraction of a static asset which needs to be managed by a user, the second determining module 203 determines a target service meta-model corresponding to the target attribute meta-module from preset service meta-models, the target service meta-model is a relevant operation of the corresponding target attribute meta-module, the establishing module 204 establishes an association relationship between each target service meta-model, so that an association logic between the target attribute meta-modules is obtained, further at least two management systems corresponding to the attribute information are obtained, the target attribute meta-module is determined from the preset attribute meta-module according to development requirements, the target service meta-model is determined from the preset service meta-model, and a relationship between the target service meta-models is established, so that a required management system is established, and compared with coding efficiency is higher.
In a possible implementation manner of the embodiment of the present application, when the establishing module 204 establishes an association relationship between each target service meta-model, it is specifically configured to:
determining a first service meta-model and a second service meta-model from each target service meta-model;
determining a target event meta-model from preset event meta-models;
establishing a corresponding relation among a first service meta-model, a second service meta-model and a target event meta-model, wherein the target event meta-model is used for the second service meta-model to monitor whether the first service meta-model is triggered, and when the first service meta-model is triggered, the event meta-model is triggered to enable the second service meta-model to monitor that the first service meta-model is triggered;
and determining the association relation between each target service meta-model based on the corresponding relation.
In a possible implementation manner of the embodiment of the present application, when the establishing module 204 determines the association relationship between each target service meta-model based on the corresponding relationship, it is specifically configured to:
determining a target subscription meta-model corresponding to the second service meta-model from preset subscription meta-models;
and establishing an incidence relation among the target event meta-model, the second service meta-model and the target subscription meta-model, wherein the subscription meta-model represents that the second service meta-model is triggered when the target event meta-model is triggered.
In a possible implementation manner of the embodiment of the present application, the apparatus 20 further includes:
the link establishing module is used for establishing an operation link corresponding to each attribute information;
and the third determining module is used for determining the corresponding relation between the operation link and the corresponding target service meta-model.
In a possible implementation manner of the embodiment of the present application, the apparatus 20 further includes:
the generating module is used for generating a selection link corresponding to the target attribute meta-module when the target attribute meta-module is detected to be determined, wherein the selection link comprises a selection link of at least one preset service meta-model corresponding to the target attribute meta-module;
the control display module is used for controlling display of the selection link;
and the fourth determining module is used for determining the corresponding relation between the target attribute meta-module and any preset service meta-model when a selection instruction of a selection link corresponding to any preset service meta-model is detected.
In a possible implementation manner of the embodiment of the present application, when the target attribute meta-model corresponds to at least two preset service meta-models, the control display module is specifically configured to:
acquiring the use times corresponding to each preset service meta-model;
sorting each preset service meta-model from big to small based on the using times;
and controlling the display of the selection link based on the sorting result.
In a possible implementation manner of the embodiment of the present application, the apparatus 20 further includes:
the second acquisition module is used for acquiring historical associated information of the target service meta-model when a selected instruction for the target service meta-model is detected, wherein the historical associated information comprises an attribute meta-module and a corresponding service meta-model, and the attribute meta-module has an association relation in history, of the target service meta-model;
a fifth determining module, configured to determine, based on the historical association information, whether a target service meta-model to be selected exists in the currently determined target service meta-model, where the target service meta-model to be selected is a target service meta-model that satisfies the historical association information;
and the sixth determining module is used for determining the incidence relation between the target service meta-model and the target service meta-model to be selected when the target service meta-model exists.
In this embodiment, the first obtaining module 201 and the second obtaining module may be the same obtaining module or different obtaining modules. The first determining module 201, the second determining module 202, the third determining module, the fourth determining module, the fifth determining module, and the sixth determining module may be the same determining module, may be different determining modules, or may be partially the same determining module.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working process of the management system building apparatus 20 based on the meta model described above may refer to the corresponding process in the foregoing method embodiment, and is not described herein again.
In an embodiment of the present application, an electronic device is provided, and as shown in fig. 3, an electronic device 30 shown in fig. 3 includes: a processor 301 and a memory 303. Wherein processor 301 is coupled to memory 303, such as via bus 302. Optionally, the electronic device 30 may also include a transceiver 304. It should be noted that the transceiver 304 is not limited to one in practical applications, and the structure of the electronic device 30 is not limited to the embodiment of the present application.
The Processor 301 may be a CPU (Central Processing Unit), a general-purpose Processor, a DSP (Digital Signal Processor), an ASIC (Application Specific Integrated Circuit), an FPGA (Field Programmable Gate Array) or other Programmable logic device, a transistor logic device, a hardware component, or any combination thereof. Which may implement or perform the various illustrative logical blocks, modules, and circuits described in connection with the disclosure. The processor 301 may also be a combination of computing functions, e.g., comprising one or more microprocessors, a combination of a DSP and a microprocessor, or the like.
Bus 302 may include a path that transfers information between the above components. The bus 302 may be a PCI (Peripheral Component Interconnect) bus, an EISA (Extended Industry Standard Architecture) bus, or the like. The bus 302 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in fig. 3, but this does not represent only one bus or one type of bus.
The Memory 303 may be a ROM (Read Only Memory) or other type of static storage device that can store static information and instructions, a RAM (Random Access Memory) or other type of dynamic storage device that can store information and instructions, an EEPROM (Electrically Erasable Programmable Read Only Memory), a CD-ROM (Compact Disc Read Only Memory) or other optical Disc storage, optical Disc storage (including Compact Disc, laser Disc, optical Disc, digital versatile Disc, blu-ray Disc, etc.), a magnetic Disc storage medium or other magnetic storage device, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer, but is not limited to these.
The memory 303 is used for storing application program codes for executing the scheme of the application, and the processor 301 controls the execution. The processor 301 is configured to execute application program code stored in the memory 303 to implement the aspects illustrated in the foregoing method embodiments.
Among them, electronic devices include but are not limited to: mobile terminals such as mobile phones, notebook computers, digital broadcast receivers, PDAs (personal digital assistants), PADs (tablet computers), PMPs (portable multimedia players), in-vehicle terminals (e.g., in-vehicle navigation terminals), and the like, and fixed terminals such as digital TVs, desktop computers, and the like. But also a server, etc. The electronic device shown in fig. 3 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
The present application provides a computer-readable storage medium, on which a computer program is stored, which, when running on a computer, enables the computer to execute the corresponding content in the foregoing method embodiments. Compared with the related art, the method and the device for determining the attribute information have the advantages that at least two pieces of attribute information input by a user are obtained, and the target attribute meta-module corresponding to the attribute information is determined from the preset attribute meta-module. The target attribute meta-module is abstract of static assets which need to be managed by a user, a target service meta-model corresponding to the target attribute meta-module is determined from a preset service meta-model, the target service meta-model is related operation of the corresponding target attribute meta-module, an association relation between each target service meta-model is established, so that association logic between the target attribute meta-modules is obtained, a management system corresponding to at least two attribute information is further obtained, the target attribute meta-module is determined from the preset attribute meta-module according to development requirements, the target service meta-model is determined from the preset service meta-model, and a relation between the target service meta-models is established, so that a needed management system is established, and the efficiency is higher compared with the efficiency of code compiling.
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least a portion of the steps in the flow chart of the figure may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed alternately or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
The foregoing is only a partial embodiment of the present application, and it should be noted that, for those skilled in the art, several modifications and decorations can be made without departing from the principle of the present application, and these modifications and decorations should also be regarded as the protection scope of the present application.

Claims (10)

1. A management system building method based on meta-model is characterized by comprising the following steps:
acquiring at least two attribute information input by a user, wherein the attribute information represents static assets of an enterprise;
determining target attribute meta-modules corresponding to the attribute information from the preset attribute meta-modules;
determining a target service meta-model corresponding to each target attribute meta-module from preset service meta-models, wherein the service meta-model represents an operation behavior corresponding to each target attribute meta-module;
and establishing an incidence relation between each target service meta-model to obtain a management system corresponding to the at least two attribute information.
2. The meta-model based management system building method according to claim 1, wherein the establishing of the association relationship between each target service meta-model comprises:
determining a first service meta-model and a second service meta-model from each target service meta-model;
determining a target event meta-model from preset event meta-models;
establishing a corresponding relation among the first service meta-model, the second service meta-model and a target event meta-model, wherein the target event meta-model is used for the second service meta-model to monitor whether the first service meta-model is triggered or not, and when the first service meta-model is triggered, the event meta-model is triggered to enable the second service meta-model to monitor that the first service meta-model is triggered;
and determining the association relation between each target service meta-model based on the corresponding relation.
3. The meta-model based management system building method according to claim 2, wherein said determining the association relationship between each said target service meta-model based on said correspondence relationship comprises:
determining a target subscription meta-model corresponding to the second service meta-model from preset subscription meta-models;
and establishing an incidence relation among the target event meta-model, the second service meta-model and a target subscription meta-model, wherein the subscription meta-model represents that the second service meta-model is triggered when the target event meta-model is triggered.
4. The meta-model based management system building method according to claim 1, wherein the method further comprises:
establishing an operation link corresponding to each attribute information;
and determining the corresponding relation between the operation link and the corresponding target service meta-model.
5. The meta-model based management system building method according to claim 1, wherein the method further comprises:
if the target attribute meta-module is detected to be determined, generating a selection link corresponding to the target attribute meta-module, wherein the selection link comprises a selection link of at least one preset service meta-model corresponding to the target attribute meta-module;
controlling display of the selection link;
and if a selected instruction of a selection link corresponding to any preset service meta-model is detected, determining the corresponding relation between the target attribute meta-module and any preset service meta-model.
6. The meta-model based management system building method according to claim 5, wherein when the target property meta-model corresponds to at least two preset service meta-models, the controlling displays the selection link, including:
acquiring the use times corresponding to each preset service meta-model;
sorting each preset service meta-model from big to small based on the using times;
and controlling the selection link to be displayed based on the sorting result.
7. The meta-model based management system building method according to claim 1, wherein the method further comprises:
if a selected instruction for a target service meta-model is detected, acquiring historical association information of the target service meta-model, wherein the historical association information comprises an attribute meta-module and a corresponding service meta-model, and the attribute meta-module has an association relation in history, of the target service meta-model;
judging whether a target service meta-model to be selected exists in the currently determined target service meta-model based on the historical association information, wherein the target service meta-model to be selected is a target service meta-model meeting the historical association information;
and if so, determining the incidence relation between the target service meta-model and the target service meta-model to be selected.
8. A management system building device based on meta-model is characterized by comprising:
the system comprises a first acquisition module, a second acquisition module and a third acquisition module, wherein the first acquisition module is used for acquiring at least two attribute information input by a user, and the attribute information represents static assets of an enterprise;
the first determining module is used for determining a target attribute meta-module corresponding to each attribute information from the preset attribute meta-module;
the second determining module is used for determining a target service meta-model corresponding to each target attribute meta-module from preset service meta-models, and the service meta-model represents operation behaviors corresponding to each target attribute meta-module;
and the establishing module is used for establishing the incidence relation between each target service meta-model so as to obtain the management system corresponding to the at least two attribute information.
9. An electronic device, comprising:
one or more processors;
a memory;
one or more applications, wherein the one or more applications are stored in the memory and configured to be executed by the one or more processors, the one or more applications configured to: executing the meta-model-based management system building method according to any one of claims 1 to 7.
10. A computer-readable storage medium, on which a computer program is stored, wherein the computer program, when executed on a computer, causes the computer to execute a meta-model based management system building method according to any one of claims 1 to 7.
CN202210763894.4A 2022-07-01 2022-07-01 Management system building method, device, equipment and medium based on meta-model Active CN114816389B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210763894.4A CN114816389B (en) 2022-07-01 2022-07-01 Management system building method, device, equipment and medium based on meta-model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210763894.4A CN114816389B (en) 2022-07-01 2022-07-01 Management system building method, device, equipment and medium based on meta-model

Publications (2)

Publication Number Publication Date
CN114816389A true CN114816389A (en) 2022-07-29
CN114816389B CN114816389B (en) 2022-10-11

Family

ID=82522375

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210763894.4A Active CN114816389B (en) 2022-07-01 2022-07-01 Management system building method, device, equipment and medium based on meta-model

Country Status (1)

Country Link
CN (1) CN114816389B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115309370A (en) * 2022-08-01 2022-11-08 北京远舢智能科技有限公司 Meta-model information transmission method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101771712A (en) * 2008-12-29 2010-07-07 武汉大学 Method for managing Web service registry
JP2016146022A (en) * 2015-02-06 2016-08-12 富士通株式会社 Model base development support device, model base development support method, and model base development support program
US20170147689A1 (en) * 2015-11-24 2017-05-25 International Business Machines Corporation Semantic mapping of topic map meta-models identifying assets and events to include modeled reactive actions
CN110648081A (en) * 2019-09-30 2020-01-03 中国工商银行股份有限公司 Business modeling method and device for computing system and computer system
CN111930360A (en) * 2020-07-09 2020-11-13 西北工业大学 Method and device for realizing dynamic interactive modeling tool

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101771712A (en) * 2008-12-29 2010-07-07 武汉大学 Method for managing Web service registry
JP2016146022A (en) * 2015-02-06 2016-08-12 富士通株式会社 Model base development support device, model base development support method, and model base development support program
US20170147689A1 (en) * 2015-11-24 2017-05-25 International Business Machines Corporation Semantic mapping of topic map meta-models identifying assets and events to include modeled reactive actions
CN110648081A (en) * 2019-09-30 2020-01-03 中国工商银行股份有限公司 Business modeling method and device for computing system and computer system
CN111930360A (en) * 2020-07-09 2020-11-13 西北工业大学 Method and device for realizing dynamic interactive modeling tool

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李润晔等: "基于面向服务业务流程管理的系统架构建模", 《上海理工大学学报》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115309370A (en) * 2022-08-01 2022-11-08 北京远舢智能科技有限公司 Meta-model information transmission method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN114816389B (en) 2022-10-11

Similar Documents

Publication Publication Date Title
US10534635B2 (en) Personal digital assistant
US10692030B2 (en) Process visualization platform
US20170192872A1 (en) Interactive detection of system anomalies
CN108038665B (en) Business rule management method, device, equipment and computer readable storage medium
CN110928739B (en) Process monitoring method and device and computing equipment
CN111130987A (en) Automatic acquisition method and device for AWR report, electronic equipment and storage medium
CN111414405A (en) Data acquisition method and device and electronic equipment
CN110837366A (en) Form generation method, electronic device and computer readable storage medium
CN114816389B (en) Management system building method, device, equipment and medium based on meta-model
CN110968311B (en) Front-end page construction method and device and electronic equipment
CN116594683A (en) Code annotation information generation method, device, equipment and storage medium
JP7239643B2 (en) Information presentation method, device, electronic device, storage medium and program
CN113672497B (en) Method, device and equipment for generating non-buried point event and storage medium
CN112817782B (en) Data acquisition reporting method and device, electronic equipment and storage medium
CN110049374B (en) Focus frame determination method and device
CN111831130A (en) Input content recommendation method, terminal device and storage medium
CN110837399A (en) Method and device for managing streaming computing application program and computing equipment
CN116739612B (en) Method for displaying rights and interests information and electronic equipment
US20180039668A1 (en) Techniques for automated database query generation
CN111813789B (en) Data configuration method, device, computer readable storage medium and electronic equipment
CN114721618A (en) Display method and device of interactive control, electronic equipment and storage medium
CN115309370A (en) Meta-model information transmission method and device, electronic equipment and storage medium
CN113326280A (en) Method and system for monitoring patent competitors and electronic terminal
WO2020019536A1 (en) Method and apparatus for filling in requirement rollback scheme, and terminal and readable storage medium
CN115329999A (en) Operation and maintenance task processing method, device, platform and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant