摘要
在论述了面向对象技术中对象间的关系作为第一级建模概念的重要性之后 ,该文设计并实现了显式支持对象间关系的 RCPP( relational C++)语言 .它提供了显式描述对象间关系特性和语义的机制 ,利用关系来动态地控制对象行为的作用和传播 .它的运行是通过一个转换器把 RCPP代码翻译成 C++代码 ,再经 C++环境编译后 ,形成可执行程序而实现的 .文章对 RCPP语言的模型。
After a discussion of the importance of relationships among objects as a first class modeling concept in object\|oriented technology, a new object\|oriented programming language, named as RCPP (relational C++ ), is presented and developed in this paper, which can directly and explicitly support the relationships among objects. Object relationships can be used to dynamically manipulate object behaviors and their propagation. In this paper, the authors explain the functional properties, the language model for the specification of object relations and its implementation mechanism, especially the semantic aspects of object relations. The running of RCPP programs is implemented first by translating RCPP source codes into C++ codes, and then by compiling and linking them to form executable programs.
出处
《软件学报》
EI
CSCD
北大核心
2000年第5期679-685,共7页
Journal of Software
基金
山东省自然科学基金!(No.93G8379)资助
关键词
面向对象
对象间关系
程序设计语言
Object Oriented, object relationship, programming language, object-oriented modeling.