CN1680937A - Man-machine language generating system and method thereof - Google Patents

Man-machine language generating system and method thereof Download PDF

Info

Publication number
CN1680937A
CN1680937A CN 200410033123 CN200410033123A CN1680937A CN 1680937 A CN1680937 A CN 1680937A CN 200410033123 CN200410033123 CN 200410033123 CN 200410033123 A CN200410033123 A CN 200410033123A CN 1680937 A CN1680937 A CN 1680937A
Authority
CN
China
Prior art keywords
man
machine language
business object
attribute
parameter
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN 200410033123
Other languages
Chinese (zh)
Other versions
CN100474297C (en
Inventor
胡志刚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huawei Technologies Co Ltd
Original Assignee
Huawei Technologies 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 Huawei Technologies Co Ltd filed Critical Huawei Technologies Co Ltd
Priority to CNB2004100331231A priority Critical patent/CN100474297C/en
Publication of CN1680937A publication Critical patent/CN1680937A/en
Application granted granted Critical
Publication of CN100474297C publication Critical patent/CN100474297C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

A method for generating man - machine language can have operational personnel quickly realized operation of man - machine language command to decrease command memory burden. The system for realizing the method collates all service based on object and automatically generates out man - machine language by inquiring information in product description data according to known attribute of object as well as reminds the client to carry out supplemental input of unknown parameters for attribute.

Description

Man-machine language generation system and method thereof
Technical field
The present invention relates to the operation and maintenance technology of telecommunication apparatus, particularly use man-machine language telecommunication apparatus to be carried out the technology of Operation and Maintenance.
Background technology
At present, man-machine language (Man Machine Language is called for short " MML ") has become a kind of scheme that extensively adopts in the telecommunication apparatus Operation and Maintenance.As its name suggests, MML is exactly an employed language during people and machine are linked up.
In telecommunication apparatus, generally comprise Operation and Maintenance Unit (Operate Maintain Unit, be called for short " OMU "), it is used to handle the operation of the O﹠M of relevant telecommunication apparatus, is the interface between plant maintenance personnel and the telecommunication apparatus.OMU and the maintainer's that links to each other with this unit terminal has constituted the man-machine interface (Man Machine Interface is called for short " MMI ") between telecommunication apparatus and the operator.By MMI, the maintainer uses MML to give an order to equipment.The order be constructed as follows shown in: ADD OP:OP=" OPERATOR "; The MML grammer is by Z.317 extremely Z.341 decision of ITU-T suggestion.
In current application, MML should be easy to study and understand, more should be easy to use.And the MML of system's reply input carries out strict grammatical and semantic inspection, should refuse to carry out to the order of mistake.
But, in prior art one, use adopt more at present and use MML based on the plain text mode of order line, the command mode under the similar DOS.In this external prior art two, also there is part manufacturer that MML has been carried out the figure encapsulation, for example the corresponding button of order.
In actual applications, there is following problem in such scheme: in technical scheme one, the maintainer need remember a lot of bar orders and correlation parameter, uses very inconveniently, and does not have the validity checking of parameter thereby very easy makeing mistakes; In technical scheme two, figure encapsulation all is based on MML itself, and form is different, and objectification is not treated MML, cause workload greatly, inefficiency.
Cause the main cause of this situation to be, prior art is not put in order according to OO mode business, and lacks friendly human-computer interaction interface.
Summary of the invention
In view of this, fundamental purpose of the present invention is to provide a kind of man-machine language generation system and method thereof, makes operating personnel can realize the man-machine language command operation fast, and order memory burden is little.
For achieving the above object, the invention provides a kind of man-machine language generation system, comprise
The product description database is used to preserve all business objects and attribute thereof and operation, and the corresponding relation of each business object and man-machine language information;
Operand tree module, be used for depositing the business object that to operate by the logical relation grouping, and when selecting a business object, the user, after the selected operation of described user, should operate corresponding man-machine language information from described product description data base querying from all available actions of described this business object of product description data base querying;
The man-machine language generation module is used for generating man-machine language according to the business object of being selected by described user, operation, attribute and corresponding man-machine language information from described operand tree module.
Wherein, described man-machine language information comprises man-machine language command word and parameter, and the data type of this parameter and span.
Described system also comprises storehouse access interface module, is used to realize that operand tree module is to described product description access of database.
When described man-machine language generation module generates described man-machine language, can also use from described user's outside input information parameter as the man-machine language order.
Described is the combination of a man-machine language order or many man-machine language orders with the corresponding man-machine language information of operation.
The present invention also provides a kind of man-machine language generation method, comprises following steps:
A deposits all business objects and shows to the user according to the logical relation grouping;
The business object that B selects according to described user is inquired about all available actions of this business object from the product description database, select for described user;
C should operate corresponding man-machine language information according to the operation that described user selects from described product description data base querying;
D generates man-machine language according to operation, business object and the attribute thereof of described man-machine language information that inquires and described user selection.
Wherein, described man-machine language information comprises man-machine language command word and parameter, and the data type of this parameter and span.
Described step D also further comprises following substep:
Whether the parameter that D1 judges man-machine language order in the described man-machine language information inquire can be all obtained from the attribute of the business object of described user's selection, if could would enter step D3; Otherwise enter step D2;
D2 requires described user to be the parameter input information, and generates man-machine language according to operation, business object and the attribute thereof that described user's input, the described man-machine language information that inquires and described user select;
D3 generates man-machine language according to operation, business object and the attribute thereof of described man-machine language information that inquires and described user selection.
By relatively finding, technical scheme difference with the prior art of the present invention is, all business are put in order according to OO mode, business object and action according to user's selection, and the known attribute of this business object, Query Information generates MML automatically in product description database 30; For containing unknown parameter, utilize general parameter input dialogue frame to replenish input parameter for the user.
Difference on this technical scheme has brought comparatively significantly beneficial effect, and the general mode that generates MML promptly is provided, and has greatly reduced the workload that MML generates, and has been difficult for makeing mistakes the efficient height; OO design meets user operation habits, reduces the system code capacity, the functional module interface is clear, system is easy to safeguard, product and professional expansion thereof are easy.
Description of drawings
Fig. 1 is a MML generation system structural drawing according to an embodiment of the invention;
Fig. 2 is an operand tree module according to an embodiment of the invention;
Fig. 3 is a product description database Diagrams according to an embodiment of the invention;
Fig. 4 is a general parameter input dialogue frame according to an embodiment of the invention;
Fig. 5 is that MML according to an embodiment of the invention generates method flow diagram.
Embodiment
For making the purpose, technical solutions and advantages of the present invention clearer, the present invention is described in further detail below in conjunction with accompanying drawing.
In the present invention, all business are put in order according to OO mode, promptly business is pressed object class, every class business object all has attribute, operation, the corresponding order line of oneself.We all adopt the attribute of business object, operation, corresponding order line the mode of description to be kept in the product description database 30 then, system only need provide a general object interface template, shows the various interfaces of concrete object by the data of description of business object.That is to say, the content of interface display, optional feature operation menu, hot key definition commonly used, the subsequent action of operation correspondence, the order line of correspondence etc. are described by product description database 30, interface module only needs according to the product description database interface to be described, and definition responds user's action event, the message interpretation of main window etc.
Now 1 the MML generation system is described in conjunction with the accompanying drawings.The present invention mainly comprises with the lower part: operand tree module 10, storehouse access interface module 20, product description database 30, MML generation module 40.
Wherein, operand tree module 10 is used for navigation, promptly the business object that will operate on operand tree module 10 is deposited by the logical relation grouping, when a certain business object of user's right click, during as " CdrfHoliday ", can eject an operational motion tabulation that is similar to Fig. 2 at this business object.This operational motion tabulation gets from 30 inquiries of product description database by storehouse access interface module 20.Then the user selects an action in the operational motion tabulation, as " deletion ", the operand " CdrfHoliday " that this moment, operand tree module 10 will be chosen the user, action " RMV ", with 4 known attributes " HolidayYear, HolidayMonth, HolidayDay, CAMEL service identification ", in product description database 30, inquire about as querying condition.
Storehouse access interface module 20 is used to realize the visit of other modules to product description database 30.
Product description database 30 is used to deposit the corresponding relation of business object and MML command word, parameter, data type, span etc.In a preferred embodiment of the present invention, product description database 30 mainly comprises 5 forms, and as shown in Figure 3, its main field design is as follows:
The table of business object is described: the Object table
Object_ID: product object ID
Object_Name: product object oriented
Object_Desc: product object factory information
The table of business object attribute is described: the Setting table
Object_ID: product object ID
Setting_ID: product attribute ID
Setting_Name: product attribute title
Setting_Desc: product attribute is described
Value_Type_ID: value type i D
Setting_Default_Value: default attribute value
Setting_Value_Limit: the qualification character string of attribute value
The table of each attribute value type: ValueDict table is described
Object_ID: product object ID
Setting_ID: product attribute ID
Setting_Enum_Value_Order: product attribute is enumerated the value order
Setting_Enum_Value: product attribute is enumerated value
Setting_Enum_Value_Desc: product attribute is enumerated value and is described
The table of business object operation is described: the Action table
Object_ID: product object ID
Operation_ID: operation ID
Operation_Desc: operation is described
Operation_MML_Name: the MML order that operation is corresponding
Operation_Prompt: the prompt strings after the operation
Operation_Dalogue: the dialog box ID of expansion logic correspondence
The table of business object operational order parameter is described: the MMLPara table
Object_ID: product object ID
Operation_ID: operation ID
The serial number of Para_Serial:MML command parameter
The title of Para_Name:MML command parameter
Value_Type: value data type
Fix_Value: fixing value
Setting_ID: corresponding product attribute ID
If the descriptor of each product all is placed in the product description database 30, in this way, when carrying out the product business change, only needing to replace corresponding product description database 30 gets final product, promptly when expanding a kind of new product, only needing increases corresponding product description database 30, on this meaning, Object Operations tree module 10 is independent of product, is independent of the different editions of product.The upgrading of product version only means the upgrading of product description database 30, and is irrelevant with Object Operations tree module 10; And the upgrading of Object Operations tree module 10 only means the enhancing of ability own, with product and version independent thereof.
MML generation module 40 is used for after obtaining to form the essential condition of MML, and the assembly unit of carrying out MML generates.Accept aforesaid example, generate MML order RMV CdrfHoliday:HolidayYear=2003 at last, HolidayMonth=07, HolidayDay=01, CAMELIndicator=YES;
Such scheme has been introduced the generating mode of simple MML, the generation method when just the MML all properties is known, and this mode can generate MML automatically; For the MML of another part complexity, promptly except that containing known attribute, also contain the MML of unknown properties, at this moment must utilize general parameter input dialogue frame to generate MML.Promptly can use as shown in Figure 4 general parameter input dialogue frame to generating the MML that contains unknown parameter.
Introduce MML generation method of the present invention below, its flow process as shown in Figure 5.
In step 100, system deposits all business objects and shows to the user according to the logical relation grouping.In a preferred embodiment of the present invention, display result is a tree structure as shown in Figure 4.
After this enter step 110, the business object that the user selects needs to operate.
In step 120, the business object of selecting according to the user inquire about all available actions of this business object from the product description database, for user's selection.In a preferred embodiment of the present invention, with clicking a business object by right key, system shows all operations that can carry out of this business object to the user in the business object tree.For example these operations can be attributes of a newly-increased same line of business object, deletion current business object, the attribute that shows the current business object, modification current business object or the like.
After this enter step 130, the user selects an operation.
After this enter step 140, according to selected action queries MML information.The MML information here can be MML command word and parameter, and the data type of this parameter and span or the like.Need to prove that operation can corresponding MML order, also can corresponding one group of MML order (comprising two or more s' MML order).Operation is a logic, can use user oriented senior semantical definition, and the MML order generally is device oriented atomic operation, and an operation can use a series of MML command in combination to finish.
After this enter step 150, can judgement use the attribute of choosing business object to fill in all parameters of MML order automatically, if could would enter step 170, otherwise enter step 160.Because be the operation that the business object of choosing is selected, therefore under default situation, the parameter in the operation should be each property value of this business object.
In step 160, require user's input parameter information.Because fill in all parameters automatically, therefore the parameter that lacks is shown to the user, require the user to replenish.In a preferred embodiment of the present invention, adopt dialog box as shown in Figure 4 to point out the user to import.And after user's input, carry out validity checking, reduce artificial input error.
In step 170, generate MML.The information of the outside input of user is added in the operation that object of selecting according to the user and attribute thereof, user select, and the MML information that inquires if necessary, generates the MML that the user needs.Because utilize existing information to generate MML to greatest extent automatically, therefore, can improve efficient and accuracy that MML generates greatly with respect to the mode of the manual input of utility command row MML.
Though by reference some preferred embodiment of the present invention, the present invention is illustrated and describes, but those of ordinary skill in the art should be understood that, can do various changes to it in the form and details, and the spirit and scope of the present invention that do not depart from appended claims and limited.

Claims (8)

1. a man-machine language generation system is characterized in that, comprises
The product description database is used to preserve all business objects and attribute thereof and operation, and the corresponding relation of each business object and man-machine language information;
Operand tree module, be used for depositing the business object that to operate by the logical relation grouping, and when selecting a business object, the user, after the selected operation of described user, should operate corresponding man-machine language information from described product description data base querying from all available actions of described this business object of product description data base querying;
The man-machine language generation module is used for generating man-machine language according to the business object of being selected by described user, operation, attribute and corresponding man-machine language information from described operand tree module.
2. man-machine language generation system according to claim 1 is characterized in that, described man-machine language information comprises man-machine language command word and parameter, and the data type of this parameter and span.
3. man-machine language generation system according to claim 1 is characterized in that, described system also comprises storehouse access interface module, is used to realize that operand tree module is to described product description access of database.
4. man-machine language generation system according to claim 2 is characterized in that, when described man-machine language generation module generates described man-machine language, can also use from described user's the outside input information parameter as the man-machine language order.
5. man-machine language generation system according to claim 1 is characterized in that, described is the combination of a man-machine language order or many man-machine language orders with the corresponding man-machine language information of operation.
6. a man-machine language generation method is characterized in that, comprises following steps:
A deposits all business objects and shows to the user according to the logical relation grouping;
The business object that B selects according to described user is inquired about all available actions of this business object from the product description database, select for described user;
C should operate corresponding man-machine language information according to the operation that described user selects from described product description data base querying;
D generates man-machine language according to operation, business object and the attribute thereof of described man-machine language information that inquires and described user selection.
7. man-machine language generation method according to claim 6 is characterized in that, described man-machine language information comprises man-machine language command word and parameter, and the data type of this parameter and span.
8. man-machine language generation method according to claim 7 is characterized in that, described step D also further comprises following substep:
Whether the parameter that D1 judges man-machine language order in the described man-machine language information inquire can be all obtained from the attribute of the business object of described user's selection, if could would enter step D3; Otherwise enter step D2;
D2 requires described user to be the parameter input information, and generates man-machine language according to operation, business object and the attribute thereof that described user's input, the described man-machine language information that inquires and described user select;
D3 generates man-machine language according to operation, business object and the attribute thereof of described man-machine language information that inquires and described user selection.
CNB2004100331231A 2004-04-05 2004-04-05 Man-machine language generating system and method thereof Expired - Fee Related CN100474297C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNB2004100331231A CN100474297C (en) 2004-04-05 2004-04-05 Man-machine language generating system and method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNB2004100331231A CN100474297C (en) 2004-04-05 2004-04-05 Man-machine language generating system and method thereof

Publications (2)

Publication Number Publication Date
CN1680937A true CN1680937A (en) 2005-10-12
CN100474297C CN100474297C (en) 2009-04-01

Family

ID=35067531

Family Applications (1)

Application Number Title Priority Date Filing Date
CNB2004100331231A Expired - Fee Related CN100474297C (en) 2004-04-05 2004-04-05 Man-machine language generating system and method thereof

Country Status (1)

Country Link
CN (1) CN100474297C (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101160979B (en) * 2005-12-28 2010-05-19 华为技术有限公司 Intelligent network service application method and system
CN102426567A (en) * 2011-09-15 2012-04-25 张德长 Graphical editing and debugging system of automatic answer system
CN102622221A (en) * 2011-09-20 2012-08-01 中兴通讯股份有限公司 MML (man-machine language) terminal and method for improving use efficiency of same
CN103109284A (en) * 2010-07-20 2013-05-15 赛贝斯股份有限公司 Parameter value binding for mobile business objects
CN106407196A (en) * 2015-07-29 2017-02-15 成都诺铱科技有限公司 Semantic analysis intelligent instruction robot applied to logistics management software
CN109558447A (en) * 2018-12-14 2019-04-02 万翼科技有限公司 Data managing method, device and computer readable storage medium

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101160979B (en) * 2005-12-28 2010-05-19 华为技术有限公司 Intelligent network service application method and system
CN103109284A (en) * 2010-07-20 2013-05-15 赛贝斯股份有限公司 Parameter value binding for mobile business objects
CN103109284B (en) * 2010-07-20 2015-09-16 赛贝斯股份有限公司 Parameter value for mobile service object connects
CN102426567A (en) * 2011-09-15 2012-04-25 张德长 Graphical editing and debugging system of automatic answer system
CN102622221A (en) * 2011-09-20 2012-08-01 中兴通讯股份有限公司 MML (man-machine language) terminal and method for improving use efficiency of same
CN106407196A (en) * 2015-07-29 2017-02-15 成都诺铱科技有限公司 Semantic analysis intelligent instruction robot applied to logistics management software
CN109558447A (en) * 2018-12-14 2019-04-02 万翼科技有限公司 Data managing method, device and computer readable storage medium

Also Published As

Publication number Publication date
CN100474297C (en) 2009-04-01

Similar Documents

Publication Publication Date Title
CN101661460B (en) Method and device for generating management system report
CN1277192C (en) A log analyzing system and analytical method based on the system
CN1509433A (en) Method and system for transforming legacy software application into modern object-oriented system
CN1961314A (en) Methods and apparatus for modifying process control data
US8458215B2 (en) Dynamic functional module availability
CN1864159A (en) Iterative data analysis process via query result augmentation and result data feedback
CN106873974A (en) Smart code generates automotive engine system and method
CN1848162A (en) Method, system and program for evaluating reliability on component
CN110222110A (en) A kind of resource description framework data conversion storage integral method based on ETL tool
CN1786965A (en) Method for acquiring news web page text information
CN101046811A (en) Data integral service system and method
CN101055566B (en) Function collection method and device of electronic data table
CN112860727A (en) Data query method, device, equipment and medium based on big data query engine
CN1949216A (en) Information searching method
O'Brien et al. SEEK: Accomplishing enterprise information integration across heterogeneous sources.
CN101060539A (en) A method and system integrated with the unified access website address and providing the content of multiple website
CN1723463A (en) Method and system for mapping XML to N-dimensional data structure
CN100346315C (en) Three dimension mode construction software automatic testing method based on script
CN1680937A (en) Man-machine language generating system and method thereof
CN1955957A (en) Data base automatic operation method based on web service
CN110750553A (en) Method for self-defining export of data in service management system
CN102446167A (en) Method and device for carrying out logic processing on complex character strings on basis of logic templates
CN1306407C (en) Method for autonomic self-learning in selecting resources for dynamic provisioning
CN1601970A (en) General command line inputting device based on man-machine interactive languages, and its method
CN1783066A (en) Method for establishing associated input system and correspondent associated input system and method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20090401

Termination date: 20200405