extending the palladio component model using profiles and
play

Extending the Palladio Component Model using Profiles and - PowerPoint PPT Presentation

Extending the Palladio Component Model using Profiles and Stereotypes Palladio Days 2012, Paderborn M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Kster, P . Merkle and A. Rentschler | November 8, 2012 CHAIR FOR SOFTWARE DESIGN AND QUALITY


  1. Extending the Palladio Component Model using Profiles and Stereotypes Palladio Days 2012, Paderborn M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler | November 8, 2012 CHAIR FOR SOFTWARE DESIGN AND QUALITY www.kit.edu KIT – University of the State of Baden-Wuerttemberg and National Laboratory of the Helmholtz Association

  2. Motivation - Organic Growth of the PCM Motivation Concept Implementation Example Extensions Conclusion M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 2/12 Extending the Palladio Component Model using Profiles and Stereotypes

  3. Motivation - Organic Growth of the PCM Motivation Concept Implementation Example Extensions Conclusion M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 2/12 Extending the Palladio Component Model using Profiles and Stereotypes

  4. Motivation - Organic Growth of the PCM Motivation Concept Implementation Example Extensions Conclusion M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 2/12 Extending the Palladio Component Model using Profiles and Stereotypes

  5. Motivation - Intro Example Example extension: design rationale invariant: self .allocationContexts :AllocateSeparately -> forAll (ac1, ac2| ac1 <> ac2 implies Decision ac1.resourceContainer <> ac2.resourceContainer allocationContexts[0] allocationContexts[1] A:ResourceContainer B:ResourceContainer :ComponentA :ComponentB Motivation Concept Implementation Example Extensions Conclusion M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 3/12 Extending the Palladio Component Model using Profiles and Stereotypes

  6. Motivation - Requirements Requirements for a PCM extension mechanism type-safe typed extensions according to type rules non-invasive no adaptation of the PCM for further extensions lightweight extending has to be easier than complete metamodelling flexible straightforward extensions as well as complex extensions intuitive based on notations that are familiar to many developers composable new extensions can rely on existing ones Motivation Concept Implementation Example Extensions Conclusion M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 4/12 Extending the Palladio Component Model using Profiles and Stereotypes

  7. Concept - Key points Extending PCM using profiles & stereotypes Similar to UML: profiles consist of stereotypes Common syntax for adding information to PCM elements Enables generic extension tooling within Palladio Can be realized using EMF Profiles [LWWC11, LWWC12] Motivation Concept Implementation Example Extensions Conclusion M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 5/12 Extending the Palladio Component Model using Profiles and Stereotypes

  8. Concept - Intro Example Example extension profile Motivation Concept Implementation Example Extensions Conclusion M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 6/12 Extending the Palladio Component Model using Profiles and Stereotypes

  9. Concept - Overview PCM Profiles - Models, layers and relations M3 Ecore «instanceOf» «instanceOf» Metamodel Level PCM Profiles MM M2 «instanceOf» extends aProfile «instanceOf» «instanceOf» M1 extends aBaseModel aProfileApplication Motivation Concept Implementation Example Extensions Conclusion M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 7/12 Extending the Palladio Component Model using Profiles and Stereotypes

  10. Concept - Overview PCM Profiles - Models, layers and relations M3 Ecore «instanceOf» «instanceOf» «instanceOf» Metamodel Level PCM Profiles MM Domain MM M2 «instanceOf» extends references aProfile «instanceOf» «instanceOf» «instanceOf» M1 extends references aBaseModel aProfileApplication aDomainModel Motivation Concept Implementation Example Extensions Conclusion M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 7/12 Extending the Palladio Component Model using Profiles and Stereotypes

  11. Concept - Designing & Using Extensions Two step extension of the PCM Specifying a profile in the editor Extension relations & OCL constraints Attributes & references Dependencies between stereotypes Registering the profile Generic use of PCM extensions Automatic integration into tree-based & graphical editors Stereotypes applicable if restrictions are satisfied Default view for editing stereotype applications Separate storage of profile & stereotype applications Motivation Concept Implementation Example Extensions Conclusion M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 8/12 Extending the Palladio Component Model using Profiles and Stereotypes

  12. Implementation - Profile Application Generic extension of the graphical editor Motivation Concept Implementation Example Extensions Conclusion M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 9/12 Extending the Palladio Component Model using Profiles and Stereotypes

  13. Example Extension - Dataflow Security Without an extension mechanism Motivation Concept Implementation Example Extensions Conclusion M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 10/12 Extending the Palladio Component Model using Profiles and Stereotypes

  14. Example Extension - Dataflow Security Using PCM Profiles Motivation Concept Implementation Example Extensions Conclusion M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 10/12 Extending the Palladio Component Model using Profiles and Stereotypes

  15. PCM Profiles - Requirements Revisited Requirements fulfilled by our approach type-safe typed extends relations and OCL constraints non-invasive profile definition and application without changing the PCM lightweight specific concepts and tooling for stereotype applications flexible annotation-like profiles with simple-typed information as well as complex profiles referring to extension metamodels intuitive editor support & notation similar to UML profiles composable profiles and stereotypes can depend on existing ones Motivation Concept Implementation Example Extensions Conclusion M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 11/12 Extending the Palladio Component Model using Profiles and Stereotypes

  16. PCM Profiles - PIBA Problem Extending PCM = repeating information & tooling in an unstructured way Idea Propose a uniform extension mechanism and provide infrastructure Benefit Reduces effort for future extensions & makes them more reusable Action Identify requirements and propose a profile- & stereotype-based approach Motivation Concept Implementation Example Extensions Conclusion M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 12/12 Extending the Palladio Component Model using Profiles and Stereotypes

  17. References Philip Langer, Konrad Wieland, Manuel Wimmer, and Jordi Cabot. From UML Profiles to EMF Profiles and Beyond. In Judith Bishop and Antonio Vallecillo, editors, Objects, Models, Components, Patterns , volume 6705 of Lecture Notes in Computer Science , pages 52–67. Springer Berlin / Heidelberg, 2011. Philipp Langer, Konrad Wieland, Manuel Wimmer, and Jordi Cabot. EMF Profiles: A Lightweight Extension Approach for EMF Models. Journal of Object Technology , 11:1–29, 2012. M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 13/12 Extending the Palladio Component Model using Profiles and Stereotypes

  18. Backup - Design Patterns Without an extension mechanism M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 14/12 Extending the Palladio Component Model using Profiles and Stereotypes

  19. Backup - Probe Specification Without an extension mechanism annotatedElement ProbeSet EObject position: ProbeSetPosition * 1 <<enumeration>> 1 ProbeSetPosition probes 1..* BEFORE Probe AFTER NONE M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 15/12 Extending the Palladio Component Model using Profiles and Stereotypes

  20. Backup - UML & EMF Profiles UML Profiles Profile & stereotype application stored within extended model No dependencies between stereotypes EMF Profiles Persistence in publicly visible XMI-files No dependencies between stereotypes No OCL constraints restricting stereotype application No packages within profiles No inheritance between stereotypes No evaluation of multiplicity constraints M. E. Kramer , Z. Durdik, M. Hauck, J. Henss, M. Küster, P . Merkle and A. Rentschler – November 8, 2012 16/12 Extending the Palladio Component Model using Profiles and Stereotypes

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend