CN116680458A - Data viewing method and device, electronic equipment and storage medium - Google Patents

Data viewing method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN116680458A
CN116680458A CN202310728288.3A CN202310728288A CN116680458A CN 116680458 A CN116680458 A CN 116680458A CN 202310728288 A CN202310728288 A CN 202310728288A CN 116680458 A CN116680458 A CN 116680458A
Authority
CN
China
Prior art keywords
data
target data
target
data object
cross
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.)
Pending
Application number
CN202310728288.3A
Other languages
Chinese (zh)
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.)
Pera Corp Ltd
Original Assignee
Pera Corp 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 Pera Corp Ltd filed Critical Pera Corp Ltd
Priority to CN202310728288.3A priority Critical patent/CN116680458A/en
Publication of CN116680458A publication Critical patent/CN116680458A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/904Browsing; Visualisation therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2246Trees, e.g. B+trees
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/20Design optimisation, verification or simulation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • Evolutionary Computation (AREA)
  • Geometry (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application relates to the field of electric digital data processing, and provides a data viewing method, a device, electronic equipment and a storage medium, wherein the method comprises the following steps: receiving a viewing request of a target data object in the data to be simulated; determining cross-reference data for the target data object from the reference structure tree based on the view request; the cross reference data comprises a target data object, a previous-level object and key data of a next-level object, wherein the previous-level object is determined according to the reference relation of the target data object; generating a reference hierarchy for the target data object based on the cross-reference data for the target data object; a reference hierarchy table of target data objects is displayed in the simulation interface. The scheme provided by the application can enable the user to more intuitively and comprehensively view the data details of the target data object.

Description

Data viewing method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of electronic digital data processing technologies, and in particular, to a data viewing method, apparatus, electronic device, and storage medium.
Background
Before the target model is simulated, data to be simulated related to the target model needs to be acquired, wherein the data to be simulated comprises data objects such as structural data, attribute data, simulation physical setting and the like related to the target model. In some scenarios, a user may need to view data details of a portion of the data objects in the data to be emulated in order to learn specific information about the data objects.
In the related art, because the association relationship between each data object in the data to be simulated is not clear, after a user selects a target data object to be checked in a simulation interface, only partial data of the target data object can be simply displayed in the simulation interface, and the data display is not visual and comprehensive.
Disclosure of Invention
In order to solve or partially solve the problems existing in the related art, the application provides a data viewing method, a device, electronic equipment and a storage medium, which can display key data of a target data object, a previous-level object and a next-level object in a form of referencing a level table, so that the data display is more visual and comprehensive.
The first aspect of the present application provides a data viewing method, the method comprising:
receiving a viewing request of a target data object in the data to be simulated;
determining cross-reference data for the target data object from a reference structure tree based on the view request; the cross reference data comprises the target data object, the previous-level object and the key data of the next-level object, which are determined according to the reference relation of the target data object;
generating a reference hierarchy table for the target data object based on the cross-reference data for the target data object;
and displaying the reference level table of the target data object in a simulation interface.
According to the data viewing method provided by the application, the establishment process of the reference structure tree comprises the following steps:
obtaining data to be simulated of a simulation model;
determining the cross reference relation between each data object in the data to be simulated and the object of the previous level and the object of the next level;
and taking key data of each data object as a tree node, taking the cross reference relation as a connecting line, and establishing a reference structure tree.
According to the data viewing method provided by the application, the generating a reference level table of the target data object based on the cross reference data of the target data object comprises the following steps:
determining table contents of a first table area based on key data of a target data object in the cross-reference data;
determining the table content of a second table area based on key data of a level object above the cross-reference data;
determining the table content of a third table area based on the key data of the next-level object in the cross-reference data;
and generating a reference level table according to the table contents of the first table area, the second table area and the third table area.
According to the data viewing method provided by the application, after the reference level table of the target data object is displayed in the simulation interface, the method further comprises:
receiving a view request for a target child object in the reference level table;
determining cross-reference data for the target sub-object from a reference structure tree based on the view request;
establishing a reference level table of the target sub-object based on the cross reference data of the target sub-object;
and displaying the reference level table of the target sub-object in a simulation interface.
According to the data viewing method provided by the application, the method further comprises the following steps:
receiving an editing request for a target data object;
updating the target data object based on the editing request.
According to the data viewing method provided by the application, after updating the target data object, the method further comprises the following steps:
determining an object to be updated with a cross-reference relation with the target data object according to the reference structure tree;
and generating and sending an update notification for the object to be updated.
According to the data viewing method provided by the application, the key data comprises the identification number and the name of the data object.
A second aspect of the present application provides a data viewing apparatus, the apparatus comprising:
the receiving module is used for receiving a viewing request of a target data object in the data to be simulated;
a determining module for determining cross-reference data for the target data object from a reference structure tree based on the view request; the cross reference data comprises the target data object, the previous-level object and the key data of the next-level object, which are determined according to the reference relation of the target data object;
a generation module for generating a reference hierarchy table of the target data object based on the cross-reference data of the target data object;
and the display module is used for displaying the reference level table of the target data object in the simulation interface.
A third aspect of the present application provides an electronic apparatus, comprising:
a processor; and
a memory having executable code stored thereon which, when executed by the processor, causes the processor to perform the method as described above.
A fourth aspect of the application provides a computer readable storage medium having stored thereon executable code which, when executed by a processor of an electronic device, causes the processor to perform a method as described above.
The technical scheme provided by the application can comprise the following beneficial effects:
the cross reference data of the target data object is determined from the reference structure tree, the reference level table of the target data object is generated based on the cross reference data of the target data object, and then the reference level table of the target data object is displayed in the simulation interface.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application as claimed.
Drawings
The foregoing and other objects, features and advantages of the application will be apparent from the following more particular descriptions of exemplary embodiments of the application as illustrated in the accompanying drawings wherein like reference numbers generally represent like parts throughout the exemplary embodiments of the application.
FIG. 1 is a flow chart of a data viewing method according to an embodiment of the present application;
FIG. 2 is a schematic diagram of a structure of a reference structure tree in a simulation model of a part in an embodiment of the application;
FIG. 3 is a schematic diagram of a reference hierarchy table of a data object named 2D Element in an embodiment of the present application;
FIG. 4 is a schematic diagram of a data viewing device according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
Embodiments of the present application will be described in more detail below with reference to the accompanying drawings. While embodiments of the present application are illustrated in the drawings, it should be understood that the present application may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the application to those skilled in the art.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. As used in this specification and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used herein refers to and encompasses any or all possible combinations of one or more of the associated listed items.
It should be understood that although the terms "first," "second," "third," etc. may be used herein to describe various information, these information should not be limited by these terms. These terms are only used to distinguish one type of information from another. For example, first information may also be referred to as second information, and similarly, second information may also be referred to as first information, without departing from the scope of the application. Thus, a feature defining "a first" or "a second" may explicitly or implicitly include one or more such feature. In the description of the present application, the meaning of "a plurality" is two or more, unless explicitly defined otherwise.
The embodiment relates to the field of electric digital data processing, and in particular can be applied to a data browsing scene before model simulation, and before model simulation, data details of a certain data object in the data to be simulated are sometimes required to be checked for related information of the data object for the data to be simulated which is edited and input in advance.
In the related art, when a user needs to view a certain data object, the simulation system can simply feed back part of key data of the data object to the user, and cannot feed back some related information of other data objects related to the data object, so that the data displayed in the data viewing process is not visual and comprehensive enough.
In view of the above problems, the embodiment of the application provides a data viewing method, which can more intuitively and comprehensively display relevant information of a target data object when receiving a viewing request of a user for the target data object.
It should be noted that, the execution body of the data viewing method provided in this embodiment may be a computer installed with simulation software, for example, a computer installed with CAE (Computer Aided Engineering ) software, or may be a processor or a server capable of implementing functions such as data receiving, data processing, data displaying, and the like.
The following describes in detail the technical schemes of the data viewing method, the device, the electronic equipment and the storage medium provided by the embodiment of the application with reference to fig. 1 to 5.
Fig. 1 is a flow chart of a data viewing method according to an embodiment of the present application.
Referring to fig. 1, the data viewing method provided by the embodiment of the present application specifically includes:
step 101: a view request of a target data object in data to be emulated is received.
It may be appreciated that, the data viewing method provided in this embodiment may be executed after the data to be simulated is imported or primarily edited by the user, where the data to be simulated is data related to the simulation model, for example, may be structural data, attribute data, and data of simulation physical settings of the simulation model, where the structural data may be data of a line, a plane, a unit, a node, etc. of the simulation model, the attribute data may be material attribute data of the simulation model, and the simulation physical settings may be data of a boundary condition, a load condition, etc.
The data corresponding to one data type in the data to be simulated can be regarded as one data object, such as a unit, a node, a single-point constraint condition, a boundary condition and the like, can be used as the data object.
In practical application, the viewing request can include a target data object to be viewed, and the user can trigger the viewing request by inputting the name or the identification number of the target data object, or can trigger the viewing request by clicking an option corresponding to the target data object in the simulation interface.
Step 102: determining cross-reference data for the target data object from the reference structure tree based on the view request; the cross-reference data comprises a target data object, a previous-level object and key data of a next-level object, wherein the key data is determined according to the reference relation of the target data object.
It will be appreciated that the reference structure tree may be pre-established according to references and referenced relationships (i.e., cross-reference relationships) between data objects in the data to be simulated, and specifically, the reference structure tree includes the data objects in the data to be simulated, key information of the data objects, and cross-reference relationships between the data objects.
The cross-reference data for the target data object may be part of the data in the reference structure tree that is related to the target data object, the cross-reference data being capable of characterizing key data for the target data object itself as well as key data for data objects that have a cross-reference relationship with the target data object.
Step 103: a reference hierarchy table of target data objects is generated based on the cross-reference data of the target data objects.
In this embodiment, the reference level table may represent key data of the target data object itself, a previous level object of the target data object, and a next level object of the target data object in the form of divided regions, and specifically, the reference level table may be divided into three regions, and three parts of key data of the target data object, the previous level object, and the next level object are presented through different regions.
Step 104: a reference hierarchy table of target data objects is displayed in the simulation interface.
It can be appreciated that by displaying the reference level table of the target data object to the user, the viewing result of the target data object can be displayed more intuitively, and the viewing result not only contains the key data of the target data object, but also relates to the key data of other data objects related to the target object, so that the data display is more comprehensive.
In one embodiment, the process of building the reference structure tree specifically includes:
and obtaining data to be simulated of the simulation model.
A cross-reference relationship between each data object in the data to be emulated and the previous-level object and the next-level object is determined.
And establishing a reference structure tree by taking key data of each data object as a tree node and taking the cross reference relationship as a connecting line.
In practical application, the data to be simulated of the simulation model can be edited in advance by a user and imported into the simulation software, and the cross reference relation among the data objects in the data to be simulated can also be edited in advance by the user and imported into the simulation software. When the reference structure tree is established, the key data of each data object is taken as a tree node, the cross reference relationship is taken as a connecting line, and the reference structure tree containing the key information of the data object and the cross reference relationship of the data object can be constructed. It should be noted that, the connection determined by the cross-reference relationship may be a directed connection, where the directed connection may be pointed to by the referenced data object or may be pointed to by the referenced data object.
It should be noted that a cross-reference relationship may be understood as a reference relationship and a referenced relationship related to a target data object, where the reference relationship may characterize a relationship between the target data object and the data object to which it refers. For example, there is a reference relationship between two data objects, a cell and a node, the cell referencing the node. The referenced relationship may characterize a relationship between a data object referencing the target data object and the target data object. For example, there is a referenced relationship between the element and the part, the element being referenced by the part.
FIG. 2 illustrates the general structure of a reference structure tree for a part, see FIG. 2, where the data objects in the reference structure tree contain parts, materials, nodes, elements, constraints, and load conditions.
As shown in FIG. 2, among the directed links, the link corresponding to the triangle arrow represents the underlying concept of the current data object, and the link corresponding to the non-triangle arrow represents the reference relationship. In particular, the data object of the part may refer to a material and a unit, respectively, and the data object of the material may specifically comprise a material type 1, a material type 2 and a material type 3, and the material types may be steel, plastic, ceramic, etc., for example. The data object of a cell may specifically contain cell type 1, cell type 2 and cell type 3. Both data objects, element and constraint, refer to nodes, and the constraint may specifically include constraint type 1, constraint type 2, and constraint type 3. The data object of the load condition reference unit, the data object of the load condition may specifically include a load type 1, a load type 2 and a load type 3.
By establishing the reference structure tree, the cross reference relation among all the data objects can be clearly and intuitively represented, and more effective data basis is provided for determining the cross reference data of the target data object.
In one embodiment, a reference hierarchy table of target data objects is generated based on cross-reference data of the target data objects, specifically comprising:
the table contents of the first table region are determined based on key data of the target data object in the cross-reference data.
The table contents of the second table region are determined based on key data of the upper level object in the cross-referenced data.
The table contents of the third table region are determined based on key data of the next-level object in the cross-reference data.
And generating a reference level table according to the table contents of the first table area, the second table area and the third table area.
It can be appreciated that the reference level table can be divided into three parts, namely a first table area, a second table area and a third table area, when being constructed, different table areas are used for displaying key data of different data objects, so that cross reference data of target data objects can be displayed more intuitively.
It should be noted that, since the previous hierarchical object or the next hierarchical object of the target data object may not be only one, or the target data object may not exist in the previous hierarchical object or the next hierarchical object, one or more data objects may be included in the second table area and the third table area in the reference hierarchical table, or may be blank, that is, no data object is included.
In order to make the contents shown by each data object clearer, only the key data of the data object is shown in the reference hierarchy table in this embodiment, and specific contents of the data object are not shown in the reference hierarchy table, for example, in the data object, such as the material, specific contents of elastic modulus, shear modulus, poisson ratio, density and the like of the material are not shown in the reference hierarchy table. In one implementation, the key data that can be presented may include, in particular, an identification number (Identity document, ID) and name of the data object, and for the key data of the target data object itself, a type of the data object.
Fig. 3 illustrates an exemplary reference level table of a data object named as a 2D Element, where the first table area 201 of the reference level table includes key data of the data object named as a 2D Element, specifically includes an identification number of the data object and a name of the data object, and may further include information of a type, a color, and the like.
In practical applications, the first table area 201 may include a plurality of data objects to be viewed, and the currently viewed target data object may be identified in a manner different from other data objects to be viewed. For example, the currently viewed target data object may be highlighted, and in particular, the target data object may be identified by highlighting all key data in the data row in which the target data object is located.
The second table region 202 of the reference level table shown in fig. 3 contains the last level object named 2D Element, that is, the data object having the referenced relationship, and the last level object in the second table region 202 shown in fig. 3 is specifically named PART-3.
The next-level object, namely, the data object having the referenced relationship, is contained in the third table area 203 of the reference-level table shown in fig. 3, namely, the data object having the name of 2D Element, and the next-level object in the third table area 203 shown in fig. 3 is specifically the data object having the names of 244, 7212, 388, 21 and the name of NODE.
It should be noted that, fig. 3 is only an exemplary structure form of providing a reference level table, in practical application, the reference level table may also take other structure forms, for example, the first table area, the second table area and the third table area may be arranged side by side from top to bottom or from left to right, and may be specifically set reasonably according to the actual display requirement, which is not repeated herein.
In an embodiment, after the reference level table of the target data object is displayed in the simulation interface, the data viewing method may further include:
a view request is received for a target child object in a reference hierarchy table.
Cross-reference data for the target sub-object is determined from the reference structure tree based on the view request.
A reference hierarchy table of target sub-objects is established based on the cross-reference data of the target sub-objects.
A reference hierarchy table of target sub-objects is displayed in the simulation interface.
It can be understood that in a state that the reference level table of the target data object is displayed, if the user needs to further view the data details of any data object in the reference level table, a viewing request of the target sub-object to be viewed can be sent, and then the reference level table of the target sub-object can be further displayed according to the viewing flow of the target data object, so that the data viewing function is more perfect.
It should be noted that, the target child object is one of the data objects in the current reference hierarchy table, for example, may be any one of the previous hierarchy objects in the second table area in the reference hierarchy table, or may be any one of the next hierarchy objects in the third table area in the reference hierarchy table.
In practical application, the user can trigger the viewing request of the target sub-object by clicking the name or the identification number of the target sub-object in the reference level table.
In an embodiment, the data viewing method may further include:
receiving an editing request for a target data object;
based on the editing request, the target data object is updated.
It will be appreciated that if the user has an edit requirement on the target data object, an edit request may be issued to edit and update the target data object. In some embodiments, the user may trigger the editing request by selecting an editing option for the target data object, and after the data editing is completed, the user clicks the save option, so that the target data object may be updated successfully.
For example, the editing operation on the target data object may be an operation of modifying, adding, or deleting the data content of the target data object.
In an embodiment, after updating the target data object, the data viewing method may further include:
determining an object to be updated which has a cross-reference relationship with the target data object according to the reference structure tree;
an update notification for the object to be updated is generated and issued.
It will be appreciated that after an update to a target data object, other data objects that have a cross-reference relationship with the target data object will also need to be updated. In this embodiment, the object to be updated includes other data objects directly referencing or indirectly referencing the target data object, and the object to be updated also includes data objects directly referencing or indirectly referencing the target data object.
In practical applications, the update notification may prompt the user by means of a pop-up window, or may highlight the object to be updated, so as to prompt the user that a part of the data objects need to be updated.
In summary, in this embodiment, the key data of the three data objects including the target data object, the previous level object and the next level object can be intuitively displayed by referring to the form of the level table, and compared with the traditional data viewing mode that only the key data of the target data object can be viewed, the data details of the target data object can be more intuitively and comprehensively viewed.
Corresponding to the embodiment of the application function implementation method, the application also provides a data viewing device, electronic equipment and corresponding embodiments.
Fig. 4 is a schematic structural diagram of a data viewing device according to an embodiment of the present application.
Referring to fig. 4, a data viewing device provided in an embodiment of the present application specifically includes:
the receiving module 301 is configured to receive a view request of a target data object in the data to be emulated.
A determining module 302 for determining cross-reference data for the target data object from the reference structure tree based on the view request; the cross-reference data comprises a target data object, a previous-level object and key data of a next-level object, wherein the key data is determined according to the reference relation of the target data object.
A generating module 303, configured to generate a reference hierarchy table of the target data object based on the cross-reference data of the target data object.
The display module 304 is configured to display the reference hierarchy of the target data object in the simulation interface.
In an embodiment, the data viewing device may further include:
a reference structure tree building module for: obtaining data to be simulated of a simulation model; determining cross reference relation between each data object in the data to be simulated and the previous-level object and the next-level object; and establishing a reference structure tree by taking key data of each data object as a tree node and taking the cross reference relationship as a connecting line.
In one embodiment, the generating module 303 is specifically configured to:
determining table contents of the first table region based on key data of the target data object in the cross-reference data; determining table contents of the second table area based on key data of the upper level object in the cross-reference data; determining table contents of a third table area based on key data of a next-level object in the cross-reference data; and generating a reference level table according to the table contents of the first table area, the second table area and the third table area.
In an embodiment, the data viewing device may further include:
a first processing module for: receiving a view request for a target child object in the reference level table; determining cross-reference data for the target sub-object from the reference structure tree based on the view request; establishing a reference level table of the target sub-object based on the cross reference data of the target sub-object; a reference hierarchy table of target sub-objects is displayed in the simulation interface.
In an embodiment, the data viewing device may further include:
a second processing module for: receiving an editing request for a target data object; based on the editing request, the target data object is updated.
In an embodiment, the data viewing device may further include:
a notification module for: determining an object to be updated which has a cross-reference relationship with the target data object according to the reference structure tree; an update notification for the object to be updated is generated and issued.
In one embodiment, the critical data may specifically include an identification number and name of the data object.
In summary, in the data viewing device provided in this embodiment, since the cross-reference data of the target data object includes the key data of the target data object, the previous-level object and the next-level object, the data is more comprehensive, and the reference level table can intuitively display the key data of the three data objects, so that the user can intuitively and comprehensively view the data details of the target data object.
Fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Referring to fig. 5, the electronic device 400 includes a memory 401 and a processor 402.
The processor 402 may be a central processing unit (Central Processing Unit, CPU), but may also be other general purpose processors, digital signal processors (Digital Signal Processor, DSP), application specific integrated circuits (Application Specific Integrated Circuit, ASIC), field programmable gate arrays (Field-Programmable Gate Array, FPGA) or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
Memory 401 may include various types of storage units, such as system memory, read Only Memory (ROM), and persistent storage. Where the ROM may store static data or instructions that are required by the processor 402 or other modules of the computer. The persistent storage may be a readable and writable storage. The persistent storage may be a non-volatile memory device that does not lose stored instructions and data even after the computer is powered down. In some embodiments, the persistent storage device employs a mass storage device (e.g., magnetic or optical disk, flash memory) as the persistent storage device. In other embodiments, the persistent storage may be a removable storage device (e.g., diskette, optical drive). The system memory may be a read-write memory device or a volatile read-write memory device, such as dynamic random access memory. The system memory may store instructions and data that are required by some or all of the processors at runtime.
Furthermore, memory 401 may include any combination of computer-readable storage media including various types of semiconductor memory chips (e.g., DRAM, SRAM, SDRAM, flash memory, programmable read-only memory), magnetic disks, and/or optical disks may also be employed. In some embodiments, memory 401 may include readable and/or writable removable storage devices such as Compact Discs (CDs), digital versatile discs (e.g., DVD-ROM, dual layer DVD-ROM), blu-ray discs read only, super-density discs, flash memory cards (e.g., SD cards, min SD cards, micro-SD cards, etc.), magnetic floppy disks, and the like. The computer readable storage medium does not contain a carrier wave or an instantaneous electronic signal transmitted by wireless or wired transmission.
The memory 401 has stored thereon executable code which, when processed by the processor 402, may cause the processor 402 to perform some or all of the methods described above.
Furthermore, the method according to the application may also be implemented as a computer program or computer program product comprising computer program code instructions for performing part or all of the steps of the above-described method of the application.
Alternatively, the application may also be embodied as a computer-readable storage medium (or non-transitory machine-readable storage medium or machine-readable storage medium) having stored thereon executable code (or a computer program or computer instruction code) which, when executed by a processor of an electronic device (or a server, etc.), causes the processor to perform part or all of the steps of the above-described method according to the application.
The foregoing description of embodiments of the application has been presented for purposes of illustration and description, and is not intended to be exhaustive or limited to the embodiments disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the various embodiments described. The terminology used herein was chosen in order to best explain the principles of the embodiments, the practical application, or the improvement of technology in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.

Claims (10)

1. A method of viewing data, comprising:
receiving a viewing request of a target data object in the data to be simulated;
determining cross-reference data for the target data object from a reference structure tree based on the view request; the cross reference data comprises the target data object, the previous-level object and the key data of the next-level object, which are determined according to the reference relation of the target data object;
generating a reference hierarchy table for the target data object based on the cross-reference data for the target data object;
and displaying the reference level table of the target data object in a simulation interface.
2. The data viewing method of claim 1, wherein the referencing structure tree creation process comprises:
obtaining data to be simulated of a simulation model;
determining the cross reference relation between each data object in the data to be simulated and the object of the previous level and the object of the next level;
and taking key data of each data object as a tree node, taking the cross reference relation as a connecting line, and establishing a reference structure tree.
3. The data viewing method of claim 1, wherein the generating a reference hierarchy table for the target data object based on the cross-reference data for the target data object comprises:
determining table contents of a first table area based on key data of a target data object in the cross-reference data;
determining the table content of a second table area based on key data of a level object above the cross-reference data;
determining the table content of a third table area based on the key data of the next-level object in the cross-reference data;
and generating a reference level table according to the table contents of the first table area, the second table area and the third table area.
4. The data viewing method of claim 1, wherein after displaying the reference hierarchy of target data objects in a simulation interface, the method further comprises:
receiving a view request for a target child object in the reference level table;
determining cross-reference data for the target sub-object from a reference structure tree based on the view request;
establishing a reference level table of the target sub-object based on the cross reference data of the target sub-object;
and displaying the reference level table of the target sub-object in a simulation interface.
5. The data viewing method of claim 1, wherein the method further comprises:
receiving an editing request for a target data object;
updating the target data object based on the editing request.
6. The data viewing method of claim 5, wherein after updating the target data object, the method further comprises:
determining an object to be updated with a cross-reference relation with the target data object according to the reference structure tree;
and generating and sending an update notification for the object to be updated.
7. The data viewing method of any of claims 1-6, wherein the critical data comprises an identification number and a name of a data object.
8. A data viewing device, comprising:
the receiving module is used for receiving a viewing request of a target data object in the data to be simulated;
a determining module for determining cross-reference data for the target data object from a reference structure tree based on the view request; the cross reference data comprises the target data object, the previous-level object and the key data of the next-level object, which are determined according to the reference relation of the target data object;
a generation module for generating a reference hierarchy table of the target data object based on the cross-reference data of the target data object;
and the display module is used for displaying the reference level table of the target data object in the simulation interface.
9. An electronic device, comprising:
a processor; and
a memory having executable code stored thereon, which when executed by the processor, causes the processor to perform the method of any of claims 1-7.
10. A computer readable storage medium having stored thereon executable code which when executed by a processor of an electronic device causes the processor to perform the method of any of claims 1-7.
CN202310728288.3A 2023-06-19 2023-06-19 Data viewing method and device, electronic equipment and storage medium Pending CN116680458A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310728288.3A CN116680458A (en) 2023-06-19 2023-06-19 Data viewing method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310728288.3A CN116680458A (en) 2023-06-19 2023-06-19 Data viewing method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN116680458A true CN116680458A (en) 2023-09-01

Family

ID=87782012

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310728288.3A Pending CN116680458A (en) 2023-06-19 2023-06-19 Data viewing method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116680458A (en)

Similar Documents

Publication Publication Date Title
CN108292231B (en) Method and system for generating applications from data
US8166387B2 (en) DataGrid user interface control with row details
TWI460648B (en) Ranking visualization types based upon fitness for visualizing a data set
CN106598591B (en) Webpage dynamic menu generation method and device
CN109448100B (en) Three-dimensional model format conversion method, system, computer device and storage medium
JP2008538038A (en) Computer input control to specify ranges by explicit exclusion
US20160371386A1 (en) Topical Mapping
CN106843820A (en) Code process method and apparatus
CN111435367A (en) Knowledge graph construction method, system, equipment and storage medium
CN111736915A (en) Management method, device, equipment and medium for cloud host instance hardware acceleration equipment
JP2008112268A (en) Timing verification method, timing verification apparatus and timing verification program
CN113518187B (en) Video editing method and device
CN116467975B (en) Data processing method, device, electronic equipment and storage medium
US20120159376A1 (en) Editing data records associated with static images
CN116680458A (en) Data viewing method and device, electronic equipment and storage medium
CN110201397B (en) Game resource allocation method and device and electronic equipment
JP5845961B2 (en) Information processing apparatus and information processing program
CN114115864A (en) Interface generation method and device and electronic equipment
CN109471410B (en) Dynamic preview generation in a product lifecycle management environment
CN112612915B (en) Picture labeling method and device
CN115729641B (en) Metadata circulation method and device of custom component and electronic equipment
CN115185426B (en) Data processing method and device for tree control and computing equipment
US20230059606A1 (en) Automation tool for generating web pages and links
CN111258474B (en) Interaction method and device based on GUI and electronic equipment
CN115549991B (en) Visual threat analysis and risk assessment system and information security assessment method

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