CN113778597A - Data creating method and system for associating UI attribute with program logic - Google Patents
Data creating method and system for associating UI attribute with program logic Download PDFInfo
- Publication number
- CN113778597A CN113778597A CN202111006098.8A CN202111006098A CN113778597A CN 113778597 A CN113778597 A CN 113778597A CN 202111006098 A CN202111006098 A CN 202111006098A CN 113778597 A CN113778597 A CN 113778597A
- Authority
- CN
- China
- Prior art keywords
- data
- logic
- attribute
- definition file
- module
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 46
- 238000004891 communication Methods 0.000 claims description 12
- 230000008859 change Effects 0.000 claims description 9
- 230000000694 effects Effects 0.000 claims description 5
- 238000007667 floating Methods 0.000 claims description 3
- 230000000750 progressive effect Effects 0.000 claims description 3
- 230000003993 interaction Effects 0.000 abstract description 13
- 238000011161 development Methods 0.000 abstract description 9
- 238000012423 maintenance Methods 0.000 abstract description 4
- 230000008569 process Effects 0.000 description 6
- 230000005540 biological transmission Effects 0.000 description 4
- 238000013461 design Methods 0.000 description 4
- 238000005516 engineering process Methods 0.000 description 3
- 208000037805 labour Diseases 0.000 description 3
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000007493 shaping process Methods 0.000 description 2
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000008878 coupling Effects 0.000 description 1
- 238000010168 coupling process Methods 0.000 description 1
- 238000005859 coupling reaction Methods 0.000 description 1
- 238000007405 data analysis Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 230000002452 interceptive effect Effects 0.000 description 1
- 201000003152 motion sickness Diseases 0.000 description 1
- 238000012545 processing Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/451—Execution arrangements for user interfaces
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/542—Event management; Broadcasting; Multicasting; Notifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2209/00—Indexing scheme relating to G06F9/00
- G06F2209/54—Indexing scheme relating to G06F9/54
- G06F2209/545—Gui
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Multimedia (AREA)
- Stored Programmes (AREA)
Abstract
The application relates to a data creating method and a data creating system for UI (user interface) attribute and program logic association, which are applied to automobile electronic products provided with a UI unit and a program unit, wherein the method comprises the following steps: setting a first data module and a UI data set in the UI unit, and setting a second data module and a logic data set in the program unit; connecting the first data module and the second data module with a data definition file; the first data module establishes a UI object according to the data definition file and adds the UI object to a UI data set; the second data module establishes a logic object according to the data definition file and adds the logic object to a logic data set; and the UI object and the logic object are communicated through IPC. The complexity of the corresponding relation of the data variables in the data interaction at the two ends of the UI unit and the program unit is reduced, the development and maintenance cost of manpower is reduced, and the development efficiency is improved.
Description
Technical Field
The application relates to the technical field of automotive electronics, in particular to a data creation method and system for correlation between UI (user interface) attributes and program logic.
Background
In the process of interaction of an automobile entertainment/instrument system or a man-machine function, each logic APP process and a UI display process carry out interaction of logic data display, and a logic module transmits data to a UI process to drive UI attributes to update UI contents. In the process, both the logic APP end and the UI end need to define the interaction of the data variables and the processing of the method. In the traditional method, a logic APP end and a UI end both independently define respective data variables, the defined data and attribute variables are more, and the definition rules are named according to the preference of respective developers, the corresponding relation of the data variables in data interaction at the two ends is very complex and difficult to maintain, the coupling complexity between modules is increased, and the development efficiency is also very low.
Disclosure of Invention
In order to overcome the problem of car sickness in the prior art, the application provides a data creation method and system for associating UI attributes with program logic.
A data creating method for associating UI attributes with program logic is applied to an automotive electronic product provided with a UI unit and a program unit, and comprises the following steps:
setting a first data module and a UI data set in the UI unit, and setting a second data module and a logic data set in the program unit;
connecting the first data module and the second data module with a data definition file and acquiring data;
the first data module establishes a UI object according to the data definition file and adds the UI object to a UI data set;
the second data module establishes a logic object according to the data definition file and adds the logic object to a logic data set;
and the UI object and the logic object are communicated through IPC.
Optionally, the data definition file is stored in an automotive electronic product, and the data definition file includes at least one function definition data, where the content of the function definition data is: [ function ] [ data type ] [ initial value ].
Optionally, the first data module and the second data module are connected with a data definition file to acquire and analyze the function definition data.
Optionally, the parsing function definition data includes: parsing is performed according to separators "[ ] of the progressive fields of the data definition file.
Optionally, the establishing, by the first data module, a UI object according to the data definition file, and adding the UI object to the UI data set includes:
according to the function definition data, a UI object with the content of [ data attribute ] [ type ] [ Value ] is created, the data attribute of the UI object is associated with the UI element, and the Value of the UI object is associated with the UI state and display; and adding the UI object to the UI data set for classification management.
Optionally, the second data module establishes a logical object according to the data definition file, and adds the logical object to a logical data set, including:
according to the function definition data, creating a logic object with the content of [ data attribute ] [ type ] [ Value ], associating the data attribute of the logic object with the logic element, and associating the Value of the logic object with the logic state and display; and adding the logical objects to the logical data sets for classification management.
Optionally, the type of the UI object and the type of the logic object each include one or more of a shaping type, a boolean type, a floating point float type, an enumeration type, a string type, a picture data type, a list type, a data stream type, and a UI event.
Optionally, the logic object and the UI object communicate through IPC, including:
the data attribute of the logic object and the data attribute of the UI object are identified and associated, after the logic object is changed, the data attribute and the Value of the variable logic object are transmitted through inter-process communication IPC, and the Value of the corresponding data attribute of the UI object is assigned; and simultaneously driving the associated UI elements to change the UI state and the UI effect.
Optionally, the logic object and the UI object communicate through IPC, including:
the data attribute of the logic object and the data attribute of the UI object are identified and associated, after the UI object is changed, the data attribute and the Value of the variable UI object are transmitted through inter-process communication IPC, and the Value of the corresponding data attribute of the logic object is assigned; and simultaneously drives the associated logic element to make a logic state change.
In addition, the application also provides a system, and the program of the data creating method for associating the UI attribute and the program logic is operated.
Compared with the prior art, the beneficial effects of this application are: according to the method and the device, the first data module and the second data module are introduced from the aspect of design, the program logic and the data attributes of all ends of the UI attributes are unified, data transmission of all ends is carried out through the attribute association technology, and display interaction between the logic data and the UI attributes is achieved, so that the complexity of the corresponding relation of data variables in data interaction of two ends is greatly reduced, the labor development and maintenance cost is reduced, and the development efficiency is improved.
Drawings
FIG. 1 is a flow chart of a method according to an embodiment of the present application.
FIG. 2 is a logic diagram of a method according to an embodiment of the present application.
Detailed Description
The present application will be further described with reference to the following detailed description.
The same or similar reference numerals in the drawings of the embodiments of the present application correspond to the same or similar components; in the description of the present application, it is to be understood that the terms "upper", "lower", "left", "right", "top", "bottom", "inner", "outer", and the like, if any, are used in the orientations and positional relationships indicated in the drawings only for the convenience of describing the present application and for simplicity of description, and do not indicate or imply that the devices or elements referred to must have a particular orientation, be constructed in a particular orientation, and be operated, and therefore the terms describing the positional relationships in the drawings are for illustrative purposes only and are not to be construed as limiting the present patent.
Furthermore, if the terms "first," "second," and the like are used for descriptive purposes only, they are used for mainly distinguishing different devices, elements or components (the specific types and configurations may be the same or different), and they are not used for indicating or implying relative importance or quantity among the devices, elements or components, but are not to be construed as indicating or implying relative importance.
In the embodiment shown in fig. 1-2, the present application provides a data creation method for associating UI attributes with program logic, which is applied to an automotive electronic product provided with a UI unit and a program unit, and the method includes:
100, setting a first data module and a UI data set in a UI unit, and setting a second data module and a logic data set in a program unit; in step 100, the application sets a first data module and a UI data set on the UI unit design, and sets a second data module and a logic data set on the program unit.
200, connecting the first data module and the second data module with a data definition file and acquiring data; in step 200, the first data module and the second data module obtain the function definition data from the data definition file, and the naming and the type of the data types of the first data module and the second data module can be kept consistent.
300, the first data module establishes a UI object according to the data definition file and adds the UI object to a UI data set; in step 300, the first data module establishes a UI object according to the data definition file, and adds the UI object to the UI data set, including: according to the function definition data, a UI object with the content of data attribute type Value is created, the data attribute of the UI object is associated with a UI element, and the Value of the UI object is associated with the UI state and display; and adding the UI object to the UI data set for classification management.
400, the second data module establishes a logic object according to the data definition file and adds the logic object to a logic data set; in step 400, the second data module creates a logical object according to the data definition file, and adds the logical object to the logical data set, including: according to the function definition data, creating a logic object with the content of [ data attribute ] [ type ] [ Value ], associating the data attribute of the logic object with the logic element, and associating the Value of the logic object with the logic state and display; and adding the logical objects to the logical data sets for classification management.
500, the UI object and the logic object communicate through IPC. In step 500, the logical object and the UI object communicate via IPC, which includes: identifying and associating the data attribute of the logic object and the data attribute of the UI object, transmitting the data attribute and the Value of the variable logic object through inter-process communication IPC after the logic object is changed, and assigning the Value of the corresponding data attribute of the UI object; and simultaneously driving the associated UI elements to change the UI state and the UI effect. After the UI object is changed, transmitting the data attribute and the Value of the variable UI object through inter-process communication IPC, and assigning the Value of the corresponding data attribute of the logic object; and simultaneously drives the associated logic element to make a logic state change.
According to the method and the device, the first data module and the second data module are introduced from the aspect of design, the program logic and the data attributes of all ends of the UI attributes are unified, data transmission of all ends is carried out through the attribute association technology, and display interaction between the logic data and the UI attributes is achieved, so that the complexity of the corresponding relation of data variables in data interaction of two ends is greatly reduced, the labor development and maintenance cost is reduced, and the development efficiency is improved.
In some embodiments, the data definition file is stored in the automotive electronic product, and the data definition file comprises at least one function definition data, wherein the contents of the function definition data are as follows: [ function ] [ data type ] [ initial value ]. In the embodiment, the data definition file is preset in the automotive electronic product, and the data definition file including the function definition data is designed and defined in advance. Function definition data: [ function ] [ Data Type ] [ initial value ], namely [ Module. function ] [ Data Type ] [ default value ];
wherein [ Data Type ] is defined as in Table 1:
TABLE 1
In some embodiments, the first data module and the second data module are connected with the data definition file to acquire and analyze the function definition data. Parsing function definition data, including: parsing is performed according to separators "[ ] of the progressive fields of the data definition file. The first data module and the second data module perform traversal query on the function definition data of the data definition file one by one.
In some embodiments, the first data module creates a UI object from the data definition file and adds the UI object to the UI data set, including: according to the function definition data, a UI object with the content of data attribute type Value is created, the data attribute of the UI object is associated with a UI element, and the Value of the UI object is associated with the UI state and display; and adding the UI object to the UI data set for classification management.
The second data module establishes a logic object according to the data definition file, and adds the logic object to the logic data set, including: according to the function definition data, creating a logic object with the content of [ data attribute ] [ type ] [ Value ], associating the data attribute of the logic object with the logic element, and associating the Value of the logic object with the logic state and display; and adding the logical objects to the logical data sets for classification management.
In this embodiment, in the first data module and the second data module, the definition method is respectively defined by uniform parsing and object creation at the program unit, i.e., the APP end, and the UI unit, i.e., the UI end. Analyzing function definition data of the data definition file one by one, wherein the analyzing method is to analyze separators "[ ] of field line by line in the file, create different types of data attribute variables, and add the variables to a UI data set or a logic data set std:, map classification is managed for transmitting the variables and carrying out UI display interaction at a logic APP or a UI end. structmData { DataTypemDatatype; DataValuemDataValue; }; the UI data set or the logical data set is shown in table 2.
TABLE 2
The types of the UI objects and the types of the logic objects comprise one or more of shaping, Boolean type, floating point float type, enumeration type, character string type, picture data type, list type, data stream type and UI events.
In some embodiments, the logical object and the UI object communicate via IPC, including: identifying and associating the data attribute of the logic object and the data attribute of the UI object, transmitting the data attribute and the Value of the variable logic object through inter-process communication IPC after the logic object is changed, and assigning the Value of the corresponding data attribute of the UI object; and simultaneously driving the associated UI elements to change the UI state and the UI effect. The logic object and the UI object are communicated through IPC, and the communication comprises the following steps: identifying and associating the data attribute of the logic object and the data attribute of the UI object, transmitting the data attribute and the Value of the variable UI object through inter-process communication IPC after the UI object is changed, and assigning the Value of the corresponding data attribute of the logic object; and simultaneously drives the associated logic element to make a logic state change. In this embodiment, after data analysis and object creation, the interaction between a logical APP and a data object of a UI is identified and associated through a data naming object, after the logical data of the APP changes, a variable identification attribute field and a value of the attribute field are transmitted through inter-process communication IPC, the corresponding identification attribute field is assigned at a UI end, and the associated UI element is driven to change the UI state and the UI effect, so that the interactive process from the logical data to UI display is achieved. When the event is transmitted to the APP by the operation of the key of the UI and the like, the transmission process of the UI event is carried out by a similar principle method as the 4 th point.
In some embodiments, the present application further provides a system running a program having a data creation method of associating a UI attribute with program logic as described above. According to the method and the device, the first data module and the second data module are introduced from the aspect of design, the program logic and the data attributes of all ends of the UI attributes are unified, data transmission of all ends is carried out through the attribute association technology, and display interaction between the logic data and the UI attributes is achieved, so that the complexity of the corresponding relation of data variables in data interaction of two ends is greatly reduced, the labor development and maintenance cost is reduced, and the development efficiency is improved.
It should be understood that the above examples of the present application are only examples for clearly illustrating the present application, and are not intended to limit the embodiments of the present application. Other variations and modifications will be apparent to persons skilled in the art in light of the above description. And are neither required nor exhaustive of all embodiments. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present application shall be included in the protection scope of the claims of the present application.
Claims (10)
1. A data creating method for associating UI attributes with program logic is applied to an automobile electronic product provided with a UI unit and a program unit, and comprises the following steps:
setting a first data module and a UI data set in the UI unit, and setting a second data module and a logic data set in the program unit;
connecting the first data module and the second data module with a data definition file and acquiring data;
the first data module establishes a UI object according to the data definition file and adds the UI object to a UI data set;
the second data module establishes a logic object according to the data definition file and adds the logic object to a logic data set;
and the UI object and the logic object are communicated through IPC.
2. The data creation method for associating UI attribute with program logic according to claim 1, wherein the data definition file is stored in an automotive electronic product, the data definition file comprises at least one function definition data, wherein the contents of the function definition data are: [ function ] [ data type ] [ initial value ].
3. The method for creating the data with the UI attribute associated with the program logic as claimed in claim 2, wherein the first data module and the second data module are connected with a data definition file to acquire and analyze the function definition data.
4. The method of claim 3, wherein parsing the function definition data comprises: parsing is performed according to separators "[ ] of the progressive fields of the data definition file.
5. The method for creating the data with the UI attribute associated with the program logic as claimed in claim 3, wherein the step of establishing the UI object and adding the UI object to the UI data set by the first data module according to the data definition file comprises the following steps:
according to the function definition data, a UI object with the content of [ data attribute ] [ type ] [ Value ] is created, the data attribute of the UI object is associated with the UI element, and the Value of the UI object is associated with the UI state and display; and adding the UI object to the UI data set for classification management.
6. The method for creating the data with the UI attribute associated with the program logic as claimed in claim 3, wherein the step of establishing the logical object according to the data definition file by the second data module and adding the logical object to the logical data set comprises:
according to the function definition data, creating a logic object with the content of [ data attribute ] [ type ] [ Value ], associating the data attribute of the logic object with the logic element, and associating the Value of the logic object with the logic state and display; and adding the logical objects to the logical data sets for classification management.
7. The method of claim 6, wherein the types of the UI object and the types of the logic object comprise one or more of a reshape, a Boolean type, a floating point float type, an enumeration type, a string type, a picture data type, a list type, a data flow type, and a UI event.
8. The method as claimed in claim 3, wherein the communication between the logic object and the UI object via IPC comprises:
the data attribute of the logic object and the data attribute of the UI object are identified and associated, after the logic object is changed, the data attribute and the Value of the variable logic object are transmitted through inter-process communication IPC, and the Value of the corresponding data attribute of the UI object is assigned; and simultaneously driving the associated UI elements to change the UI state and the UI effect.
9. The method as claimed in claim 3, wherein the communication between the logic object and the UI object via IPC comprises:
the data attribute of the logic object and the data attribute of the UI object are identified and associated, after the UI object is changed, the data attribute and the Value of the variable UI object are transmitted through inter-process communication IPC, and the Value of the corresponding data attribute of the logic object is assigned; and simultaneously drives the associated logic element to make a logic state change.
10. A system characterized by running a program comprising a data creation method of associating a UI attribute with program logic according to any of claims 1-9.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111006098.8A CN113778597B (en) | 2021-08-30 | 2021-08-30 | Data creation method and system for association of UI attribute and program logic |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111006098.8A CN113778597B (en) | 2021-08-30 | 2021-08-30 | Data creation method and system for association of UI attribute and program logic |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113778597A true CN113778597A (en) | 2021-12-10 |
CN113778597B CN113778597B (en) | 2023-12-29 |
Family
ID=78840166
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202111006098.8A Active CN113778597B (en) | 2021-08-30 | 2021-08-30 | Data creation method and system for association of UI attribute and program logic |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113778597B (en) |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020060696A1 (en) * | 2000-09-29 | 2002-05-23 | International Business Machines Corporation | Isolating user interface design from business object design using Java interface concepts |
US20080178092A1 (en) * | 2007-01-18 | 2008-07-24 | Sap Ag | Condition editor for business process management and business activity monitoring |
CN101872305A (en) * | 2010-06-08 | 2010-10-27 | 用友软件股份有限公司 | UI (User Interface) performance and service logic separation method and system |
CN103608799A (en) * | 2011-06-13 | 2014-02-26 | 微软公司 | Automated user interface object transformation and code generation |
CN104731589A (en) * | 2015-03-12 | 2015-06-24 | 用友网络科技股份有限公司 | Automatic generation method and device of user interface (UI) |
CN106843888A (en) * | 2017-01-23 | 2017-06-13 | 恒生电子股份有限公司 | Method and device for solving field conflict in multilingual development system |
CN112099795A (en) * | 2020-09-28 | 2020-12-18 | 广州华多网络科技有限公司 | Interface notification message construction method, device, equipment and storage medium |
CN112667598A (en) * | 2020-12-15 | 2021-04-16 | 南京南瑞信息通信科技有限公司 | Data model rapid construction system based on business demand change |
-
2021
- 2021-08-30 CN CN202111006098.8A patent/CN113778597B/en active Active
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020060696A1 (en) * | 2000-09-29 | 2002-05-23 | International Business Machines Corporation | Isolating user interface design from business object design using Java interface concepts |
US20080178092A1 (en) * | 2007-01-18 | 2008-07-24 | Sap Ag | Condition editor for business process management and business activity monitoring |
CN101872305A (en) * | 2010-06-08 | 2010-10-27 | 用友软件股份有限公司 | UI (User Interface) performance and service logic separation method and system |
CN103608799A (en) * | 2011-06-13 | 2014-02-26 | 微软公司 | Automated user interface object transformation and code generation |
CN104731589A (en) * | 2015-03-12 | 2015-06-24 | 用友网络科技股份有限公司 | Automatic generation method and device of user interface (UI) |
CN106843888A (en) * | 2017-01-23 | 2017-06-13 | 恒生电子股份有限公司 | Method and device for solving field conflict in multilingual development system |
CN112099795A (en) * | 2020-09-28 | 2020-12-18 | 广州华多网络科技有限公司 | Interface notification message construction method, device, equipment and storage medium |
CN112667598A (en) * | 2020-12-15 | 2021-04-16 | 南京南瑞信息通信科技有限公司 | Data model rapid construction system based on business demand change |
Also Published As
Publication number | Publication date |
---|---|
CN113778597B (en) | 2023-12-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101751028B (en) | General calibration system of automobile electronic control unit and realizing method thereof | |
US5586326A (en) | Object base data processing apparatus | |
US5420978A (en) | Method and apparatus for customizing a schedule display | |
US20090276764A1 (en) | High-level hypermedia synthesis for adaptive web | |
CN101094173A (en) | Integrated system of data interchange under distributed isomerical environment | |
CN104517189B (en) | A kind of system and method cooperated between workflow based on event | |
CN109857452B (en) | Configuration method and device of rocket test launch control system based on XML | |
CN115268121B (en) | Production process method of high-color-gamut display spectrum conversion plate | |
CN112069176B (en) | Database design method, device and equipment of communication protocol and storage medium | |
CN106681710B (en) | Interface display method for rail transit field | |
CN112817651A (en) | Canvas-based graph generation method and Canvas-based graph generation system | |
CN113778597A (en) | Data creating method and system for associating UI attribute with program logic | |
CN105335431A (en) | Interface file processing method and apparatus and control message processing method and apparatus | |
CN105677745B (en) | A kind of self-service data query system of Universal efficient and implementation method | |
CN115756430A (en) | Low-code rapid research and development configuration platform | |
US8700374B1 (en) | System and method of using an active link in a state programming environment to locate an element in a graphical programming environment | |
CN1567287A (en) | Centralized broad spectrum report generation method based on expandable sign language | |
CN112202798B (en) | Data protocol conversion method, system, electronic device and storage medium | |
CN107040818B (en) | Layout analytic hierarchy process method and system for Android TV | |
EP1883012A1 (en) | Interface markup language and method for making application code | |
CN112416304B (en) | Method for expanding echarts into html standard component | |
CN106446034A (en) | Data visual query language system | |
CN117521794A (en) | Knowledge graph construction method and system for helicopter structure assembly sequence planning | |
CN115756448A (en) | Method, device, equipment and medium for acquiring vehicle cloud data acquisition system architecture | |
CN117596154A (en) | Method and system for automatically identifying and accessing equipment based on meta model |
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 |