Access control in feature-oriented programming

作者:Apel Sven*; Kolesnikov Sergiy; Liebig Joerg; Kaestner Christian; Kuhlemann Martin; Leich Thomas
来源:Science of Computer Programming, 2012, 77(3): 174-187.
DOI:10.1016/j.scico.2010.07.005

摘要

In feature-oriented programming (FOP) a programmer decomposes a program in terms of features. Ideally, features are implemented modularly so that they can be developed in isolation. Access control mechanisms in the form of access or visibility modifiers are an important ingredient to attain feature modularity as they allow programmers to hide and expose internal details of a module%26apos;s implementation. But developers of contemporary feature-oriented languages have not considered access control mechanisms so far. The absence of a well-defined access control model for FOP breaks encapsulation of feature code and leads to unexpected program behaviors and inadvertent type errors. We raise awareness of this problem, propose three feature-oriented access modifiers, and present a corresponding access modifier model. We offer an implementation of the model on the basis of a fully-fledged feature-oriented compiler. Finally, by analyzing ten feature-oriented programs, we explore the potential of feature-oriented modifiers in FOP.

  • 出版日期2012-3-1