CN117950665A - Interface development method and system, electronic equipment and computer storage medium - Google Patents

Interface development method and system, electronic equipment and computer storage medium Download PDF

Info

Publication number
CN117950665A
CN117950665A CN202410172042.7A CN202410172042A CN117950665A CN 117950665 A CN117950665 A CN 117950665A CN 202410172042 A CN202410172042 A CN 202410172042A CN 117950665 A CN117950665 A CN 117950665A
Authority
CN
China
Prior art keywords
interface
file
development method
analysis tool
labeled
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
CN202410172042.7A
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.)
Shanghai Hejian Industrial Software Group Co Ltd
Original Assignee
Shanghai Hejian Industrial Software Group Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Hejian Industrial Software Group Co Ltd filed Critical Shanghai Hejian Industrial Software Group Co Ltd
Priority to CN202410172042.7A priority Critical patent/CN117950665A/en
Publication of CN117950665A publication Critical patent/CN117950665A/en
Pending legal-status Critical Current

Links

Abstract

The invention provides an interface development method and system, electronic equipment and a computer storage medium, comprising the following steps: writing an original interface file; labeling the original interface file to obtain a labeled interface file; constructing a structure analysis tool; and analyzing the tagged interface file in real time by utilizing a structure analysis tool so as to dynamically create an interface. The original interface file is subjected to labeling treatment, and the labeled interface file is analyzed in real time by using a constructed structure analysis tool, so that a display interface corresponding to the interface file can be obtained without creating and analyzing a header file and a source file, thereby effectively reducing the workload of interface development and improving the interface development efficiency; in addition, when the interface is adjusted, the modified labeled interface file can be rapidly analyzed through the structure analysis tool, so that the efficiency of interface development and adjustment is improved, and the problems of high workload and low efficiency of the existing interface development method are solved.

Description

Interface development method and system, electronic equipment and computer storage medium
Technical Field
The present invention relates to the field of software development technologies, and in particular, to an interface development method and system, an electronic device, and a computer storage medium.
Background
With the development of science and technology, man-machine interaction is widely applied to various industries. Through the interactive interface, people can intuitively know the instructions required by the computer, and can conveniently input corresponding information at the appointed position of the interactive interface so as to facilitate computer analysis and processing, so that the complexity of man-machine interaction is reduced to a great extent, and the efficiency of man-machine interaction is improved.
Generally, an interactive interface needs a developer to design an interface file according to a user requirement, then generates a header file and a source file based on the interface file, and finally displays the interactive interface by compiling the header file and the source file.
However, the existing interface development method needs to generate a header file and a source file for each interface, so that the workload is high; and the final interactive interface can be displayed by compiling the header file and the source file of each interface, so that the process is complicated. In addition, if the interface design needs to be adjusted and maintained, a large amount of effort is required to correspondingly modify the interface file, the header file and the source file, and each adjustment can be known only through compiling, so that the efficiency is low.
Disclosure of Invention
The invention aims to provide an interface development method and system, electronic equipment and a computer storage medium, so as to at least solve the problems of high workload and low efficiency of the existing interface development method.
In order to solve the technical problems, the invention provides an interface development method, which comprises the following steps:
writing an original interface file;
Labeling the original interface file to obtain a labeled interface file;
constructing a structure analysis tool;
and analyzing the tagged interface file in real time by utilizing a structure analysis tool so as to dynamically create an interface.
Optionally, in the method for developing an interface, the method for labeling the original interface file to obtain the labeled interface file includes:
Extracting keywords in an original interface file;
and identifying corresponding labels for the keywords according to the properties of the keywords to form a labeled interface file.
Optionally, in the interface development method, the structural analysis tool includes a creation mode and configuration content of an interface control corresponding to each type of label.
Optionally, in the method for developing an interface, the method for parsing the tagged interface file by using a structural parsing tool to create an interface includes:
The structural analysis tool invokes the creation mode and the configuration content of the interface control corresponding to the label according to the label in the labeled interface file;
The structural analysis tool creates the control according to the creation mode and configuration content of the interface control and the content in the labeled interface file, and configures the attribute of the control;
and integrating all the interface controls to obtain an interface.
Optionally, in the interface development method, the interface development method further includes:
registering a callback function in the structure analysis tool;
and returning to the operation event in the interface interaction process through the callback function.
Optionally, in the interface development method, the interface development method further includes:
extracting all keywords marked with the display text labels from the labeled interface file;
Summarizing all keywords marked with the display text labels into a translation file;
and translating all the keywords in the translation file according to the target language to obtain translation words corresponding to the keywords.
Optionally, in the interface development method, each target language has a corresponding translation file, and in each translation file, keywords and translation words are stored according to a one-to-one correspondence.
Optionally, in the interface development method, the interface development method further includes:
Programming a program code corresponding to the translation control in the original interface file, and performing labeling treatment;
analyzing the program codes subjected to the labeling treatment by utilizing a structure analysis tool to obtain translation controls;
and calling the translation file by utilizing the translation control to convert the language of the display text of the interface into a target language.
Optionally, in the interface development method, the interface development method further includes:
and dragging the interface control in the interface according to the user requirement so as to adjust the position of the interface control in the interface.
In order to solve the above technical problem, the present invention further provides an interface development system, configured to implement the interface development method described in any one of the above, where the interface development system includes:
the interface file processing module is used for writing an original interface file and carrying out labeling processing on the original interface file to obtain a labeled interface file;
The interface analysis creation module is provided with a structure analysis tool and is used for analyzing the labeled interface file in real time so as to dynamically create an interface.
In order to solve the technical problem, the invention also provides electronic equipment, which comprises a memory, a processor and an executable program which is stored in the memory and can be run by the processor; the processor, when executing the executable program, performs the interface development method of any one of the above.
To solve the above technical problem, the present invention also provides a computer storage medium storing an executable program; the executable program, when executed, implements the interface development method according to any one of the above.
The invention provides an interface development method and system, electronic equipment and a computer storage medium, comprising the following steps: writing an original interface file; labeling the original interface file to obtain a labeled interface file; constructing a structure analysis tool; and analyzing the tagged interface file in real time by utilizing a structure analysis tool so as to dynamically create an interface. The original interface file is subjected to labeling treatment, and the labeled interface file is analyzed in real time by using a constructed structure analysis tool, so that a display interface corresponding to the interface file can be obtained without creating and analyzing a header file and a source file, thereby effectively reducing the workload of interface development and improving the interface development efficiency; in addition, when the interface is adjusted, the modified labeled interface file can be rapidly analyzed through the structure analysis tool, so that the efficiency of interface development and adjustment is improved, and the problems of high workload and low efficiency of the existing interface development method are solved.
Drawings
FIG. 1 is a flowchart of an interface development method provided in the present embodiment;
Fig. 2 is a schematic diagram of a part of a procedure of a tagged interface file according to the present embodiment;
Fig. 3 is a partial display diagram of an interface obtained by parsing a tagged interface file according to the present embodiment;
FIG. 4 is a schematic diagram of a portion of the contents of a translation file according to the present embodiment;
FIG. 5 is a schematic diagram of a storage directory of a translation file according to the present embodiment;
FIG. 6 is a partial display diagram after interface language conversion according to the present embodiment;
Fig. 7 is a schematic structural diagram of an interface development system according to the present embodiment.
Detailed Description
The interface development method and system, the electronic device and the computer storage medium according to the present invention are described in further detail below with reference to the accompanying drawings and specific embodiments. It should be noted that the drawings are in a very simplified form and are all to a non-precise scale, merely for convenience and clarity in aiding in the description of embodiments of the invention. Furthermore, the structures shown in the drawings are often part of actual structures. In particular, the drawings are shown with different emphasis instead being placed upon illustrating the various embodiments.
It is noted that "first", "second", etc. in the description and claims of the present invention and the accompanying drawings are used to distinguish similar objects so as to describe embodiments of the present invention, and not to describe a specific order or sequence, it should be understood that the structures so used may be interchanged under appropriate circumstances. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The present embodiment provides an interface development method, as shown in fig. 1, including:
s1, writing an original interface file;
S2, labeling the original interface file to obtain a labeled interface file;
S3, constructing a structure analysis tool;
S4, analyzing the tagged interface file in real time by utilizing a structure analysis tool so as to dynamically create an interface.
According to the interface development method provided by the embodiment, the original interface file is subjected to labeling treatment, and the labeled interface file is analyzed in real time by using the constructed structure analysis tool, so that a display interface corresponding to the interface file can be obtained without creating and analyzing a header file and a source file, the workload of interface development is effectively reduced, and the interface development efficiency is improved; in addition, when the interface is adjusted, the modified labeled interface file can be rapidly analyzed through the structure analysis tool, so that the efficiency of interface development and adjustment is improved, and the problems of high workload and low efficiency of the existing interface development method are solved.
It should be noted that, in the interface development method provided in this embodiment, the order of the steps may be adjusted according to actual needs. For example, a structural parsing tool may be built first, and then the original interface file may be written; or, constructing a structure analysis tool while compiling the original interface file; or, before the original interface file is subjected to the labeling treatment, a structure analysis tool and the like are constructed. The embodiment only describes the implementation process of the interface development method provided by the present application in the above step sequence, but the interface development method after step sequence adjustment without departing from the gist of the present application should also fall within the protection scope of the present application.
Specifically, in the embodiment, in step S1, an original interface file is written, and the method thereof is well known to an interface developer, which is not described in detail in the present application. Of course, in practical application, the written interface file may also be directly obtained as the original interface file. The format of the original interface file may be txt, cpp, java, py, rb, ui or the like, which is not limited by the present application.
Further, in this embodiment, step S2, the method for labeling the original interface file to obtain the labeled interface file includes:
S21, extracting keywords in an original interface file, wherein the keywords comprise control types, control physical parameters, control names and the like of the interface;
s22, identifying corresponding labels for the keywords according to the properties of the keywords to form a labeled interface file, wherein the format of the labeled interface file can be generally selected from XML formats.
In one embodiment, as shown in fig. 2, the "< >" indicates labels, and each label includes a head label and a tail label, and the content between the head label and the tail label is the keyword identified by the label. For example, < string > NC Drill </string >, where < string > represents a head tag and < string > represents a tail tag, the meaning of the tag is to identify the display text of the interface control, i.e., the interface control displays the text "NC Drill" in the interface.
Therefore, keywords with different categories and different contents are identified through different labels, so that the subsequent extraction and processing of the contents in the labeled interface file are facilitated, and the efficiency of interface development is effectively improved.
Of course, in other embodiments, other tag formats may be used to identify the keywords, and the format of the tagged interface file may be other formats.
Further, in this embodiment, step S3 is to construct a structural analysis tool, where the structural analysis tool includes a creation manner and configuration content of an interface control corresponding to each type of label.
Still taking the above example as an example, as shown in fig. 2, the commonly used tags include < class > (category), < property > (property/parameter), < width > (width), < height > (height), < string > (display text), etc., and the content identified by each tag needs to be processed differently when parsing to obtain different parsing results, so that the designed interface is correctly presented on the display interface. Therefore, the creation mode and configuration content of the interface control corresponding to each type of label need to be set in the structural analysis tool, so that the structural analysis tool can conveniently process the keywords of the label identification correspondingly according to different labels, and a displayed interface is obtained.
Still further, in this embodiment, step S4, the method for dynamically creating an interface by analyzing the tagged interface file in real time by using the structure analysis tool includes:
S41, the structural analysis tool invokes the creation mode and the configuration content of the interface control corresponding to the label according to the label in the labeled interface file;
s42, the structural analysis tool creates the control according to the creation mode and configuration content of the interface control and the content in the labeled interface file, and configures the attribute of the control;
s43, integrating all interface controls to obtain an interface.
Specifically, referring to fig. 2 and 3, after the structure parsing tool is used to parse the tagged interface file shown in fig. 2, the interface shown in fig. 3 can be directly generated and displayed. Therefore, the interface can be quickly generated without generating a header file and a source file for the interface file, so that the interface development difficulty is reduced, and the interface development efficiency is improved; meanwhile, when the interface is required to be adjusted and modified, the adjusted interface can be obtained immediately after the labeled interface file is modified, so that whether the adjusted interface meets the development design requirement can be confirmed in time, the complexity of maintenance and adjustment of the later interface is reduced, and the maintenance and adjustment efficiency is improved.
Preferably, in order to respond to the operation of the user in the interface interaction process in real time, in this embodiment, the interface development method further includes: registering a callback function in the structure analysis tool; and returning to the operation event in the interface interaction process through the callback function. Specifically, when the user interaction operation exists in the interface, the corresponding operation event can be returned to the main program in real time through the callback function, so that the main program can conveniently carry out subsequent operation according to the interaction operation. The callback function is set in a manner well known to those skilled in the art, and will not be described in detail in the present application.
In consideration of different languages, the user in different language environments can interact with the interface, so that the displayed text of the interface needs to be converted in language.
Unlike the conventional implementation scheme of language conversion, in this embodiment, first, all keywords marked with a display text label are extracted from a labeling interface file, as shown in fig. 2, and information marked by a < string > label is extracted; then, summarizing all keywords marked with the display text labels into a translation file, wherein the translation file can be a table file, and the format of the translation file can be txt, xls, csv and the like; and then, translating all the keywords in the translation file according to the target language to obtain translation words corresponding to the keywords.
Preferably, each target language has a corresponding translation file, and in each translation file, keywords and translation words are stored according to a one-to-one correspondence. As shown in fig. 4, each line represents a display text identified by a < string > tag, the "front" is the original display text content in the tagged interface file, the "rear" is the content for translating the display text into chinese, for example, "NC Drill" in the first line is the display text extracted from the < string > tag in the tagged interface file, and the "rear" Drill setting "is the chinese expression of" NC Drill ". Similarly, translation files in a variety of different languages, such as German, japanese, etc., may be created.
Programming a program code corresponding to the translation control in the original interface file, and performing labeling treatment, for example, setting a button control through programming, and realizing sequential switching of a plurality of language versions by clicking the button control; or, a selection box control is programmed to select a required language, and the specific implementation process is well known to those skilled in the art, and the application is not repeated here; then, analyzing the program codes subjected to the labeling treatment by utilizing a structure analysis tool to obtain a translation control, wherein the part of the process is similar to the process; and finally, the translation file is called by utilizing the translation control so as to convert the language of the display text of the interface into the target language. Thus, the switching of different languages of the display text can be realized through one translation control; in addition, when the translation content needs to be adjusted, the translation file can be directly modified, so that the adjustment and maintenance difficulty is reduced.
In a specific embodiment, as shown in fig. 5, a language folder is set under the storage directory of the labeled interface file, each target language folder is stored in the language folder, and under each target language folder, a translation file of a corresponding language is placed. When the translation control is started to perform language switching, the translation files in the language folder under the labeled interface file and the directory corresponding to the current interface can be directly called, so that the language switching is realized.
Taking the above example as an example, in the interface shown in fig. 3, after responding to an event of language switching, language conversion can be performed according to the program code content thereof. As shown in fig. 6, the display effect of the interface after the language is converted into chinese. Of course, the present embodiment only takes english to chinese as an example to perform conversion of interface display text, but in practical application, switching of other multiple languages may be implemented.
It should be noted that, the language conversion provided by the application only carries out language conversion on the interface display text, and does not carry out language conversion processing on the content input by the user.
In addition, in order to facilitate adjustment and modification of the interface by the later clients, in this embodiment, the interface development method further includes: dragging an interface control in the interface according to the user requirement to adjust the position of the interface control in the interface; and locking and/or hiding part of the content in the labeled interface file according to the user requirement.
In this way, the original interface file is subjected to labeling treatment, and the labeled interface file is analyzed by using the constructed structure analysis tool, so that a display interface corresponding to the interface file can be obtained without creating and analyzing a header file and a source file, thereby effectively reducing the workload of interface development and improving the interface development efficiency; in addition, when the interface is adjusted, the modified labeled interface file can be rapidly analyzed through the structural analysis tool so as to lock and/or hide the control, and the generated control can be directly dragged, so that the efficiency of interface development and adjustment is improved, the flexibility of interface layout is improved, the professional threshold of later maintenance personnel is reduced, the secondary development of the interface is facilitated for a client, and the problems of large workload and low efficiency of the conventional interface development method are solved.
The present embodiment also provides an interface development system for implementing the interface development method described above, as shown in fig. 7, where the interface development system includes: the interface file processing module is used for writing an original interface file and carrying out labeling processing on the original interface file to obtain a labeled interface file; the interface analysis creation module is provided with a structure analysis tool and is used for analyzing the labeled interface file in real time so as to dynamically create an interface.
According to the interface development system provided by the embodiment, the original interface file is subjected to labeling treatment through the interface file processing module, and the labeled interface file is analyzed in real time by utilizing the structure analysis tool of the interface analysis creation module, so that a display interface corresponding to the interface file can be obtained without creating and analyzing a header file and a source file, the workload of interface development is effectively reduced, and the interface development efficiency is improved; in addition, when the interface is adjusted, the modified labeled interface file can be rapidly analyzed through the structure analysis tool, so that the efficiency of interface development and adjustment is improved, and the problems of high workload and low efficiency of the existing interface development method are solved.
The embodiment also provides an electronic device, which comprises a memory, a processor and an executable program stored on the memory and capable of being run by the processor; the processor executes the interface development method as described above when running the executable program.
And, the present embodiment also provides a computer storage medium storing an executable program; when the executable program is executed, the interface development method described above is implemented.
In this specification, each embodiment is described in a progressive manner, and each embodiment focuses on the difference from other embodiments, so that the same similar parts of each embodiment are referred to each other.
The interface development method and system, the electronic device and the computer storage medium provided in the embodiment include: writing an original interface file; labeling the original interface file to obtain a labeled interface file; constructing a structure analysis tool; and analyzing the tagged interface file in real time by utilizing a structure analysis tool so as to dynamically create an interface. The original interface file is subjected to labeling treatment, and the labeled interface file is analyzed in real time by using a constructed structure analysis tool, so that a display interface corresponding to the interface file can be obtained without creating and analyzing a header file and a source file, thereby effectively reducing the workload of interface development and improving the interface development efficiency; in addition, when the interface is adjusted, the modified labeled interface file can be rapidly analyzed through the structure analysis tool, so that the efficiency of interface development and adjustment is improved, and the problems of high workload and low efficiency of the existing interface development method are solved.
The above description is only illustrative of the preferred embodiments of the present invention and is not intended to limit the scope of the present invention, and any alterations and modifications made by those skilled in the art based on the above disclosure shall fall within the scope of the appended claims.

Claims (12)

1. An interface development method, comprising:
writing an original interface file;
Labeling the original interface file to obtain a labeled interface file;
constructing a structure analysis tool;
and analyzing the tagged interface file in real time by utilizing a structure analysis tool so as to dynamically create an interface.
2. The interface development method according to claim 1, wherein the method of labeling an original interface file to obtain a labeled interface file comprises:
Extracting keywords in an original interface file;
and identifying corresponding labels for the keywords according to the properties of the keywords to form a labeled interface file.
3. The interface development method according to claim 2, wherein the structural analysis tool includes creation modes and configuration contents of interface controls corresponding to various labels.
4. The interface development method of claim 3, wherein the parsing the tagged interface file using the structural parsing tool to create an interface comprises:
The structural analysis tool invokes the creation mode and the configuration content of the interface control corresponding to the label according to the label in the labeled interface file;
The structural analysis tool creates the control according to the creation mode and configuration content of the interface control and the content in the labeled interface file, and configures the attribute of the control;
and integrating all the interface controls to obtain an interface.
5. The interface development method according to claim 1, characterized in that the interface development method further comprises:
registering a callback function in the structure analysis tool;
and returning to the operation event in the interface interaction process through the callback function.
6. The interface development method according to claim 2, characterized in that the interface development method further comprises:
extracting all keywords marked with the display text labels from the labeled interface file;
Summarizing all keywords marked with the display text labels into a translation file;
and translating all the keywords in the translation file according to the target language to obtain translation words corresponding to the keywords.
7. The interface development method of claim 6, wherein each target language has a corresponding translation file, and keywords and translation words are stored in each translation file in a one-to-one correspondence.
8. The interface development method according to claim 6, characterized in that the interface development method further comprises:
Programming a program code corresponding to the translation control in the original interface file, and performing labeling treatment;
analyzing the program codes subjected to the labeling treatment by utilizing a structure analysis tool to obtain translation controls;
and calling the translation file by utilizing the translation control to convert the language of the display text of the interface into a target language.
9. The interface development method according to claim 1, characterized in that the interface development method further comprises:
and dragging the interface control in the interface according to the user requirement so as to adjust the position of the interface control in the interface.
10. An interface development system for implementing the interface development method according to any one of claims 1 to 9, characterized in that the interface development system comprises:
the interface file processing module is used for writing an original interface file and carrying out labeling processing on the original interface file to obtain a labeled interface file;
The interface analysis creation module is provided with a structure analysis tool and is used for analyzing the labeled interface file in real time so as to dynamically create an interface.
11. An electronic device comprising a memory, a processor, and an executable program stored on the memory and executable by the processor; the interface development method according to any one of claims 1 to 9, when the processor runs the executable program.
12. A computer storage medium, wherein the computer storage medium stores an executable program; when the executable program is executed, the interface development method according to any one of claims 1 to 9 is realized.
CN202410172042.7A 2024-02-07 2024-02-07 Interface development method and system, electronic equipment and computer storage medium Pending CN117950665A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410172042.7A CN117950665A (en) 2024-02-07 2024-02-07 Interface development method and system, electronic equipment and computer storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410172042.7A CN117950665A (en) 2024-02-07 2024-02-07 Interface development method and system, electronic equipment and computer storage medium

Publications (1)

Publication Number Publication Date
CN117950665A true CN117950665A (en) 2024-04-30

Family

ID=90804952

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410172042.7A Pending CN117950665A (en) 2024-02-07 2024-02-07 Interface development method and system, electronic equipment and computer storage medium

Country Status (1)

Country Link
CN (1) CN117950665A (en)

Similar Documents

Publication Publication Date Title
US7865870B2 (en) Automatic content completion of valid values for method argument variables
US20190243848A1 (en) Generating a structured document guiding view
US20130104029A1 (en) Automated addition of accessiblity features to documents
US8468494B2 (en) In-line editor
JP2006228210A (en) Using existing content to generate active content wizard executable file for execution of task
US11361035B2 (en) Batch generation of links to documents based on document name and page content matching
US5940615A (en) Programming aid for enabling a computer program in source code form to be viewed using a general purpose document browser
WO2009007181A1 (en) A method, system and computer program for intelligent text annotation
US20210200397A1 (en) Method for automatically indexing an electronic document
US20110191381A1 (en) Interactive System for Extracting Data from a Website
US20120131556A1 (en) Xpath-based selection assistance of gui elements during manual test script authoring for xml-based applications
US20080034288A1 (en) Text-Driven Macros Integrated with a Help System of a Computer Program
KR20050002895A (en) Browser-independent pop-up windows
US8701086B2 (en) Simplifying analysis of software code used in software systems
CN109325217B (en) File conversion method, system, device and computer readable storage medium
US20040205612A1 (en) Programmatically generating a presentation style for legacy host data
US20080189675A1 (en) Method and system for providing tooling instructions through parameterization as an aid for software application development
US9645798B1 (en) Using program code to generate help information, and using help information to generate program code
CN109062890B (en) Label switching method and device and computer readable storage medium
CN117950665A (en) Interface development method and system, electronic equipment and computer storage medium
CN115080043A (en) Data visualization processing method and device, front-end equipment and storage medium
Bajwa et al. UCD-generator-A LESSA application for use case design
CN114115872A (en) Method and device for realizing service expression generation and analysis tool
KR20160011905A (en) Computer readable medium recording program for converting to online learning data and method of converting to online learning data
CN117687620A (en) File generation method and device, terminal equipment and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
SE01 Entry into force of request for substantive examination