Department of Computer Science

Laboratory for Software Design


The research and educational activities described on these pages has been supported in part by the US National Science Foundation (NSF) under grants CCF-11-17937, CCF-10-17334, CNS-07-09217, CNS-06-27354, and a CAREER award 08-46059.

Got a question?

Got a question or comment? Contact us at (515) 294-6168 or hridesh@iastate.edu.

Event Type Polymorphism

Rex Fernando, Robert Dyer, and Hridesh Rajan

Abstract

Subtype polymorphism is an important feature available in most modern type systems which makes code reuse and specialization possible. Recent works on separation of crosscutting concerns have created event interfaces (types) to decouple subjects from handlers. Extending the notion of subtyping to these event interfaces is a logical step. In this paper, we define event type polymorphism in the context of the Ptolemy language. Ptolemy allows declaring quantified, typed events which provide an interface between subjects and handlers. We add the notion of polymorphic event types to the Ptolemy language, defining a subtype relation among event types which in turn allows for both depth and width subtyping with regard to event context. Since Ptolemy only has explicit event announcement, our semantics is simpler and easier to reason about when compared to previously defined approaches. We also give the first formally defined static semantics for polymorphic events as well as demonstrate its usefulness via examples.

Bibliographic Information

@inproceedings{Fernando-Dyer-Rajan-12,
author = {Rex Fernando and Robert Dyer and Hridesh Rajan},
title={Event Type Polymorhphism},
booktitle = {FOAL '12: Workshop on Foundations of Aspect-Oriented Languages workshop},
location = {Potsdam, Germany},
month = {March},
year = {2012},
}

Most recent version: [PDF] [Slides]