WO2015196780A1 - 一种基于系统元模型以构造系统模型的通用建模方法 - Google Patents
一种基于系统元模型以构造系统模型的通用建模方法 Download PDFInfo
- Publication number
- WO2015196780A1 WO2015196780A1 PCT/CN2015/000451 CN2015000451W WO2015196780A1 WO 2015196780 A1 WO2015196780 A1 WO 2015196780A1 CN 2015000451 W CN2015000451 W CN 2015000451W WO 2015196780 A1 WO2015196780 A1 WO 2015196780A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- model
- attribute
- activity
- component type
- algorithm
- Prior art date
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/35—Creation or generation of source code model driven
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F30/00—Computer-aided design [CAD]
- G06F30/10—Geometric CAD
- G06F30/18—Network design, e.g. design based on topological or interconnect aspects of utility systems, piping, heating ventilation air conditioning [HVAC] or cabling
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/10—Requirements analysis; Specification techniques
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/34—Graphical or visual programming
Definitions
- the invention relates to the technical field of software engineering, in particular to a general modeling method and a computer program product based on a system metamodel to construct a system model.
- a system is a collective term for things in the real world or in the world of imagination.
- a system model is a structured description of people's knowledge about things, especially complex ones.
- System modeling is the activity or process of constructing a system model based on the laws and characteristics of objective things.
- system modeling has been widely used in various social practice activities such as scientific research, engineering, military, and production.
- the system metamodel is a model of the system model, an abstraction of the system model, providing a precise definition of the building elements and rules needed to create a rigorous system model.
- the system metamodel is used as a specification for system modeling and plays a decisive role in the quality of the system model and the efficiency of system modeling.
- UML Unified Modeling Language
- UML is the current industry standard for object-oriented visual modeling languages.
- UML is a software meta-model for software development developed with the object-oriented software method, it is actually used by people as a system metamodel.
- UML has the following drawbacks: First, no modeling method is provided; UML explicitly states that it does not provide a modeling method, but is a description language for modeling methods. UML is used by program developers.
- UML is intended to be designed for programmers. Its complexity and confusion are not only difficult for programmers to master, but also incomprehensible by domain personnel, far from meeting the needs of modeling practice.
- the sysML language for the visual modeling language for engineering is born out of UML, and the above comments apply.
- the ontology meta-model has recently become a research hotspot.
- the ontology is defined as a clear specification of the conceptual model.
- the ontology metamodel is based on concept Elements, using formal language as a means of description and formal logic as a means of reasoning, can effectively identify concepts that are commonly recognized in the field and give a clear definition of the relationship between these concepts and concepts.
- the ontology meta-model focuses on the establishment of conceptual systems, application and information knowledge classification, expression, and reasoning.
- the modeling metaphor of ontology metamodel theory includes concepts, relationships, functions, axioms, and examples.
- the international standard ISO/IEC19763 Interoperability Metamodel Framework MFI
- ISO/IEC19763 Interoperability Metamodel Framework MFI
- the ontology and process ontology are the core knowledge management norms, and the information sharing norm with the ontology registration metamodel and the process model registration metamodel as the core
- the Chinese patent application 200610125050.8 provides the ontology registration metamodel and process model registration based on ISO/IEC19763.
- the metamodel and Protege ontology description tools are applied to the WEB service for domain requirements modeling. From the point of view of system modeling, first, the ontology meta-model focuses on knowledge management and information sharing, and does not focus on general-purpose system modeling. Second, the ontology meta-model adopts formal language and is not easy to be used in common fields. Personnel mastered.
- the object of the present invention is achieved by the following means.
- the sequence code contains a set of instructions that can be executed by the processor of the computer.
- the system model is constructed based on the system metamodel, and the system metamodel used includes the following components:
- Hierarchical module Describes the hierarchical model of the system model in a tree structure with the component type as a node, and uses it as a template in the actual system modeling environment to configure a hierarchical model that forms the system model;
- the hierarchical model refers to the system model a hierarchical relationship consisting of a component type as a node;
- the component type refers to a set of component instances having the same external feature; and
- a tree structure in which the component type is a node in the system model is called a hierarchical tree;
- Interface module The interface model is described in three parts: attribute set, function set, and event set. It is used as a template in the actual system modeling environment to configure the interface model.
- the interface model refers to the external features of the component type.
- the functions in the function set include two functions: algorithm function and process function; the implementation of the algorithm function is provided by the algorithm model; and the implementation of the process function is provided by the combination of the process model and the transmission model;
- Algorithm module The algorithm model is described by a tree structure with arithmetic elements as nodes, and is used as a template in the actual system modeling environment to configure an algorithm model.
- the algorithm model refers to an algorithm description that implements functions by using an arithmetic combination;
- the arithmetic unit refers to a pre-implemented component having a specific function;
- Process module a process description model is described by combining activities as nodes, and is used as a template in an actual system modeling environment to configure a process model; the process model refers to a way of implementing functions by using a combination of activities; Refers to one execution of the function;
- Transmission module a transmission model is used to describe the transmission model, and is used as a template in the actual system modeling environment to configure a transmission model; the transmission model refers to the data transmission of the activity involved. a transfer relationship; the transfer in the transfer set is a data transfer relationship between one attribute and another attribute;
- Construction level model The level module reads the hierarchical model operation information sent from the actual system modeling environment, and the hierarchical model operation information refers to the hierarchical tree such as newly created component type, added component type, selected component type, Name the component type, delete the operation information of the component type, and the hierarchical module responds to the hierarchical model operation information to perform a corresponding operation on the component type node of the hierarchical tree to obtain the hierarchical model;
- step 2) Constructing an interface model: constructing an interface model one by one for the component types in the hierarchical model obtained in step 1), and the construction steps of each interface model include: the interface module reads the interface model operation information sent from the actual system modeling environment; The operation information of the interface model refers to operation information such as newly created, named, and deleted attributes, functions, and events; the interface module obtains an interface model by performing corresponding operations on the interface model operation information; and the algorithm model for implementing the algorithm function is performed by step 3 Construction, the process model for implementing the process function is constructed by step 4);
- step 2) Constructing an algorithm model: constructing an algorithm model one by one for the algorithm functions obtained in step 2), and the construction steps of each algorithm model include: the algorithm module reads the operation information of the algorithm model sent from the actual system modeling environment;
- the process model is constructed one by one for the process functions obtained in step 2), and the process steps of each process model include: the process module reads the process model operation information sent from the actual system modeling environment;
- each transmission model includes: the transmission module reads the transmission model operation information sent from the actual system modeling environment; the transmission model operation information refers to performing, for example, adding transmission, selecting transmission, deleting transmission Operation information, the transmission module responds to the transmission model operation information and performs corresponding operations to obtain a transmission model;
- the system metamodel uses the following modeling rules:
- the process module and transport module combination is a general way of describing and configuring the function implementation; the algorithm module is used as an alternative process module and transport module if and only if the operator is only used for combination description and configuration implementation functions. A simplified way of combining.
- the system metamodel recursively describes the system model with the parent-child structure as the smallest recursive unit.
- the parent-child structure refers to a parent-child relationship structure in the hierarchical tree composed of the component type node and all its child component type nodes;
- step 2) can only be selected among the algorithm function and the flow function.
- the step 3) constructing the algorithm model in the algorithm model operation information refers to the operation information such as adding an arithmetic element, selecting an arithmetic element, naming an arithmetic element, deleting an arithmetic element, adding a value, selecting a value, and deleting a value;
- the algorithm model is obtained by performing corresponding operations in response to the algorithm model operation information.
- the arithmetic unit includes both a logical function having a logical function and an operational unit having an operation function; the tree structure in which the operator is a node is called an algorithm tree; and the value is a set of two in the attribute set of the algorithm.
- An assignment relationship between attributes; the attribute set of the algorithm refers to the attribute set of the attribute type of the component type and the attribute set of all the elements in the algorithm model a collection of
- the step 4) constructs the process model operation information in the process model refers to the operation information such as adding an activity, selecting an activity, naming an activity, and deleting the activity, and the process module responds to the process model operation information to perform a corresponding operation to obtain the process model.
- the activity includes two types of component activities and arithmetic activities; the component activities are one-time execution of functions of the parent-child structure function set; the parent-child structure function set refers to a function set of the component types involved in the parent-child structure and all of them a set of function sets of sub-component types; the operand activity refers to one execution of functions of the opera; the process model includes two forms of an attribute process model and an event flow model; the process module includes an attribute flow module And an event flow module in two forms; the attribute flow module describes a property flow model in a process tree structure, the process tree is a tree structure composed of activities as nodes; the event flow module is associated with an event The set describes the event process model as a structure; an event association in the event association set is an event between the parent and child structure event sets, and an operand activity or a component activity.
- the parent-child structure event set refers to a collection of event sets of the component types involved in the parent-child structure and event sets of all of the child component types.
- the attribute associated with the transmission is limited to the attribute in the parent-child structure attribute set;
- the active attribute refers to the attribute of the component in which the activity is located;
- the parent-child structure attribute set refers to the type of the component involved in the parent-child structure a collection of attribute sets and attribute sets of all of its subcomponent types;
- the present invention completes the construction of the system model by using the hierarchical model, the interface model, the algorithm model, the process model, and the transmission model as step elements, and provides versatility and ease of use for various fields.
- Advantages of System Modeling Specification Ben
- the system model of the invention is executable, the structure is clear, the level is adjustable, and the modeling granularity is controllable; the modeling is convenient for top-down analysis and design, and is also convenient for bottom-up integration, and is suitable for various systems including Modeling software systems and information systems; the number of modeling elements is small, and the modeling method is simple. Even ordinary people in the field who are not familiar with modeling languages and computer programming languages can independently construct system models, eliminating professional modeling personnel. Or the dependency and communication of the program developer, the modeling time is greatly shortened.
- the present invention has the following significant advantages over the prior art:
- a system model constructed using the present invention is executable, ie having integrity and sufficient consistency that can be mapped to a computer executable program;
- the system model constructed by the invention has clear structure, adjustable hierarchy, controllable granularity, and versatility suitable for modeling various systems. It can be used for algorithm modeling, and is also suitable for system rapid prototyping. It is more suitable for large-scale complex system modeling. It is convenient for top-down analysis and design, and it is also convenient to realize integrated integration from bottom to bottom. It is suitable for system integration based on prefabricated components. System extension based on custom components is also suitable for interconnection and interoperability of distributed systems; it is applicable to both actual engineering system modeling and various software systems and information system modeling; it is applicable to simulation modeling of equipment information systems.
- management information system modeling applicable to desktop software system modeling, embedded device software system modeling, mobile terminal software system modeling, also applicable to LAN software system modeling, WAN software system modeling, also applicable to Cloud computing environment software system modeling; applicable to both application software system modeling and software development environment modeling;
- Figure 1 shows the system metamodel.
- Figure 2 shows the system model construction steps.
- Figure 3 shows the active and parent-child structure feature set.
- Figure 4 shows the event association and parent-child structure event set.
- Figure 5 shows the transfer and parent-child structure attribute set.
- 6 is a computer implementing a general modeling method based on a system metamodel to construct a system model.
- Figure 7 shows the hierarchical model of the business management YWGL model.
- Figure 8 shows the business management YWGL interface model.
- Figure 9 shows the sales management XSGL interface model.
- Figure 10 shows the production management SCGL interface model.
- Figure 11 shows the procurement management CGGL interface model.
- Figure 12 shows the distribution product FXP interface model.
- Figure 13 shows the direct sales ZXP interface model.
- Figure 14 shows the main part ZJ interface model.
- Figure 15 shows the part LJ interface model.
- Figure 16 shows the finished CP interface model.
- Figure 17 is a main part processing algorithm model.
- Figure 18 shows the main part delivery algorithm model.
- Figure 19 shows the part processing algorithm model.
- Figure 20 shows the part delivery algorithm model.
- Figure 21 shows the accessory receiving algorithm model.
- Figure 22 shows the finished assembly algorithm model.
- Figure 23 shows the business process flow model.
- Figure 24 shows the business configuration process model.
- Figure 25 shows the business operation process model.
- Figure 26 shows the internal order process model.
- Figure 27 shows the sales and shipping process model.
- Figure 28 shows the sales order process model.
- Figure 29 shows the production planning process model.
- Figure 30 shows the production implementation process model.
- Figure 31 shows the production delivery process model.
- Figure 32 shows the business operation loop transfer model.
- Figure 33 shows the sequence number assignment transfer model.
- Figure 34 shows the production example creation transfer model.
- Figure 35 shows the production configuration traversal transfer model.
- Figure 36 shows the production number plus one transmission model.
- Figure 37 shows the production serial number assignment transfer model.
- Figure 38 shows the purchase instance creation transfer model.
- Figure 39 shows the procurement configuration traversal transfer model.
- Figure 40 is a purchase number plus one transfer model.
- Figure 41 shows the purchase number assignment transfer model.
- Figure 42 shows the sales sequence numbering assignment transfer model.
- Figure 43 shows the sales instance creation transfer model.
- Figure 44 is a sales configuration traversal transfer model.
- Figure 45 is a sales serial number plus one transmission model.
- Figure 46 Sales serial number assignment transfer model.
- Figure 47 is a sales production configuration traversal transfer model.
- Figure 48 is a sales production configuration comparison transfer model.
- Figure 49 is a sales production configuration condition transmission model.
- Figure 50 is a sales production assignment transfer model.
- Figure 51 shows the sales procurement configuration traversal transfer model.
- Figure 52 shows the sales purchase configuration comparison transfer model.
- Figure 53 shows the sales procurement configuration condition transfer model.
- Figure 54 shows the sales procurement configuration transfer model.
- Figure 55 shows the production run traversal transfer model.
- Figure 56 shows the procurement run traversal transfer model.
- Figure 57 is a sales run traversal transfer model.
- Figure 58 is a sales production run traversal transfer model.
- Figure 59 shows the sales production run comparison transfer model.
- Figure 60 is a sales production operating condition transfer model.
- Figure 61 shows the production and sales receipt transfer model.
- Figure 62 shows the production internal order transfer model.
- Figure 63 is a sales procurement operation traversal transfer model.
- Figure 64 shows the sales purchase run comparison transfer model.
- Figure 65 shows the sales procurement operation condition transfer model.
- Figure 66 shows the purchase and sales receipt transfer model.
- Figure 67 shows the procurement internal order transfer model.
- Figure 68 shows the contract statistics transfer model.
- Figure 69 shows the demand statistics transfer model.
- Figure 70 shows the order statistics transmission model.
- Figure 71 shows the shipment statistics transfer model.
- Figure 72 shows the inventory statistics transfer model.
- Figure 73 is a receipt statistics transmission model.
- Figure 74 shows the statistical transmission model of the main part to be worked.
- Figure 75 is a part transfer statistics transfer model.
- Figure 76 is an accessory receiving transmission model.
- Figure 77 shows the finished assembly transfer model.
- Figure 78 shows the completed delivery transfer model.
- Figure 79 shows the delivery total statistical transmission model.
- the computer generally includes a central processing unit, a memory and input/output interface, and a bus.
- the computer is connected to an input/output device and a storage medium.
- the central processor is responsible for calculating and controlling the functions of the computer.
- the central processing unit may contain only one central processing unit or multiple central processing units distributed in one or more places.
- the memory medium may be comprised of any known computer readable storage medium.
- the buffer store can temporarily store some program code to reduce the time it takes to extract code from mass storage during program execution.
- memory can reside in a physical location, be stored by one or more data, or be distributed in multiple physical systems in different forms.
- memory can be distributed over a local area network (LAN) or wide area network (WAN).
- the memory may contain program code that implements a generic modeling method that constructs a system model based on the system metamodel, and may include other code not shown in the figure, such as an operating system.
- the input and output interfaces allow the computer to exchange information with the storage medium or another computer.
- Input and output devices include any known external device type, such as display devices, keyboards, mice, printers, stereos, handheld devices, masks, and the like.
- the bus provides communication connections between various components within the computer, including electrical, optical, wireless, and the like.
- Storage media includes any known computer readable storage media such as a magnetic disk, optical disk, and the like.
- a storage medium may contain a generic system model instance constructed from one or more system metamodels. Those skilled in the art will appreciate that the present invention may be implemented as an all-hardware product, an all-software product, or a combination of hardware and software commonly referred to as a module.
- the invention can be implemented as a computer program product embodied on a computer readable medium.
- the computer readable medium may be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or combination of the foregoing. Examples of more specific non-exhaustive computer readable storage media are as follows: random access memory (RAM), read only memory (ROM), rewritable programmable read only memory (EPROM or flash), removable read only memory ( CD-ROM), optical storage device, magnetic storage device, and a combination of any of the foregoing.
- RAM random access memory
- ROM read only memory
- EPROM or flash rewritable programmable read only memory
- CD-ROM removable read only memory
- optical storage device magnetic storage device, and a combination of any of the foregoing.
- Computer program code implementing the methods of the present invention can be written in one or more programming languages, including, for example, Java, Small, C++, C#, etc., and a process oriented programming language such as C.
- the program code can run on a personal computer, handheld device or LAN LAN, WAN WAN.
- An embodiment is to construct a business management YWGL model. It should be noted that this embodiment is merely a specific application example of the present invention, and the technical essence of the present invention is not limited by this example.
- Embodiment Constructing a Business Management YWGL Model
- the sales management module collects the contract quantity and shipment quantity of the direct sales and sales of each product, receives the delivery information of the production management module and the procurement management module, and purchases the production management module according to the sales status.
- the management module issues order information; the production management module and the procurement management module receive the order information of the sales management module, start the internal process, and submit the delivery information to the sales management module.
- Figure 7 shows the hierarchical model of the business management YWGL model after completion.
- the detailed process of constructing the hierarchical model of this embodiment is given below:
- the hierarchical module creates a component type as the root node of the hierarchical tree for the business management YWGL model, and the component type on the root node is simply referred to as the root component type;
- the hierarchical module receives operational information of the selected root component type sent from the actual system modeling environment, and the hierarchical module responds to the aforementioned operational information to set the root component type to the involved component Type; the hierarchical module receives the operation information sent from the actual system modeling environment to modify the name of the component type to "business management YWGL", and the hierarchical module responds to the aforementioned operation information, and changes the name of the root component type to " Business Management YWGL”; the name of the root component type is simply referred to as the business management YWGL component type, and other component types are deduced by analogy; the hierarchical module receives the number of component component instances sent from the actual system modeling environment to 1 Operation information, the level module responds to the foregoing operation information, and sets the number of component instances of the business management YWGL component type to 1;
- the hierarchical module receives and responds to operational information sent from the actual system modeling environment, adding a sub-component type for the business management YWGL component type; the hierarchical module sets the aforementioned sub-component type to the component type involved; the hierarchical module receives and In response to the operational information sent from the actual system modeling environment, the name of the component type is modified to "sales management XSGL"; the number of component instances of the sales management XSGL component type is set to 1;
- a sub-component type with a component instance number of 0 is added for the business management YWGL component type: production management SCGL, procurement management CGGL;
- a sub-component type with a component instance number of 1 is added for the production management SCGL component type: main component ZJ, part LJ, finished product CP;
- Figure 8 shows the interface model of the business management YWGL component type after completion.
- the name of the component type is referred to as the business management YWGL interface model.
- the names of other interface models are similar.
- the construction process of the business management YWGL interface model is as follows:
- the hierarchical module receives and responds to operational information sent from the actual system modeling environment, and sets the business management YWGL component type to the type of component involved;
- the interface module receives and responds to the operational information sent from the actual system modeling environment, and performs the corresponding operation: adding a new attribute to the business management YWGL interface model; setting the aforementioned new attribute to the attribute in question; and the data type of the attribute in question Modify to bool; modify the attribute name of the attribute to the business operation state, the attribute name is the business operation state attribute referred to as the business operation state attribute, the subsequent attribute and so on, no longer repeat; the business operation state attribute attribute The value is set to true;
- attributes to the business management YWGL interface model production normal state attribute, data type is bool, attribute value is true; production variety number attribute, data type is int, attribute value is 3; purchase item number attribute, data type is Int, attribute value is 2; sales item number attribute, data type is int, attribute value is 0; product serial number attribute, data type is int, attribute value is 0; constant zero attribute, data type is int, attribute value is 0 ; comparison result attribute, the data type is bool, the attribute value is true;
- the interface module receives and responds to the operational information sent from the actual system modeling environment, and completes the corresponding operation: adding a process function to the business management YWGL interface model; setting the foregoing function as the function involved; modifying the name of the function in question to In the main business process, the function named as the main business process is referred to as the main business process function, and the subsequent functions are based on this type. Push, no longer repeat;
- Figure 9 shows the sales management XSGL interface model after completion.
- the construction process is similar to the "Business Management YWGL Interface Model", which reads as follows:
- Attribute set product name attribute, data type is string, attribute value is sales item; product serial number attribute, data type is int, attribute value is 1; inventory quantity attribute, data type is int, attribute value is 0; minimum inventory attribute, The data type is int, the attribute value is 0; the contract quantity attribute, the data type is int, the attribute value is 0; the goods receipt quantity attribute, the data type is int, the attribute value is 0; the order quantity attribute, the data type is int, the attribute Value is 0; shipment quantity attribute, data type is int, attribute value is 0; shipment total attribute, data type is int, attribute value is 0; demand quantity attribute, data type is int, attribute value is 0;
- Function set three process functions: internal ordering, sales and shipping, and sales ordering.
- Figure 10 shows the production management SCGL interface model after completion.
- the construction process is similar to the "Business Management YWGL Interface Model", which reads as follows:
- Attribute set product name attribute, data type is string, attribute value is self-research product; product serial number attribute, data type is int, attribute value is 1; order quantity attribute, data type Type is int, attribute value is 0; completion quantity attribute, data type is int, attribute value is 0; delivery quantity attribute, data type is int, attribute value is 0; delivery total attribute, data type is int, attribute The value is 0;
- Function set three process functions: production planning, production implementation, and production delivery.
- Figure 11 shows the procurement management CGGL interface model after completion.
- the construction process is similar to the "Business Management YWGL Interface Model", which reads as follows:
- Attribute set product name attribute, data type is string, attribute value is purchase item; product serial number attribute, data type is int, attribute value is 1; quantity to be purchased attribute, data type is int, attribute value is 0; purchase quantity Attribute, data type is int, attribute value is 0; delivery quantity attribute, data type is int, attribute value is 0; delivery total attribute, data type is int, attribute value is 0;
- Feature set Two algorithm functions: purchase implementation and purchase delivery.
- Figure 12 shows the finished product FXP interface model after completion.
- the construction process is similar to the "Business Management YWGL Interface Model", which reads as follows:
- Attribute set Minimum inventory attribute, data type is int, attribute value is 5; contract quantity attribute, data type is int, attribute value is 12; shipment quantity attribute, data type is int, attribute value is 8.
- Figure 13 shows the ZXP interface model of the direct sales product after completion.
- the construction process is similar to the "Business Management YWGL Interface Model", which reads as follows:
- Attribute set Minimum stock attribute, data type is int, attribute value is 6; contract quantity attribute, data type is int, attribute value is 3; shipment quantity attribute, data type is int, attribute value is 4.
- Figure 14 shows the ZJ interface model of the main component after completion.
- the construction process is similar to the "Business Management YWGL Interface Model", which reads as follows:
- Attribute set the main part name attribute, the data type is string, the attribute value is the main part; the number of work is required, the data type is int, the attribute value is 0; the number of completion attributes, the data type is int, the attribute value is 0; Number attribute, data type is int, attribute value is 0; delivery total attribute, data type is int, attribute value is 0;
- Function set There are two algorithm functions for main part processing and main parts delivery.
- Figure 15 shows the LJ interface model of the part after completion.
- the construction process is similar to the "Business Management YWGL Interface Model", which reads as follows:
- Attribute set part name attribute, data type is string, attribute value is part; number of work to be worked, data type is int, attribute value is 0; number of completion attribute, data type is int, attribute value is 0; delivery quantity attribute , the data type is int, the attribute value is 0; Total quantity attribute, the data type is int, and the attribute value is 0;
- Function set Two algorithm functions for part processing and part delivery.
- Figure 16 shows the finished CP interface model after completion.
- the construction process is similar to the "Business Management YWGL Interface Model", which reads as follows:
- Attribute set the name of the finished product, the data type is string, the attribute value is the finished product; the number of work is required, the data type is int, the attribute value is 0; the number of completion attributes, the data type is int, the attribute value is 0; single set of main parts Quantity attribute, data type is int, attribute value is 2; single set part quantity attribute, data type is int, attribute value is 6; main part inventory attribute, data type is int, attribute value is 0; main item receipt quantity attribute , the data type is int, the attribute value is 0; the part inventory attribute, the data type is int, the attribute value is 0; the part receipt quantity attribute, the data type is int, the attribute value is 0;
- Function set two algorithm functions: accessory receiving and finished product assembly.
- Figure 17 shows the main part machining algorithm model after completion.
- the construction process is as follows:
- the hierarchical module receives and responds to operational information sent from the actual system modeling environment, setting the main component ZJ component type to the component type involved;
- the interface module receives and responds to the operation information sent from the actual system modeling environment, and sets the main part processing function as the function involved; according to the function name, the algorithm model for realizing the main part processing function is referred to as the main part processing algorithm model;
- the algorithm model of other functions is analogous, and will not be described again;
- the algorithm module receives and responds to the operation information sent from the actual system modeling environment, and completes the corresponding operation: adding an assignment operator, naming the main component to be completed, and assigning the operand; establishing the number of labors from the main component ZJ component type The value of the input attribute of the attribute to the completion value of the main component is completed; the value of the attribute from the output attribute of the completion value of the main component to the ZJ component type of the main component is established;
- adding a subtraction operator naming the main component to be cleared to the operator; establishing a value of the subtracted attribute from the number of work-receiving attributes of the main component ZJ component type to the work-piece zero-clearing element of the main component; Establishing the value of the subtraction attribute from the number of work-receiving attributes of the main component ZJ component type to the work-piece zero-clearing element of the main component; establishing the difference attribute from the main component to be cleared to the main component ZJ component type The value of the number of employees to be worked;
- Figure 18 shows the main part delivery algorithm model after completion.
- the construction process is similar to the "main part processing algorithm model", which reads as follows:
- An assignment operator named as the main piece completion delivery operator; the operand has the following values: from the completion number attribute of the main part ZJ component type to the input attribute of the main piece completion delivery unit, from the completion of the main piece The output attribute of the goods calculation element to the delivery quantity attribute of the main piece ZJ component type;
- a subtraction operator named as the main piece completion zeroing operator; the operand has the following values: from the number of completions of the ZJ component type of the main component to the attribute of the subtotal of the completion of the main component, from the main component The number of completion attributes of the ZJ component type to the subtraction attribute of the completion zeroing element of the main piece, from the difference attribute of the completion element of the main piece to the number of completions of the ZJ component type of the main part;
- An addition operator named as the total delivery amount of the main component; the operand has the following values: from the number of completions of the ZJ component type of the main component to the additive attribute of the total delivery quantity of the main component, The total amount of delivery of the main part ZJ to the add-on attribute of the total delivery quantity of the main part, from the sum attribute of the main part delivery total to the total quantity attribute of the main part ZJ component type.
- Figure 19 shows the model of the part processing algorithm after completion.
- the construction process is similar to the "main part processing algorithm model", which reads as follows:
- An assignment operator is named as the part-to-work completion assignment operator; the operand has the following values: from the number of work-receiving attributes of the part LJ component type to the input attribute of the part-finished assignment-valued operator, from the part to be completed Assign the output attribute of the operand to the number of completions of the part LJ component type;
- a subtraction operator named as a part-to-work zero-clearing element; the operand has the following values: from the number of work-receiving attributes of the part LJ component type to the attribute of the fractional part of the part-for-work zero-clearing element, from the part LJ The number of work-receiving attributes of the component type to the sub-quantity attribute of the part-to-work zero-clearing element, from the difference attribute of the part-to-work zero-clearing element to the number-of-work attribute of the part LJ component type.
- Figure 20 shows the part delivery algorithm model after completion.
- the construction process is similar to the "main part processing algorithm model", which reads as follows:
- An assignment operator named as the part completion delivery operator; the operand has the following values: from the completion number attribute of the part LJ component type to the input attribute of the part completion delivery element, from the part completion delivery operator Output attribute to the delivery quantity attribute of the part LJ component type;
- a subtraction operator named as the part completion zeroing operator; the operand has the following values: from the number of completions of the part LJ component type to the attribute of the part of the finished zeroing operator, the number of pieces from the part LJ To the fractional attribute of the part completion zeroing operator, from the difference attribute of the part completion zeroing operator to the number of completions of the part LJ component type;
- An addition operator named as the part delivery total operator; the operand has the following values: from the number of completions of the part LJ component type to the addend attribute of the part delivery total operator, from the part LJ The add-in attribute of the total quantity attribute to the total quantity of parts delivery, from the sum attribute of the total quantity of parts delivery to the total quantity attribute of the part LJ component type.
- Figure 21 shows the accessory receiving algorithm model after completion.
- the construction process is similar to the "main part processing algorithm model", which reads as follows:
- an addition operator named as the main component receiving the operand; the operand has the following values: from the main component inventory attribute of the finished CP component type to the addend attribute of the main component receiving the operand, from the master of the finished CP component type
- the goods receipt attribute of the piece receives the addend attribute of the main unit receiving the operand, and receives the sum attribute of the operand from the main part to the main item stock attribute of the finished CP component type;
- An addition operator named as a part receiving operand; the operand has the following values: from the part inventory attribute of the finished CP component type to the addend attribute of the part receiving element, and the received quantity of the part from the finished CP component type
- the attribute to the part receives the addend attribute of the operand, and receives the sum attribute of the operand from the part to the part stock attribute of the finished CP component type.
- Figure 22 shows the finished product assembly algorithm model after completion.
- the construction process is similar to the "main part processing algorithm model", and its contents are as follows:
- a multiplication element named as the assembly principal element; the element has the following values: from the number of work-receiving attributes of the finished CP component type to the multiplicand attribute of the assembly principal element, from the finished CP component type Set the number of main pieces to the multiplier attribute of the assembly principal element;
- a subtraction operator named as the assembly main component inventory operator; the operand has the following values: from the main component inventory attribute of the finished CP component type to the reduced attribute of the assembly main component inventory operator, calculated from the assembly principal The attribute of the product of the element to the subordinate attribute of the assembly main component inventory element, from the difference attribute of the assembly main component inventory element to the main part inventory attribute of the finished CP component type;
- a multiplication element named as an assembly part operator; the element has the following values: from the number of work-receiving attributes of the finished CP component type to the multiplicand attribute of the assembly part, from a single set of finished CP component types The multiplier attribute of the number attribute to the assembly part operand;
- a subtraction operator named as the assembly part inventory operator; the operand has the following values: from the part inventory attribute of the finished CP component type to the subtracted attribute of the assembly part inventory element, from the product of the assembly part operator The attribute of the number attribute to the fractional attribute of the assembly part inventory element, from the difference attribute of the assembly part inventory element to the part inventory attribute of the finished CP component type;
- An assignment operator named as the finished completion operator; the operator has the following values: from the number of work-receiving properties of the finished CP component type to the input property of the finished completion operator, from the output attribute of the finished completion operator to the finished CP The number of completions of the component type;
- a subtraction operator is named as the finished product to be cleared by the operator; the operator has the following values: from the number of work-receiving properties of the finished CP component type to the subtracted property of the finished work-clearing zero operator, from the finished CP The number of work-receiving attributes of the component type to the subtraction attribute of the finished product zero-clearing element, from the difference attribute of the finished product clearing arithmetic element to the number of labor-receiving attributes of the finished CP component type.
- Figure 23 shows the business process flow model of the business management YWGL component type after completion.
- the construction process is as follows:
- the hierarchical module receives and responds to operational information sent from the actual system modeling environment, setting the business management YWGL component type to the component type involved;
- the interface module receives and responds to the operation information sent from the actual system modeling environment, and sets the business main process function as the function involved;
- the process model of the business main process function is simply referred to as the business main process flow model according to the function name; other functions The process model and so on, no longer repeat them;
- the process module first creates a sequential activity for the business master process flow model as the root activity; the sequential activity is a logical activity with sequential execution functions; the sequential activity has a start node, an end node, and a start node and an end Between nodes, multiple nodes are sequentially provided to add other activities; the root activity is called the business main process root activity according to the process model name; it should be noted that the process module creates a root activity for each process model, root The naming of activities and so on will not be repeated;
- the process module receives and responds to the operation information sent from the actual system modeling environment, and adds an activity based on the service configuration function of the business management YWGL component type; the function name executed according to the activity is simply referred to as the service configuration activity, and subsequent activities. And so on, no longer repeat; the process module responds to the foregoing operational information, adding a service configuration activity in the main process root activity of the business;
- a loop activity is added to the main business process root activity, which is simply referred to as a business operation loop activity;
- the loop activity is an arithmetic activity with a loop function;
- the loop activity internally includes a loop sequence,
- the loop sequence consists of multiple nodes that can accommodate activities;
- an activity based on the business operation function of the business management YWGL component type is added to the cyclic sequence of the business operation cycle activity, which is simply referred to as a business operation activity;
- Figure 24 shows the business configuration process model of the business management YWGL component type after completion.
- the construction process is similar to the "business main process flow model", and its contents are as follows:
- the assignment operator activity is an arithmetic activity with an assignment function
- adding an instance to the business configuration root activity to create an arithmetic activity referred to as a production instance creation activity
- the instance creation arithmetic activity is an arithmetic activity with a function of creating a component instance
- adding a traversal activity in the business configuration root activity referred to as a production configuration traversal activity
- the traversal activity internal Include a sequence of nodes, each node accommodating an activity; the traversal activity refers to an arithmetic activity that performs a sequence of nodes for each component instance of the determined component type;
- Adding an additional activity in the traversal sequence of the production configuration traversal activity referred to as a production serial number plus an activity
- the additional activity refers to a pre-made arithmetic activity having an integer value plus one function
- the production serial number assignment activity Adding an assignment activity to the traversal sequence
- Add an instance to create an arithmetic activity in the business configuration root activity referred to as a procurement instance creation activity
- add a traversal activity in the business configuration root activity referred to as a procurement configuration traversal activity
- Adding an additional activity in the traversal sequence of the procurement configuration traversal activity referred to as the purchase serial number plus one activity
- adding an assignment activity in the traversal sequence of the purchase configuration traversal activity referred to as the purchase serial number assignment activity;
- Add an assignment operator activity in the business configuration root activity referred to as the sales serial number clear assignment activity
- add an instance creation transaction activity in the business configuration root activity referred to as the sales instance creation activity
- add in the business configuration root activity An traversal activity, referred to as a sales configuration traversal activity;
- Adding an additional activity in the traversal sequence of the sales configuration traversal activity referred to as the sales serial number plus one activity
- adding an assignment activity in the traversal sequence of the sales configuration traversal activity referred to as the sales serial number assignment activity
- in the sales configuration traversal activity Add a traversal activity in the traversal sequence, referred to as the sales production configuration traversal activity;
- the sales production configuration comparison activity Adding the same comparison activity in the traversal sequence of the sales production configuration traversal activity, referred to as the sales production configuration comparison activity; the same comparison activity is a pre-made arithmetic activity having the function of comparing whether the two input items are the same; Adding a conditional activity, referred to as a sales production configuration condition activity, to the traversal sequence of the sales production configuration traversal activity; the conditional activity is a pre-made logical activity with a conditional selection function;
- Adding a same comparison activity in the traversal sequence of the sales procurement configuration traversal activity referred to as a sales procurement configuration comparison activity
- adding a condition activity in the traversal sequence of the sales procurement configuration traversal activity referred to as a sales procurement configuration condition activity
- Figure 25 shows the business operation process model of the business management YWGL component type after completion.
- the construction process is similar to the "business main process flow model", and its contents are as follows:
- Adding an activity based on the production planning function of the production management SCGL component type to the traversal sequence of the production operation traversal activity referred to as the production planning activity; adding a production implementation based on the production management SCGL component type in the traversal sequence of the production operation traversal activity Functional activities, referred to as production implementation activities; adding an activity based on the production management SCGL component type production delivery function in the traversal sequence of production operation traversal activities, referred to as production delivery activities;
- Adding an activity based on the procurement management function of the procurement management CGGL component type to the traversal sequence of the procurement operation traversal activity referred to as the procurement implementation activity
- adding a purchase delivery based on the procurement management CGGL component type in the traversal sequence of the procurement operation traversal activity Functional activities, referred to as purchasing delivery activities;
- Adding a same comparison activity in the traversal sequence of the sales production traversal activity referred to as the sales production operation comparison activity; adding a condition activity in the traversal sequence of the sales production operation traversal activity, referred to as the sales production operation condition activity;
- Adding a same comparison activity in the traversal sequence of the sales procurement operation traversal activity referred to as the sales procurement operation comparison activity
- adding a condition activity in the traversal sequence of the sales procurement operation traversal activity referred to as the sales procurement operation condition activity;
- the activity of managing the sales and shipping functions of the XSGL component type is referred to as the procurement and sales shipping activity; adding an activity based on the internal order function of the sales management XSGL component type in the true branch of the sales procurement operation condition activity, referred to as the procurement internal Ordering activities.
- Figure 26 shows the internal order process model of the sales management XSGL component type after completion.
- the construction process is similar to the "business main process flow model", which reads as follows:
- the addition activity is an arithmetic activity with an addition function
- the internal ordering root activity Add an addition activity, referred to as the demand statistics activity; add a subtraction activity in the internal order root activity, referred to as the order statistics activity; the subtraction activity is an arithmetic activity with a subtraction function.
- Figure 27 shows the sales and shipping process model of the sales management XSGL component type after completion.
- the construction process is similar to the "business main process flow model", and its contents are as follows:
- Add an addition activity in the sales and shipping root activity referred to as the shipping statistics activity
- add a subtraction activity in the sales shipping root activity referred to as the inventory statistical activity
- the subtraction activity is an arithmetic activity with a subtraction function .
- Figure 28 shows the sales order process model of the sales management XSGL component type after completion.
- the construction process is similar to the "business main process flow model", and its contents are as follows:
- Figure 29 shows the production planning process model of the production management SCGL component type after completion.
- the construction process is similar to the "business main process flow model", and its contents are as follows:
- the multiplication activity is an arithmetic activity with multiplication function; adding another multiplication activity in the production plan root activity, referred to as part waiting Statistics activities.
- Figure 30 shows the production implementation process model of the production management SCGL component type after completion.
- the construction process is similar to the "business main process flow model", and its contents are as follows:
- Adding an activity of the main part processing function based on the main part ZJ component type in the production implementation root activity referred to as the main part processing activity; adding an activity of the main part delivery function based on the main part ZJ component type in the production implementation root activity, Referred to as the main parts delivery activity; adding a part processing function based on the part LJ component type in the production implementation root activity, referred to as part processing activity; adding a part delivery function based on the part LJ component type in the production implementation root activity , referred to as the part delivery activity; adding an activity based on the receiving function of the finished CP component type in the production implementation root activity, referred to as accessory receiving; adding an activity based on the finished component assembly function of the finished CP component type in the production implementation root activity, Referred to as the finished assembly activities.
- Figure 31 shows the production delivery process model of the production management SCGL component type after completion.
- the construction process is similar to the “business main process flow model”, which reads as follows:
- Add an assignment activity in the production delivery root activity referred to as the completion delivery activity; add an addition activity in the production delivery root activity, referred to as the total delivery statistics activity.
- Figure 32 shows the completed business operation loop transfer model.
- the construction process is as follows:
- the hierarchical module receives and responds to operational information sent from the actual system modeling environment, setting the business management YWGL component type to the component type involved;
- the interface module receives and responds to operational information sent from the actual system modeling environment, and sets the business main process function to the function involved;
- the process module receives the operation information sent by the actual system modeling environment, and sets the business operation cycle activity as the activity involved; the transmission module constructs the transmission model with the activity involved, and forms a transmission model of the business operation cycle activity;
- the transmission model of the business operation cycle activity is simply referred to as the business operation cycle transmission model according to the name of the activity, and other transmission models are not described in detail.
- the transport module receives and responds to operational information sent from the actual system modeling environment, establishing a transfer of status attributes from the business operational state attribute of the business management YWGL component type to the business operational cycle activity; the state of the business operational cycle activity
- the attribute refers to the short name of the status attribute of whether the business operation loop activity control is running, and is a Boolean variable; the meanings of other subsequent activity attributes are similar, and will not be described again;
- Figure 33 shows the serial number clear assignment transfer model after completion.
- the construction process is similar to the "business operation loop transfer model", and its content includes the following transmissions:
- Figure 34 shows the completed production instance creation transfer model.
- the construction process is similar to the "business operation loop transfer model", and its contents include the following transfers:
- Figure 35 is a completed production configuration traversal transfer model, the construction process is similar to the "business operation loop transfer model", the content of which includes the following transmission:
- Figure 36 shows the completed production serial number plus one transmission model.
- the construction process is similar to the "business operation loop transmission model", and its content includes the following transmissions:
- Fig. 37 is a completed production serial number assignment transmission model, and its construction process is similar to the "business operation loop transmission model", and its content includes the following transmission:
- Figure 38 shows the completed purchase instance creation transfer model.
- the construction process is similar to the "business operation loop transfer model", and its content includes the following transfers:
- Figure 39 shows the completed procurement configuration traversal transfer model.
- the construction process is similar to the "business operation loop transfer model", and its content includes the following transmissions:
- Figure 40 shows the completed purchase serial number plus one transfer model.
- the construction process is similar to the "business operation loop transfer model", and its content includes the following transmissions:
- Figure 41 shows the completed purchase number assignment transfer model.
- the construction process is similar to the "business operation loop transfer model", and its contents include the following transfers:
- Figure 42 shows the completed sales order number clear assignment transfer model, and its construction process is similar.
- "Business Operation Loop Transfer Model” the content of which includes the following transmissions:
- Figure 43 shows the completed sales instance creation transfer model.
- the construction process is similar to the "business operation loop transfer model", and its content includes the following transfers:
- the type attribute of the activity is created from the name of the sales management XSGL component type to the sales instance; from the sales item number attribute of the business management YWGL component type to the quantity attribute of the sales instance creation activity.
- Figure 44 shows the completed sales configuration traversal transfer model.
- the construction process is similar to the "business operation loop transfer model", and its content includes the following transfers:
- Figure 45 shows the completed sales number plus one transmission model.
- the construction process is similar to the "business operation loop transmission model", and its contents include the following transmissions:
- Figure 46 is a completed sales number assignment transfer model, the construction process is similar to the "business operation loop transfer model", the content of which includes the following transmission:
- Figure 47 is a completed sales production configuration traversal transfer model, the construction process is similar to the "business operation loop transfer model", the content of which includes the following transmission:
- Figure 48 shows the completed sales production configuration comparison transmission model.
- the construction process is similar to the "business operation cycle transmission model", and its content includes the following transmissions:
- Figure 49 is a completed sales production configuration condition transmission model, the construction process is similar to the "business operation loop transmission model", the content of which includes the following transmission:
- Figure 50 shows the completed sales production assignment transfer model.
- the construction process is similar to the "business operation loop transfer model", and its contents include the following transfers:
- Figure 51 shows the completed sales procurement configuration traversal transfer model.
- the construction process is similar to the "business operation loop transfer model", and its content includes the following transmissions:
- Figure 52 shows the completed sales and purchase configuration comparison transfer model.
- the construction process is similar to the "business operation loop transfer model", and its content includes the following transmissions:
- Figure 53 shows the completed sales procurement configuration condition transmission model.
- the construction process is similar to the “business operation loop transmission model”, and its content includes the following transmissions:
- Figure 54 shows the completed sales procurement configuration transfer model.
- the construction process is similar to the "business operation loop transfer model", and its content includes the following transmissions:
- Figure 55 is a completed production run traversal transfer model, the construction process is similar to the "business operation loop transfer model", the content of which includes the following transmission:
- Figure 56 shows the completed procurement operation traversal transfer model.
- the construction process is similar to the "business operation loop transfer model", and its content includes the following transmissions:
- Figure 57 is a completed sales operation traversal transfer model, the construction process is similar to the "business operation loop transfer model", the content of which includes the following transmission:
- Figure 58 is a completed sales production operation traversal transfer model, the construction process is similar to the "business operation loop transfer model", the content of which includes the following transmission:
- Figure 59 shows the completed sales and operation run comparison transfer model.
- the construction process is similar to the "business operation cycle transfer model", and its content includes the following transmissions:
- Fig. 60 is a completed sales production operation condition transmission model, and the construction process is similar to the "business operation loop transmission model", and the content thereof includes the following transmission:
- Figure 61 shows the completed production and sales receipt transfer model.
- the construction process is similar to the “business operation cycle transfer model”, and its content includes the following transmissions:
- Figure 62 shows the completed production internal order transfer model.
- the construction process is similar to the “business operation cycle transfer model”, and its content includes the following transmissions:
- Figure 63 shows the completed sales procurement operation traversal transfer model.
- the construction process is similar to the "business operation loop transfer model", and its content includes the following transmissions:
- Figure 64 shows the completed sales and purchase operation comparison transfer model.
- the construction process is similar to the "business operation cycle transfer model", and its content includes the following transmissions:
- Fig. 65 is a completed sales procurement operation condition transmission model, and its construction process is similar to the "business operation loop transmission model", and its content includes the following transmission:
- Figure 66 shows the completed purchase and sales receipt transfer model.
- the construction process is similar to the “business operation cycle transfer model”, and its content includes the following transmissions:
- Figure 67 shows the completed internal order transfer model after completion.
- the construction process is similar to the “business operation loop transfer model”, and its content includes the following transmissions:
- Figure 68 shows the completed contract statistics transmission model.
- the construction process is similar to the “business operation loop transmission model”, and its content includes the following transmissions:
- Figure 69 shows the completed demand statistics transmission model.
- the construction process is similar to the "business operation loop transmission model", and its content includes the following transmissions:
- Figure 70 shows the completed ordering statistics transmission model.
- the construction process is similar to the "business operation loop transmission model", and its content includes the following transmissions:
- Figure 71 shows the completed shipment statistics transmission model.
- the construction process is similar to the "business operation loop transmission model", and its content includes the following transmissions:
- Figure 72 shows the completed inventory statistics transfer model.
- the construction process is similar to the "business operation loop transfer model", and its contents include the following transfers:
- Figure 73 shows the completed receipt statistics transmission model.
- the construction process is similar to the "business operation loop transmission model", and its contents include the following transmissions:
- Figure 74 shows the completed master-study statistical transmission model.
- the construction process is similar to the “business operation loop transmission model”, and its content includes the following transmissions:
- Figure 75 is a completed part of the work-study statistical transmission model, the construction process is similar to the "business operation loop transmission model", the content of which contains the following transmission:
- Figure 76 shows the completed accessory receiving transmission model.
- the construction process is similar to the "business operation loop transmission model", and its contents include the following transmissions:
- Figure 77 shows the finished product assembly transfer model.
- the construction process is similar to the "business operation loop transfer model", and its contents include the following transfers:
- Figure 78 shows the completed delivery delivery model.
- the construction process is similar to the “business operation loop transmission model”, and its content includes the following transmissions:
- Figure 79 shows the statistical model of the total delivery of delivery after completion.
- the construction process is similar to that of the industry.
- the business management YWGL system model consisting of a hierarchical model, an interface model, an algorithm model, a process model, and a transmission model is constructed.
- This embodiment demonstrates an ordinary manager who does not master the existing complex system modeling language and does not master the computer programming language. It does not need to rely on professional modelers and program developers. How to independently put forward his own ideas about business management.
- the invention is used to construct an executable business management system model in a short period of time. Not only the construction process is clear, the construction method is simple, and the quality of the system model is significantly higher, and the time spent is significantly less.
- the manager uses the invention to independently develop the business management system model, and achieves the following obvious effects:
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Geometry (AREA)
- Computational Mathematics (AREA)
- Computer Networks & Wireless Communication (AREA)
- Mathematical Analysis (AREA)
- Mathematical Optimization (AREA)
- Pure & Applied Mathematics (AREA)
- Computer Hardware Design (AREA)
- Evolutionary Computation (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Stored Programmes (AREA)
Abstract
Description
Claims (7)
- 一种基于系统元模型以构造系统模型的通用建模方法,基于一个含有计算机可读程序代码的计算机可读存储介质,所述计算机可读程序代码包含一组可以被计算机的处理器所执行的指令,通过对由一个系统元模型定义的数据进行处理,来实现基于系统元模型构造系统模型,其所用的系统元模型包含如下组元:层级模件:以由构件类型为节点的树形结构描述系统模型的层级模型,并在实际系统建模环境中用作模板以配置形成系统模型的层级模型;所述层级模型是指系统模型中以构件类型为节点组成的层级关系;所述构件类型是指一组具有相同外部特征的构件实例;所述系统模型中以构件类型为节点的树形结构称为层级树;接口模件:以属性集、功能集、事件集三部分可选结构描述接口模型,并在实际系统建模环境中用作模板以配置形成接口模型;所述接口模型是指构件类型的外部特征;所述功能集中的功能包括算法功能、流程功能两种形式;算法功能的实现方式由算法模型提供;流程功能的实现方式由流程模型与传输模型相组合提供;算法模件:以算元为节点的树形结构描述算法模型,并在实际系统建模环境中用作模板以配置形成算法模型,所述算法模型是指利用算元组合实现功能的算法描述;所述算元是指预先实现的具有特定功能的构件;流程模件:以活动为节点进行组合描述流程模型,并在实际系统建模环境中用作模板以配置形成流程模型;所述流程模型是指利用活 动组合实现功能的方式描述;所述活动是指功能的一次执行;传输模件:采用传输集描述传输模型,并在实际系统建模环境中用作模板以配置形成传输模型;所述传输模型是指所涉活动的数据传递关系;所述传输集中的传输为一个属性和另一个属性之间的数据传递关系;采用如上所述的五个模件构造系统模型的具体步骤如下:1)构造层级模型:层级模件读入从实际系统建模环境送来的层级模型操作信息,所述层级模型操作信息是指对层级树进行如新建构件类型、添加构件类型、选择构件类型、命名构件类型、删除构件类型的操作信息,层级模件响应层级模型操作信息对层级树的构件类型节点进行相应操作而获得层级模型;2)构造接口模型:对步骤1)得到的层级模型中的构件类型逐一构造接口模型,各接口模型的构造步骤包括:接口模件读入从实际系统建模环境送来的接口模型操作信息;所述接口模型操作信息是指对属性、功能、事件进行如新建、命名、删除的操作信息;接口模件响应接口模型操作信息进行相应操作而获得接口模型;实现算法功能的算法模型由步骤3)构造,实现流程功能的流程模型由步骤4)构造;3)构造算法模型:对步骤2)中得到的算法功能逐一构造算法模型,各算法模型的构造步骤包括:算法模件读入从实际系统建模环境送来的算法模型操作信息;4)构造流程模型:对步骤2)中得到的流程功能逐一构造流程模 型,各流程模型的构造步骤包括:流程模件读入从实际系统建模环境送来的流程模型操作信息;5)构造传输模型:对步骤4)中得到的流程模型中的活动逐一构造传输模型,各传输模型的构造步骤包括:传输模件读入从实际系统建模环境送来的传输模型操作信息;所述传输模型操作信息是指进行如添加传输、选择传输、删除传输的操作信息,传输模件响应传输模型操作信息进行相应操作而获得传输模型;至此,由层级模型、接口模型、算法模型、流程模型、传输模型为要素所构成的系统模型构造完成。
- 根据权利要求1所述之基于系统元模型构造系统模型的通用建模方法,其特征在于,流程模件和传输模件组合是描述和配置功能实现的一般性方式;所述算法模件当且仅当使用算元进行组合以描述和配置实现功能时用作替代流程模件和传输模件组合的简化方式。
- 根据权利要求1所述之基于系统元模型构造系统模型的通用建模方法,其特征在于,系统元模型采用如下建模规则:系统元模型以父子结构为最小递归单元,对系统模型进行递归描述;所述父子结构是指层级树中由所涉构件类型节点及其所有子构件类型节点组成的父子关系结构。
- 根据权利要求1所述之基于系统元模型构造系统模型的通用建模方法,其特征在于,步骤2)所述的具体功能,仅能在算法功能和流程功能中选择其一。
- 根据权利要求1所述之基于系统元模型构造系统模型的通用 建模方法,其特征在于,所述步骤3)构造算法模型中算法模型操作信息是指如添加算元、选择算元、命名算元、删除算元以及添加传值、选择传值、删除传值的操作信息;算法模件响应算法模型操作信息进行相应操作而获得算法模型;所述传值是算法属性集中的两个属性之间的一个赋值关系;所述算法属性集是指由所涉构件类型的属性集和算法模型中的所有算元的属性集构成的集合。
- 根据权利要求1所述之基于系统元模型构造系统模型的通用建模方法,其特征在于,所述步骤4)构造流程模型中流程模型操作信息是指如添加活动、选择活动、命名活动、删除活动的操作信息,流程模件响应流程模型操作信息进行相应操作而获得流程模型;所述活动包括构件活动和算元活动两种类型;所述构件活动是父子结构功能集中的功能的一次执行;所述父子结构功能集是指父子结构中所涉构件类型的功能集和其所有子构件类型的功能集构成的集合;所述算元活动是指算元的功能的一次执行;所述流程模型包括属性流程模型和事件流程模型两种形式;所述流程模件包括属性流程模件和事件流程模件两种形式;所述属性流程模件以流程树为结构描述属性流程模型,所述流程树是以活动为节点构成的树形结构。
- [根据细则26改正17.08.2015]
根据权利要求1所述之基于系统元模型构造系统模型的通用建模方法,其特征在于,所述传输所关联的属性,除活动属性外,仅限于父子结构属性集中的属性;所述活动属性是指活动所在的构件类型的属性;所述父子结构属性集是指父子结构中所涉构件类型的属性集和其所有子构件类型的属性集构成的集合。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US15/322,077 US20170139684A1 (en) | 2014-06-25 | 2015-06-25 | General modeling method to construct system models based on a system meta model |
EP15811524.6A EP3163435A4 (en) | 2014-06-25 | 2015-06-25 | Method for general modeling basing on system meta model to construct system model |
CA2952072A CA2952072A1 (en) | 2014-06-25 | 2015-06-25 | Method for general modeling basing on system meta model to construct system model |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410292935.1A CN105224299B (zh) | 2014-06-25 | 2014-06-25 | 一种基于系统元模型构造系统模型的通用建模方法 |
CN201410292935.1 | 2014-06-25 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2015196780A1 true WO2015196780A1 (zh) | 2015-12-30 |
Family
ID=54936677
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2015/000451 WO2015196780A1 (zh) | 2014-06-25 | 2015-06-25 | 一种基于系统元模型以构造系统模型的通用建模方法 |
Country Status (5)
Country | Link |
---|---|
US (1) | US20170139684A1 (zh) |
EP (1) | EP3163435A4 (zh) |
CN (1) | CN105224299B (zh) |
CA (1) | CA2952072A1 (zh) |
WO (1) | WO2015196780A1 (zh) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112099784A (zh) * | 2020-08-18 | 2020-12-18 | 西安合科软件有限公司 | 一种模型创建方法与装置 |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107766033A (zh) * | 2017-10-10 | 2018-03-06 | 广西师范大学 | 一种基于问题框架的敏捷需求拆分方法 |
CN107832043B (zh) * | 2017-11-16 | 2019-05-03 | 广州今宏信息科技有限公司 | 一种基于软件元视图构造视图的可视软件建模方法 |
CN109815242B (zh) * | 2019-02-02 | 2021-04-02 | 中国农业银行股份有限公司 | 一种数据处理方法及系统 |
CN110784545B (zh) * | 2019-10-31 | 2022-02-11 | 上海埃威航空电子有限公司 | 实时数据分发系统 |
CN112784417B (zh) * | 2021-01-25 | 2024-03-22 | 中国商用飞机有限责任公司北京民用飞机技术研究中心 | 一种基于SysML的航电分布式联合仿真方法及系统 |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1794170A (zh) * | 2005-12-29 | 2006-06-28 | 吉林大学 | 一种基于统一建模语言的电信领域建模工具及建模方法 |
US20090132211A1 (en) * | 2007-11-19 | 2009-05-21 | International Business Machines Corporation | Automated solution for generating architectural design models for service-oriented architecture (soa) information services |
CN101477462A (zh) * | 2009-02-12 | 2009-07-08 | 山东浪潮齐鲁软件产业股份有限公司 | 一种用于动态改变系统行为的模型驱动软件开发方法 |
CN101876896A (zh) * | 2009-04-30 | 2010-11-03 | 深圳市永兴元科技有限公司 | 一种提升信息化技术的电子政务开发系统 |
CN103092594A (zh) * | 2011-11-07 | 2013-05-08 | 金蝶软件(中国)有限公司 | 模型转换方法及装置 |
Family Cites Families (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101561837A (zh) * | 2009-05-25 | 2009-10-21 | 北京理工大学 | 面向对象的图形模块化建模方法及求仿真系统参数的方法 |
CN102298660B (zh) * | 2011-10-10 | 2013-05-15 | 吉林大学 | 一种离散元法边界建模的通用方法 |
CN103176776A (zh) * | 2011-12-21 | 2013-06-26 | 德商赛克公司 | 创建元模型的系统和/或方法 |
-
2014
- 2014-06-25 CN CN201410292935.1A patent/CN105224299B/zh active Active
-
2015
- 2015-06-25 US US15/322,077 patent/US20170139684A1/en not_active Abandoned
- 2015-06-25 WO PCT/CN2015/000451 patent/WO2015196780A1/zh active Application Filing
- 2015-06-25 EP EP15811524.6A patent/EP3163435A4/en not_active Withdrawn
- 2015-06-25 CA CA2952072A patent/CA2952072A1/en not_active Abandoned
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1794170A (zh) * | 2005-12-29 | 2006-06-28 | 吉林大学 | 一种基于统一建模语言的电信领域建模工具及建模方法 |
US20090132211A1 (en) * | 2007-11-19 | 2009-05-21 | International Business Machines Corporation | Automated solution for generating architectural design models for service-oriented architecture (soa) information services |
CN101477462A (zh) * | 2009-02-12 | 2009-07-08 | 山东浪潮齐鲁软件产业股份有限公司 | 一种用于动态改变系统行为的模型驱动软件开发方法 |
CN101876896A (zh) * | 2009-04-30 | 2010-11-03 | 深圳市永兴元科技有限公司 | 一种提升信息化技术的电子政务开发系统 |
CN103092594A (zh) * | 2011-11-07 | 2013-05-08 | 金蝶软件(中国)有限公司 | 模型转换方法及装置 |
Non-Patent Citations (1)
Title |
---|
See also references of EP3163435A4 * |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN112099784A (zh) * | 2020-08-18 | 2020-12-18 | 西安合科软件有限公司 | 一种模型创建方法与装置 |
Also Published As
Publication number | Publication date |
---|---|
CN105224299B (zh) | 2018-06-26 |
EP3163435A1 (en) | 2017-05-03 |
CN105224299A (zh) | 2016-01-06 |
CA2952072A1 (en) | 2015-12-30 |
EP3163435A4 (en) | 2018-02-21 |
US20170139684A1 (en) | 2017-05-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2015196782A1 (zh) | 一种构造系统模型的可视建模编辑器 | |
WO2015196783A1 (zh) | 一种基于软件元模型以构造软件模型的通用软件建模方法 | |
WO2015196780A1 (zh) | 一种基于系统元模型以构造系统模型的通用建模方法 | |
WO2015196784A1 (zh) | 一种基于软件元视图以构造软件视图的可视软件建模方法 | |
CN104732306B (zh) | 一种业务应用系统的快速开发系统及方法 | |
US20140372969A1 (en) | Computer aided visualization of a business object model lifecycle | |
WO2015196785A1 (zh) | 一种构造软件模型的可视软件建模编辑器 | |
Wang et al. | An automatic model-to-model mapping and transformation methodology to serve model-based systems engineering | |
US8862637B2 (en) | Generating data access operations based on a data model using a data services model | |
WO2015196781A1 (zh) | 一种基于系统元视图以构造系统视图的可视建模方法 | |
Krogstie | Capturing enterprise data integration challenges using a semiotic data quality framework | |
CN112948110A (zh) | 云应用的拓扑与编排系统、方法、存储介质及电子设备 | |
US8209201B1 (en) | System and method for correlating objects | |
US10949758B2 (en) | Data management externalization for workflow definition and execution | |
Kharmoum et al. | A novel automatic transformation method from the business value model to the UML use case diagram | |
Ng et al. | The development of an enterprise resources planning system using a hierarchical design pyramid | |
Mos et al. | Business matter experts do matter: a model-driven approach for domain specific process design and monitoring | |
WO2015196786A1 (zh) | 一种基于界面元模型以构造界面模型的通用界面建模方法 | |
Shershakov | DPMine graphical language for automation of experiments in process mining | |
WO2015196787A1 (zh) | 一种基于界面元视图以构造界面视图的可视界面建模方法 | |
Fischer et al. | Towards a Task Driven Approach Enabling Continuous User Requirements Engineering. | |
JP2020027663A (ja) | 仕様書作成部 | |
Bollen | Business process model semantics in BPMN | |
Bell | A practical high volume software product line | |
Cohen et al. | Enterprise architecture with executable modelling rules: A case study at the Swedish defence materiel administration |
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: 15811524 Country of ref document: EP Kind code of ref document: A1 |
|
ENP | Entry into the national phase |
Ref document number: 2952072 Country of ref document: CA |
|
WWE | Wipo information: entry into national phase |
Ref document number: 15322077 Country of ref document: US |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
REEP | Request for entry into the european phase |
Ref document number: 2015811524 Country of ref document: EP |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2015811524 Country of ref document: EP |