close
1.

電子ブック

EB
David Gries, Allan Heydon, Clark Allan Heydon, Fred B. Schneider
出版情報: Springer eBooks Computer Science , Springer US, 2006
所蔵情報: loading…
目次情報: 続きを見る
Preface
Introducing Vesta / Part I:
Introduction / 1:
Some Scenarios / 1.1:
The Configuration Management Challenge / 1.2:
The Vesta Response / 1.3:
Essential Background / 2:
The Unix File System / 2.1:
Naming Files and Directories / 2.1.1:
Mount Points / 2.1.2:
Links / 2.1.3:
Properties of Files / 2.1.4:
Unix Processes / 2.2:
The Unix Shell / 2.3:
The Unix Programming Environment / 2.4:
Make / 2.5:
The Architecture of Vesta / 3:
System Components / 3.1:
Source Management Components / 3.1.1:
Build Components / 3.1.2:
Storage Components / 3.1.3:
Models and Modularity / 3.1.4:
Vesta's Core Properties / 3.2:
The User's View of Vesta / Part II:
Managing Sources and Versions / 4:
Names and Versions / 4.1:
The Source Name Space / 4.1.1:
Versioning / 4.1.2:
Naming Files and Packages / 4.1.3:
The Development Cycle / 4.2:
The Outer Loop / 4.2.1:
The Inner Loop / 4.2.2:
Detailed Operation of the Repository Tools / 4.2.3:
Version Control Alternatives / 4.2.4:
Additional Repository Tools / 4.2.5:
Mutable Files and Directories / 4.2.6:
Replication / 4.3:
Global Name Space / 4.3.1:
A Replication Example / 4.3.2:
The Replicator / 4.3.3:
Cross-Repository Check-out / 4.3.4:
Repository Metadata / 4.4:
Mutable Attributes / 4.4.1:
Access Control / 4.4.2:
Metadata and Replication / 4.4.3:
System Description Language / 5:
Motivation / 5.1:
Language Highlights / 5.2:
The Environment Parameter / 5.2.1:
Bindings / 5.2.2:
Tool Encapsulation / 5.2.3:
Closures / 5.2.4:
Imports / 5.2.5:
Building Systems in Vesta / 6:
The Organization of System Models / 6.1:
Hierarchies of System Models / 6.2:
Bridges and the Standard Environment / 6.2.1:
Library Models / 6.2.2:
Application Models / 6.2.3:
Putting It All Together / 6.2.4:
Control Panel Models / 6.2.5:
Customizing the Build Process / 6.3:
Handling Large Scale Software / 6.4:
Inside Vesta / Part III:
Inside the Repository / 7:
Support for Evaluation and Caching / 7.1:
Derived Files and Shortids / 7.1.1:
Evaluator Directories and Volatile Directories / 7.1.2:
Fingerprints / 7.1.3:
Inside the Repository Implementation / 7.2:
Directory Implementation / 7.2.1:
Shortids and Files / 7.2.2:
Longids / 7.2.3:
Copy-on-Write / 7.2.4:
NFS Interface / 7.2.5:
RPC Interfaces / 7.2.6:
Implementing Replication / 7.3:
Mastership / 7.3.1:
Agreement / 7.3.2:
Agreement-Preserving Primitives / 7.3.3:
Propagating Attributes / 7.3.4:
Incremental Building / 8:
Overview of Function Caching / 8.1:
Caching and Dynamic Dependencies / 8.2:
The Function Cache Interface / 8.3:
Computing Fine-Grained Dependencies / 8.4:
Representing Dependencies / 8.4.1:
Caching External Tool Invocations / 8.4.2:
Caching User-Defined Function Evaluations / 8.4.3:
Caching System Model Evaluations: A Special Case / 8.4.4:
Error Handling / 8.5:
Function Cache Implementation / 8.6:
Cache Lookup / 8.6.1:
Cache Entry Storage / 8.6.2:
Synchronization / 8.6.3:
Evaluation and Caching in Action / 8.7:
Scratch Build of the Standard Environment / 8.7.1:
Scratch Build of the Vesta Umbrella Library / 8.7.2:
Scratch and Incremental Builds of the Evaluator / 8.7.3:
Weeder / 9:
How Deletion is Specified / 9.1:
Implementation of the Weeder / 9.2:
The Function Call Graph / 9.2.1:
Concurrent Weeding / 9.2.2:
Assessing Vesta / Part IV:
Competing Systems / 10:
Loosely Connected Configuration Management Tools / 10.1:
RCS / 10.1.1:
CVS / 10.1.2:
Integrated Configuration Management Systems / 10.1.3:
DSEE / 10.2.1:
ClearCASE / 10.2.2:
Other Systems / 10.3:
Vesta System Performance / 11:
Platform Configuration / 11.1:
Overall System Performance / 11.2:
Performance Comparison with Make / 11.2.1:
Performance Breakdown / 11.2.2:
Caching Analysis / 11.2.3:
Resource Usage / 11.2.4:
Repository Performance / 11.3:
Speed of File Operations / 11.3.1:
Disk and Memory Consumption / 11.3.2:
Speed of Repository Tools / 11.3.3:
Speed of Cross-Repository Tools / 11.3.4:
Speed of the Replicator / 11.3.5:
Function Cache Performance / 11.4:
Server Performance / 11.4.1:
Measurements of the Stable Cache / 11.4.2:
Disk and Memory Usage / 11.4.3:
Function Cache Scalability / 11.4.4:
Weeder Performance / 11.5:
Interprocess Communication / 11.6:
Conclusions / 12:
Vesta in the Real World / 12.1:
Vesta in the Future / 12.2:
SDL Reference Manual / A:
Lexical Conventions / A.1:
Meta-notation / A.2.1:
Terminals / A.2.2:
Semantics / A.3:
Value Space / A.3.1:
Type Declarations / A.3.2:
Evaluation Rules / A.3.3:
Expr / A.3.3.1:
Literal / A.3.3.2:
Id / A.3.3.3:
List / A.3.3.4:
Binding / A.3.3.5:
Select / A.3.3.6:
Block / A.3.3.7:
Stmt / A.3.3.8:
Assign / A.3.3.9:
Iterate / A.3.3.10:
FuncDef / A.3.3.11:
FuncCall / A.3.3.12:
Model / A.3.3.13:
Files / A.3.3.14:
File Name Interpretation / A.3.3.15:
Pragmas / A.3.3.17:
Primitives / A.3.4:
Functions on Type t_bool / A.3.4.1:
Functions on Type t_int / A.3.4.2:
Functions on Type t_text / A.3.4.3:
Functions on Type t_list / A.3.4.4:
Functions on Type t_binding / A.3.4.5:
Special Purpose Functions / A.3.4.6:
Type Manipulation Functions / A.3.4.7:
Tool Invocation Function / A.3.4.8:
Diagnostic Functions / A.3.4.9:
Concrete Syntax / A.4:
Grammar / A.4.1:
Ambiguity Resolution / A.4.2:
Tokens / A.4.3:
Reserved Identifiers / A.4.4:
The Vesta Web Site / B:
References
Index
Preface
Introducing Vesta / Part I:
Introduction / 1:
2.

電子ブック

EB
GC 2004, Takeo Kanade, Corrado Priami, Paola Quaglia
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
3.

電子ブック

EB
James Odell, Paolo Giorgini, Takeo Kanade, J?rg P. M?ller, James J. Odell, J?��rg, P. M??ller
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
4.

電子ブック

EB
Gilles Barthe, Lilian Burdy, Marieke Huisman, Takeo Kanade, Jean-Louis Lanet, Traian Muntean
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
5.

電子ブック

EB
David Hutchison, Ricardo Choren, Takeo Kanade, Alessandro Garcia, Carlos Lucena, Alexander Romanovsky
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
6.

電子ブック

EB
David Hutchison, Nicolas Guelfi, Takeo Kanade, Gianna Reggio, Alexander Romanovsky
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
7.

電子ブック

EB
David Hutchison, Nuno Jardim Nunes, Takeo Kanade, Alberto Rodrigues da Silva, Bran Selic, Ambrosio Toval Alvarez
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
8.

電子ブック

EB
David Hutchison, Jens Grabowski, Takeo Kanade, Brian Nielsen
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
9.

電子ブック

EB
FASE 2005, Maura Cerioli, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
10.

電子ブック

EB
SEM 2004, Thomas Gschwind, Takeo Kanade, Cecilia Mascolo
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
11.

電子ブック

EB
European Dependable Computing Conference, Mario Dal Cin, Takeo Kanade, Mohamed Ka??niche, Andr??s Pataricza
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
12.

電子ブック

EB
Helen Treharne, Martin Henson, Takeo Kanade, Steve King, Steve Schneider
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
13.

電子ブック

EB
Heinrich Rust, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
14.

電子ブック

EB
COORDINATIONS 2005, Jean-Marie Jacquet, Takeo Kanade, Gian Pietro Picco
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
15.

電子ブック

EB
Communication, and Software Systems International School on Formal Methods for the Design of Computer, Marco Bernardo, Alessandro Bogliolo, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
16.

電子ブック

EB
RISE 2004, Nicolas Guelfi, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
17.

電子ブック

EB
CBSE 2005, George T. Heineman, Takeo Kanade, Association for Computing Machinery-Digital Library., George Heineman, Heinz W. Schmidt, Judith A. Stafford, Clemens Szyperski, Kurt Wallnau
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2005
所蔵情報: loading…
目次情報: 続きを見る
Prediction, Analysis and Monitoring of System Architecture
Performance Prediction of J2EE Applications Using Messaging Protocols / Yan Liu ; Ian Gorton
EJBMemProf - A Memory Profiling Framework for Enterprise JavaBeans / Marcus Meyerhöfer ; Bernhard Volz
Model-Driven Safety Evaluation with State-Event-Based Component Failure Annotations / Lars Grunske ; Bernhard Kaiser ; Yiannis Papadopoulos
Optimizing Resource Usage in Component-Based Real-Time Systems / Johan Fredriksson ; Kristian Sandström ; Mikael Åkerholm
Evaluating Performance Attributes of Layered Software Architecture / Vibhu Saujanya Sharma ; Pankaj Jalote ; Kishor S. Trivedi
Component-Level Dataflow Analysis / Atanas Rountev
Architecture and Design of Component-Based Systems
Exogenous Connectors for Software Components / Kung-Kiu Lau ; Perla Velasco Elizondo ; Zheng Wang
Qinna, a Component-Based QoS Architecture / Jean-Charles Tournier ; Jean-Philippe Babau ; Vincent Olive
Architecture Based Deployment of Large-Scale Component Based Systems: The Tool and Principles / Ling Lan ; Gang Huang ; Liya Ma ; Meng Wang ; Hong Mei ; Long Zhang ; Ying Chen
Component-Based Open Middleware Supporting Aspect-Oriented Software Composition / Bert Lagaisse ; Wouter Joosen
An Empirical Study on the Specification and Selection of Components Using Fuzzy Logic / Kendra Cooper ; João W. Cangussu ; Rong Lin ; Ganesan Sankaranarayanan ; Ragouramane Soundararadjane ; Eric Wong
Finding a Needle in the Haystack: A Technique for Ranking Matches Between Components / Naiyana Tansalarak ; Kajal Claypool
Extra-Functional System Properties of Components and Component-Based Systems
A Contracting System for Hierarchical Components / Philippe Collet ; Roger Rousseau ; Thierry Coupaye ; Nicolas Rivierre
Tailored Responsibility Within Component-Based Systems / Elke Franz ; Ute Wappler
Efficient Upgrading in a Purely Functional Component Deployment Model / Eelco Dolstra
Real-Time Scheduling Techniques for Implementation Synthesis from Component-Based Software Models / Zonghua Gu ; Zhimin He
A Component-Oriented Model for the Design of Safe Multi-threaded Applications / Reimer Behrends ; R.E. Kurt Stirewalt ; Laura K. Dillon
TeStor: Deriving Test Sequences from Model-Based Specifications / Patrizio Pelliccione ; Henry Muccini ; Antonio Bucchiarone ; Fabrizio Facchini
Components at Work
A CCA-compliant Nuclear Power Plant Simulator Kernel / Manuel Díaz ; Daniel Garrido ; Sergio Romero ; Bartolomé Rubio ; Enrique Soler ; José M. Troya
Experience with Component-Based Development of a Telecommunication Service / Gregory W. Bond ; Eric Cheung ; Healfdene H. Goguen ; Karrie J. Hanson ; Don Henderson ; Gerald M. Karam ; K. Hal Purdy ; Thomas M. Smith ; Pamela Zave
Reusable Dialog Component Framework for Rapid Voice Application Development / Rahul P. Akolkar ; Tanveer Faruquie ; Juan Huerta ; Pankaj Kankar ; Nitendra Rajput ; T.V. Raman ; Raghavendra U. Udupa ; Abhishek Verma
Unlocking the Grid / Chris A. Mattmann ; Nenad Medvidovic ; Paul M. Ramirez ; Vladimir Jakobac
Experience Report: Design and Implementation of a Component-Based Protection Architecture for ASP.NET Web Services / Konstantin Beznosov
Concept Index
Author Index
Prediction, Analysis and Monitoring of System Architecture
Performance Prediction of J2EE Applications Using Messaging Protocols / Yan Liu ; Ian Gorton
EJBMemProf - A Memory Profiling Framework for Enterprise JavaBeans / Marcus Meyerhöfer ; Bernhard Volz
18.

電子ブック

EB
IFIP TC6/WG6.1 International Conference on Testing of Communicating Systems, Rachida Dssouli, Takeo Kanade, Ferhat Khendek
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
19.

電子ブック

EB
EWSA 2005, Takeo Kanade, Ronald Morrison, Flavio Oquendo
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
20.

電子ブック

EB
Jacques Julliand, Takeo Kanade, Olga Kouchnarenko
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2006
所蔵情報: loading…
21.

電子ブック

EB
Bertrand Meyer, Takeo Kanade, Jerzy R. Nawrocki, Bartosz Walter
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
22.

電子ブック

EB
Ian Gorton, George T. Heineman, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
23.

電子ブック

EB
Michel R. V. Chaudron, Takeo Kanade, Ralf Reussner, Clemens Szyperski
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
24.

電子ブック

EB
Qing Li, Takeo Kanade, Antoni Oliv?, Stefano Spaccapietra, Eric Yu
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
25.

電子ブック

EB
Gilles Barthe, Benjamin Gr?goire, Marieke Huisman, Takeo Kanade, Jean-Louis Lanet, Institut national de recherche en informatique et en automatique (France)
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
26.

電子ブック

EB
Ben Liblit, David Hutchison, Takeo Kanade, Association for Computing Machinery.
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2007
所蔵情報: loading…
目次情報: 続きを見る
Introduction / 1:
Perfect, or Close Enough / 1.1:
Automatic Failure Reporting / 1.2:
The Next Step Forward / 1.3:
Cooperative Bug Isolation / 1.4:
Instrumentation Framework / 2:
Basic Instrumentation Strategy / 2.1:
Sampling the Bernoulli Way / 2.1.1:
From Blocks to Functions / 2.1.2:
Interprocedural Issues / 2.1.3:
Instrumentation Schemes for Distributed Debugging / 2.2:
Issues in Remote Sampling / 2.2.1:
Counter-Based Instrumentation Schemes / 2.2.2:
Additional Instrumentation Schemes / 2.2.3:
Performance and Optimizations / 2.3:
Static Branch Prediction / 2.3.1:
Weightless Functions / 2.3.2:
Empty and Singleton Regions / 2.3.3:
Local Countdown Caching / 2.3.4:
Random Countdown Generation / 2.3.5:
Path Balancing / 2.3.6:
Statically Selective Sampling / 2.3.7:
Optimization Recap / 2.3.8:
Adaptive Sampling / 2.4:
Nonuniformity Via Multiple Countdowns / 2.4.1:
Nonuniformity Via Non-Unit Site Weights / 2.4.2:
Policy Notes / 2.4.3:
Realistic Sampling Rates / 2.5:
Practical Considerations / 3:
Native Compiler Integration / 3.1:
Static Site Information / 3.1.1:
Libraries and Plugins / 3.2:
Threads / 3.3:
Next-Sample Countdown / 3.3.1:
Predicate Counters / 3.3.2:
Compilation Unit Registry and Report File / 3.3.3:
Time Stamp Clock / 3.3.4:
Performance Evaluation / 3.3.5:
Privacy and Security / 3.4:
User Interaction / 3.5:
Status of the Public Deployment / 3.6:
Resource Requirements / 3.6.1:
Reporting Trends / 3.6.2:
Techniques for Statistical Debugging / 4:
Notation and Terminology / 4.1:
Predicate Elimination / 4.2:
Instrumentation Strategy / 4.2.1:
Elimination Strategies / 4.2.2:
Data Collection and Analysis / 4.2.3:
Refinement over time / 4.2.4:
Performance Impact / 4.2.5:
Limitations and Insights / 4.2.6:
Regularized Logistic Regression / 4.3:
Crash Prediction Using Logistic Regression / 4.3.1:
Moss: A Multiple-Bug Challenge / 4.3.2:
Nonuniform Sampling / 4.4.1:
Analysis Results / 4.4.2:
Iterative Bug Isolation and Elimination / 4.5:
Increase Scores / 4.5.1:
Statistical Interpretation / 4.5.2:
Balancing Specificity and Sensitivity / 4.5.3:
Redundancy Elimination / 4.5.4:
Case Studies / 4.6:
Moss / 4.6.1:
CCRYPT / 4.6.2:
BC / 4.6.3:
EXIF / 4.6.4:
Rhythmbox / 4.6.5:
Related Work / 5:
Static Analysis / 5.1:
Profiling and Tracing / 5.2:
Dynamic Analysis / 5.3:
Conclusion / 6:
References
Introduction / 1:
Perfect, or Close Enough / 1.1:
Automatic Failure Reporting / 1.2:
27.

電子ブック

EB
Doug Lea, Takeo Kanade, Douglas Lea, Gianluigi Zavattaro
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
28.

電子ブック

EB
Paolo Ciancarini, Takeo Kanade, Herbert Wiklicky
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
29.

電子ブック

EB
Irene Eusgeld, Felix C. Freiling, Takeo Kanade, Ralf Reussner
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
目次情報: 続きを見る
Introduction to Dependability Metrics / Irene Eusgeld ; Felix C. Freiling1:
Foundations / I:
On Metrics and Measurements / Rainer Bohme2:
Validation of Predictions with Measurements / Ralf Reussner3:
Consistent Metric Usage: From Design to Deployment / Kenneth Chan ; Iman Poernomo4:
Basic and Dependent Metrics / Viktoria Firus5:
Goal, Question, Metric / Heiko Koziolek6:
Quality of Service Modeling Language / Steffen Becker7:
Markov Models / Michael Kuperberg8:
Reliability Metrics / II:
Hardware Reliability / Bernhard Fechner ; Felix Salfner ; Max Walter ; Philipp Limbourg ; Lijun Zhang9:
Software Reliability / Falk Fraikin ; Matthias Rohr ; Ute Wappler10:
Security Metrics / III:
Introduction to Security Metrics / 11:
Cryptographic Attack Metrics / Zinaida Benenson ; Ulrich Kuhn ; Stefan Lucks12:
Security Measurements and Metrics for Networks / Thorsten Holz13:
Industrial Approaches and Standards for Security Assessment / Steffen Weiss14:
Economic Security Metrics / Thomas Nowey15:
Human Factors / Martin Mink16:
Performance Metrics / IV:
Introduction to Performance Metrics / 17:
Performance-Related Metrics in the ISO 9126 Standard / 18:
Analytical Performance Metrics / Jens Happe19:
Performance Metrics in Software Design Models / Antonino Sabetta20:
Measuring Performance Metrics: Techniques and Tools / 21:
Performance Metrics for Specific Domains / 22:
Overlapping Metrics / V:
Introduction to Overlapping Attributes / 23:
Performability / 24:
Reliability vs. Security: A Subjective Overview / 25:
Appendix
Biographies of Contributors / 26:
References / 27:
Subject Index
Author Index
Introduction to Dependability Metrics / Irene Eusgeld ; Felix C. Freiling1:
Foundations / I:
On Metrics and Measurements / Rainer Bohme2:
30.

電子ブック

EB
J?rg Kohlas, Takeo Kanade, J??urg Kohlas, Bertrand Meyer, Andrae Schiper, Andr? Schiper
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2006
所蔵情報: loading…
31.

電子ブック

EB
Ren? Meier, Takeo Kanade, Sotirios Terzis
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
32.

電子ブック

EB
Frank Eliassen, Takeo Kanade, Alberto Montresor
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
33.

電子ブック

EB
Jayadev Misra, Takeo Kanade, Tobias Nipkow, Emil Sekerinski
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
目次情報: 続きを見る
Invited Talk
The Embedded Systems Design Challenge / Thomas A. Henzinger ; Joseph Sifakis
Interactive Verification
The Mondex Challenge: Machine Checked Proofs for an Electronic Purse / Gerhard Schellhorn ; Holger Grandy ; Dominik Haneberg ; Wolfgang Reif
Interactive Verification of Medical Guidelines / Jonathan Schmitt ; Alwin Hoffmann ; Michael Balser ; Mar Marcos
Certifying Airport Security Regulations Using the Focal Environment / David Delahaye ; Jean-Frederic Etienne ; Veronique Viguie Donzeau-Gouge
Proving Safety Properties of an Aircraft Landing Protocol Using I/O Automata and the PVS Theorem Prover: A Case Study / Shinya Umeno ; Nancy Lynch
Validating the Microsoft Hypervisor / Ernie Cohen
Formal Modelling of Systems
Interface Input/Output Automata / Kim G. Larsen ; Ulrik Nyman ; Andrzej Wasowski
Properties of Behavioural Model Merging / Greg Brunet ; Marsha Chechik ; Sebastian Uchitel
Automatic Translation from Circus to Java / Angela Freitas ; Ana Lucia Caneca Cavalcanti
Quantitative Refinement and Model Checking for the Analysis of Probabilistic Systems / Annabelle K. McIver
Real Time
Modeling and Validating Distributed Embedded Real-Time Systems with VDM++ / Marcel Verhoef ; Peter Gorm Larsen ; Jozef Hooman
Towards Modularized Verification of Distributed Time-Triggered Systems / Jewgenij Botaschanjan ; Alexander Gruler ; Alexander Harhurin ; Leonid Kof ; Maria Spichkova ; David Trachtenherz
Industrial Experience
A Story About Formal Methods Adoption by a Railway Signaling Manufacturer / Stefano Bacherini ; Alessandro Fantechi ; Matteo Tempestini ; Niccolo Zingoni
Partially Introducing Formal Methods into Object-Oriented Development: Case Studies Using a Metrics-Driven Approach / Yujun Zheng ; Jinquan Wang ; Kan Wang ; Jinyun Xue
Specification and Refinement
Compositional Class Refinement in Object-Z / Tim McComb ; Graeme Smith
A Proposal for Records in Event-B / Neil Evans ; Michael Butler
Pointfree Factorization of Operation Refinement / Jose Nuno Oliveira ; Cesar Jesus Rodrigues
A Formal Template Language Enabling Metaproof / Nuno Amalio ; Susan Stepney ; Fiona Polack
Programming Languages
Dynamic Frames: Support for Framing, Dependencies and Sharing Without Restrictions (Best Paper) / Ioannis T. Kassios
Type-Safe Two-Level Data Transformation / Alcino Cunha ; Joost Visser
Algebra
Feature Algebra / Peter Hofner ; Ridha Khedri ; Bernhard Moller
Education
Using Domain-Independent Problems for Introducing Formal Methods / Raymond Boute
Compositional Binding in Network Domains / Pamela Zave
Formal Modeling of Communication Protocols by Graph Transformation / Zarrin Langari ; Richard Trefler
Feature Specification and Static Analysis for interaction Resolution / Marc Aiguier ; Karim Berkani ; Pascale Le Gall
A Fully General Operational Semantics for UML 2.0 Sequence Diagrams with Potential and Mandatory Choice / Mass Soldal Lund ; Ketil Stolen
Formal Aspects of Java
Towards Automatic Exception Safety Verification / Xin Li ; H. James Hoover ; Piotr Rudnicki
Enforcer - Efficient Failure Injection / Cyrille Valentin Artho ; Armin Biere ; Shinichi Honiden
Automated Boundary Test Generation from JML Specifications / Fabrice Bouquet ; Frederic Dadeau ; Bruno Legeard
Formal Reasoning About Non-atomic Java Card Methods in Dynamic Logic / Wojciech Mostowski
Formal Verification of a C Compiler Front-End / Sandrine Blazy ; Zaynah Dargaye ; Xavier Leroy
A Memory Model Sensitive Checker for C# / Thuan Quang Huynh ; Abhik Roychoudhury
Changing Programs Correctly: Refactoring with Specifications / Fabian Bannwart ; Peter Muller
Mechanical Verification of Recursive Procedures Manipulating Pointers Using Separation Logic / Viorel Preoteasa
Model Checking
Model-Based Variable and Transition Orderings for Efficient Symbolic Model Checking / Wendy Johnston ; Kirsten Winter ; Lionel van den Berg ; Paul Strooper ; Peter Robinson
Exact and Approximate Strategies for Symmetry Reduction in Model Checking / Alastair F. Donaldson ; Alice Miller
Monitoring Distributed Controllers: When an Efficient LTL Algorithm on Sequences Is Needed to Model-Check Traces / Alexandre Genon ; Thierry Massart ; Cedric Meuter
PSL Model Checking and Run-Time Verification Via Testers / Amir Pnueli ; Aleksandr Zaks
Industry Day: Abstracts of Invited Talks
Formal Methods for Security: Lightweight Plug-In or New Engineering Discipline / Werner Stephan
Formal Methods in the Security Business: Exotic Flowers Thriving in an Expanding Niche / David von Oheimb
Connector-Based Software Development: Deriving Secure Protocols / Dusko Pavlovic
Model-Based Security Engineering for Real / Jan Jurjens
Cost Effective Software Engineering for Security / D. Randolph Johnson
Formal Methods and Cryptography / Michael Backes ; Birgit Pfitzmann ; Michael Waidner
Verified Software Grand Challenge / Jim Woodcock
Author Index
Invited Talk
The Embedded Systems Design Challenge / Thomas A. Henzinger ; Joseph Sifakis
Interactive Verification
34.

電子ブック

EB
Jorge Cuellar, Takeo Kanade, Thomas S. E. Maibaum, Tom Maibaum, Kaisa Sere
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
35.

電子ブック

EB
Wolfgang Grieskamp, Takeo Kanade, Carsten Weise
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
36.

電子ブック

EB
Klaus Havelund, Takeo Kanade, Manuel N???�}ez, Grigore Ro?�u, Burkhart Wolff
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2006
所蔵情報: loading…
37.

電子ブック

EB
Zhiming Liu, Jifeng He, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2006
所蔵情報: loading…
目次情報: 続きを見る
Keynote Talks
Program Verification Through Computer Algebra / Chaochen Zhou
JML's Rich, Inherited Specifications for Behavioral Subtypes / Gary T. Leavens
Three Perspectives in Formal Engineering / John McDermid ; Andy Galloway
Specification and Verification
A Method for Formalizing, Analyzing, and Verifying Secure User Interfaces / Bernhard Beckert ; Gerd Beuster
Applying Timed Interval Calculus to Simulink Diagrams / Chunqing Chen ; Jin Song Dong
Reducing Model Checking of the Few to the One / E. Allen Emerson ; Richard J. Trefler ; Thomas Wahl
Induction-Guided Falsification / Kazuhiro Ogata ; Masahiro Nakano ; Weiqiang Kong ; Kokichi Futatsugi
Verifying [chi] Models of Industrial Systems with Spin / Nikola Trcka
Stateful Dynamic Partial-Order Reduction / Xiaodong Yi ; Ji Wang ; Xuejun Yang
Internetware and Web-Based Systems
User-Defined Atomicity Constraint: A More Flexible Transaction Model for Reliable Service Composition / Xiaoning Ding ; Jun Wei ; Tao Huang
Environment Ontology-Based Capability Specification for Web Service Discovery / Puwei Wang ; Zhi Jin ; Lin Liu
Scenario-Based Component Behavior Derivation / Yan Zhang ; Jun Hu ; Xiaofeng Yu ; Tian Zhang ; Xuandong Li ; Guoliang Zheng
Verification of Computation Orchestration Via Timed Automata / Yang Liu ; Jun Sun ; Xian Zhang
Towards the Semantics for Web Service Choreography Description Language / Jing Li ; Jifeng He ; Geguang Pu ; Huibiao Zhu
Type Checking Choreography Description Language / Hongli Yang ; Xiangpeng Zhao ; Zongyan Qiu ; Chao Cai
Concurrent, Communicating, Timing and Probabilistic Systems
Formalising Progress Properties of Non-blocking Programs / Brijesh Dongol
Towards a Fully Generic Theory of Data / Douglas A. Creager ; Andrew C. Simpson
Verifying Statemate Statecharts Using CSP and FDR / A. W. Roscoe ; Z. Wu
A Reasoning Method for Timed CSP Based on Constraint Solving / Ping Hao
Mapping RT-LOTOS Specifications into Time Petri Nets / Tarek Sadani ; Marc Boyer ; Pierre de Saqui-Sannes ; Jean-Pierre Courtiat
Reasoning Algebraically About Probabilistic Loops / Larissa Meinicke ; Ian J. Hayes
Object and Component Orientation
Formal Verification of the Heap Manager of an Operating System Using Separation Logic / Nicolas Marti ; Reynald Affeldt ; Akinori Yonezawa
A Statically Verifiable Programming Model for Concurrent Object-Oriented Programs / Bart Jacobs ; Jan Smans ; Frank Piessens ; Wolfram Schulte
Model Checking Dynamic UML Consistency / Quan Long
Testing and Model Checking
Conditions for Avoiding Controllability Problems in Distributed Testing / Jessica Chen ; Lihua Duan
Generating Test Cases for Constraint Automata by Genetic Symbiosis Algorithm / Samira Tasharofi ; Sepand Ansari ; Marjan Sirjani
Checking the Conformance of Java Classes Against Algebraic Specifications / Isabel Nunes ; Antonia Lopes ; Vasco Vasconcelos ; Joao Abreu ; Luis S. Reis
Incremental Slicing / Heike Wehrheim
Assume-Guarantee Software Verification Based on Game Semantics / Aleksandar Dimovski ; Ranko Lazic
Optimized Execution of Deterministic Blocks in Java PathFinder / Marcelo d'Amorim ; Ahmed Sobeih ; Darko Marinov
Tools
A Tool for a Formal Pattern Modeling Language / Soon-Kyeong Kim ; David Carrington
An Open Extensible Tool Environment for Event-B / Jean-Raymond Abrial ; Michael Butler ; Stefan Hallerstede ; Laurent Voisin
Tool for Translating Simulink Models into Input Language of a Model Checker / Meenakshi B. ; Abhishek Bhatnagar ; Sudeepa Roy
Fault-Tolerance and Security
Verifying Abstract Information Flow Properties in Fault Tolerant Security Devices / Tim McComb ; Luke Wildman
A Language for Modeling Network Availability / Luigia Petre ; Kaisa Sere ; Marina Walden
Multi-process Systems Analysis Using Event B: Application to Group Communication Systems / J. Christian Attiogbe
Specification and Refinement
Issues in Implementing a Model Checker for Z / John Derrick ; Siobhan North ; Tony Simons
Taking Our Own Medicine: Applying the Refinement Calculus to State-Rich Refinement Model Checking / Leo Freitas ; Ana Cavalcanti ; Jim Woodcock
Discovering Likely Method Specifications / Nikolai Tillmann ; Feng Chen
Time Aware Modelling and Analysis of Multiclocked VLSI Systems / Tomi Westerlund ; Juha Plosila
SALT-Structured Assertion Language for Temporal Logic / Andreas Bauer ; Martin Leucker ; Jonathan Streit
Author Index
Keynote Talks
Program Verification Through Computer Algebra / Chaochen Zhou
JML's Rich, Inherited Specifications for Behavioral Subtypes / Gary T. Leavens
38.

電子ブック

EB
Andr?s Horv?th, Takeo Kanade, Mikl?s Telek
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
39.

電子ブック

EB
Robert M. Hierons, Jonathan P. Bowen, Jonathan Peter Bowen, Mark Harman, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
40.

電子ブック

EB
Frank S. Boer, Frank S. de Boer, Marcello M. Bonsangue, Susanne Graf, Takeo Kanade, Willem-Paul Roever
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2006
所蔵情報: loading…
目次情報: 続きを見る
Component and Service Oriented Computing
A Software Component Model and Its Preliminary Formalisation / Kung-Kiu Lau ; Mario Ornaghi ; Zheng Wang
Synchronised Hyperedge Replacement as a Model for Service Oriented Computing / Gian Luigi Ferrari ; Dan Hirsch ; Ivan Lanese ; Ugo Montanari ; Emilio Tuosto
System Design
Control of Modular and Distributed Discrete-Event Systems / Jan Komenda ; Jan H. van Schuppen
Model-Based Security Engineering with UML: Introducing Security Aspects / Jan Jurjens
The Pragmatics of Stairs / Ragnhild Kobro Runde ; Oystein Haugen ; Ketil Stolen
Tools
Smallfoot: Modular Automatic Assertion Checking with Separation Logic / Josh Berdine ; Cristiano Calcagno ; Peter W. O'Hearn
Orion: High-Precision Methods for Static Error Analysis of C and C++ Programs / Dennis R. Dams ; Kedar S. Namjoshi
Algebraic Methods
Beyond Bisimulation: The "up-to" Techniques / Davide Sangiorgi
Separation Results Via Leader Election Problems / Maria Grazia Vigliotti ; Iain Phillips ; Catuscia Palamidessi
Divide and Congruence: From Decomposition of Modalities to Preservation of Branching Bisimulation / Wan Fokkink ; Rob van Glabbeek ; Paulien de Wind
Model Checking
Abstraction and Refinement in Model Checking / Orna Grumberg
Program Compatibility Approaches / Edmund Clarke ; Natasha Sharygina ; Nishant Sinha
Cluster-Based LTL Model Checking of Large Systems / Jiri Barnat ; Lubos Brim ; Ivana Cerna
Safety and Liveness in Concurrent Pointer Programs / Dino Distefano ; Joost-Pieter Katoen ; Arend Rensink
Assertional Methods
Modular Specification of Encapsulated Object-Oriented Components / Arnd Poetzsch-Heffter ; Jan Schafer
Beyond Assertions: Advanced Specification and Verification with JML and ESC/Java2 / Patrice Chalin ; Joseph R. Kiniry ; Gary T. Leavens ; Erik Poll
Boogie: A Modular Reusable Verifier for Object-Oriented Programs / Mike Barnett ; Bor- Yuh Evan Chang ; Robert DeLine ; Bart Jacobs ; K. Rustan M. Leino
Quantitative Analysis
On a Probabilistic Chemical Abstract Machine and the Expressiveness of Linda Languages / Alessandra Di Pierro ; Chris Hankin ; Herbert Wiklicky
Partial Order Reduction for Markov Decision Processes: A Survey / Marcus Groesser ; Christel Baier
Author Index
Component and Service Oriented Computing
A Software Component Model and Its Preliminary Formalisation / Kung-Kiu Lau ; Mario Ornaghi ; Zheng Wang
Synchronised Hyperedge Replacement as a Model for Service Oriented Computing / Gian Luigi Ferrari ; Dan Hirsch ; Ivan Lanese ; Ugo Montanari ; Emilio Tuosto
41.

電子ブック

EB
Frank S. Boer, Frank S. de Boer, Marcello M. Bonsangue, Susanne Graf, Takeo Kanade, Willem-Paul Roever
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
42.

電子ブック

EB
Marco Bernardo, Pierpaolo Degano, Takeo Kanade, Gianluigi Zavattaro
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
目次情報: 続きを見る
Regular Lectures / Part I:
Sensitivity Analysis of Stochastic Models of Bistable Biochemical Reactions / Andrea Degasperi ; Stephen Gilmore
Pathway Logic / Carolyn Talcott
Formal Cell Biology in Biocham / Francois Fages ; Sylvain Soliman
Hierarchical Modeling for Computational Biology / Carsten Maus ; Mathias John ; Mathias Rohl ; Adelinde M. Uhrmacher
Simulation Methods in Systems Biology / Daniel T. Gillespie
Membrane Computing as a Modeling Framework. Cellular Systems Case Studies / Gheorghe Paun ; Francisco Jose Romero-Campero
Petri Nets for Systems and Synthetic Biology / Monika Heiner ; David Gilbert ; Robin Donaldson
Process Algebras in Systems Biology / Federica Ciocchetta ; Jane Hillston
The BlenX Language: A Tutorial / Lorenzo Dematte ; Corrado Priami ; Alessandro Romanel
BISCA Talks / Part II:
Cells in Silico: A Holistic Approach / Davide Chiarugi ; Pierpaolo Degano ; Jan Bert Van Klinken ; Roberto Marangoni
The Calculus of Looping Sequences / Roberto Barbuti ; Giulio Caravagna ; Andrea Maggiolo-Schettini ; Paolo Milazzo ; Giovanni Pardini
Hybrid Systems and Biology: Continuous and Discrete Modeling for Systems Biology / Luca Bortolussi ; Alberto Policriti
[pi]@: A [pi]-Based Process Calculus for the Implementation of Compartmentalised Bio-inspired Calculi / Cristian Versari ; Roberto Gorrieri
A Gentle Introduction to Stochastic (Poly)Automata Collectives and the (Bio)Chemical Ground Form / Gianluigi Zavattaro
Author Index
Regular Lectures / Part I:
Sensitivity Analysis of Stochastic Models of Bistable Biochemical Reactions / Andrea Degasperi ; Stephen Gilmore
Pathway Logic / Carolyn Talcott
43.

電子ブック

EB
Marco Bernardo, Alessandro Cimatti, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2006
所蔵情報: loading…
44.

電子ブック

EB
Stefan Leue, Pedro Merino
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
45.

電子ブック

EB
Luciano Baresi, Reiko Heckel, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
46.

電子ブック

EB
Jos? Luiz Fiadeiro, Paola Inverardi, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
47.

電子ブック

EB
Ralf L?mmel, Takeo Kanade, Ral L??ammel, Jo?a Saraiva, Jo?o Saraiva, Joos Visser, Joost Visser
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2006
所蔵情報: loading…
48.

電子ブック

EB
Ralf L?mmel, Takeo Kanade, Jo?o Saraiva, Joost Visser
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
目次情報: 続きを見る
Full Tutorials / I:
Design Space of Heterogeneous Synchronization / Michal Antkiewicz ; Krzysztof Czarnecki
Software Reuse beyond Components with XVCL (Tutorial) / Stan Jarzabek
QL: Object-Oriented Queries Made Easy / Oege de Moor ; Damien Sereni ; Mathieu Verbaere ; Elnar Hajiyev ; Pavel Avgustinov ; Torbjorn Ekman ; Neil Ongkingco ; Julian Tibble
Transforming Data by Calculation / Jose N. Oliveira
How to Write Fast Numerical Code: A Small Introduction / Srinivas Chellappa ; Franz Franchetti ; Markus Puschel
A Gentle Introduction to Multi-stage Programming, Part II / Walid Taha
WebDSL: A Case Study in Domain-Specific Language Engineering / Eelco Visser
Short Tutorials / II:
Model-Driven Engineering of Rules for Web Services / Marko Ribaric ; Dragan Gasevic ; Milan Milanovic ; Adrian Giurca ; Sergey Lukichev ; Gerd Wagner
An Introduction to Context-Oriented Programming with ContextS / Robert Hirschfeld ; Pascal Costanza ; Michael Haupt
A Landscape of Bidirectional Model Transformations / Perdita Stevens
Evolving a DSL Implementation / Laurence Tratt
Adding Dimension Analysis to Java as a Composable Language Extension (Extended Abstract) / Eric Van Wyk ; Yogesh Mali
Participants Contributions / III:
Model Transformations for the Compilation of Multi-processor Systems-on-Chip / Eric Piel ; Philippe Marquet ; Jean-Luc Dekeyser
Implementation of a Finite State Machine with Active Libraries in C++ / Zoltan Juhasz ; Adam Sipos ; Zoltan Porkolab
Automated Merging of Feature Models Using Graph Transformations / Sergio Segura ; David Benavides ; Antonio Ruiz-Cortes ; Pablo Trinidad
Modelling the Operational Semantics of Domain-Specific Modelling Languages / Guido Wachsmuth
Author Index
Full Tutorials / I:
Design Space of Heterogeneous Synchronization / Michal Antkiewicz ; Krzysztof Czarnecki
Software Reuse beyond Components with XVCL (Tutorial) / Stan Jarzabek
49.

電子ブック

EB
Karen Yorav, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
50.

電子ブック

EB
Shmuel Ur, Eyal Bin, Takeo Kanade, Yaron Wolfsthal
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
51.

電子ブック

EB
Eyal Bin, Takeo Kanade, Shmuel Ur, Avi Ziv
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2007
所蔵情報: loading…
目次情報: 続きを見る
Hardware Verification Track
Model Checking PSL Using HOL and SMV / Thomas Tuerk ; Klaus Schneider ; Mike Gordon
Using Linear Programming Techniques for Scheduling-Based Random Test-Case Generation / Amir Nahir ; Yossi Shiloach ; Avi Ziv
Extracting a Simplified View of Design Functionality Based on Vector Simulation / Onur Guzey ; Charles Wen ; Li-C. Wang ; Tao Feng ; Hillel Miller ; Magdy S. Abadir
Automatic Fault Localization for Property Checking / Stefan Staber ; Gorschwin Fey ; Roderick Bloem ; Rolf Drechsler
Verification of Data Paths Using Unbounded Integers: Automata Strike Back / Tobias Schuele
Tools Track
Smart-Lint: Improving the Verification Flow / Itai Yarom ; Viji Patil
Model-Driven Development with the jABC / Bernhard Steffen ; Tiziana Margaria ; Ralf Nagel ; Sven Jorges ; Christian Kubczak
Detecting Design Flaws in UML State Charts for Embedded Software / Janees Elamkulam ; Ziv Glazberg ; Ishai Rabinovitz ; Gururaja Kowlali ; Satish Chandra Gupta ; Sandeep Kohli ; Sai Dattathrani ; Claudio Paniagua Macia
A Panel: Unpaved Road Between Hardware Verification and Software Testing Techniques / Shmuel Ur
An Open Source Simulation Model of Software Development and Testing / Elad Yom-Tov ; Paul Wernick
Software Testing Track
ExpliSAT: Guiding SAT-Based Software Verification with Explicit States / Sharon Barner ; Cindy Eisner ; Daniel Kroening
Evolutionary Testing: A Case Study / Stella Levin ; Amiram Yehudai
A Race-Detection and Flipping Algorithm for Automated Testing of Multi-threaded Programs / Koushik Sen ; Gul Agha
Explaining Intermittent Concurrent Bugs by Minimizing Scheduling Noise / Yaniv Eytani ; Timo Latvala
Testing the Machine in the World / Michael Jackson
Choosing a Test Modeling Language: A Survey / Alan Hartman ; Mika Katara ; Sergey Olvovsky
Making Model-Based Testing More Agile: A Use Case Driven Approach / Antti Kervinen
Author Index
Hardware Verification Track
Model Checking PSL Using HOL and SMV / Thomas Tuerk ; Klaus Schneider ; Mike Gordon
Using Linear Programming Techniques for Scheduling-Based Random Test-Case Generation / Amir Nahir ; Yossi Shiloach ; Avi Ziv
52.

電子ブック

EB
Barbara Paech, Takeo Kanade, Craig Martell
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
53.

電子ブック

EB
Qing Wang, Dietmar Pfahl, David M. Raffo, David Mitchell Raffo
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
54.

電子ブック

EB
Antti Valmari, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
55.

電子ブック

EB
Klaus Havelund, Takeo Kanade, Rupak Majumdar, Jens Palsberg
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
56.

電子ブック

EB
Krzysztof Czarnecki, Jean-Michel Bruel, Takeo Kanade, Ileana Ober, Axel Uhl, Markus V?lter
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
57.

電子ブック

EB
Oscar Nierstrasz, David Harel, Takeo Kanade, Oscar Marius Nierstrasz, Gianna Reggio, Jon Whittle, Association for Computing Machinery-Digital Library.
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2006
所蔵情報: loading…
目次情報: 続きを見る
A Software Modeling Odyssey: Designing Evolutionary Architecture-Centric Real-Time Systems and Product Lines / Hassan GomaaKeynote 1:
Evaluating UML
Uses and Abuses of the Stereotype Mechanism in UML 1.x and 2.0 / Brian Henderson-Sellers ; Cesar Gonzalez-Perez
An Experimental Investigation of UML Modeling Conventions / Christian F.J. Lange ; Bart Du Bois ; Michel R.V. Chaudron ; Serge Demeyer
Improving the Definition of UML / Greg O'Keefe
MDA in Software Development
Adopting Model Driven Software Development in Industry - A Case Study at Two Companies / Miroslaw Staron
Use Case Driven Iterative Development: Hurdles and Solutions / Santiago Ceria ; Juan Jose Cukier
Model-Driven Development with SDL - Process, Tools, and Experiences / Thomas Kuhn ; Reinhard Gotzhein ; Christian Webel
Concrete Syntax
Model-Driven Analysis and Synthesis of Concrete Syntax / Pierre-Alain Muller ; Franck Fleurey ; Frederic Fondement ; Michel Hassenforder ; Rend Schneckenburger ; Sebastien Gerard ; Jean-Marc Jezequel
Correctly Defined Concrete Syntax for Visual Modeling Languages / Thomas Baar
Applying UML to Interaction and Coordination
Compositional MDA / Louis van Gool ; Teade Punter ; Marc Hamilton ; Remco van Engelen
CUP 2.0: High-Level Modeling of Context-Sensitive Interactive Applications / Jan Van den Bergh ; Karin Coninx
Aspects
Domain Models Are NOT Aspect Free / Awais Rashid ; Ana Moreira
A Slice of MDE with AOP: Transforming High-Level Business Rules to Aspects / Maria Agustina Cibran ; Maja D'Hondt
Model Intergration
Package Merge in UML 2: Practice vs. Theory? / Alanna Zito ; Zinovy Diskin ; Juergen Dingel
Detecting and Resolving Model Inconsistencies Using Transformation Dependency Analysis / Tom Mens ; Ragnhild Van Der Straeten
Merging Models with the Epsilon Merging Language (EML) / Dimitrios S. Kolovos ; Richard F. Paige ; Fiona A.C. Polack
Formal Semantics of UML
Mappings, Maps and Tables: Towards Formal Semantics for Associations in UML2
Semantic Variations Among UML StateMachines / Ali Taleghani ; Joanne M. Atlee
Facilitating the Definition of General Constraints in UML / Dolors Costal ; Cristina Gomez ; Anna Queralt ; Ruth Raventos ; Ernest Teniente
Security
Towards a MOF/QVT-Based Domain Architecture for Model Driven Security / Michael Hafner ; Muhammad Alam ; Ruth Breu
MDA-Based Re-engineering with Object-Z / Jorn Guy Suss ; Tim McComb ; Soon-Kyeong Kim ; Luke Wildman ; Geoffrey Watson
A Model Transformation Semantics and Analysis Methodology for SecureUML / Achim D. Brucker ; Jurgen Doser ; Burkhart Wolff
Model Transformation Tools and Implementation
Incremental Model Transformation for the Evolution of Model-Driven Systems / David Hearnden ; Michael Lawley ; Kerry Raymond
A Plugin-Based Language to Experiment with Model Transformation / Jesus Sanchez Cuadrado ; Jesus Garcia Molina
SiTra: Simple Transformations in Java / David H. Akehurst ; Behzad Bordbar ; Michael J. Evans ; W. Gareth J. Howells ; Klaus D. McDonald-Maier
Analyzing Dynamic Models
Analysis and Visualization of Behavioral Dependencies Among Distributed Objects Based on UML Models / Vahid Garousi ; Lionel C. Briand ; Yuan Labiche
Model Extraction Using Context Information / Lucio Mauro Duarte ; Jeff Kramer ; Sebastian Uchitel
Dynamic and Generic Manipulation of Models: From Introspection to Scripting / Christophe Tombelle ; Gilles Vanwormhoudt
Specifying Transformations
Model Transformation by Example / Daniel Varro
Graphical Definition of In-Place Transformations in the Eclipse Modeling Framework / Enrico Biermann ; Karsten Ehrig ; Christian Kohler ; Gunter Kuhns ; Gabriele Taentzer ; Eduard Weiss
Model Transformations? Transformation Models! / Jean Bezivin ; Fabian Buttner ; Martin Gogolla ; Frederic Jouault ; Ivan Kurtev ; Arne Lindow
MOF
A Mapping Language from Models to DI Diagrams / Marcus Alanen ; Torbjorn Lundkvist ; Ivan Porres
Basic Operations over Models Containing Subset and Union Properties
A Metamodeling Approach to Pattern Specification / Maged Elaasar ; Yvan Labiche
Immune System Computation and the Immunological Homunculus / Irun R. CohenKeynote 2:
Bridging Models
Building Abstractions in Class Models: Formal Concept Analysis in a Model-Driven Approach / Gabriela Arevalo ; Jean-Remi Falleri ; Marianne Huchard ; Clementine Nebut
Lifting Metamodels to Ontologies: A Step to the Semantic Integration of Modeling Languages / Gerti Kappel ; Elisabeth Kapsammer ; Horst Kargl ; Gerhard Kramler ; Thomas Reiter ; Werner Retschitzegger ; Wieland Schwinger ; Manuel Wimmer
Incremental Model Synchronization with Triple Graph Grammars / Holger Giese ; Robert Wagner
Risk, Trust and Dependability
Model-Driven Assessment of Use Cases for Dependable Systems / Sadaf Mustafiz ; Ximeng Sun ; Jorg Kienzle ; Hans Vangheluwe
A Graphical Approach to Risk Identification, Motivated by Empirical Investigations / Ida Hogganvik ; Ketil Stolen
Reusable MDA Components: A Testing-for-Trust Approach / Jean-Marie Mottu ; Benoit Baudry ; Yves Le Traon
Tool Environments
Using Smalltalk as a Reflective Executable Meta-language / Stephane Ducasse ; Tudor Girba
UML Model Interchange in Heterogeneous Tool Environments: An Analysis of Adoptions of XMI 2 / Bjorn Lundell ; Brian Lings ; Anna Persson ; Anders Mattsson
Applying Model Fragment Copy-Restore to Build an Open and Distributed MDA Environment / Prawee Sriplakich ; Xavier Blanc ; Marie-Pierre Gervais
OCL
An OCL-Based Technique for Specifying and Verifying Refinement-Oriented Transformations in MDE / Claudia Pons ; Diego Garcia
An OCL Semantics Specified with QVT / Slavisa Markovic
Specification of Invariability in OCL / Piotr Kosiuczenko
Roundtrip Engineering
Framework-Specific Modeling Languages with Round-Trip Engineering / Michal Antkiewicz ; Krzysztof Czarnecki
A Visualization Framework for the Modeling and Formal Analysis of High Assurance Systems / Heather Goldsby ; Betty H. C. Cheng ; Sascha Konrad ; Stephane Kamdoum
Layered Class Diagrams: Supporting the Design Process / Scott Hendrickson ; Bryan Jett ; Andre van der Hoek
Real Time and Embedded Systems
Using UML Activities for System-on-Chip Design and Synthesis / Tim Schattkowsky ; Jan Hendrik Hausmann ; Gregor Engels
Modeling and Early Performance Estimation for Network Processor Applications / Antonia Bertolino ; Alvise Bonivento ; Guglielmo De Angelis ; Alberto Sangiovanni-Vincentelli
A Formal Semantics of UML-RT / Michael von der Beeck
Workshops, Tutorials and Panels
Workshops and Symposia at MoDELS 2006 / Thomas Kuhne
Tutorials at MoDELS 2006 / Egidio Astesiano
Panels at MoDELS 2006 / Douglas C. Schmidt
Author Index
A Software Modeling Odyssey: Designing Evolutionary Architecture-Centric Real-Time Systems and Product Lines / Hassan GomaaKeynote 1:
Evaluating UML
Uses and Abuses of the Stereotype Mechanism in UML 1.x and 2.0 / Brian Henderson-Sellers ; Cesar Gonzalez-Perez
58.

電子ブック

EB
Holger Giese, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
59.

電子ブック

EB
Thomas K?hne, Takeo Kanade, Association for Computing Machinery-Digital Library.
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2007
所蔵情報: loading…
60.

電子ブック

EB
Andreas Jedlitschka, Takeo Kanade, Outi Salo
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
61.

電子ブック

EB
J?rgen M?nch, Takeo Kanade, J??ur M??unch, Mat Vierimaa, Matias Vierimaa
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2006
所蔵情報: loading…
62.

電子ブック

EB
Steffen Becker, Takeo Kanade, Frantisek Plasil, Ralf Reussner
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
63.

電子ブック

EB
Nicolas Guelfi, Takeo Kanade, Anthony Savidis
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
64.

電子ブック

EB
Ana Cavalcanti, Takeo Kanade, Augusto Sampaio, Jim Woodcock
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2006
所蔵情報: loading…
65.

電子ブック

EB
Lu?s Miguel Pinho, Michael Gonzaalez Harbour, Michael Gonz?lez Harbour, Takeo Kanade, Luais Miguel Pinho, Association for Computing Machinery-Digital Library.
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2006
所蔵情報: loading…
66.

電子ブック

EB
Fabrice Kordon, Takeo Kanade, Tullio Vardanega
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
67.

電子ブック

EB
Maurizio Morisio, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
68.

電子ブック

EB
Martin Leucker, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
69.

電子ブック

EB
Jean-Michel Bruel, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
70.

電子ブック

EB
Volker Gruhn, Takeo Kanade, Flavio Oquendo
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2006
所蔵情報: loading…
71.

電子ブック

EB
Cesare Pautasso, Takeo Kanade, ?ric Tanter
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
72.

電子ブック

EB
Welf L?we, Takeo Kanade, We Lowe, Ma Sudholt, Mario S?dholt
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
目次情報: 続きを見る
Automatic Checking of Component Protocols in Component-Based Systems / Wolf Zimmermann ; Michael Schaarschmidt
Checking Component Composability / Christian Attiogbe ; Pascal Andre ; Gilles Ardourel
Static Verification of Indirect Data Sharing in Loosely-coupled Component Systems / Lieven Desmet ; Frank Piessens ; Wouter Joosen ; Pierre Verbaeten
Enforcing Different Contracts in Hierarchical Component-Based Systems / Philippe Collet ; Alain Ozanne ; Nicolas Rivierre
Automated Pattern-Based Pointcut Generation / Mathieu Braem ; Kris Gybels ; Andy Kellens ; Wim Vanderperren
An Aspect-Oriented Approach for Developing Self-Adaptive Fractal Components / Pierre-Charles David ; Thomas Ledoux
Aspects of Composition in the Reflex AOP Kernel / Eric Tanter
A Component-Based Approach to Compose Transaction Standards / Romain Rouvoy ; Patricia Serrano-Alvarado ; Philippe Merle
A Class-Based Object Calculus of Dynamic Binding: Reduction and Properties / Pawel T. Wojciechowski
Tracechecks: Defining Semantic Interfaces with Temporal Logic / Eric Bodden ; Volker Stolz
Service Composition with Directories / Ion Constantinescu ; Walter Binder ; Boi Faltings
Modeling Composition in Dynamic Programming Environments with Model Transformations / Uwe Zdun ; Mark Strembeck
General Composition of Software Artifacts / William Harrison ; Harold Ossher ; Peri Tarr
Dimensions of Composition Models for Supporting Software Evolution / In-Gyu Kim ; Tegegne Marew ; Doo-Hwan Bae ; Jang-Eui Hong ; Sang-Yoon Min
Context-Aware Aspects / Marcus Denker ; Alexandre Bergel
Understanding Design Patterns Density with Aspects / Simon Denier ; Pierre Cointe
A Model for Developing Component-Based and Aspect-Oriented Systems / Nicolas Pessemier ; Lionel Seinturier ; Thierry Coupaye ; Laurence Duchien
FROGi: Fractal Components Deployment over OSGi / Mikael Desertot ; Humberto Cervantes ; Didier Donsez
Modular Design of Man-Machine Interfaces with Larissa / Karine Altisen ; Florence Maraninchi ; David Stauch
On the Integration of Classboxes into C# / Markus Lumpe ; Jean-Guy Schneider
Automatic Control Flow Generation from Software Architectures / Kung-Kiu Lau ; Vladyslav Ukis
Author Index
Automatic Checking of Component Protocols in Component-Based Systems / Wolf Zimmermann ; Michael Schaarschmidt
Checking Component Composability / Christian Attiogbe ; Pascal Andre ; Gilles Ardourel
Static Verification of Indirect Data Sharing in Loosely-coupled Component Systems / Lieven Desmet ; Frank Piessens ; Wouter Joosen ; Pierre Verbaeten
73.

電子ブック

EB
Alessandro Garcia, Ricardo Choren, Paolo Giorgini, Tom Holvoet, Takeo Kanade, Carlos Lucena, Alexander Romanovsky
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
目次情報: 続きを見る
Context-Awareness and Coordination
Policy-Driven Configuration and Management of Agent Based Distributed Systems / Anand R. Tripathi ; Devdatta Kulkarni ; Tanvir Ahmed
Views: Middleware Abstractions for Context-Aware Applications in Manets / Kurt Schelfthout ; Tom Holvoet ; Yolande Berbers
An Adaptive Distributed Layout for Multi-agent Applications / Koenraad Mertens
Self-organizing Approaches for Large-Scale Spray Multiagent Systems / Marco Mamei ; Franco Zambonelli
Coordination Artifacts as First-Class Abstractions for MAS Engineering: State of the Research / Andrea Omicini ; Alessandro Ricci ; Mirko Viroli
Modeling
Analysis and Design of Physical and Social Contexts in Multi-agent Systems / Florian Klein ; Holger Giese
Engineering Organization-Based Multiagent Systems / Scott A. DeLoach
Developing and Evaluating a Generic Metamodel for MAS Work Products / Ghassan Beydoun ; César Gonzalez-Perez ; Brian Henderson-Sellers ; G. Low
Agent Roles, Qua Individuals and the Counting Problem / Giancarlo Guizzardi
Requirements and Software Architecture
A Product-Line Approach to Promote Asset Reuse in Multi-agent Systems / Josh Dehlinger ; Robyn R. Lutz
Characterization and Evaluation of Multi-agent System Architectural Styles / Paul Davidsson ; Stefan Johansson ; Mikael Svahnberg
Improving Flexibility and Robustness in Agent Interactions: Extending Prometheus with Hermes / Christopher Cheong ; Michael Winikoff
Patterns for Modelling Agent Systems with Tropos / Haralambos Mouratidis ; Michael Weiss
Dependability
On the Use of Formal Specifications as Part of Running Programs / Giovanna Di Marzo Serugendo
Adaptive Replication of Large-Scale Multi-agent Systems - Towards a Fault-Tolerant Multi-agent Platform / Zahia Guessoum ; Nora Faci ; Jean-Pierre Briot
Author Index
Context-Awareness and Coordination
Policy-Driven Configuration and Management of Agent Based Distributed Systems / Anand R. Tripathi ; Devdatta Kulkarni ; Tanvir Ahmed
Views: Middleware Abstractions for Context-Aware Applications in Manets / Kurt Schelfthout ; Tom Holvoet ; Yolande Berbers
74.

電子ブック

EB
Walter Dosch, Takeo Kanade, Roger Y. Lee, Chisu Wu
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
75.

電子ブック

EB
Juan J. Cuadrado-Gallego, Alain Abran, Ren? Braungarten, Reiner R. Dumke, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
76.

電子ブック

EB
Reiner R. Dumke, Alain Abran, Ren? Braungarten, G?nter B?ren, Juan J. Cuadrado-Gallego, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
77.

電子ブック

EB
Qing Wang, Takeo Kanade, Dietmar Pfahl, David M. Raffo, Paul Wernick
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
78.

電子ブック

EB
Ita Richardson, Takeo Kanade, Richard Messnarz, Per Runeson
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2006
所蔵情報: loading…
79.

電子ブック

EB
Martin Wirsing, Jean-Pierre Ban?tre, Matthias H?lzl, Takeo Kanade, Axel Rauschmayer
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
目次情報: 続きを見る
Engineering of Software-Intensive Systems: State of the Art and Research Challenges / Matthias Holzl ; Axel Rauschmayer ; Martin Wirsing
Ensemble Engineering / I:
Software Engineering for Ensembles
Change-Enabled Software Systems / Oscar Nierstrasz ; Marcus Denker ; Tudor Girba ; Adrian Lienhard ; David Rothlisberger
On the Challenge of Engineering Socio-technical Systems / Jose Luiz Fiadeiro
Design of Complex Cyber Physical Systems with Formalized Architectural Patterns / Lui Sha ; Jose Meseguer
Cyber-Physical Systems and Events / Carolyn Talcott
Design and Deployment of Large-Scale Software-Intensive Systems in Urban Districts / Teruo Higashino
Theory and Formal Methods / II:
Formal Ensemble Engineering / J.W. Sanders ; Graeme Smith
Structured Interacting Computations: A Position Paper / William Cook ; Jayadev Misra
Extending Formal Methods for Software-Intensive Systems
Ensemble Engineering and Emergence / Hu Jun ; Zhiming Liu ; G.M. Reed
Mathematical Support for Ensemble Engineering / Michael Johnson
Behaviour Equivalences in Timed Distributed [pi]-Calculus / Gabriel Ciobanu
Novel Computing Paradigms / III:
The Chemical Reaction Model: Recent Developments and Prospects / Jean-Pierre Banatre ; Pascal Fradet ; Yann Radenac
Spatial Organization of the Chemical Paradigm and the Specification of Autonomic Systems / Jean-Louis Giavitto ; Olivier Michel ; Antoine Spicher
Emerging Models of Computation: Directions in Molecular Computing: Position Paper for InterLink Workshop, May 2007 / Darko Stefanovic
Author Index
Engineering of Software-Intensive Systems: State of the Art and Research Challenges / Matthias Holzl ; Axel Rauschmayer ; Martin Wirsing
Ensemble Engineering / I:
Software Engineering for Ensembles
80.

電子ブック

EB
M. ?mit Uyar, Ali Y. Duale, Mariusz A. Fecko, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
81.

電子ブック

EB
Kenji Suzuki, Toru Hasegawa, Teruo Higashino, Takeo Kanade, Andreas Ulrich, International Federation for Information Processing.
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
82.

電子ブック

EB
Andreas Rausch, Takeo Kanade, Raffaela Mirandola, Franti??ek Pl????il, Ralf Reussner, Gesellschaft f?r Informatik.
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
目次情報: 続きを見る
Introduction / Andreas Rausch ; Ralf Reussner ; Raffaela Mirandola ; Frantisek Plasil1:
CoCoTA - Common Component Task / 2:
CoCoME - The Common Component Modeling Example / Sebastian Herold ; Holger Klus ; Yannick Welsch ; Constanze Deiters ; Klaus Krogmann ; Heiko Koziolek ; Benjamin Hummel ; Michael Meisinger ; Christian Pfaller3:
Modeling Components and Component-Based Systems in KobrA / Colin Atkinson ; Philipp Bostan ; Daniel Brenner ; Giovanni Falcone ; Matthias Gutheil ; Oliver Hummel ; Monika Juhasz ; Dietmar Stoll4:
A Rich Services Approach to CoCoME / Barry Demchak ; Vina Ermagan ; Emilia Farcas ; To-ju Huang ; Ingolf H. Kruger ; Massimiliano Menarini5:
Modelling with Relational Calculus of Object and Component Systems - rCOS / Zhenbang Chen ; Abdel Hakim Hannousse ; Dang Van Hung ; Istvan Knoll ; Xiaoshan Li ; Zhiming Liu ; Yang Liu ; Qu Nan ; Joseph C. Okika ; Anders P. Ravn ; Volker Stolz ; Lu Yang ; Naijun Zhan6:
Component-Interaction Automata Approach (CoIn) / Barbora Zimmerova ; Pavlina Varekova ; Nikola Benes ; Ivana Cerna ; Lubos Brim ; Jiri Sochor7:
Service-Oriented Modeling of CoCoME with Focus and AutoFocus / Manfred Broy ; Jorge Fox ; Florian Holzl ; Dagmar Koss ; Marco Kuhrmann ; Birgit Penzenstadler ; Sabine Rittmann ; Bernhard Schatz ; Maria Spichkova ; Doris Wild8:
Modelling the CoCoME with the Java/A Component Model / Alexander Knapp ; Stephan Janisch ; Rolf Hennicker ; Allan Clark ; Stephen Gilmore ; Florian Hacklinger ; Hubert Baumeister ; Martin Wirsing9:
Linking Programs to Architectures: An Object-Oriented Hierarchical Software Model Based on Boxes / Jan Schafer ; Markus Reitz ; Jean-Marie Gaillourdet ; Arnd Poetzsch-Heffter10:
Modelling the CoCoME with DisCComp / Andre Appel11:
Palladio - Prediction of Performance Properties / 12:
KLAPER: An Intermediate Language for Model-Driven Predictive Analysis of Performance and Reliability / Vincenzo Grassi ; Enrico Randazzo ; Antonino Sabetta13:
CoCoME in Fractal / Lubomir Bulej ; Tomas Bures ; Thierry Coupaye ; Martin Decky ; Pavel Jezek ; Pavel Parizek ; Tomas Poch ; Nicolas Rivierre ; Ondrej Sery ; Petr Tuma14:
CoCoME in SOFA / Petr Hnetynka ; Jan Kofron15:
A Specification Language for Distributed Components Implemented in GCM/ProActive / Antonio Cansado ; Denis Caromel ; Ludovic Henrio ; Eric Madelaine ; Marcela Rivera ; Emil Salageanu16:
CoCoME Jury Evaluation and Conclusion / Johannes Siedersleben ; Clemens Szyperski17:
Author Index
Introduction / Andreas Rausch ; Ralf Reussner ; Raffaela Mirandola ; Frantisek Plasil1:
CoCoTA - Common Component Task / 2:
CoCoME - The Common Component Modeling Example / Sebastian Herold ; Holger Klus ; Yannick Welsch ; Constanze Deiters ; Klaus Krogmann ; Heiko Koziolek ; Benjamin Hummel ; Michael Meisinger ; Christian Pfaller3:
83.

電子ブック

EB
Awais Rashid, Mehmet Aksit, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
84.

電子ブック

EB
Awais Rashid, Mehmet Akesit, Mehmet Aksit, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2006
所蔵情報: loading…
85.

電子ブック

EB
Gilles Barthe, C?dric Fournet
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
86.

電子ブック

EB
Markus M?ller-Olm, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2006
所蔵情報: loading…
目次情報: 続きを見る
Introduction / 1:
A Hierarchy of Constants / 2:
A Taxonomy of Constants / 2.1:
Flow Graphs / 2.1.1:
May- and Must-Constants / 2.1.2:
Weakened Constant Detection Problems / 2.1.3:
Classes of Integer Constants / 2.1.4:
Known Results / 2.2:
New Undecidability Results / 2.3:
New Intractability Results / 2.4:
Summary / 2.5:
Deciding Constants by Effective Weakest Preconditions / 3:
Presburger and Polynomial Constants / 3.1:
Presburger-Constant Detection at a Glance / 3.2:
A Generic Algorithm / 3.3:
Detection of Presburger Constants / 3.4:
A Primer on Computable Ideal Theory / 3.5:
Zeros / 3.6:
Substitution / 3.6.3:
Projection / 3.6.4:
Detection of Polynomial Constants / 3.7:
Conclusion / 3.8:
Limits of Parallel Flow Analysis / 4:
A Motivating Example / 4.1:
Parallel Programs / 4.2:
Interprocedural Copy-Constant Detection / 4.3:
Two-Counter Machines / 4.3.1:
Constructing a Program / 4.3.2:
Correctness of the Reduction / 4.3.3:
Intraprocedural Copy-Constant Detection / 4.4:
Copy-Constant Detection in Loop-Free Programs / 4.5:
Beyond Fork/Join Parallelism / 4.6:
Owicki/Gries-Style Program Proofs / 4.7:
Correctness of the Reduction in Section 4.3 / 4.8:
Enriching the Program / 4.8.1:
The Proof Outlines / 4.8.2:
Interference Freedom / 4.8.3:
Correctness of the Reduction in Section 4.4 / 4.9:
An Auxiliary Predicate / 4.9.1:
Proof Outline for Main / 4.9.3:
Parallel Flow Graphs / 4.9.6:
Operational Semantics / 5.1:
Atomic Runs / 5.3:
The Run Sets of Ultimate Interest / 5.4:
The Constraint Systems / 5.5:
Same-Level Runs / 5.5.1:
Inverse Same-Level Runs / 5.5.2:
Two Assumptions and a Simple Analysis / 5.5.3:
Reaching Runs / 5.5.4:
Terminating Runs / 5.5.5:
Bridging Runs / 5.5.6:
The General Case / 5.5.7:
Discussion / 5.6:
Non-atomic Execution / 6:
Modeling Non-atomic Execution by Virtual Variables / 6.1:
The Domain of Non-atomic Run Sets / 6.2:
Base Statements / 6.3.1:
Sequential Composition / 6.3.2:
Interleaving Operator / 6.3.3:
Pre-operator / 6.3.4:
Post-operator / 6.3.5:
Dependence Traces / 6.4:
Transparency and Dependences / 7.1:
Implication Order / 7.2:
Subsumption Order / 7.4:
A Lattice of Antichains / 7.5:
Short Dependence Traces / 7.6:
The Abstract Domain / 7.7:
Interleaving / 7.8:
Complementary Dependence Traces / 7.11.1:
Soundness Lemmas / 7.11.2:
Completeness Lemmas / 7.11.4:
Proof of Theorem 7.11.1 / 7.11.5:
Base Edges / 7.12:
Running Time / 7.13:
Detecting Copy Constants and Eliminating Faint Code / 7.14:
Copy-Constant Detection / 8.1:
Faint-Code Elimination / 8.2:
Complexity in the Non-atomic Scenario / 8.3:
The SAT-reduction / 9.1:
Towards Stronger Lower Bounds / 9.2:
Assignment Statements That Propagate Twice / 9.2.1:
Propagating Runs of Exponential Length / 9.2.2:
Future Research / 9.3:
A Primer on Constraint-Based Program Analysis / A:
References
Introduction / 1:
A Hierarchy of Constants / 2:
A Taxonomy of Constants / 2.1:
87.

電子ブック

EB
Marlon Dumas, Reiko Heckel
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
88.

電子ブック

EB
Mario Bravetti, Takeo Kanade, Manuel Nau?nez, Manuel N??ez, Gianluigi Zavattaro
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2006
所蔵情報: loading…
89.

電子ブック

EB
Pekka Abrahamsson, Takeo Kanade, Michele Marchesi, Giancarlo Succi
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2006
所蔵情報: loading…
90.

電子ブック

EB
Shaoying Liu, Keijiro Araki, Takeo Kanade, Tom Maibaum
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
91.

電子ブック

EB
Samuel Kounev, Ian Gorton, Takeo Kanade, Kai Sachs
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
92.

電子ブック

EB
Barbara Paech, Takeo Kanade, Colette Rolland
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2008
所蔵情報: loading…
93.

電子ブック

EB
Rocco Nicola, Rocco De Nicola, Takeo Kanade, Davide Sangiorgi
出版情報: Springer eBooks Computer Science , Springer Berlin / Heidelberg, 2005
所蔵情報: loading…
94.

電子ブック

EB
Michael Luck, Jorge J. Gomez-Sanz, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2009
所蔵情報: loading…
95.

電子ブック

EB
Michael Hanus, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2009
所蔵情報: loading…
96.

電子ブック

EB
Andrea Lucia, Filomena Ferrucci, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2009
所蔵情報: loading…
目次情報: 続きを見る
Software Requirements and Design
The Future of Software: Adaptation and Dependability / Paola Inverardi ; Massimo Tivoli
Autonomic Computing Now You See It, Now You Don't: Design and Evolution of Autonomic Software Systems / Hausi A. Muller ; Holger M. Kienle ; Ulrike Stege
Impact of Usability on Software Requirements and Design / Natalia Juristo
Software Testing and Reverse Engineering
Service-Oriented Architectures Testing: A Survey / Gerardo Canfora and Massimiliano Di Penta
The PLASTIC Framework and Tools for Testing Service-Oriented Applications / Antonia Bertolino ; Guglielmo De Angelis ; Lars Frantzen ; Andrea Polini
Architecture Reconstruction: Tutorial on Reverse Engineering to the Architectural Level / Rainer Koschke
Management
Collaboration in Distributed Software Development / Filippo Lanubile
Web Cost Estimation and Productivity Benchmarking / Emilia Mendes
Knowledge Base and Experience Factory for Empowering Competitiveness / Giuseppe Visaggio
Author Index
Software Requirements and Design
The Future of Software: Adaptation and Dependability / Paola Inverardi ; Massimo Tivoli
Autonomic Computing Now You See It, Now You Don't: Design and Evolution of Autonomic Software Systems / Hausi A. Muller ; Holger M. Kienle ; Ulrike Stege
97.

電子ブック

EB
David Hutchison, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2009
所蔵情報: loading…
98.

電子ブック

EB
Marsha Chechik, Takeo Kanade, Martin Wirsing
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2009
所蔵情報: loading…
99.

電子ブック

EB
Hana Chockler, Alan J. Hu, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2009
所蔵情報: loading…
100.

電子ブック

EB
Michel R. V. Chaudron, Takeo Kanade
出版情報: Springer eBooks Computer Science , Springer Berlin Heidelberg, 2009
所蔵情報: loading…
文献の複写および貸借の依頼を行う
 文献複写・貸借依頼