CN105760372A - Conversion method and conversion device for object-oriented model data - Google Patents
Conversion method and conversion device for object-oriented model data Download PDFInfo
- Publication number
- CN105760372A CN105760372A CN201410776177.0A CN201410776177A CN105760372A CN 105760372 A CN105760372 A CN 105760372A CN 201410776177 A CN201410776177 A CN 201410776177A CN 105760372 A CN105760372 A CN 105760372A
- Authority
- CN
- China
- Prior art keywords
- object class
- database table
- data
- relation
- class
- 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.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
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)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
The invention discloses a conversion method and a conversion device for object-oriented model data. The conversion method for object-oriented model data comprises the following steps: obtaining a database table and pre-configured mapping relations, according to the mapping relations, obtaining an object-oriented model object class corresponding to the database table, and a mapping condition; and according to the mapping condition, converting the object class to data in the database table. The method and the device can realize organized and efficient conversion of object-oriented model data to relational database data, and realization process is simple.
Description
Technical field
The present invention relates to Object Model Technique field, particularly relate to conversion method and the conversion equipment of a kind of object oriented programming model data.
Background technology
Extensive use along with the fast development of mechanics of communication and Object-oriented Technique, third generation partner program (3rdGenerationPartnershipProject, 3GPP) recommend to adopt management object (ManagedObject, MO) mode carries out the process of data, in order to improve the convenience of operation.
MOM (ManagedObjectModel, management object model) manages the OO abstract of resource to base station is all, which define modelling management resource method and between manager and the side of being managed information transmit structure.MOM describes base station information or communication network data in OO mode.Each base station is all described with MOM, and all base station MOM in whole network link together, and defines bigger more complete network.The MOM model of each base station is a complete tree, has category node more than 200, forms an integrated logic view, the clear all resource informations describing base station;4 class resources can be divided into, and define the relation between object instance.
The contextual definition of MOM model is succinct, and the Relationship Comparison between object instance is many, more complicated.3GPP agreement mainly followed by MOM model, relevant database then can not fully comply with MOM model or perhaps 3GPP agreement, if therefore to become relation data database data extremely complex beyond doubt MOM model data Complete Mappings, it is necessary to carry out complexity map adaptive just can by table data that MOM model conversion is relational database.
Foregoing is only used for assisting understanding technical scheme, does not represent and admits that foregoing is prior art.
Summary of the invention
Present invention is primarily targeted at conversion method and conversion equipment that a kind of object oriented programming model data are provided, it is intended to solve how to realize the object oriented programming model data technical problem to the conversion simple, effective of relation data database data.
For achieving the above object, the present invention provides the conversion method of a kind of object oriented programming model data, and the conversion method of described object oriented programming model data comprises the following steps:
Obtain database table and the mapping relations being pre-configured with, obtain object class and the mapping condition of object oriented programming model corresponding to described database table according to described mapping relations;
According to described mapping condition, described object class is converted to the data in described database table.
Preferably, described according to described mapping condition, the step that described object class is converted to the data in described database table is included:
Obtain the value of described object class, it is judged that whether the value of described object class is the value of this object;
If it is not, then make a look up according to the relation between this object and this object and other object class;
According to described mapping condition, the value of the object class found is converted to the data in described database table.
Preferably, described according to described mapping condition, the step that described object class is converted to the data in described database table is included:
Obtain the attribute of described object class, it is judged that whether the attribute of described object class is the attribute of this object;
If it is not, then make a look up according to the relation between this object and this object and other object class;
According to described mapping condition, the attribute of the object class found is converted to the data in described database table.
Preferably, described according to described mapping condition, the step that described object class is converted to the data in described database table is included:
Obtain the relation between described object class, it is judged that whether the relation between described object class is the relation of this object and other objects;
If it is not, then make a look up according to the relation between this object and this object and other object class;
According to described mapping condition, the relation between the object class found is converted to the data in described database table.
Preferably, the described step made a look up according to the relation between this object and this object and other object class includes:
Make a look up according to the filiation between described object and this object and other object class, incidence relation or syntagmatic.
Additionally, for achieving the above object, the present invention also provides for the conversion equipment of a kind of object oriented programming model data, and the conversion equipment of described object oriented programming model data includes:
Acquisition module, for obtaining database table and the mapping relations being pre-configured with, obtains object class and the mapping condition of object oriented programming model corresponding to described database table according to described mapping relations;
Modular converter, for being converted to the data in described database table according to described mapping condition by described object class.
Preferably, described modular converter includes:
First judging unit, for obtaining the value of described object class, it is judged that whether the value of described object class is the value of this object;
First searches unit, for if it is not, then make a look up according to the relation between this object and this object and other object class;
First converting unit, for being converted to the data in described database table according to described mapping condition by the value of the object class found.
Preferably, described modular converter includes:
Second judging unit, for obtaining the attribute of described object class, it is judged that whether the attribute of described object class is the attribute of this object;
Second searches unit, for if it is not, then make a look up according to the relation between this object and this object and other object class;
Second converting unit, for being converted to the data in described database table according to described mapping condition by the attribute of the object class found.
Preferably, described modular converter includes:
3rd judging unit, for obtaining relation between described object class, it is judged that whether the relation between described object class is the relation of this object and other objects;
3rd searches unit, for if it is not, then make a look up according to the relation between this object and this object and other object class;
3rd converting unit, for being converted to the data in described database table according to described mapping condition by the relation between the object class found.
The conversion method of a kind of object oriented programming model data of the present invention and conversion equipment, when the object class of object oriented programming model being converted to the data in database table, it is pre-configured with the mapping relations of object class and database table, object class and the mapping condition of object oriented programming model corresponding to database table can be obtained according to mapping relations, then according to mapping condition object class can be converted to the data in database table, due to the fact that the mapping relations being pre-configured with object class with database table, and determine and change when meeting mapping condition, therefore, it is possible to realize orderly to relation data database data of object oriented programming model data, effective conversion, realize flow process simpler.
Accompanying drawing explanation
Fig. 1 is the schematic flow sheet of conversion method one embodiment of object oriented programming model data of the present invention;
Fig. 2 is the refinement schematic flow sheet of step S102 mono-embodiment in Fig. 1;
Fig. 3 is the schematic diagram of the relation in Fig. 1 between the object class in object oriented programming model;
Fig. 4 is the refinement schematic flow sheet of another embodiment of step S102 in Fig. 1;
Fig. 5 is the refinement schematic flow sheet of step S102 another embodiment in Fig. 1;
Fig. 6 is the high-level schematic functional block diagram of conversion equipment one embodiment of object oriented programming model data of the present invention;
Fig. 7 is the refinement high-level schematic functional block diagram of modular converter one embodiment in Fig. 6;
Fig. 8 is the refinement high-level schematic functional block diagram of another embodiment of modular converter in Fig. 6;
Fig. 9 is the refinement high-level schematic functional block diagram of modular converter another embodiment in Fig. 6.
The realization of the object of the invention, functional characteristics and advantage will in conjunction with the embodiments, are described further with reference to accompanying drawing.
Detailed description of the invention
Should be appreciated that specific embodiment described herein is only in order to explain the present invention, is not intended to limit the present invention.
The present invention provides the conversion method of a kind of object oriented programming model data, and with reference to Fig. 1, in one embodiment, the conversion method of these object oriented programming model data includes:
Step S101, obtains database table and the mapping relations being pre-configured with, and obtains object class corresponding to described database table and mapping condition according to described mapping relations;
The present embodiment is preferably applied in the data management of wireless base station.
In the present embodiment, the configuration of mapping relations mainly configures the object class of object oriented programming model and the mapping relations of relational database table, i.e. the mapping relations of each object class (title of object class) and database table (title of database table).The object class of the object oriented programming model of the present embodiment and the mapping relations of relational database table include man-to-man mapping relations, the mapping relations of one-to-many and many-to-one mapping relations, namely include the mapping relations of the corresponding database table of an object class, the corresponding multiple database tables of object class and the corresponding database table of multiple object class.
In the present embodiment, namely mapping condition shows the data being just converted in database table by object class under what conditions.
In the present embodiment, when changing, ergodic data storehouse table, process for every database table, configure according to mapping relations, it is possible to get the object class list of correspondence and the mapping condition of correspondence.
Step S102, is converted to the data in described database table according to described mapping condition by described object class.
In the present embodiment, the object class list that every database table is corresponding is carried out conversion process, when meeting mapping condition, corresponding object class is converted to the data in described database table, then process the next object class in object class list;When being unsatisfactory for mapping condition, skip this object class and process next object class.
Then proceed to process next database table, object class corresponding for next database table is converted to the data in database table.
In the present embodiment, when conversion, obtain object class and map configuration with database table field, be sequentially carried out data conversion when meeting mapping condition, be converted to the data in database table by object class, finally generate data according to the form of relational database table.
In the present embodiment, object class is converted to the data in database table, can be the data that the value of object class is converted in database table, it is also possible to be the data that the attribute of object class is converted in database table, it is also possible to be the data that the relation of object class is converted in database table.
Compared with prior art, the present embodiment when being converted to the data in database table by the object class of object oriented programming model, it is pre-configured with the mapping relations of object class and database table, object class and the mapping condition of object oriented programming model corresponding to database table can be obtained according to mapping relations, then according to mapping condition object class can be converted to the data in database table, the present embodiment is owing to being pre-configured with the mapping relations of object class and database table, and determine and change when meeting mapping condition, therefore, it is possible to realize orderly to relation data database data of object oriented programming model data, effective conversion, realize flow process simpler.
In a preferred embodiment, as in figure 2 it is shown, on the basis of the embodiment of above-mentioned Fig. 1, above-mentioned steps S102 includes:
Step S1021, obtains the value of described object class, it is judged that whether the value of described object class is the value of this object, if so, then enters step S1022, if it is not, then enter step S1023;
Step S1022, is converted to the data in described database table according to described mapping condition by the value of this object;
Step S1023, makes a look up according to the relation between this object and this object and other object class;
Step S1024, is converted to the data in described database table according to described mapping condition by the value of the object class found.
The value of object class can be converted to the data in database table by the present embodiment, first determine whether that whether the value of the object class to change is the value of this object self, if the value of this object, then directly the value of this object is converted to when meeting mapping condition the data in database table;Value if not this object, then need to make a look up according to the relation between this object and this object and other object class, in conjunction with the relation between the object class consulted in the object oriented programming model that Fig. 3, Fig. 3 represent, including filiation, incidence relation and syntagmatic.The present embodiment can make a look up according to the filiation between this object and this object and other object class, incidence relation or syntagmatic.
Wherein, one end of rhombus represents parent object, and the other end represents subobject;One end of arrow represents referenced object, and the other end represents reference object;Syntagmatic is the comprehensive of both filiation and incidence relation.The lookup of these relations can across level.Such as filiation is searched: i.e. father's relation and subrelation, such as, looks for a partner in marriage class 0 from object class 3, it is possible to find (3-> 1-> 0) either directly through father's relation;And contrary, look for a partner in marriage class 3 from object class 0, it is possible to find (0-> 1-> 3) either directly through subrelation.Incidence relation is searched: relation of namely quoting and be cited, and such as, looks for a partner in marriage class 6 from object class 3, it is possible to find (3-> 7-> 6) either directly through the relation of being cited;Look for a partner in marriage class 3 from object class 6, it is possible to find (6-> 7-> 3) either directly through adduction relationship.Syntagmatic is searched: father's relation, subrelation, adduction relationship, the relation that is cited combination, such as, look for a partner in marriage class 3 from object class 5, it is possible to first pass through subrelation and find object class 6, find object class 3 again through adduction relationship.
In the present embodiment, when finding the value of object class, under the premise meeting mapping condition, the value of the object class found is converted to the data in database table.
In an additional preferred embodiment, as shown in Figure 4, on the basis of the embodiment of above-mentioned Fig. 1, above-mentioned steps S102 includes:
Step S2021, obtains the attribute of described object class, it is judged that whether the attribute of described object class is the attribute of this object, if so, then enters step S2022, if it is not, then enter step S2023;
Step S2022, is converted to the data in described database table according to described mapping condition by the attribute of this object;
Step S2023, makes a look up according to the relation between this object and this object and other object class;
Step S2024, is converted to the data in described database table according to described mapping condition by the attribute of the object class found.
The attribute of object class can be converted to the data in database table by the present embodiment, first determine whether that whether the attribute of the object class to change is the attribute of this object self, if the attribute of this object, then directly the attribute of this object is converted to when meeting mapping condition the data in database table;Attribute if not this object, then needing to make a look up according to the relation between this object and this object and other object class, the present embodiment can make a look up according to the filiation between this object and this object and other object class, incidence relation or syntagmatic.When finding the attribute of object class, under the premise meeting mapping condition, the attribute of the object class found is converted to the data in database table.
In another preferred embodiment, as it is shown in figure 5, on the basis of the embodiment of above-mentioned Fig. 1, above-mentioned steps S102 includes:
Step S3021, obtains the relation between described object class, it is judged that whether the relation between described object class is the relation of this object and other objects, if so, then enters step S3022, if it is not, then enter step S3023;
Step S3022, is converted to the data in described database table according to described mapping condition by the relation between described object class;
Step S3023, makes a look up according to the relation between this object and this object and other object class;
Step S3024, is converted to the data in described database table according to described mapping condition by the relation between the object class found.
Relation between object class can be converted to the data in database table by the present embodiment, whether the relation between the object class to change that first determines whether is the relation of this object self and other objects, if this object and the relation of other objects, then directly it is converted into the data in database table when meeting mapping condition;If it is not, then need to make a look up according to the relation between this object and this object and other object class, the present embodiment can make a look up according to the filiation between this object and this object and other object class, incidence relation or syntagmatic.When the relation found between this object class, under the premise meeting mapping condition, the relation between the object class found is converted to the data in database table.
The present invention also provides for the conversion equipment of a kind of object oriented programming model data, and as shown in Figure 6, in one embodiment, the conversion equipment of described object oriented programming model data includes:
Acquisition module 101, for obtaining database table and the mapping relations being pre-configured with, obtains object class and the mapping condition of object oriented programming model corresponding to described database table according to described mapping relations;
The present embodiment is preferably applied in the data management of wireless base station.
In the present embodiment, the configuration of mapping relations mainly configures the object class of object oriented programming model and the mapping relations of relational database table, i.e. the mapping relations of each object class (title of object class) and database table (title of database table).The object class of the object oriented programming model of the present embodiment and the mapping relations of relational database table include man-to-man mapping relations, the mapping relations of one-to-many and many-to-one mapping relations, namely include the mapping relations of the corresponding database table of an object class, the corresponding multiple database tables of object class and the corresponding database table of multiple object class.
In the present embodiment, namely mapping condition shows the data being just converted in database table by object class under what conditions.
In the present embodiment, when changing, ergodic data storehouse table, process for every database table, configure according to mapping relations, it is possible to get the object class list of correspondence and the mapping condition of correspondence.
Modular converter 102, for being converted to the data in described database table according to described mapping condition by described object class.
In the present embodiment, the object class list that every database table is corresponding is carried out conversion process, when meeting mapping condition, corresponding object class is converted to the data in described database table, then process the next object class in object class list;When being unsatisfactory for mapping condition, skip this object class and process next object class.
Then proceed to process next database table, object class corresponding for next database table is converted to the data in database table.
In the present embodiment, when conversion, obtain object class and map configuration with database table field, be sequentially carried out data conversion when meeting mapping condition, be converted to the data in database table by object class, finally generate data according to the form of relational database table.
In the present embodiment, object class is converted to the data in database table, can be the data that the value of object class is converted in database table, it is also possible to be the data that the attribute of object class is converted in database table, it is also possible to be the data that the relation of object class is converted in database table.
In a preferred embodiment, as it is shown in fig. 7, above-mentioned modular converter 102 includes:
First judging unit 1021, for obtaining the value of described object class, it is judged that whether the value of described object class is the value of this object;
First searches unit 1022, for if it is not, then make a look up according to the relation between this object and this object and other object class;
First converting unit 1023, for being converted to the data in described database table according to described mapping condition by the value of the object class found.
The value of object class can be converted to the data in database table by the present embodiment, first determine whether that whether the value of the object class to change is the value of this object self, if the value of this object, then directly the value of this object is converted to when meeting mapping condition the data in database table;Value if not this object, then need to make a look up according to the relation between this object and this object and other object class, in conjunction with the relation between the object class consulted in the object oriented programming model that Fig. 3, Fig. 3 represent, including filiation, incidence relation and syntagmatic.The present embodiment can make a look up according to the filiation between this object and this object and other object class, incidence relation or syntagmatic.
Wherein, one end of rhombus represents parent object, and the other end represents subobject;One end of arrow represents referenced object, and the other end represents reference object;Syntagmatic is the comprehensive of both filiation and incidence relation.The lookup of these relations can across level.Such as filiation is searched: i.e. father's relation and subrelation, such as, looks for a partner in marriage class 0 from object class 3, it is possible to find (3-> 1-> 0) either directly through father's relation;And contrary, look for a partner in marriage class 3 from object class 0, it is possible to find (0-> 1-> 3) either directly through subrelation.Incidence relation is searched: relation of namely quoting and be cited, and such as, looks for a partner in marriage class 6 from object class 3, it is possible to find (3-> 7-> 6) either directly through the relation of being cited;Look for a partner in marriage class 3 from object class 6, it is possible to find (6-> 7-> 3) either directly through adduction relationship.Syntagmatic is searched: father's relation, subrelation, adduction relationship, the relation that is cited combination, such as, look for a partner in marriage class 3 from object class 5, it is possible to first pass through subrelation and find object class 6, find object class 3 again through adduction relationship.
In the present embodiment, when finding the value of object class, under the premise meeting mapping condition, the value of the object class found is converted to the data in database table.
In an additional preferred embodiment, as shown in Figure 8, above-mentioned modular converter 102 is all right:
Second judging unit 2021, for obtaining the attribute of described object class, it is judged that whether the attribute of described object class is the attribute of this object;
Second searches unit 2022, for if it is not, then make a look up according to the relation between this object and this object and other object class;
Second converting unit 2023, for being converted to the data in described database table according to described mapping condition by the attribute of the object class found.
The attribute of object class can be converted to the data in database table by the present embodiment, first determine whether that whether the attribute of the object class to change is the attribute of this object self, if the attribute of this object, then directly the attribute of this object is converted to when meeting mapping condition the data in database table;Attribute if not this object, then needing to make a look up according to the relation between this object and this object and other object class, the present embodiment can make a look up according to the filiation between this object and this object and other object class, incidence relation or syntagmatic.When finding the attribute of object class, under the premise meeting mapping condition, the attribute of the object class found is converted to the data in database table.
In another preferred embodiment, as it is shown in figure 9, above-mentioned modular converter 102 is all right:
3rd judging unit 3021, for obtaining relation between described object class, it is judged that whether the relation between described object class is the relation of this object and other objects;
3rd searches unit 3022, for if it is not, then make a look up according to the relation between this object and this object and other object class;
3rd converting unit 3023, for being converted to the data in described database table according to described mapping condition by the relation between the object class found.
Relation between object class can be converted to the data in database table by the present embodiment, whether the relation between the object class to change that first determines whether is the relation of this object self and other objects, if this object and the relation of other objects, then directly it is converted into the data in database table when meeting mapping condition;If it is not, then need to make a look up according to the relation between this object and this object and other object class, the present embodiment can make a look up according to the filiation between this object and this object and other object class, incidence relation or syntagmatic.When the relation found between this object class, under the premise meeting mapping condition, the relation between the object class found is converted to the data in database table.
These are only the preferred embodiments of the present invention; not thereby the scope of the claims of the present invention is limited; every equivalent structure utilizing description of the present invention and accompanying drawing content to make or equivalence flow process conversion; or directly or indirectly it is used in other relevant technical fields, all in like manner include in the scope of patent protection of the present invention.
Claims (9)
1. the conversion method of object oriented programming model data, it is characterised in that the conversion method of described object oriented programming model data comprises the following steps:
Obtain database table and the mapping relations being pre-configured with, obtain object class and the mapping condition of object oriented programming model corresponding to described database table according to described mapping relations;
According to described mapping condition, described object class is converted to the data in described database table.
2. the conversion method of object oriented programming model data as claimed in claim 1, it is characterised in that described according to described mapping condition, the step that described object class is converted to the data in described database table is included:
Obtain the value of described object class, it is judged that whether the value of described object class is the value of this object;
If it is not, then make a look up according to the relation between this object and this object and other object class;
According to described mapping condition, the value of the object class found is converted to the data in described database table.
3. the conversion method of object oriented programming model data as claimed in claim 1, it is characterised in that described according to described mapping condition, the step that described object class is converted to the data in described database table is included:
Obtain the attribute of described object class, it is judged that whether the attribute of described object class is the attribute of this object;
If it is not, then make a look up according to the relation between this object and this object and other object class;
According to described mapping condition, the attribute of the object class found is converted to the data in described database table.
4. the conversion method of object oriented programming model data as claimed in claim 1, it is characterised in that described according to described mapping condition, the step that described object class is converted to the data in described database table is included:
Obtain the relation between described object class, it is judged that whether the relation between described object class is the relation of this object and other objects;
If it is not, then make a look up according to the relation between this object and this object and other object class;
According to described mapping condition, the relation between the object class found is converted to the data in described database table.
5. the conversion method of the object oriented programming model data as described in claim 2,3 or 4, it is characterised in that the described step made a look up according to the relation between this object and this object and other object class includes:
Make a look up according to the filiation between described object and this object and other object class, incidence relation or syntagmatic.
6. the conversion equipment of object oriented programming model data, it is characterised in that the conversion equipment of described object oriented programming model data includes:
Acquisition module, for obtaining database table and the mapping relations being pre-configured with, obtains object class and the mapping condition of object oriented programming model corresponding to described database table according to described mapping relations;
Modular converter, for being converted to the data in described database table according to described mapping condition by described object class.
7. the conversion equipment of object oriented programming model data as claimed in claim 6, it is characterised in that described modular converter includes:
First judging unit, for obtaining the value of described object class, it is judged that whether the value of described object class is the value of this object;
First searches unit, for if it is not, then make a look up according to the relation between this object and this object and other object class;
First converting unit, for being converted to the data in described database table according to described mapping condition by the value of the object class found.
8. the conversion equipment of object oriented programming model data as claimed in claim 6, it is characterised in that described modular converter includes:
Second judging unit, for obtaining the attribute of described object class, it is judged that whether the attribute of described object class is the attribute of this object;
Second searches unit, for if it is not, then make a look up according to the relation between this object and this object and other object class;
Second converting unit, for being converted to the data in described database table according to described mapping condition by the attribute of the object class found.
9. the conversion equipment of object oriented programming model data as claimed in claim 6, it is characterised in that described modular converter includes:
3rd judging unit, for obtaining relation between described object class, it is judged that whether the relation between described object class is the relation of this object and other objects;
3rd searches unit, for if it is not, then make a look up according to the relation between this object and this object and other object class;
3rd converting unit, for being converted to the data in described database table according to described mapping condition by the relation between the object class found.
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410776177.0A CN105760372A (en) | 2014-12-15 | 2014-12-15 | Conversion method and conversion device for object-oriented model data |
PCT/CN2015/083982 WO2016095509A1 (en) | 2014-12-15 | 2015-07-14 | Conversion method and conversion apparatus for object-oriented model data |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201410776177.0A CN105760372A (en) | 2014-12-15 | 2014-12-15 | Conversion method and conversion device for object-oriented model data |
Publications (1)
Publication Number | Publication Date |
---|---|
CN105760372A true CN105760372A (en) | 2016-07-13 |
Family
ID=56125813
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201410776177.0A Withdrawn CN105760372A (en) | 2014-12-15 | 2014-12-15 | Conversion method and conversion device for object-oriented model data |
Country Status (2)
Country | Link |
---|---|
CN (1) | CN105760372A (en) |
WO (1) | WO2016095509A1 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108054720A (en) * | 2017-12-12 | 2018-05-18 | 南京国电南自电网自动化有限公司 | Towards the relay protection device of intelligent substation modeling method of physical device object |
CN108427671A (en) * | 2018-01-25 | 2018-08-21 | 腾讯科技(深圳)有限公司 | information conversion method and device, storage medium and electronic device |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110750597A (en) * | 2018-07-23 | 2020-02-04 | 北京国双科技有限公司 | Data processing method and device, storage medium and processor |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1653449A (en) * | 2002-03-05 | 2005-08-10 | 国际商业机器公司 | Support for multiple content-management data models |
CN1996281A (en) * | 2005-12-26 | 2007-07-11 | 北大方正集团有限公司 | Method for building content management system |
CN101593103A (en) * | 2008-05-29 | 2009-12-02 | 国际商业机器公司 | Realize the system and method for relation perdurability and semantic network style access simultaneously |
CN103761077A (en) * | 2013-10-17 | 2014-04-30 | 国家电网公司 | Method for mapping and modeling from CIM (Common Information Model) to relational database |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6754670B1 (en) * | 1999-12-17 | 2004-06-22 | International Business Machines Corporation | Mapping relational tables to object oriented classes |
US7739223B2 (en) * | 2003-08-29 | 2010-06-15 | Microsoft Corporation | Mapping architecture for arbitrary data models |
CN103793435A (en) * | 2012-11-02 | 2014-05-14 | 镇江华扬信息科技有限公司 | Method for converting object model to database structure |
CN103714129B (en) * | 2013-12-12 | 2016-09-14 | 用友网络科技股份有限公司 | Dynamic data structure based on conditional plan and the construction device of relation and construction method |
-
2014
- 2014-12-15 CN CN201410776177.0A patent/CN105760372A/en not_active Withdrawn
-
2015
- 2015-07-14 WO PCT/CN2015/083982 patent/WO2016095509A1/en active Application Filing
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1653449A (en) * | 2002-03-05 | 2005-08-10 | 国际商业机器公司 | Support for multiple content-management data models |
CN1996281A (en) * | 2005-12-26 | 2007-07-11 | 北大方正集团有限公司 | Method for building content management system |
CN101593103A (en) * | 2008-05-29 | 2009-12-02 | 国际商业机器公司 | Realize the system and method for relation perdurability and semantic network style access simultaneously |
CN103761077A (en) * | 2013-10-17 | 2014-04-30 | 国家电网公司 | Method for mapping and modeling from CIM (Common Information Model) to relational database |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108054720A (en) * | 2017-12-12 | 2018-05-18 | 南京国电南自电网自动化有限公司 | Towards the relay protection device of intelligent substation modeling method of physical device object |
CN108054720B (en) * | 2017-12-12 | 2020-02-21 | 南京国电南自电网自动化有限公司 | Modeling method of intelligent substation relay protection device for physical equipment object |
CN108427671A (en) * | 2018-01-25 | 2018-08-21 | 腾讯科技(深圳)有限公司 | information conversion method and device, storage medium and electronic device |
US11880667B2 (en) | 2018-01-25 | 2024-01-23 | Tencent Technology (Shenzhen) Company Limited | Information conversion method and apparatus, storage medium, and electronic apparatus |
Also Published As
Publication number | Publication date |
---|---|
WO2016095509A1 (en) | 2016-06-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Domínguez-Bolaño et al. | An overview of IoT architectures, technologies, and existing open-source projects | |
CN106469282A (en) | data access authority control method and device | |
CN108268529B (en) | Data summarization method and system based on business abstraction and multi-engine scheduling | |
CN105404690A (en) | Database querying method and apparatus | |
CN106663130A (en) | A question and answer method, system and robot | |
CN102163188A (en) | Generation method and device thereof for EXCEL report in application system | |
CN103530724B (en) | Manufacturing capacity servitization method based on workflow model | |
CN105049256A (en) | Method and system for realizing universal custom interface message | |
Noh et al. | Opportunity-driven technology roadmapping: The case of 5G mobile services | |
CN105760372A (en) | Conversion method and conversion device for object-oriented model data | |
Kravchenko et al. | Technology analysis for smart home implementation | |
CN106777299B (en) | Project dependency relationship solution method using management tool and static data warehouse | |
CN103593478A (en) | Resource retrieval method and device of electronic component | |
CN107465601A (en) | Pushed information processing method and processing device | |
Fan et al. | Machine learning based quantitative association rule mining method for evaluating cellular network performance | |
CN103986620A (en) | Monitoring item management method and system based on XML mode | |
CN103605806B (en) | Implementation method for configurable structural data organization mode | |
CN104125146B (en) | A kind of method for processing business and device | |
CN105930410A (en) | Data service bus architecture used for data transmission of Internet of Things | |
CN103561113B (en) | The generation method and device of Web Service interface | |
CN102855278B (en) | A kind of emulation mode and system | |
CN102710855A (en) | Method for establishing contact group in mobile terminal and mobile terminal | |
CN103631854A (en) | ICD and SCD consistency calibration method based on model objectification semantics | |
WO2019123832A1 (en) | Terminal management device and terminal device | |
CN102594788A (en) | Method for achieving object-oriented data communication protocol structure |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
WW01 | Invention patent application withdrawn after publication | ||
WW01 | Invention patent application withdrawn after publication |
Application publication date: 20160713 |