Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Ptolemy: A Language with Quantified, Typed Events
[go: Go Back, main page]

Department of Computer Science

Laboratory for Software Design

Got a question?

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

Ptolemy: A Language with Quantified, Typed Events

By Hridesh Rajan and Gary T. Leavens

Abstract

Implicit invocation and aspect-oriented languages provide related but distinct mechanisms for separation of concerns. Implicit invocation languages have explicitly announced events, which runs registered observer methods. Aspect-oriented languages have implicitly announced events, called "join points," which run method-like but more powerful advice. A limitation of implicit invocation languages is their inability to refer to a large set of events succinctly. They also lack the expressive power of advice, and require code to manage event registration and announcement. Aspect-oriented languages also have several limitations, including the potential for fragile dependence on syntactic structure that may hurt maintain ability, limits in the set of join points and the reflective contextual information that they make available.
Quantified, typed events solve all these problems. They extend implicit invocation languages with a key idea from aspect- oriented languages: the ability to quantify over events (join points). Programmers declare named event types that contain information about the names and types of event arguments (exposed context). An event type declaratively identifies an expression as an event. This event type can then be used to quantify over all such events. Event types reduce the coupling between the observers and the set of events, and similarly between the advising and advised code.

Bibliographic Information

@InProceedings{Rajan-Leavens-08,
author = {Hridesh Rajan and Gary T. Leavens},
title = {Ptolemy: A Language with Quantified, Typed Events},
booktitle = {ECOOP '08: 22nd European Conference on Object-Oriented Programming},
year = {2008},
month = {July},
location = {Paphos, Cyprus},
}

Latest Version:[PDF].