Sciweavers

76 search results - page 1 / 16
» Import is Not Inheritance - Why We Need Both: Modules and Cl...
Sort
View
APLAS
2006
ACM
13 years 11 months ago
Using Metadata Transformations to Integrate Class Extensions in an Existing Class Hierarchy
Abstract. Class extensions provide a fine-grained mechanism to define incremental modifications to class-based systems when standard subclassing mechanisms are inappropriate. To...
Markus Lumpe
CL
2004
Springer
13 years 5 months ago
Safe metaclass composition using mixin-based inheritance
In the context of meta-programming and reflective languages, classes are treated as full fledged objects which are instances of other classes named metaclasses. Metaclasses have p...
Noury Bouraqadi
INFSOF
1998
93views more  INFSOF 1998»
13 years 5 months ago
An effective class hierarchy concurrency control technique in object-oriented database systems
In this paper, we present a locking-based concurrency control scheme for object-oriented databases (OODBs). Our scheme deals with class hierarchy which is an important property in...
Woochun Jun, Le Gruenwald
CAV
1998
Springer
103views Hardware» more  CAV 1998»
13 years 9 months ago
You Assume, We Guarantee: Methodology and Case Studies
Assume-guarantee reasoning has long been advertised as an important method for decomposing proof obligations in system veri cation. Re nement mappings (homomorphisms) have long bee...
Thomas A. Henzinger, Shaz Qadeer, Sriram K. Rajama...
VLDB
2002
ACM
110views Database» more  VLDB 2002»
13 years 5 months ago
Extending an ORDBMS: The StateMachine Module
Extensibility is one of the mayor benefits of object-relational database management systems. We have used this system property to implement a StateMachine Module inside an object-...
Wolfgang Mahnke, Christian Mathis, Hans-Peter Stei...