Software Technologies: Applications and Foundations

Software Technologies: Applications and Foundations
Title Software Technologies: Applications and Foundations PDF eBook
Author Manuel Mazzara
Publisher Springer
Total Pages 658
Release 2018-12-06
Genre Computers
ISBN 3030047717

Download Software Technologies: Applications and Foundations Book in PDF, Epub and Kindle

This book contains the thoroughly refereed technical papers presented in eight workshops collocated with the International Conference on Software Technologies: Applications and Foundations, STAF 2018, held in Toulouse, France, in June 2018. The 65 full papers presented were carefully reviewed and selected from 120 submissions. The events whose papers are included in this volume are: CoSim-CPS 2018: 2nd International Workshop on Formal Co-Simulation of Cyber-Physical Systems DataMod 2018: 7th International Symposium From Data to Models and Back FMIS 2018: 7th International Workshop on Formal Methods for Interactive Systems FOCLASA 2018: 16th International Workshop on Foundations of Coordination Languages and Self-adaptative Systems GCM 2018: 9th International Workshop on Graph Computation Models MDE@DeRun 2018: 1st International Workshop on Model-Driven Engineering for Design-Runtime Interaction in Complex Systems MSE 2018: 3rd International Workshop on Microservices: Science and Engineering SecureMDE 2018: 1st International Workshop on Security for and by Model-Driven Engineering

Software Technologies: Applications and Foundations

Software Technologies: Applications and Foundations
Title Software Technologies: Applications and Foundations PDF eBook
Author Martina Seidl
Publisher Springer
Total Pages 418
Release 2018-01-29
Genre Computers
ISBN 3319747304

Download Software Technologies: Applications and Foundations Book in PDF, Epub and Kindle

This book contains the thoroughly refereed technical papers presented in six workshops collocated with the International Conference on Software Technologies: Applications and Foundations, STAF 2017, held in Marburg, Germany, in July 2017. The 15 full and 22 short papers presented were carefully reviewed and selected from 37 submissions. The events whose papers are included in this volume are: BigMDE 2017: 5th International Workshop on Scalable Model Driven Engineering GCM 2017: 8th International Workshop on Graph Computation Models GRAND 2017: 1st International Workshop on Grand Challenges in Modeling MORSE 2017: 4th International Workshop on Model-driven Robot Software Engineering OCL 2017: 17th International Workshop in OCL and Textual Modeling STAF Projects Showcase 2017: 3rd event dedicated to international and national project dissemination and cooperation

Software Technologies: Applications and Foundations

Software Technologies: Applications and Foundations
Title Software Technologies: Applications and Foundations PDF eBook
Author Paolo Milazzo
Publisher Springer
Total Pages 472
Release 2016-11-29
Genre Computers
ISBN 3319502301

Download Software Technologies: Applications and Foundations Book in PDF, Epub and Kindle

This book contains the thoroughly refereed technical papers presented in six workshops collocated with the International Conference on Software Technologies: Applications and Foundations, STAF 2016, held in Vienna, Austria, in July 2016. The six workshops whose papers are included in this volume are: DataMod, GCM, HOFM, MELO, SEMS, and VeryComp. The 33 full and 3 short papers presented were carefully reviewed and selected from 53 submissions. They focus on practical and foundational advances in software technology covering a wide range of aspects including formal foundations of software technology, testing and formal analysis, graph transformations and model transformations, model driven engineering, and tools.

Agent Technology

Agent Technology
Title Agent Technology PDF eBook
Author Nicholas R. Jennings
Publisher Springer Science & Business Media
Total Pages 338
Release 2012-12-06
Genre Computers
ISBN 3662036789

Download Agent Technology Book in PDF, Epub and Kindle

The first book to provide an integrative presentation of the issues, challenges and success of designing, building and using agent applications. The chapters presented are written by internationally leading authorities in the field, with a general audience in mind. The result is a unique overview of agent technology applications, ranging from an introduction to the technical foundations to reports on dealing with specific agent systems in practice.

A Functional, Comprehensive and Extensible Multi-Platform Querying and Transformation Approach

A Functional, Comprehensive and Extensible Multi-Platform Querying and Transformation Approach
Title A Functional, Comprehensive and Extensible Multi-Platform Querying and Transformation Approach PDF eBook
Author Tassilo Horn
Publisher Logos Verlag Berlin GmbH
Total Pages 475
Release 2015-07-11
Genre Computers
ISBN 3832542914

Download A Functional, Comprehensive and Extensible Multi-Platform Querying and Transformation Approach Book in PDF, Epub and Kindle

This thesis is about a new model querying and transformation approach called FunnyQT which is realized as a set of APIs and embedded domain-specific languages (DSLs) in the JVM-based functional Lisp-dialect Clojure. Founded on a powerful model management API, FunnyQT provides querying services such as comprehensions, quantified expressions, regular path expressions, logic-based, relational model querying, and pattern matching. On the transformation side, it supports the definition of unidirectional model-to-model transformations, of in-place transformations, it supports defining bidirectional transformations, and it supports a new kind of co-evolution transformations that allow for evolving a model together with its metamodel simultaneously. Several properties make FunnyQT unique. Foremost, it is just a Clojure library, thus, FunnyQT queries and transformations are Clojure programs. However, most higher-level services are provided as task-oriented embedded DSLs which use Clojure's powerful macro-system to support the user with tailor-made language constructs important for the task at hand. Since queries and transformations are just Clojure programs, they may use any Clojure or Java library for their own purpose, e.g., they may use some templating library for defining model-to-text transformations. Conversely, like every Clojure program, FunnyQT queries and transformations compile to normal JVM byte-code and can easily be called from other JVM languages. Furthermore, FunnyQT is platform-independent and designed with extensibility in mind. By default, it supports the Eclipse Modeling Framework and JGraLab, and support for other modeling frameworks can be added with minimal effort and without having to modify the respective framework's classes or FunnyQT itself. Lastly, because FunnyQT is embedded in a functional language, it has a functional emphasis itself. Every query and every transformation compiles to a function which can be passed around, given to higher-order functions, or be parametrized with other functions.

Foundations of Software Technology and Theoretical Computer Science

Foundations of Software Technology and Theoretical Computer Science
Title Foundations of Software Technology and Theoretical Computer Science PDF eBook
Author V. Arvind
Publisher Springer
Total Pages 405
Release 2004-01-24
Genre Computers
ISBN 3540493824

Download Foundations of Software Technology and Theoretical Computer Science Book in PDF, Epub and Kindle

This book constitutes the refereed proceedings of the 18th Conference on Foundations of Software Technology and Theoretical Computer Science, FSTTCS'98, held in Chennai, India, in December 1998. The 28 revised full papers presented were carefully selected from a total of 93 submissions; also included are six invited contributions. The papers deal with theoretical topics ranging from discrete mathematics and algorithmic aspects to software engineering, program semantics and mathematical logic.

Implicit Incremental Model Analyses and Transformations

Implicit Incremental Model Analyses and Transformations
Title Implicit Incremental Model Analyses and Transformations PDF eBook
Author Hinkel, Georg
Publisher KIT Scientific Publishing
Total Pages 498
Release 2021-07-20
Genre Computers
ISBN 3731507633

Download Implicit Incremental Model Analyses and Transformations Book in PDF, Epub and Kindle

When models of a system change, analyses based on them have to be reevaluated in order for the results to stay meaningful. In many cases, the time to get updated analysis results is critical. This thesis proposes multiple, combinable approaches and a new formalism based on category theory for implicitly incremental model analyses and transformations. The advantages of the implementation are validated using seven case studies, partially drawn from the Transformation Tool Contest (TTC).