*banner
 

Classes and inheritance in actor-oriented design
Edward A. Lee, Xiaojun Liu, Stephen Neuendorffer

Citation
Edward A. Lee, Xiaojun Liu, Stephen Neuendorffer. "Classes and inheritance in actor-oriented design". ACM Transactions on Embedded Computing Systems (TECS), 8(4):Article No. 29, July 2009.

Abstract
Actor-oriented components emphasize concurrency and temporal semantics and are used for modeling and designing embedded software and hardware. actors interact with one another through ports via a messaging schema that can follow any of several concurrent semantics. Domain-specific actor-oriented languages and frameworks are common (Simulink, LabVIEW, SystemC, etc.). However, they lack many modularity and abstraction mechanisms that programmers have become accustomed to in object-oriented components, such as classes, inheritance, interfaces, and polymorphism, except as inherited from the host language. This article shows a form that such mechanisms can take in actor-oriented components, gives a formal structure, and describes a prototype implementation. The mechanisms support actor-oriented class definitions, subclassing, inheritance, and overriding. The formal structure imposes structural constraints on a model (mainly the “derivation invariant”) that lead to a policy to govern inheritance. In particular, the structural constraints permit a disciplined form of multiple inheritance with unambiguous inheritance and overriding behavior. The policy is based formally on a generalized ultrametric space with some remarkable properties. In this space, inheritance is favored when actors are “closer” (in the generalized ultrametric), and we show that when inheritance can occur from multiple sources, one source is always unambiguously closer than the other.

Electronic downloads

Citation formats  
  • HTML
    Edward A. Lee, Xiaojun Liu, Stephen Neuendorffer. <a
    href="http://chess.eecs.berkeley.edu/pubs/624.html"
    >Classes and inheritance in actor-oriented
    design</a>, <i>ACM Transactions on Embedded
    Computing Systems (TECS)</i>, 8(4):Article No. 29,
    July 2009.
  • Plain text
    Edward A. Lee, Xiaojun Liu, Stephen Neuendorffer.
    "Classes and inheritance in actor-oriented
    design". <i>ACM Transactions on Embedded
    Computing Systems (TECS)</i>, 8(4):Article No. 29,
    July 2009.
  • BibTeX
    @article{LeeLiuNeuendorffer09_ClassesInheritanceInActororientedDesign,
        author = {Edward A. Lee and Xiaojun Liu and Stephen
                  Neuendorffer},
        title = {Classes and inheritance in actor-oriented design},
        journal = {ACM Transactions on Embedded Computing Systems
                  (TECS)},
        volume = {8},
        number = {4},
        pages = {Article No. 29},
        month = {July},
        year = {2009},
        abstract = {Actor-oriented components emphasize concurrency
                  and temporal semantics and are used for modeling
                  and designing embedded software and hardware.
                  actors interact with one another through ports via
                  a messaging schema that can follow any of several
                  concurrent semantics. Domain-specific
                  actor-oriented languages and frameworks are common
                  (Simulink, LabVIEW, SystemC, etc.). However, they
                  lack many modularity and abstraction mechanisms
                  that programmers have become accustomed to in
                  object-oriented components, such as classes,
                  inheritance, interfaces, and polymorphism, except
                  as inherited from the host language. This article
                  shows a form that such mechanisms can take in
                  actor-oriented components, gives a formal
                  structure, and describes a prototype
                  implementation. The mechanisms support
                  actor-oriented class definitions, subclassing,
                  inheritance, and overriding. The formal structure
                  imposes structural constraints on a model (mainly
                  the âderivation invariantâ) that lead to a
                  policy to govern inheritance. In particular, the
                  structural constraints permit a disciplined form
                  of multiple inheritance with unambiguous
                  inheritance and overriding behavior. The policy is
                  based formally on a generalized ultrametric space
                  with some remarkable properties. In this space,
                  inheritance is favored when actors are
                  âcloserâ (in the generalized ultrametric), and
                  we show that when inheritance can occur from
                  multiple sources, one source is always
                  unambiguously closer than the other.},
        URL = {http://chess.eecs.berkeley.edu/pubs/624.html}
    }
    

Posted by Mary Stewart on 1 Dec 2009.
For additional information, see the Publications FAQ or contact webmaster at chess eecs berkeley edu.

Notice: This material is presented to ensure timely dissemination of scholarly and technical work. Copyright and all rights therein are retained by authors or by other copyright holders. All persons copying this information are expected to adhere to the terms and constraints invoked by each author's copyright.

©2002-2018 Chess