Get Adaptive Object-Oriented Software: The Demeter Method with PDF

By Karl Lieberherr

ISBN-10: 053494602X

ISBN-13: 9780534946029

This groundbreaking ebook offers an entire technique for adaptive programming in any object-oriented language. Lieberherr's strategy presents a brand new method of object-oriented application layout that is going past item encapsulation and hard-coded navigation paths to accomplish extra versatile interactions between gadgets. Designers utilizing this adaptive procedure paintings at the next, extra schematic point of abstraction to layout software program courses. Graph notation is used to symbolize the category constitution of this system, and a "propagation trend" language describes tips on how to distribute significant tools (including navigation) around the program's constitution. utilizing this technique, software program designers can create courses which are simply transformed and adaptable as wishes evolve.

Show description

Read or Download Adaptive Object-Oriented Software: The Demeter Method with Propagation Patterns: The Demeter Method with Propagation Patterns PDF

Similar object-oriented design books

Download e-book for iPad: Hibernate Quickly by Patrick Peak

A concise advent to Hibernate's many configuration and layout strategies, this ebook distills Hibernate into digestible items with many code examples, sensible utilization eventualities, and assurance of the instruments to be had to builders writing Hibernate functions. utilizing a move slowly, stroll, run instructing method, builders will study what Hibernate is, what it could actually do, and the way it may be used successfully.

Download PDF by David Robinson: Aspect-Oriented Programming with the e Verification Language

What’s this AOP factor besides, really―when you get down to it―and can an individual please clarify what a side really is? Aspect-Oriented Programming with the e Verification Language takes a practical, instance established, and enjoyable method of unraveling the mysteries of AOP. during this publication, you’ll find out how to:• Use AOP to prepare your code in a fashion that makes it effortless to house the belongings you rather care approximately on your verification environments.

Download e-book for iPad: Model Driven Architecture and Ontology Development by Dragan Gaševic, Dragan Djuric, Vladan Devedžic, Bran V.

Defining a proper area ontology is mostly thought of an invaluable, to not say valuable step in nearly each software program venture. it is because software program offers with principles instead of with self-evident actual artefacts. besides the fact that, this improvement step is hardly performed, as ontologies depend on well-defined and semantically strong AI techniques corresponding to description logics or rule-based structures, and such a lot software program engineers are mostly unexpected with those.

Get UML @ Classroom: An Introduction to Object-Oriented Modeling PDF

This textbook almost always addresses newcomers and readers with a simple wisdom of object-oriented programming languages like Java or C#, yet with very little modeling or software program engineering adventure – therefore reflecting the vast majority of scholars in introductory classes at universities. utilizing UML, it introduces easy modeling suggestions in a hugely certain demeanour, whereas refraining from the translation of infrequent particular instances.

Additional info for Adaptive Object-Oriented Software: The Demeter Method with Propagation Patterns: The Demeter Method with Propagation Patterns

Example text

Mike Sugarman, my editor at PWS, deserves special thanks for being very enthusiastic about this project from the rst day and for guiding me through the process of review, revision, and production. Mike was a constant source of encouragement and he provided resources to improve the software and to demonstrate it at OOPSLA even before the review cycle was complete. I appreciate the work of Mary Thomas Stone for sending out numerous review copies, for collecting the reviews, for organizing and summarizing them, for organizing the Demeter focus group and for compiling the Demeter address list.

Adaptive programs promote reuse. Many behaviors require the same customization and thus customizers are e ectively reused. More importantly, every time an adaptive program is customized reuse is taking place. There is no run-time performance penalty over object-oriented programs. By using appropriate inlining techniques, traversal methods can be optimized, eliminating apparent performance penalties. ) Exercise suggested by Joan Lukas. Re ect on your experiences with object-oriented programming to see where the disadvantages of object-oriented programming are manifest in your earlier work.

3 shows class Settlement and its subclasses. CLASS Settlement IS EITHER Village OR Town COMMON PARTS name : Text inhabitantData : List(Inhabitant) numberOfMuseums : DemNumber OPTIONAL swimmingPools : List(SwimmingPool) OPTIONAL neighbors : List(Settlement) END CLASS Settlement. CLASS Village HAS PARTS END CLASS Village. CLASS Town HAS PARTS universityData : List(University) END CLASS Town. 3: Class settlement and subclasses Class Town has all the parts of class Settlement and additionally a part called universityData.

Download PDF sample

Adaptive Object-Oriented Software: The Demeter Method with Propagation Patterns: The Demeter Method with Propagation Patterns by Karl Lieberherr


by Paul
4.4

Rated 4.74 of 5 – based on 49 votes