Design Module: A Modularity Vision Beyond Code---Not Only Program Code But Also a Design Model Is a Module---
Design Module: A Modularity Vision Beyond Code---Not Only Program Code But Also a Design Model Is a Module---
复制标题
设计模块:超越代码的模块化愿景——不仅是程序代码,设计模型也是模块——
DOI:
10.1109/mise.2013.6595295
复制
发表时间:
2013
期刊:
影响因子:
--
通讯作者:
Yasutaka Kamei
中科院分区:
文献类型:
--
作者:
Naoyasu Ubayashi;Yasutaka Kamei
We propose a new modularity vision to integrate design modeling with programming. A system consists of not only program code but also design models. However, design models such as UML diagrams have been treated as not modules but complementary documents. This paper provides a novel idea that treats a design model as a first-class software module termed design module. A system cannot be complied without design modules. A developer has to create and modify not only program modules but also design modules. To realize design modules, we introduce Archface, an architectural interface mechanism. Archface exposes architectural points shared between design and code. Archface plays a role as a design interface for a design module and as a program interface for a program module. Arch-face type system automatically checks the consistency between design and code. Our approach can integrate research on design modeling with research on programming in terms of modularity. Additional costs are not needed to introduce design modules, because Archface descriptions can be generated from a model editor and Archface is just an extension of the notion of program interfaces. That is, we can substitute Archface for traditional program interfaces.