Path:
Home >
GB/T >
Page217 > GB/T 36455-2018
Price & Delivery
US$359.00 · In stock · Download in 9 secondsGB/T 36455-2018: Software component model
Delivery: 9 seconds. True-PDF full-copy in English & invoice will be downloaded + auto-delivered via email. See
step-by-step procedureStatus: Valid
| Std ID | Version | USD | Buy | Deliver [PDF] in | Title (Description) |
| GB/T 36455-2018 | English | 359 |
Add to Cart
|
4 days [Need to translate]
|
Software component model
|
Click to Preview a similar PDF
Basic data
| Standard ID | GB/T 36455-2018 (GB/T36455-2018) |
| Description (Translated English) | Software component model |
| Sector / Industry | National Standard (Recommended) |
| Classification of Chinese Standard | L77 |
| Classification of International Standard | 35.080 |
| Word Count Estimation | 18,118 |
| Date of Issue | 2018-06-07 |
| Date of Implementation | 2019-01-01 |
| Issuing agency(ies) | State Administration for Market Regulation, China National Standardization Administration |
GB/T 36455-2018: Software component model
---This is a DRAFT version for illustration, not a final translation. Full copy of true-PDF in English version (including equations, symbols, images, flow-chart, tables, and figures etc.) will be manually/carefully translated upon your order.
Software component model
ICS 35.080
L77
National Standards of People's Republic of China
Software component model
Published on.2018-06-07
2019-01-01 Implementation
National Market Supervision Administration
China National Standardization Administration released
Directory
Preface III
1 Scope 1
2 Normative references 1
3 Terms and Definitions 1
4 Description 1
4.1 Representation 1
4.2 Basic Type 1
5 Component Model 2
5.1 Model Architecture 2
5.2 Model Definition 2
5.2.1 Overview 2
5.2.2 Component 2
5.2.3 Interface 4
5.2.4 Operation 5
5.2.5 Parameter 6
5.2.6 Constraint 7
5.2.7 Implementation 8
5.2.8 Internal Structure 9
5.2.9 Connection 10
5.2.10 Delegation 11
Appendix A (Informative) Model Elements Chinese and English Comparison Table 13
Foreword
This standard was drafted in accordance with the rules given in GB/T 1.1-2009.
Please note that some of the contents of this document may involve patents. The issuing agency of this document does not assume responsibility for identifying these patents.
This standard was proposed and managed by the National Information Technology Standardization Technical Committee (SAC/TC28).
This standard was drafted by. Peking University, China Electronics Standardization Institute, Wisdom China (Beijing) Technology Co., Ltd.
The main drafters of this standard. Mei Hong, Huang Hao, Sun Yanchun, Li Yang, Cong Peiyong.
Software component model
1 Scope
This standard specifies a software component conceptual model that supports systematic software reuse.
This standard is applicable to the modeling, design, development, application and management of software components. It is applicable to software component production and software component management.
And various software organizations based on component reuse software development can guide the formulation and application of other software component standards.
2 Normative references
The following documents are indispensable for the application of this document. For dated references, only dated versions apply to this article
Pieces. For undated references, the latest version (including all amendments) applies to this document.
GB/T 11457-2006 Information Technology Software Engineering Terms
SJ/T 11290-2003 Specification for object-oriented software system modeling - Part 1. Concepts and representations
3 Terms and Definitions
The definitions of GB/T 11457-2006 and the following terms and definitions apply to this document.
3.1
Component component
The software system has relatively independent functions, can be clearly identified, the interface is specified by the contract, and the context has obvious dependencies.
Agency's assembleable software entity.
3.2
Component model component model
The abstraction of the component is an abstract description of the basic characteristics of the component and its relationship with other components.
4 Description method
4.1 Representation
This standard uses the notation defined by UML (Uniform Modeling Language, Unified Modeling Language). See SJ/T 11290-2003 for details.
4.2 Basic types
This standard uses the following basic types.
a) Boolean (Boolean);
b) String (string);
c) Text.
...