CN113407735A - Method, device, equipment and storage medium for generating architecture map based on JSON data - Google Patents

Method, device, equipment and storage medium for generating architecture map based on JSON data Download PDF

Info

Publication number
CN113407735A
CN113407735A CN202110811320.5A CN202110811320A CN113407735A CN 113407735 A CN113407735 A CN 113407735A CN 202110811320 A CN202110811320 A CN 202110811320A CN 113407735 A CN113407735 A CN 113407735A
Authority
CN
China
Prior art keywords
architecture
model
module
json
scene
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
CN202110811320.5A
Other languages
Chinese (zh)
Other versions
CN113407735B (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 Youhao Technology Co ltd
Original Assignee
Beijing Younuo 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 Younuo Technology Co ltd filed Critical Beijing Younuo Technology Co ltd
Priority to CN202110811320.5A priority Critical patent/CN113407735B/en
Publication of CN113407735A publication Critical patent/CN113407735A/en
Application granted granted Critical
Publication of CN113407735B publication Critical patent/CN113407735B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/36Creation of semantic tools, e.g. ontology or thesauri
    • G06F16/367Ontology
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/35Clustering; Classification

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Animal Behavior & Ethology (AREA)
  • Computational Linguistics (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The invention relates to a method for generating an architecture map based on JSON data, which comprises the steps of configuring a JSON file, wherein the JSON file corresponds to an architecture scene, making an object model of the architecture scene according to the JSON file and the architecture scene, and drawing the corresponding architecture map by using the object model. The invention can reduce the cost of creating and modifying the architecture map, instantly modify the architecture map in effect, and even people who do not draw can easily modify the architecture map. Therefore, non-professionals can quickly create and modify the architecture map, and the cost for drawing the architecture map is reduced. The framework maps are classified, so that the corresponding framework maps can be quickly found according to the requirements of the framework maps. The invention also relates to a device, equipment and a storage medium for generating the architecture map based on the JSON data.

Description

Method, device, equipment and storage medium for generating architecture map based on JSON data
Technical Field
The invention relates to the technical field of computers, in particular to a method, a device, equipment and a storage medium for generating an architecture map based on JSON data.
Background
At present, most scenes need to come the architecture map to solve the communication barrier between the staff, reach the consensus, let relevant personnel surveyability through the architecture map to promote work efficiency, understand the responsibility, optimize and improve etc. but not everyone can all use professional software to draw, and the efficiency of using professional software to draw is also very high with costing.
Disclosure of Invention
The invention aims to solve the technical problem of the prior art and provides a method, a device, equipment and a storage medium for generating an architecture graph based on JSON data.
The technical scheme for solving the technical problems is as follows:
a method of generating an architecture graph based on JSON data, the method comprising:
configuring a JSON file, wherein the JSON file corresponds to an architecture scene;
according to the JSON file and the architecture scene, an object model of the architecture scene is manufactured;
and drawing a corresponding architecture map by using the object model.
On the basis of the technical scheme, the invention can be further improved as follows.
Further, the making an object model of the architecture scene according to the JSON file and the architecture scene specifically includes:
determining a base class inherited by each drawing object in the architecture scene, and loading a loader module, a calculator module and a builder module of the base class;
analyzing fields in the JSON file based on the loader module, and creating each drawing object in the framework template;
and analyzing the JSON file based on the calculator module to obtain model information of each drawing object, wherein the model information comprises a model name, a model type and a model size.
Further, the drawing a corresponding architecture map by using the object model specifically includes:
and filling the object model into the corresponding object of Gojs by using the builder to obtain the architecture map.
Further, the using the builder to fill the object model into the corresponding object of Gojs to obtain the architecture map specifically includes:
calculating the position information, the size and the background color of each node of the object model by utilizing Gojs;
drawing the architecture atlas by using Gojs according to a preset display mode, expanding and contracting the sub-classification display by using a preset display mode button, associating the object models together through lines, and displaying in a Canvas in a 2D plane form.
Further, the Gojs calculates the position information, the size, and the background color of each node according to the object model, and specifically includes:
and drawing an icon of the object model through a preset template by utilizing Gojs, and determining the current classification name, the sub-classification name and the architecture map name of the object model.
The method has the beneficial effects that: the method comprises the steps of configuring a JSON file, wherein the JSON file corresponds to an architecture scene, making an object model of the architecture scene according to the JSON file and the architecture scene, and drawing the corresponding architecture map by using the object model. The invention can reduce the cost of creating and modifying the architecture map, instantly modify the architecture map in effect, and even people who do not draw can easily modify the architecture map. Therefore, non-professionals can quickly create and modify the architecture map, and the cost for drawing the architecture map is reduced. The framework maps are classified, so that the corresponding framework maps can be quickly found according to the requirements of the framework maps.
The invention also solves another technical scheme of the technical problems as follows:
an apparatus to generate an architecture graph based on JSON data, the apparatus comprising:
the configuration module is used for configuring a JSON file, and the JSON file corresponds to an architecture scene;
the making module is used for making an object model of the architecture scene according to the JSON file and the architecture scene;
and the drawing module is used for drawing the corresponding architecture map by using the object model.
Furthermore, the manufacturing module comprises a loading unit, an analysis unit and a model drawing unit;
the loading unit is specifically configured to determine a base class inherited by each drawing object in the architecture scene, and load a loader module, a calculator module, and a builder module of the base class;
the parsing unit is specifically configured to parse fields in the JSON file based on the loader module, and create each drawing object in the architecture template;
the drawing model unit is specifically configured to parse the JSON file based on the calculator module to obtain model information of each drawing object, where the model information includes a model name, a model type, and a model size.
Further, the drawing module is specifically configured to fill the object model into the corresponding object of Gojs by using the builder to obtain the architecture map.
Further, the drawing module is specifically configured to calculate, for the object model, position information, a size, and a background color of each node by using Gojs;
drawing the architecture atlas by using Gojs according to a preset display mode, expanding and contracting the sub-classification display by using a preset display mode button, associating the object models together through lines, and displaying in a Canvas in a 2D plane form.
Further, the making module is specifically configured to draw an icon of the object model through a preset template by using Gojs, and determine a current classification name, a sub-classification name, and an architecture graph name of the object model.
Further, the present invention provides an electronic device comprising: a memory for storing a computer program; a processor, configured to implement the steps of the method for generating an architecture graph based on JSON data according to any one of the above technical solutions when the computer program is executed.
The present invention further provides a computer-readable storage medium, on which a computer program is stored, and when being executed by a processor, the computer program implements the steps of the method for generating an architecture graph based on JSON data according to any one of the above technical solutions.
Advantages of additional aspects of the invention will be set forth in part in the description which follows, and in part will be obvious from the description, or may be learned by practice of the invention.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the embodiments of the present invention or in the description of the prior art will be briefly described below, and it is obvious that the drawings described below are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic flowchart of a method for generating an architecture graph based on JSON data according to an embodiment of the present invention;
fig. 2 is a schematic block diagram of an apparatus for generating an architecture graph based on JSON data according to another embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, shall fall within the scope of protection of the present invention.
As shown in fig. 1, the method for generating an architecture graph based on JSON data according to the embodiment of the present invention includes the following steps:
110. and configuring a JSON file, wherein the JSON file corresponds to the architecture scene.
120. And making an object model of the architecture scene according to the JSON file and the architecture scene.
130. And drawing a corresponding architecture map by using the object model.
Further, step 120 specifically includes:
121. determining a base class inherited by each drawing object in the architecture scene, and loading a loader module, a calculator module and a builder module of the base class.
122. And analyzing fields in the JSON file based on the loader module, and creating each drawing object in the framework template.
123. And analyzing the JSON file based on the calculator module to obtain model information of each drawing object, wherein the model information comprises a model name, a model type and a model size.
Further, step 130 specifically includes:
131. and filling the object model into the corresponding object of Gojs by using the builder to obtain the architecture map.
Further, step 131 specifically includes:
1311. and calculating the position information, the size and the background color of each node for the object model by utilizing Gojs.
1322. Drawing the architecture atlas by using Gojs according to a preset display mode, expanding and contracting the sub-classification display by using a preset display mode button, associating the object models together through lines, and displaying in a Canvas in a 2D plane form.
Further, step 1311 specifically includes:
and drawing an icon of the object model through a preset template by utilizing Gojs, and determining the current classification name, the sub-classification name and the architecture map name of the object model.
It should be understood that JSON (JS Object Notation), in particular, is a lightweight data exchange format that is based on a subset of ECMAScript (JS specification set by the european computer association) and that stores and represents data in a text format that is completely independent of the programming language. The simple and clear hierarchical structure of the JSON makes the JSON become an ideal data exchange language, is easy to read and write by people and machine analysis and generation, and effectively improves the network transmission efficiency.
JSON can convert a set of data represented in a JavaScript object into a string, and then can easily transfer the string between networks or programs and restore it to a data format supported by each programming language when necessary, for example, in PHP, JSON can be restored to an array or a basic object. When AJAX is used, if an array value is needed, JSON is needed to convert the array into a character string.
Gojs is a JavaScript and TypeScript library, is used for constructing interactive charts and graphs, can well support the functions of drawing, adding, deleting, modifying and the like of the graphs, and does not have similar plug-ins at present. Gojs can build a variety of charts and graphs, from simple flow charts and organizational charts, to highly specific industrial charts such as SCADA charts, BPMN charts, medical charts and genealogical charts, and the like. However, the role of Gojs is usually positioned on the presentation and design of diagrams and its function is not fully utilized.
It should be understood that JSON files defining different architectural scenarios include the architectural templates needed to make the different scenarios; analyzing data in JSON files in different scenes and classifying the data; generate corresponding architecture map and can preview
It should be appreciated that the architecture graph may also be generated based on automatically drawn templates
For example, taking enterprise architecture data as an example, the enterprise architecture data JSON file general format includes a parent class ID, object information, the name of the current class, child classes, and a hierarchy and parent-child relationships that can implement objects according to a data structure.
Some other data such as drawing author name, creation time, data status, modification author name, modification time, etc. are also included in the object information. The data user in the object information can define and show in the atlas according to the need, and the data in the object information is only used in the demonstration enterprise architecture. And automatically generating a Graph object corresponding to the current architecture Graph template by using an algorithm through a parent classification ID according to the data, and automatically generating a corresponding Graph structure by using Gojs through the defined architecture Graph template to display the Graph structure in a canvas in a 2D plane form. Gojs calculates the position information, size, background color, etc. of nodes according to Graph objects
The method comprises the steps that an effect Graph which is automatically generated by JSON data of the current enterprise architecture is drawn by Gojs through a template object and a Graph object, and the effect Graph, the current classification name, the sub-classification name and the architecture Graph name are provided, the display of button expansion or contraction sub-classification is provided, and reasonable lines are used for associating the effect Graph, the sub-classification name and the architecture Graph name with each other. When a user clicks on a specific architecture graph, the current architecture graph is previewed.
The method for generating the architecture map based on the JSON data comprises the steps of configuring a JSON file, making an object model of an architecture scene according to the JSON file and the architecture scene, and drawing the corresponding architecture map by using the object model. The invention can reduce the cost of creating and modifying the architecture map, instantly modify the architecture map in effect, and even people who do not draw can easily modify the architecture map. Therefore, non-professionals can quickly create and modify the architecture map, and the cost for drawing the architecture map is reduced. The framework maps are classified, so that the corresponding framework maps can be quickly found according to the requirements of the framework maps.
As shown in fig. 2, an apparatus for generating an architecture graph based on JSON data, the apparatus comprising:
the configuration module is used for configuring a JSON file, and the JSON file corresponds to an architecture scene;
the making module is used for making an object model of the architecture scene according to the JSON file and the architecture scene;
and the drawing module is used for drawing the corresponding architecture map by using the object model.
Furthermore, the manufacturing module comprises a loading unit, an analysis unit and a model drawing unit;
the loading unit is specifically configured to determine a base class inherited by each drawing object in the architecture scene, and load a loader module, a calculator module, and a builder module of the base class;
the parsing unit is specifically configured to parse fields in the JSON file based on the loader module, and create each drawing object in the architecture template;
the drawing model unit is specifically configured to parse the JSON file based on the calculator module to obtain model information of each drawing object, where the model information includes a model name, a model type, and a model size.
Further, the drawing module is specifically configured to fill the object model into the corresponding object of Gojs by using the builder to obtain the architecture map.
Further, the drawing module is specifically configured to calculate, for the object model, position information, a size, and a background color of each node by using Gojs;
drawing the architecture atlas by using Gojs according to a preset display mode, expanding and contracting the sub-classification display by using a preset display mode button, associating the object models together through lines, and displaying in a Canvas in a 2D plane form.
Further, the making module is specifically configured to draw an icon of the object model through a preset template by using Gojs, and determine a current classification name, a sub-classification name, and an architecture graph name of the object model.
Further, the present invention provides an electronic device comprising: a memory for storing a computer program; a processor, configured to implement the steps of the method for generating an architecture graph based on JSON data according to any one of the above technical solutions when the computer program is executed.
The present invention further provides a computer-readable storage medium, on which a computer program is stored, and when being executed by a processor, the computer program implements the steps of the method for generating an architecture graph based on JSON data according to any one of the above technical solutions.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus/terminal device and method may be implemented in other ways. For example, the above-described embodiments of the apparatus/terminal device are merely illustrative, and for example, the division of the modules or units is only one logical division, and there may be other divisions when actually implemented, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated modules/units, if implemented in the form of software functional units and sold or used as separate products, may be stored in a computer readable storage medium.
Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain other components which may be suitably increased or decreased as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media which may not include electrical carrier signals and telecommunications signals in accordance with legislation and patent practice.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present invention, and are intended to be included within the scope of the present invention.
While the invention has been described with reference to specific embodiments, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A method for generating an architecture graph based on JSON data is characterized by comprising the following steps:
configuring a JSON file, wherein the JSON file corresponds to an architecture scene;
according to the JSON file and the architecture scene, an object model of the architecture scene is manufactured;
and drawing a corresponding architecture map by using the object model.
2. The method for generating an architecture graph based on JSON data according to claim 1, wherein the making an object model of the architecture scene according to the JSON file and the architecture scene specifically includes:
determining a base class inherited by each drawing object in the architecture scene, and loading a loader module, a calculator module and a builder module of the base class;
analyzing fields in the JSON file based on the loader module, and creating each drawing object in the framework template;
and analyzing the JSON file based on the calculator module to obtain model information of each drawing object, wherein the model information comprises a model name, a model type and a model size.
3. The method for generating an architecture graph based on JSON data according to claim 2, wherein the drawing, by using the object model, the corresponding architecture graph specifically includes:
and filling the object model into the corresponding object of Gojs by using the builder to obtain the architecture map.
4. The method according to claim 3, wherein the using the builder to fill the object model into the corresponding object of Gojs to obtain the architecture graph specifically includes:
calculating the position information, the size and the background color of each node of the object model by utilizing Gojs;
drawing the architecture atlas by using Gojs according to a preset display mode, expanding and contracting the sub-classification display by using a preset display mode button, associating the object models together through lines, and displaying in a Canvas in a 2D plane form.
5. The method for generating an architecture graph based on JSON data according to claim 4, wherein the Gojs calculates the position information, the size, and the background color of each node according to the object model, and specifically includes:
and drawing an icon of the object model through a preset template by utilizing Gojs, and determining the current classification name, the sub-classification name and the architecture map name of the object model.
6. An apparatus for generating an architecture graph based on JSON data, the apparatus comprising:
the configuration module is used for configuring a JSON file, and the JSON file corresponds to an architecture scene;
the making module is used for making an object model of the architecture scene according to the JSON file and the architecture scene;
and the drawing module is used for drawing the corresponding architecture map by using the object model.
7. The apparatus according to claim 6, wherein the production module comprises a loading unit, a parsing unit and a drawing model unit;
the loading unit is specifically configured to determine a base class inherited by each drawing object in the architecture scene, and load a loader module, a calculator module, and a builder module of the base class;
the parsing unit is specifically configured to parse fields in the JSON file based on the loader module, and create each drawing object in the architecture template;
the drawing model unit is specifically configured to parse the JSON file based on the calculator module to obtain model information of each drawing object, where the model information includes a model name, a model type, and a model size.
8. The apparatus for generating an architecture graph based on JSON data according to claim 7,
the drawing module is specifically configured to fill the object model into the corresponding object of Gojs by using the builder to obtain the architecture map.
9. An electronic device comprising a memory having stored therein program instructions and a processor that, when executing the program instructions, performs the steps in the method of generating an architecture graph based on JSON data of any one of claims 1-5.
10. A storage medium having stored therein computer program instructions which, when executed by a processor, perform the steps of the method of generating an architecture graph based on JSON data of any one of claims 1 to 5.
CN202110811320.5A 2021-07-19 2021-07-19 Method, device, equipment and medium for generating architecture map based on JSON data Active CN113407735B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110811320.5A CN113407735B (en) 2021-07-19 2021-07-19 Method, device, equipment and medium for generating architecture map based on JSON data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110811320.5A CN113407735B (en) 2021-07-19 2021-07-19 Method, device, equipment and medium for generating architecture map based on JSON data

Publications (2)

Publication Number Publication Date
CN113407735A true CN113407735A (en) 2021-09-17
CN113407735B CN113407735B (en) 2023-07-18

Family

ID=77686877

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110811320.5A Active CN113407735B (en) 2021-07-19 2021-07-19 Method, device, equipment and medium for generating architecture map based on JSON data

Country Status (1)

Country Link
CN (1) CN113407735B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107608676A (en) * 2017-10-24 2018-01-19 四川长虹电器股份有限公司 A kind of implementation method of the interactive table based on gojs technologies
US20180247243A1 (en) * 2017-02-21 2018-08-30 Sourcecode Technology Holdings, Inc. Collaborative design systems, apparatuses, and methods
CN112035556A (en) * 2020-09-01 2020-12-04 北京世纪互联宽带数据中心有限公司 Data center cabinet management method and device and electronic equipment
CN112035667A (en) * 2020-09-02 2020-12-04 河南中原消费金融股份有限公司 Knowledge graph display method and device and terminal equipment
CN112381931A (en) * 2020-11-23 2021-02-19 北京优锘科技有限公司 Method for generating 3D scene based on JSON data

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180247243A1 (en) * 2017-02-21 2018-08-30 Sourcecode Technology Holdings, Inc. Collaborative design systems, apparatuses, and methods
CN107608676A (en) * 2017-10-24 2018-01-19 四川长虹电器股份有限公司 A kind of implementation method of the interactive table based on gojs technologies
CN112035556A (en) * 2020-09-01 2020-12-04 北京世纪互联宽带数据中心有限公司 Data center cabinet management method and device and electronic equipment
CN112035667A (en) * 2020-09-02 2020-12-04 河南中原消费金融股份有限公司 Knowledge graph display method and device and terminal equipment
CN112381931A (en) * 2020-11-23 2021-02-19 北京优锘科技有限公司 Method for generating 3D scene based on JSON data

Also Published As

Publication number Publication date
CN113407735B (en) 2023-07-18

Similar Documents

Publication Publication Date Title
CN112561386A (en) Method, device and equipment for acquiring business process
WO2015196784A1 (en) Visual software modeling method based on software meta-view for constructing software view
CN105404507A (en) Process template construction method and system
CN107273104B (en) Processing method and device for configuration data structure
CN112651711B (en) Construction system of collaborative design management platform based on XDB file under BS architecture
CN113535165A (en) Interface generation method and device, electronic equipment and computer readable storage medium
CN110096275A (en) A kind of page processing method and device
CN115495069A (en) Model-driven coal industry software flow implementation method, device and equipment
CN112685026A (en) Multi-language-based visual modeling platform and method
CN116305895A (en) Product model generation method, device, computer equipment and storage medium
CN114647409A (en) Large-screen visualization application creation platform, method, computing device and storage medium
CN117348846A (en) Method and device for generating software development requirement document and electronic equipment
CN113254000B (en) Method, device, storage medium and equipment for generating 2D scene based on JSON data
CN112306622A (en) VNF template construction method and device
US10896161B2 (en) Integrated computing environment for managing and presenting design iterations
CN113407735B (en) Method, device, equipment and medium for generating architecture map based on JSON data
de Lange et al. Collaborative wireframing for model-driven web engineering
US10055811B2 (en) System and method for generating interactive 2D projection of 3D model
US20070035558A1 (en) Visual model importation
KR20230142799A (en) Diagram of child nodes with multiple parent nodes
CN114817379A (en) Qunee-based configuration item relation visualization method, system, equipment and medium
CN108509554B (en) Method for rapidly generating tissue architecture diagram based on WPF technology and EXCEL
US10817486B2 (en) Containment of data structures with data objects in data modeling tools
CN110688108A (en) Model generation method and device and storage medium
Kasperowski et al. Top-Down Drawings of Compound Graphs

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
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: Room 105, first floor, building 82, No. 10, Jiuxianqiao Road, Chaoyang District, Beijing 100015

Patentee after: Beijing Youhao Technology Co.,Ltd.

Country or region after: China

Address before: Room 105, first floor, building 82, No. 10, Jiuxianqiao Road, Chaoyang District, Beijing 100015

Patentee before: BEIJING YOUNUO TECHNOLOGY Co.,Ltd.

Country or region before: China