SlideShare ist ein Scribd-Unternehmen logo
1 von 62
Managing Multiple Feature Models:
Foundations, Language and Applications

           PhD candidate: Mathieu Acher

PhD supervisors: Philippe Lahire and Philippe Collet
Software intensive systems

are declined in many variants




  VARIABILITY MODELS            2
VARIABILITY MODELS

  OPERATORS           Φ             Π
  LANGUAGE
                     Medical Imaging
APPLICATIONS         Video surveillance
                     FraSCAti
                                      3
Outline
• Towards Multiple Feature Models
  –   Software Product Line Engineering
  –   Feature Model
  –   Issues in Feature Modeling
  –   Multiple Feature Models: Example
• Applying Separation of Concerns
  – Composition                           Φ                    Π
  – Decomposition
• Supporting language: FAMILIAR
• Applications                            Medical Imaging
                                          Video surveillance
                                          FraSCAti
• Conclusion and Perspectives

                                                                   4
Outline
• Towards Multiple Feature Models
  –   Software Product Line Engineering
  –   Feature Model
  –   Issues in Feature Modeling
  –   Multiple Feature Models: Example
• Applying Separation of Concerns
  – Composition
  – Decomposition
• Supporting language: FAMILIAR
• Applications
• Conclusion and Perspectives

                                          5
Assembly Line
       and
Mass Customization
                 6
“a set of software- intensive systems that share a common, managed set
of features satisfying the specific needs of a particular market segment
or mission and that are developed from a common set of core assets in a
prescribed way” [Clements et al., 2001]



            Software
          Product Lines



                                                                           7
Software Product
           Line Engineering



Factoring out commonalities
    for Reuse [Krueger et al., 1992] [Jacobson et al., 1997]
Managing variabilities
    for Software Mass Customization [Bass et al., 1998] [Krueger et al., 2001], [Pohl et al., 2005]
                                                                                              8
“Reuse-in-the-large works
                                                            best in families of related
                                                            systems, and thus is domain
                                                            dependent.” [Glass, 2001]




                              Domain engineering
Domain Analysis                               Domain Implementation
                (problem)                                       (solution)
• elicitate requirements and scope the line
• variability modeling: determine
commonalities and variabilities usually in            C++
terms of features
                                              UML
                                              model     service

                                               Common assets                Variants


          Variability Model                                  Reusable Assets
                                                         (e.g., models or source code)   9
          (Feature Model)
Domain engineering (development for reuse)



                         “central to the software product
                                     Common assets                  Variants

 Feature Model              line paradigmReusable Assets
                                                 is the modeling
                                           (e.g., models or source code)
                           and management of variability,
                           that is, the commonalities and
                           differences in the applications”
                                      [Pohl et al., 2005]
Feature Configurations


                                        product1     product2
                                                                   productn




Application engineering (development with reuse)                        10
Outline
• Towards Multiple Feature Models
  –   Software Product Line Engineering
  –   Feature Model
  –   Issues in Feature Modeling
  –   Multiple Feature Models: Example
• Applying Separation of Concerns
  – Composition
  – Decomposition
• Supporting language: FAMILIAR
• Applications
• Conclusion and Perspectives

                                          11
Feature Model:
de facto standard for modeling variability
 • Central to many software product line approaches
    – More than 1000 citations of [Kang et al., 1990] per year
    – Generative programming [Czarnecki et al., 2000]

 • Research effort
    – Formal Semantics [Schobbens et al., 2007]                                  φ
    – Automated Reasoning Techniques [Batory et al., 2005], [Czarnecki et al., 2007],
       [Mendonca et al., 2009], [Thuem et al., 2009] , [Janota et al., 2010], [Benavides et al., 2010]




 • Tools
    – Commercial: pure::variants, Gears
    – Academic: fmp, FeatureIDE, FaMa, SPLOT, TVL, etc.
                                                                                                         12
Feature Models
        describe the common and variable features
        (characteristics) of a system under study



                             Medical Image




      Modality Acquisition
                                      Format           Anonymized



MRI                PET          DICOM          Nifti


T1       T2                         T1 or T2 excludes Anonymized
                                     DICOM implies Anonymized
                                          PET or Anonymized




                                                                    13
Feature Models
     Hierarchy: rooted tree
     Variability:
     •        mandatory,
     •        optional,
     •        Groups: exclusive or inclusive features
     •        Cross-tree constraints
                             Medical Image




      Modality Acquisition
                                      Format           Anonymized



MRI                PET          DICOM          Nifti


T1       T2                         T1 or T2 excludes Anonymized
                                     DICOM implies Anonymized
                                          PET or Anonymized




                                                                    14
Feature Models
      Hierarchy + Variability = set of valid configurations



                             Medical Image




      Modality Acquisition
                                      Format           Anonymized



MRI                PET          DICOM          Nifti


T1       T2                         T1 or T2 excludes Anonymized
                                     DICOM implies Anonymized
                                          PET or Anonymized




                                                                    15
Feature Models
      Hierarchy + Variability = set of valid configurations



                             Medical Image

                                                                       Illegal configuration
      Modality Acquisition
                                      Format           Anonymized



MRI                PET          DICOM          Nifti


T1       T2                         T1 or T2 excludes Anonymized                 see Or-group:
                                     DICOM implies Anonymized
                                          PET or Anonymized         at least one feature should be selected


                                                                                                     16
Feature Models
      Hierarchy + Variability = set of valid configurations



                             Medical Image

                                                                     Illegal configuration
      Modality Acquisition
                                      Format           Anonymized



MRI                PET          DICOM          Nifti


T1       T2                         T1 or T2 excludes Anonymized    see constraint “PET or Anonymized”
                                     DICOM implies Anonymized
                                          PET or Anonymized




                                                                                                17
Feature Models
       Hierarchy + Variability = set of valid configurations



                             Medical Image


                                                                         Satisfiability (NP-complete)
      Modality Acquisition
                                      Format            Anonymized
                                                                         Configuration Checking
MRI                PET          DICOM          Nifti


T1       T2                         T1 or T2 excludes Anonymized
                                                                         Dead features detection
                                     DICOM implies Anonymized
                                          PET or Anonymized              …
                                                                                          Around 30 reasoning operations

                                                                     [Schobbens et al., 2007] [Benavides et al., 2010]     18
Propositional Feature Models
       Hierarchy + Variability = set of valid configurations
                                                                    Propositional formula (^, v, ~, , =>)

                                                                              Boolean variables
                             Medical Image
                                                                           set of valid assignments

      Modality Acquisition
                                      Format           Anonymized         φ       = Medical Image ^

MRI                PET          DICOM          Nifti                              Format  Medical Image^
T1       T2                         T1 or T2 excludes Anonymized
                                     DICOM implies Anonymized                     Anonymized => Medical Image ^
                                          PET or Anonymized


                                                                                  …

                                                                    [Batory et al., 2005]   [Czarnecki et al., 2007]   19
Outline
• Towards Multiple Feature Models
  –   Software Product Line Engineering
  –   Feature Model
  –   Issues in Feature Modeling
  –   Multiple Feature Models: Example
• Applying Separation of Concerns
  – Composition
  – Decomposition
• Supporting language: FAMILIAR
• Applications
• Conclusion and Perspectives

                                          20
Feature models are becoming
         large and complex       + 5000 features
                                 Constraint
                                 involving 50
                                 features




Scalability issues in terms of
   - construction
   - evolution
   - reasoning                             21
Multiple Feature Models
SPL/internal/software variability                                                     Concern 1, 2, 3, …, n
(Pohl et al. 2005, Metzger 2007)
                                                                                      View 1, 2, 3, …, n
                                                                                      (Dunghana et al. 2010,
                                                                                      Hubaux et al. 2010, Zaid et al. 2010)


                                                                                                                                               constraints
                                                                                                                                               ……..

                                                                                                                   constraints
                                                                                                                   ……..

                 constraints
                 ……..

                                                                                                                                                      constraints
                                                                                                                                                      ……..




                                                                                                           constraints
                                                                                                           ……..




                                                                                                                                                      constraints
                                                                                                                                                      ……..




                                                                                                                                                      constraints
                                                                                                   constraints                                        ……..

                                                                                                   ……..




                                                                                                                                 constraints
                                                                                                                                 ……..



                 constraints                                constraints
                                                                                           constraints
                 ……..                                       ……..                           ……..




                                    context variability
 PL/external variability            (FORM 1998, Tun et al. 2009 (problem world),   Stakeholder 1, 2, 3, …, n
 (Pohl et al. 2005, Metzger 2007)   Hartmann 2008 (CVM), Lee et al. 2010           (Czarnecki 2005, Reiser et al. 2007,
                                                                                   Hartmann et al. 2009, Classen et al. 2009,
                                                                                   Mendonca et al. 2010)
                                                 FAMILIAR                                                                                      22
Outline
• Towards Multiple Feature Models
  –   Software Product Line Engineering
  –   Feature Model
  –   Issues in Feature Modeling
  –   Multiple Feature Models: Example
• Applying Separation of Concerns
  – Composition
  – Decomposition
• Supporting language: FAMILIAR
• Applications
• Conclusion and Perspectives

                                          23
Case Study: Medical Imaging Services
• Scientists assemble a wide variety of medical imaging
  services (algorithms)
   – Processing chain to manipulate large medical data sets




               Workflow
                                                              24
(1) Medical imaging services are highly variable
           input medical image
                  Medical Image


                                                                                                                                        output medical image
                                                                                                                                                                  Medical Image
 Modality Acquisition                Format          Anonymized



MRI   CT SPEC       PET       DICOM       Nifti   Analyze                                                                                Modality Acquisition                     Format
                          And-Group       Xor-Group
 T1   T2                Optional          Or-Group
                                                                                                                                         MRI    CT SPEC            PET       DICOM     Nifti
                        Mandatory

                                                                                                                                                                         And-Group         Xor-Group
                                                                                                                                         T1     T2                    Optional             Or-Group
                                                                                                                                                                      Mandatory




                                                                        Medical
                                                                        Imaging
                                                                        Service
                                                                                                                                                                   Registration


                GridComputingNode

                                                                                                                                               Transformation                     Method          Interactive


  Operating System                    Processor        FileSizeLimit                                                                           Linear       Non Grid         Spatial   Frequency
                                                                                           NetworkProtocol
                                                                                                                                                                                                And-Group       Xor-Group
                                                                                                                                                                                               Optional         Or-Group
Windows          Linux              x32           x64                                                                                                                                          Mandatory
                                                                                                                                         Rotation       Scaling     Affine
                                                                               HeaderEncoding
                           And-Group
                          Optional
                                              Xor-Group

                                              Or-Group
                                                                                                            Format      Cryptographic
                                                                                                                                        algorithm methods
                          Mandatory                                                                    XML           HTTP

                                                                                                 And-Group       Xor-Group



           grid deployment
                                                                                                Optional         Or-Group
                                                                                                Mandatory




                                                                       network protocol variability
                                                                                                                                                                                                       25
(2) Managing the                                                                                                                                                                           in the entire workflow


                                                                                                                                                                                                                             Medical Image




                                                                                                                                                                                                    Modality Acquisition
                                                                          Medical Image                                                                                                                                                Format                Anonymized



                                                                                                                                                                                              MRI                 PET             DICOM         Nifti


                                                   Modality Acquisition                                                                                                                                                               T1 or T2 excludes Anonymized
                                                                                   Format                   Anonymized                                                                        T1       T2
                                                                                                                                                                                                                                       DICOM implies Anonymized
                                                                                                                                                                                                                                            PET or Anonymized

                                             MRI                PET          DICOM          Nifti


                                             T1       T2                         T1 or T2 excludes Anonymized
                                                                                  DICOM implies Anonymized
                                                                                       PET or Anonymized




                                     Medical Image




              Modality Acquisition
                                              Format              Anonymized



        MRI                PET          DICOM          Nifti


        T1       T2                         T1 or T2 excludes Anonymized                                                                                                                                                                                                                                      Medical Image
                                             DICOM implies Anonymized
                                                  PET or Anonymized




                                                                                                                                                                                                                                                                                       Modality Acquisition
                                                                                                                                                                                                                                                                                                                       Format           Anonymized



                                                                                                                                                                                                                                                                                 MRI                PET          DICOM          Nifti


                                                                                                                                                                                                                                                                                 T1       T2                         T1 or T2 excludes Anonymized
                                                                                                                                                                                                                                                                                                                      DICOM implies Anonymized
                                                                                                                                                                                                                                                                                                                           PET or Anonymized




                                                                                                                             Medical Image




                                                                                                    Modality Acquisition
                                                                                                                                       Format               Anonymized



                                                                                             MRI                 PET             DICOM          Nifti


                                                                                            T1         T2                            T1 or T2 excludes Anonymized
                                                                                                                                      DICOM implies Anonymized
                                                                                                                                           PET or Anonymized




                                                                                                                                                                                                                                      Medical Image




                                                                                                                                                                                                               Modality Acquisition
                                                                                                                                                                                                                                                  Format            Anonymized



                                                                                                                                                                                                         MRI                PET           DICOM            Nifti


                                                                                                                                                                                                        T1        T2                            T1 or T2 excludes Anonymized
                                                                                                                                                                                                                                                 DICOM implies Anonymized
                                                                                                                                                                                                                                                      PET or Anonymized

                                                                                                                                                 Medical Image




                                                                                                                        Modality Acquisition
                                                                                                                                                            Format            Anonymized



                                                                                                                  MRI                PET                DICOM        Nifti


                                                                                                                  T1       T2                              T1 or T2 excludes Anonymized
                                                                                                                                                            DICOM implies Anonymized
                                                                                                                                                                 PET or Anonymized




                                                                                                                                                                                                                                                                                                                                                     26
27
     Suppliern
                   Int2       Int3             Segm2             Reg3             Reg2
      .
                                   01101010       01101010           01101010    01101010
                 01101010
      .
                                   10100111       10100111           10100111    10100111
                 10100111
                                   00101010       00101010           00101010    00101010
                 00101010
                                   00101010       00101010           00101010    00101010
      .
                 00101010
                                   101101         101101             101101      101101
     Supplier2   101101
                                    01101010      01101010      01101010        01101010    01101010
                                    10100111      10100111      10100111        10100111    10100111
                                    00101010      00101010      00101010        00101010    00101010
     Supplier1
                                    00101010      00101010      00101010        00101010    00101010
                                    101101        101101        101101          101101      101101
                            Reg1               Int1          Segm3              Reg4        Segm1
(3) Services come from different suppliers
Managing
                                                                Multiple Feature Models                                                                                                                                       Segm1
                                                                                                                                                                                                                              101101
                                                                                                                                                                                                                              00101010
                                                                                                                                                                                                                              00101010
                                                                                                                                                                                                                              10100111
                                                                                                                                                                                                                              01101010
                                                                                                                                                                                                                                                                 Reg4
                                                                                                                                                                                                                                                               101101
                                                                                                                                                                                                                                                               00101010
                                                                                                                                                                                                                                                               00101010
                                                                                                                                                                                                                                                               10100111
                                                                                                                                                                                                                                                               01101010
                                                                                                                                                                                                                                                                                                      Segm3
                                                                                                                                                                                                                                                                                                 101101
                                                                                                                                                                                                                                                                                                 00101010
                                                                                                                                                                                                                                                                                                 00101010
                                                                                                                                                                                                                                                                                                 10100111
                                                                                                                                                                                                                                                                                                 01101010
                                                                                                                                                                                                                                                                                                              101101
                                                                                                                                                                                                                                                                                                              00101010
                                                                                                                                                                                                                                                                                                              00101010
                                                                                                                                                                                                                                                                                                              10100111
                                                                                                                                                                                                                                                                                                              01101010
                                                                                                                                                                                                                                                                                                                            Int1
                                                                                                                                                                                                                                                                                                                                          101101
                                                                                                                                                                                                                                                                                                                                          00101010
                                                                                                                                                                                                                                                                                                                                          00101010
                                                                                                                                                                                                                                                                                                                                          10100111
                                                                                                                                                                                                                                                                                                                                          01101010
                                                                                                                                                                                                                                                                                                                                                              Reg1

                                                                                                                                                                                                                                                                                                                                                                                            Supplier1




                                                                                                                                                                                                                                                           101101                          101101             101101                          101101
                                                                                                                                                                                                                                                                                                                                                                                101101      Supplier2
                                                                                                                                                                                                                                                                                                                                                                                00101010

                                                                                                                                                                                                                                                                                                                                                                                                   .
                                                                                                                                                                                                                                                           00101010                        00101010           00101010                        00101010
                                                                                                                                                                                                                                                                                                                                                                                00101010
                                                                                                                                                                                                                                                           00101010                        00101010           00101010                        00101010
                                                                                                                                                                                                                                                                                                                                                                                10100111
                                                                                                                                                                                                                                                           10100111                        10100111           10100111                        10100111
                                                                                                                                                                                                                                                           01101010                        01101010           01101010                        01101010
                                                                                                                                                                                                                                                                                                                                                                                01101010
                                                                                                                                                                                                                                                                                                                                                                                                   .
                                                                                                                                                                                                                                                                                                                                                                                                   .

                             Medical Image
                                                                                                                                                                                                                                                               Reg2                              Reg3           Segm2                                    Int3                        Int2
      Modality Acquisition
                                      Format           Anonymized



MRI



T1       T2
                   PET          DICOM          Nifti


                                    T1 or T2 excludes Anonymized
                                                                                                                                                                                                                                                                                                                                                                                            Suppliern
                                     DICOM implies Anonymized                                                                                                                          Medical Image
                                          PET or Anonymized




                                                                                                                                                              Modality Acquisition
                                                                                                                                                                                                Format           Anonymized



                                                                                                                                                        MRI                    PET        DICOM          Nifti


                                                                                                                                                        T1       T2                           T1 or T2 excludes Anonymized
                                                                                                                                                                                               DICOM implies Anonymized
                                                                                                                                                                                                    PET or Anonymized




                                                                                    Medical Image
                                                                                                                                                                                                                                                               Medical Image




                                                             Modality Acquisition
                                                                                             Format           Anonymized

                                                                                                                                                                                                                                        Modality Acquisition
                                                       MRI
                                                                                                                                                                                                                                                                        Format           Anonymized
                                                                          PET          DICOM          Nifti


                                                       T1       T2                         T1 or T2 excludes Anonymized
                                                                                            DICOM implies Anonymized
                                                                                                 PET or Anonymized
                                                                                                                                                                                                                                  MRI                PET          DICOM          Nifti


                                                                                                                                                                                                                                  T1       T2                         T1 or T2 excludes Anonymized
                                                                                                                                                                                                                                                                       DICOM implies Anonymized
                                                                                                                                                                                                                                                                            PET or Anonymized
                                                                                                                                                        Medical Image




                                                                                                                                 Modality Acquisition
                                                                                                                                                                      Format           Anonymized



                                                                                                                           MRI                PET             DICOM            Nifti

                                                                                                                                                                                                                                                               Medical Image
                                                                                                                           T1       T2                            T1 or T2 excludes Anonymized
                                                                                                                                                                   DICOM implies Anonymized                                                                                                                                                   Medical Image
                                                                                                                                                                        PET or Anonymized


                                                                                                                                                                                                                                        Modality Acquisition
                                                                                                                                                                                                                                                                        Format           Anonymized
                                                                                                                                                                                                                                                                                                                       Modality Acquisition
                                                                                                                                                                                                                                                                                                                                                       Format           Anonymized
                                                                                                                                                                                                                                  MRI                PET          DICOM          Nifti

                                                                                                                                                                                                                                                                                                                 MRI                PET          DICOM          Nifti
                                                                                                                                                                                                                                  T1       T2                         T1 or T2 excludes Anonymized
                                                                                                                                                                                                                                                                       DICOM implies Anonymized
                                                                                                                                                                                                                                                                            PET or Anonymized                    T1                                  T1 or T2 excludes Anonymized
                                                                                                                                                                                                                                                                                                                          T2
                                                                                                                                                                                                                                                                                                                                                      DICOM implies Anonymized
                                                                                                                                                                                                                                                                                                                                                           PET or Anonymized




                                                                                                                                                                                                                                                                                                                                                                                                        28
Outline
• Towards Multiple Feature Models
  –   Software Product Line Engineering
  –   Feature Model
  –   Issues in Feature Modeling
  –   Multiple Feature Models: Example
• Applying Separation of Concerns
  – Composition
  – Decomposition
• Supporting language: FAMILIAR
• Applications
• Conclusion and Perspectives

                                          29
Approach for
Managing Multiple Feature Models
    constraints              constraints
    ……..                     ……..




     Separation of Concerns =
   Composition + Decomposition

                  &

 Sound Basis + Automated Reasoning

                                           30
Outline
• Towards Multiple Feature Models
  –   Software Product Line Engineering
  –   Feature Model
  –   Issues in Feature Modeling
  –   Multiple Feature Models: Example
• Applying Separation of Concerns
  – Composition
  – Decomposition
• Supporting language: FAMILIAR
• Applications
• Conclusion and Perspectives

                                          31
Different forms of composition
                                      FMMIsupport
                                                                                           insert
                                                                                               Medical Image
                                                                                                                                                                                                          aggregate                                                                                             merge
                                                                                                                                                                                                           aggregate                                                                                      FMalgo
                                                                                                                             Format                                                                                                                                                                                      MI Algorithm
                                             ModalityAcquisition
                                                                                                                                                                                                                                                                                                       FMalgo           Method      Interactive
                                                                                                                                                    FMMIsupport.PET implies FMalgo.PAM
                                                                                                                                                                                                                                                                                                                   MI Algorithm
                                                                                        SPEC      PET                                         Name
                                                                                                                                                                                                           insert
                                                             CT                                                                                FMMIsupport.CT or FMMIsupport.SPEC implies FMalgo.BAM                                                                                                                               Model
insert                                                                                                                                                                                                                                                                                                      Atlas Method Grid
                                                                                                                                                                                                                                                                                                                      Non Interactive
                                                             FMMIsupport                                                                                                                                                                                                                                                            PAM   BAM
                                                                                                                                                                                                                                                                                                                                  Model
                                                                                                                                                                                                                                                                                                        CFL EMS
                                                 Medical Image                                                                              Medical Image                                                                                Medical Image




                                                                                           DICOM      Nifti                                                      Analyze                                                                                                                                Atlas Non Grid
                                                                                             Medical Image
                                                                                                                                                                                                                                                                                     Input feature modelsPAM
                                                                                                                                                                                                                  Modality Acquisition
                                                                                                                     Modality Acquisition                                                                                                         Format           Anonymized
                          Modality Acquisition                                                                                                       Format             Anonymized
                                                          Format           Anonymized

                                                                                                                                                                                                            MRI                PET          DICOM          Nifti
                                                                                                               MRI



                                                                                                                                                                                                                                                                                                                                    BAM
                                                                                                                                  PET          DICOM          Nifti
                    MRI                PET          DICOM          Nifti
                                                                                                                                                                                                            T1       T2                         T1 or T2 excludes Anonymized
                                                                                                                                                                                                                                                 DICOM implies Anonymized
                                                                                                               T1       T2                         T1 or T2 excludes Anonymized
                                                                                                                                                                                                                                                      PET or Anonymized
                                                        T1 or T2 excludes Anonymized                                                                DICOM implies Anonymized
                    T1       T2                                                                                                                          PET or Anonymized



                                  PET implies DICOM or Analyze
                                                         DICOM implies Anonymized
                                                              PET or Anonymized



                                                                                                                                                                                                                                                                                                  CFL    EMS
                                  Analyze excludes (CT and SPEC)
                                        ModalityAcquisition    Format

                                                                                                                                                                                                                                                                                         merge
                                                                                   CT    SPEC      PET                           Name              Medical Image




                                                                                                          Modality Acquisition
                                                                                                                                                                       Format                Anonymized




                                                                                               DICOM
                                                                                         Nifti Analyze
                                                                                                    MRI                         PET                         DICOM                    Nifti
                                                                                                                                                                                                                                                                     Composed feature model
   FMMRI                                                           PET implies DICOM or Analyze
                                                                                                    T1       T2                                                       T1 or T2 excludes Anonymized
                                                                                                                                                                       DICOM implies Anonymized
                                                                                                                                                                            PET or Anonymized



                                                                                          FMmdata
                                                                   Analyze excludes (CT and SPEC)                                                                                                                          FMalgo1                                                                                   FMalgo2
         MRI
                                                                                                                                                                                                                                                                                MI Algorithm                                       MI Algorithm
                                                                                                                                MetaData
                                                                                                                                                                                                                                                                                Method                                              Method        Interactive
Semantics: we characterize composed feature model in terms of
     T1        T2
                                                                                                                                     Anonymized                                                                                                                                                Model
                                                                                                                                                                                                                                         Atlas                                                                           Atlas     Non Grid
   input sets of configurations                                                                                                                                                                             CFL                               EMS
                                                                                                                                                                                                                                                                                          PAM     BAM
                                                                                                                                                                                                                                                                                                                   CFL    EMS

   input hierarchies


                                                                                                                                                                                                                                                                                                                                                    32
33
                                       ???
                          I want a segmentation service.
     Suppliern
                   Int2       Int3             Segm2             Reg3             Reg2
      .
                                   01101010       01101010           01101010    01101010
                 01101010
      .
                                   10100111       10100111           10100111    10100111
                 10100111
                                   00101010       00101010           00101010    00101010
                 00101010
                                   00101010       00101010           00101010    00101010
      .
                 00101010
                                   101101         101101             101101      101101
     Supplier2   101101
                                    01101010      01101010      01101010        01101010    01101010
                                    10100111      10100111      10100111        10100111    10100111
                                    00101010      00101010      00101010        00101010    00101010
     Supplier1
                                    00101010      00101010      00101010        00101010    00101010
                                    101101        101101        101101          101101      101101
                            Reg1               Int1          Segm3              Reg4        Segm1
          Merging Feature Models
Merge Intersection: Available Suppliers




                     Suppliers?
               ∩ Configurations?
                             ∩

           A scientist has some requirements




                                               34
Merge Union: Availability Checking



                                      ∩
          Yes!
                           Can suppliers provide all services?

comparison
see [Thuem et al., 2009]




                                                                 35
How to implement merge operators?
                                                  Medical Image                                        Medical Image
                 MedicaI Image
                                         Anonymized        MRI        Header
                                                                                           Anonymized MRI          DICOM
   Anonymized        MRI         DICOM
                                                      T1     T2
                T1     T2
                                                                                         <<requires>> T1     T2

                            φ1                             φ2                                                     φ3
                                                                                                            Medical Image


                      φ123
                                                                      +
                                                                                           Anonymized             MRI        Header   DICOM

                                                                                                            T1          T2
   merged propositional formula
                                                                                                        merged hierarchy

                                                                  Medical Image
Set mandatory features
Detect Xor and Or-groups                       Anonymized             MRI   Header     DICOM
Compute “implies/excludes”                                                     Header excludes DICOM
constraints                                                      T1      T2 Header implies Anonymized
                                                                               Anonymized v Header v ~DICOM v ~T1 v ~T2
                                                                               Anonymized v Header v DICOM v ~T1 v ~T2                        36
[Czarnecki et al., 2007], [She et al., 2011]
Contributions

     – Well-defined semantics
     – Guarantee semantics properties by construction
     – More compact feature models than reference-based
       techniques [Schobbens et al., 2007], [Hartmann et al., 2007]
          • Easier to understand
          • Easier to analyze (e.g., compare with another)
     – Applicable to any propositional feature models
          • Full support of propositional constraints
          • Different hierarchies [Van Den Broek et al., 2010]
     – Syntactical strategies fail [Alves et al., 2006], [Segura et al., 2007]
                                                                                 37
see Chapter 5, [Acher et al., SLE’09] or [Acher et al., ECMFA’10]
Outline
• Towards Multiple Feature Models
  –   Software Product Line Engineering
  –   Feature Model
  –   Issues in Feature Modeling
  –   Multiple Feature Models: Example
• Applying Separation of Concerns
  – Composition
  – Decomposition
• Supporting language: FAMILIAR
• Applications
• Conclusion and Perspectives

                                          38
A first try
       fm0
                                           R

                        A                                     P

              A1                 A2                 P1            P2      P3
                                                   P1 => P2
         A3        A4       A5        A6           A3 => P1
                                                   P2 => A5



         fmExtraction2
         fmExtraction1
                                               A
                                               A
                                                                       A3 => A5
                            A1
                            A1                           A2
                                                         A2            A4 => A6

                   A3            A4
                                 A4                A5
                                                   A5             A6
                                                                  A6

                    Problem: You can select A3 without A5
We want a more generic, semantics-aware technique
                                                                                  39
Slicing Operator

slicing criterion: subset of features                    fm1
                                                                              W

                                                               P                    T           U
                             Optional    Xor-Group


                             Mandatory
                                         Or-Group        R          S         V             A
                                                          constraints
                                                          E implies D               B       C       D
                                                          R implies E
                                                          D excludes F
                                                          S implies (F and not E)       E       F




                              constraints                           T
                              E implies D
                              D implies E


slice: a new feature model                           S                  E                   D
                                                                                                        40
How to implement the slice operator?

                                                 fm1
                                                                      W


     φ1
                                                       P                      T           U
                     Optional        Xor-Group


                     Mandatory
                                     Or-Group    R          S         V               A
                                                  constraints
                                                  E implies D                 B       C       D
                                                  R implies E
                                                  D excludes F
         existential                              S implies (F and not E)         E       F

       quantification
         of features                                                  T


                                 +
        not included
     φ  in the slicing
      s1 criterion                                           S            E           D

              constraints                        T
              E implies D
              D implies E



                                 S                     E              D                           41
Corrective Capabilities of the
                      Slicing Operator
slicing criterion: subset of features                fm1
                                                                          W

                                                           P                    T           U
                             Optional    Xor-Group


                             Mandatory
                                         Or-Group    R          S         V             A
                                                      constraints
                                                      E implies D               B       C       D
                                                      R implies E
                                                      D excludes F
                                                      S implies (F and not E)       E       F




                                                           P



slice: a new feature model                     R                                S
                                                                                                    42
Updating feature model views
                FMgrid
                          GridDeployment
                                                                                                                    FMalgo
                                                        Library Required
               GridComputingNode                                                                                                     MI Algorithm

                                                              Matlab                                                                  Method        Interactive

                   OS    Processor FileSizeLimit        Authentification                                                                                 Model               FMalgo_UPDATED
                                                                                                                         Atlas   Linear       Non Grid
                                                                                                                                                                                    MI Algorithm
              Windows Linux        Bits      GPU                                                                                                    PAM     BAM
                                                                                                                   CFL    EMS                   Affine
                                                 Kerberos Password SSLAuth                                                                                                          Method         Interactive
                                 x32      x64                                                                             Rotation     Scaling
              Ubuntu Sc. Linux               Sc. Linux excludes MatLab                                                   EMS implies Affine or Scaling
                                                                                        :grid

                                                                                                       :alg                                                                          Model
                                                                            Medical Imaging
                                                                           Registration Service
                                                                                                                                                                                      PAM
                FMproto                                                        :proto           :out

                              NetworkProtocol                                                          FMMIsupport
                                                                                                                           Medical Image

                TransferProtocol          NetworkSecurity        Header
                                                                Encoding
                                                                                                         ModalityAcquisition          Format
               HTTPS HTTP          Crypto         PGP   SSL

                                                                                                              MRI CT SPEC PET                Name   MetaData
                          Asymetric          Symetric

                                                                                                                                                    Anonymized
                                       DES      TripleDES KDC                                                 T1   T2
                                                                                                                          DICOM      Nifti     Analyze             FMMIsupport_UPDATED
               HeaderEncoding implies HTTPS
                                                                                                       MetaData implies DICOM or Analyze                                           Medical Image
constraints                                                                                            Analyze excludes (CT and SPEC and T1)



         FMgrid..Kerberos implies FMproto.KDC                                                                                                                     ModalityAcquisition        Format

         FMgrid..SSLAuth  FMproto.SSL                                                                                                                                 MRI    CT    PET          Name    MetaData
         FMMIsupport.MRI implies FMalgo.PAM
                                                                                                                                                                                                          Anonymized
         FMMIsupport.CT or FMMIsupport.SPEC implies FMalgo.BAM                                                                                                         T2
                                                                                                                                                                                         Nifti     Analyze
         FMMIsupport.Anonymized implies FMproto.HeaderEncoding                                                                                                    MetaData implies Analyze
                                                                                                                                                                  Analyze excludes CT
         FMalgo.Interactive implies FMproto.HeaderEncoding
         FMgrid.GPU excludes FMalgo.Interactive
         FMalgo.Interactive implies FMgrid..Linux                                                                                       Aggregate + Slice
         FMMIsupport.DICOM implies FMproto.Rotation and FMproto.PAM
                                                                                                                                                                                                             43
Supporting Multiple Perspectives
  FMgrid
            GridDeployment
                                                                                                      FMalgo
                                          Library Required
 GridComputingNode                                                                                                     MI Algorithm

                                                Matlab                                                                  Method        Interactive

     OS    Processor FileSizeLimit        Authentification                                                                                 Model
                                                                                                                                                                       constraints
                                                                                                           Atlas   Linear       Non Grid
Windows Linux        Bits      GPU                                                                                                    PAM     BAM   FMgrid..Kerberos implies FMproto.KDC
                                                                                                     CFL    EMS                   Affine
                                   Kerberos Password SSLAuth                                                                                        FMgrid..SSLAuth  FMproto.SSL
                   x32      x64                                                                             Rotation     Scaling
Ubuntu Sc. Linux               Sc. Linux excludes MatLab                                                   EMS implies Affine or Scaling            FMMIsupport.MRI implies FMalgo.PAM
                                                                          :grid

                                                                                         :alg

                                                              Medical Imaging                                                                       FMMIsupport.CT or FMMIsupport.SPEC implies FMalgo.BAM
                                                             Registration Service
                                                                                                                                                    FMMIsupport.Anonymized implies FMproto.HeaderEncoding
  FMproto                                                        :proto           :out

                NetworkProtocol                                                          FMMIsupport                                                FMalgo.Interactive implies FMproto.HeaderEncoding
                                                                                                             Medical Image

                                                   Header
                                                                                                                                                    FMgrid.GPU excludes FMalgo.Interactive
  TransferProtocol          NetworkSecurity
                                                  Encoding
                     Crypto
                                                                                           ModalityAcquisition          Format                      FMalgo.Interactive implies FMgrid..Linux
 HTTPS HTTP                         PGP   SSL

            Asymetric          Symetric                                                         MRI CT SPEC PET                Name   MetaData      FMMIsupport.DICOM implies FMproto.Rotation and FMproto.PAM

                                                                                                                                      Anonymized
                         DES      TripleDES KDC                                                 T1   T2
                                                                                                            DICOM      Nifti     Analyze
 HeaderEncoding implies HTTPS
                                                                                         MetaData implies DICOM or Analyze                                                    Security features
                                                                                         Analyze excludes (CT and SPEC and T1)




The same feature models and constraints
                                                                                                                                                     Aggregate + Slice
                                                                                                                                                                                                        44
Contributions
     – Design of a decomposition mechanism
          • “slicing”


     – Guarantee semantics properties by construction


     – Applicable to any propositional feature models
          • Including with “errors”
          • Full support of propositional constraints


     – New capabilities when combining composition and
       decomposition operators
                                                         45
see Chapter 7 or [Acher et al., ASE’11]
Outline
• Towards Multiple Feature Models
  –   Software Product Line Engineering
  –   Feature Model
  –   Issues in Feature Modeling
  –   Multiple Feature Models: Example
• Applying Separation of Concerns
  – Composition
  – Decomposition
• Supporting language: FAMILIAR
• Applications
• Conclusion and Perspectives

                                          46
The birth of FAMILIAR
     • We have no practical means to…
          – Use and combine the operators
          – Perform sequences of operations (reasoning / editing)
               • We want to replay and reuse analysis procedures
     • A language is needed…
          – Graphical language
          – General purpose language (API/framework)
               • FAMA [Benavides et al., 2008], SPLOT [Mendonca et al., 2009], FeatureIDE [Thuem,
                  Kästner et al., 2009]
          – Domain-specific language

     • FAMILIAR
          FeAture Model scrIpt Language for manIpulation and Automatic Reasoning


see chapters 8 and 9, [Acher et al., SAC’11], [Acher et al., VaMoS’11] or [Acher et al., ASE’11]
                                                                                              47
And-Group         Xor-Group
                                                                                         GraphicCard
                                                                                                                    Optional           Or-Group
                                                                                                                    Mandatory



                                                                            Outputs                    DirectX      TV output



                                                                    VIVO    DVI   HDMI   VGA      V10       V10.1   v11




                     // foo.fml
                                                                                                constraints
                                                               S-Video     Composite
                                                                                                VGA excludes TV output
                                                                                                HDMI implies v10.1 or v11




                     fm1 = FM (“foo1.tvl”)
       constraints
       ……..

                     fm2 = FM (“foo2.m”)
                     fm3 = merge intersection { fm1 fm2 }
                     c3 = counting fm3
                                                                                                         True/False
                     renameFeature fm3.TV as “OutputTV”
                     fm5 = aggregate { fm3 FM (“foo4.xml”) }                                             8759
                     assert (isValid fm5)                                                                “OutputTV”, “TV”
constraints
……..
                     fm6 = slice fm5 including fm5.TV.*                                                                                             And-Group   Xor-Group




                     export fm6
                                                                                                                                                   Optional     Or-Group
                                                                                                                                                   Mandatory




                                                                                                                                constraints
                                                                                                                                ……..




       constraints
       ……..




                      domain-specific language
                            FAMILIAR
FAMILIAR… features
fm1 = FM(“foo.tvl”)
fm2 = FM (“foo.m”)                                          serialize fm4 into SPLOT
fm3 = FM (“foo.xmi”)
fm4 = FM (A : B ….)
                               Interoperability             serialize fm1 into featureide

                                                                 configuration
                    counting     configs   cores   deads                    select
 isValid
  compare                      Reasoning            falseOptionals          deselect
                                                                            asFM
merge                                                            aggregate
     diff             insert
     intersection
     sunion                    (De)Composition                   extract
                                                                             map
                                                                             unmap
                                                                                      slicing
 renameFeature                                     setOptional

                                      Editing
            removeFeature                                              setMandatory
 accessors                                         setAlternatives
            copy                                                             setOr
                                                                     modular mechanisms
 fm1.*     fm1.B
iterator/conditional
      assertion
                           Language Facilities                       restricted set of types


                                                                                         49
Acher PhD thesis defense
Acher PhD thesis defense
Acher PhD thesis defense
Acher PhD thesis defense
Acher PhD thesis defense
Acher PhD thesis defense
Acher PhD thesis defense
Acher PhD thesis defense
Acher PhD thesis defense
Acher PhD thesis defense
Acher PhD thesis defense
Acher PhD thesis defense
Acher PhD thesis defense

Weitere ähnliche Inhalte

Andere mochten auch (8)

Comparing Approaches to Implement Feature Model Composition
Comparing Approaches to Implement Feature Model CompositionComparing Approaches to Implement Feature Model Composition
Comparing Approaches to Implement Feature Model Composition
 
From Basic Variability Models to OpenCompare.org
From Basic Variability Models to OpenCompare.orgFrom Basic Variability Models to OpenCompare.org
From Basic Variability Models to OpenCompare.org
 
Product Lines Can Jeopardize Their Trade Secrets
Product Lines Can Jeopardize Their Trade SecretsProduct Lines Can Jeopardize Their Trade Secrets
Product Lines Can Jeopardize Their Trade Secrets
 
Automating the Formalization of Product Comparison Matrices
Automating the Formalization of Product Comparison MatricesAutomating the Formalization of Product Comparison Matrices
Automating the Formalization of Product Comparison Matrices
 
Assessing Product Line Derivation Operators Applied to Java Source Code: An E...
Assessing Product Line Derivation Operators Applied to Java Source Code: An E...Assessing Product Line Derivation Operators Applied to Java Source Code: An E...
Assessing Product Line Derivation Operators Applied to Java Source Code: An E...
 
Synthesis of Attributed Feature Models From Product Descriptions
Synthesis of Attributed Feature Models From Product DescriptionsSynthesis of Attributed Feature Models From Product Descriptions
Synthesis of Attributed Feature Models From Product Descriptions
 
Product Comparison Matrix (PCM), Variability Modeling: The Wikipedia Case Study
Product Comparison Matrix (PCM), Variability Modeling: The Wikipedia Case StudyProduct Comparison Matrix (PCM), Variability Modeling: The Wikipedia Case Study
Product Comparison Matrix (PCM), Variability Modeling: The Wikipedia Case Study
 
BENEVOL'11 - Reverse Engineering Architectural Feature Models
BENEVOL'11 - Reverse Engineering Architectural Feature ModelsBENEVOL'11 - Reverse Engineering Architectural Feature Models
BENEVOL'11 - Reverse Engineering Architectural Feature Models
 

Ähnlich wie Acher PhD thesis defense

Ontology-Based Systems Federation
Ontology-Based Systems FederationOntology-Based Systems Federation
Ontology-Based Systems FederationAnatoly Levenchuk
 
Software engineering: design for reuse
Software engineering: design for reuseSoftware engineering: design for reuse
Software engineering: design for reuseMarco Brambilla
 
Improving Defence Program Execution
Improving Defence Program ExecutionImproving Defence Program Execution
Improving Defence Program ExecutionIBMGovernmentCA
 
Best practices for building and deploying predictive models over big data pre...
Best practices for building and deploying predictive models over big data pre...Best practices for building and deploying predictive models over big data pre...
Best practices for building and deploying predictive models over big data pre...Kun Le
 
Analyze your software assets with Modisco par Frédéric Madiot
Analyze your software assets with Modisco par Frédéric MadiotAnalyze your software assets with Modisco par Frédéric Madiot
Analyze your software assets with Modisco par Frédéric MadiotEclipseDayParis
 
Kahn.theodore
Kahn.theodoreKahn.theodore
Kahn.theodoreNASAPMC
 
EclipseConEurope2012 SOA - Models As Operational Documentation
EclipseConEurope2012 SOA - Models As Operational DocumentationEclipseConEurope2012 SOA - Models As Operational Documentation
EclipseConEurope2012 SOA - Models As Operational DocumentationMarc Dutoo
 
Using Composite Feature Models to Support Agile Software Product Line Evoluti...
Using Composite Feature Models to Support Agile Software Product Line Evoluti...Using Composite Feature Models to Support Agile Software Product Line Evoluti...
Using Composite Feature Models to Support Agile Software Product Line Evoluti...Simon Urli
 
A classification framework for component models
A classification framework for component modelsA classification framework for component models
A classification framework for component modelsIvica Crnkovic
 
Thomas.mc vittie
Thomas.mc vittieThomas.mc vittie
Thomas.mc vittieNASAPMC
 
Visualization in Software Product Lines
Visualization in Software Product LinesVisualization in Software Product Lines
Visualization in Software Product Linesthiagofernandes
 
7 - Architetture Software - Software product line
7 - Architetture Software - Software product line7 - Architetture Software - Software product line
7 - Architetture Software - Software product lineMajong DevJfu
 
Software Architecture by Reuse, Composition and Customization
Software Architecture by Reuse, Composition and Customization  Software Architecture by Reuse, Composition and Customization
Software Architecture by Reuse, Composition and Customization Ivano Malavolta
 
Solution de génération de rapport OpenDocument à partir de plusieurs sources ...
Solution de génération de rapport OpenDocument à partir de plusieurs sources ...Solution de génération de rapport OpenDocument à partir de plusieurs sources ...
Solution de génération de rapport OpenDocument à partir de plusieurs sources ...EclipseDayParis
 
On the Use of an Internal DSL for Enriching EMF Models
On the Use of an Internal DSL for Enriching EMF ModelsOn the Use of an Internal DSL for Enriching EMF Models
On the Use of an Internal DSL for Enriching EMF ModelsFilip Krikava
 
The role of MDE in Software Architecture Descriptions
The role of MDE in Software Architecture DescriptionsThe role of MDE in Software Architecture Descriptions
The role of MDE in Software Architecture DescriptionsHenry Muccini
 
Models2013 tutorial-smart featuremodeling-final
Models2013 tutorial-smart featuremodeling-finalModels2013 tutorial-smart featuremodeling-final
Models2013 tutorial-smart featuremodeling-finalPhilippe Collet
 
Semantic Modeling Notation (Scanlon, SemTech 2010)
Semantic Modeling Notation (Scanlon, SemTech 2010)Semantic Modeling Notation (Scanlon, SemTech 2010)
Semantic Modeling Notation (Scanlon, SemTech 2010)rscanlon
 

Ähnlich wie Acher PhD thesis defense (20)

Ontology-Based Systems Federation
Ontology-Based Systems FederationOntology-Based Systems Federation
Ontology-Based Systems Federation
 
Software engineering: design for reuse
Software engineering: design for reuseSoftware engineering: design for reuse
Software engineering: design for reuse
 
Improving Defence Program Execution
Improving Defence Program ExecutionImproving Defence Program Execution
Improving Defence Program Execution
 
Best practices for building and deploying predictive models over big data pre...
Best practices for building and deploying predictive models over big data pre...Best practices for building and deploying predictive models over big data pre...
Best practices for building and deploying predictive models over big data pre...
 
Analyze your software assets with Modisco par Frédéric Madiot
Analyze your software assets with Modisco par Frédéric MadiotAnalyze your software assets with Modisco par Frédéric Madiot
Analyze your software assets with Modisco par Frédéric Madiot
 
Kahn.theodore
Kahn.theodoreKahn.theodore
Kahn.theodore
 
EclipseConEurope2012 SOA - Models As Operational Documentation
EclipseConEurope2012 SOA - Models As Operational DocumentationEclipseConEurope2012 SOA - Models As Operational Documentation
EclipseConEurope2012 SOA - Models As Operational Documentation
 
Using Composite Feature Models to Support Agile Software Product Line Evoluti...
Using Composite Feature Models to Support Agile Software Product Line Evoluti...Using Composite Feature Models to Support Agile Software Product Line Evoluti...
Using Composite Feature Models to Support Agile Software Product Line Evoluti...
 
A classification framework for component models
A classification framework for component modelsA classification framework for component models
A classification framework for component models
 
Thomas.mc vittie
Thomas.mc vittieThomas.mc vittie
Thomas.mc vittie
 
Visualization in Software Product Lines
Visualization in Software Product LinesVisualization in Software Product Lines
Visualization in Software Product Lines
 
7 - Architetture Software - Software product line
7 - Architetture Software - Software product line7 - Architetture Software - Software product line
7 - Architetture Software - Software product line
 
Software Architecture by Reuse, Composition and Customization
Software Architecture by Reuse, Composition and Customization  Software Architecture by Reuse, Composition and Customization
Software Architecture by Reuse, Composition and Customization
 
Project P
Project PProject P
Project P
 
Solution de génération de rapport OpenDocument à partir de plusieurs sources ...
Solution de génération de rapport OpenDocument à partir de plusieurs sources ...Solution de génération de rapport OpenDocument à partir de plusieurs sources ...
Solution de génération de rapport OpenDocument à partir de plusieurs sources ...
 
On the Use of an Internal DSL for Enriching EMF Models
On the Use of an Internal DSL for Enriching EMF ModelsOn the Use of an Internal DSL for Enriching EMF Models
On the Use of an Internal DSL for Enriching EMF Models
 
The role of MDE in Software Architecture Descriptions
The role of MDE in Software Architecture DescriptionsThe role of MDE in Software Architecture Descriptions
The role of MDE in Software Architecture Descriptions
 
Models2013 tutorial-smart featuremodeling-final
Models2013 tutorial-smart featuremodeling-finalModels2013 tutorial-smart featuremodeling-final
Models2013 tutorial-smart featuremodeling-final
 
Ims and qti assessment
Ims and qti assessmentIms and qti assessment
Ims and qti assessment
 
Semantic Modeling Notation (Scanlon, SemTech 2010)
Semantic Modeling Notation (Scanlon, SemTech 2010)Semantic Modeling Notation (Scanlon, SemTech 2010)
Semantic Modeling Notation (Scanlon, SemTech 2010)
 

Mehr von University of Rennes, INSA Rennes, Inria/IRISA, CNRS

Mehr von University of Rennes, INSA Rennes, Inria/IRISA, CNRS (20)

A Demonstration of End-User Code Customization Using Generative AI
A Demonstration of End-User Code Customization Using Generative AIA Demonstration of End-User Code Customization Using Generative AI
A Demonstration of End-User Code Customization Using Generative AI
 
24 Reasons Why Variability Models Are Not Yet Universal (24RWVMANYU)
24 Reasons Why Variability Models Are Not Yet Universal (24RWVMANYU)24 Reasons Why Variability Models Are Not Yet Universal (24RWVMANYU)
24 Reasons Why Variability Models Are Not Yet Universal (24RWVMANYU)
 
On Programming Variability with Large Language Model-based Assistant
On Programming Variability with Large Language Model-based AssistantOn Programming Variability with Large Language Model-based Assistant
On Programming Variability with Large Language Model-based Assistant
 
Generative AI for Reengineering Variants into Software Product Lines: An Expe...
Generative AI for Reengineering Variants into Software Product Lines: An Expe...Generative AI for Reengineering Variants into Software Product Lines: An Expe...
Generative AI for Reengineering Variants into Software Product Lines: An Expe...
 
Tackling Deep Software Variability Together
Tackling Deep Software Variability TogetherTackling Deep Software Variability Together
Tackling Deep Software Variability Together
 
On anti-cheating in chess, science, reproducibility, and variability
On anti-cheating in chess, science, reproducibility, and variabilityOn anti-cheating in chess, science, reproducibility, and variability
On anti-cheating in chess, science, reproducibility, and variability
 
Feature Subset Selection for Learning Huge Configuration Spaces: The case of ...
Feature Subset Selection for Learning Huge Configuration Spaces: The case of ...Feature Subset Selection for Learning Huge Configuration Spaces: The case of ...
Feature Subset Selection for Learning Huge Configuration Spaces: The case of ...
 
Machine Learning and Deep Software Variability
Machine Learning and Deep Software VariabilityMachine Learning and Deep Software Variability
Machine Learning and Deep Software Variability
 
Mastering Software Variability for Innovation and Science
Mastering Software Variability for Innovation and ScienceMastering Software Variability for Innovation and Science
Mastering Software Variability for Innovation and Science
 
Transfer Learning Across Variants and Versions: The Case of Linux Kernel Size
Transfer Learning Across Variants and Versions: The Case of Linux Kernel SizeTransfer Learning Across Variants and Versions: The Case of Linux Kernel Size
Transfer Learning Across Variants and Versions: The Case of Linux Kernel Size
 
Reproducible Science and Deep Software Variability
Reproducible Science and Deep Software VariabilityReproducible Science and Deep Software Variability
Reproducible Science and Deep Software Variability
 
Software Variability and Artificial Intelligence
Software Variability and Artificial IntelligenceSoftware Variability and Artificial Intelligence
Software Variability and Artificial Intelligence
 
Teaching Software Product Lines: A Snapshot of Current Practices and Challenges
Teaching Software Product Lines: A Snapshot of Current Practices and ChallengesTeaching Software Product Lines: A Snapshot of Current Practices and Challenges
Teaching Software Product Lines: A Snapshot of Current Practices and Challenges
 
Exploiting the Enumeration of All Feature Model Configurations: A New Perspec...
Exploiting the Enumeration of All Feature Model Configurations: A New Perspec...Exploiting the Enumeration of All Feature Model Configurations: A New Perspec...
Exploiting the Enumeration of All Feature Model Configurations: A New Perspec...
 
Pandoc: a universal document converter
Pandoc: a universal document converterPandoc: a universal document converter
Pandoc: a universal document converter
 
Metamorphic Domain-Specific Languages
Metamorphic Domain-Specific LanguagesMetamorphic Domain-Specific Languages
Metamorphic Domain-Specific Languages
 
3D Printing, Customization, and Product Lines
3D Printing, Customization, and Product Lines3D Printing, Customization, and Product Lines
3D Printing, Customization, and Product Lines
 
WebFML: Synthesizing Feature Models Everywhere (@ SPLC 2014)
WebFML: Synthesizing Feature Models Everywhere (@ SPLC 2014)WebFML: Synthesizing Feature Models Everywhere (@ SPLC 2014)
WebFML: Synthesizing Feature Models Everywhere (@ SPLC 2014)
 
A survey on teaching of software product lines
A survey on teaching of software product linesA survey on teaching of software product lines
A survey on teaching of software product lines
 
Ec2013 tutorial-mb variability-final
Ec2013 tutorial-mb variability-finalEc2013 tutorial-mb variability-final
Ec2013 tutorial-mb variability-final
 

Kürzlich hochgeladen

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 

Kürzlich hochgeladen (20)

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 

Acher PhD thesis defense

  • 1. Managing Multiple Feature Models: Foundations, Language and Applications PhD candidate: Mathieu Acher PhD supervisors: Philippe Lahire and Philippe Collet
  • 2. Software intensive systems are declined in many variants VARIABILITY MODELS 2
  • 3. VARIABILITY MODELS OPERATORS Φ Π LANGUAGE Medical Imaging APPLICATIONS Video surveillance FraSCAti 3
  • 4. Outline • Towards Multiple Feature Models – Software Product Line Engineering – Feature Model – Issues in Feature Modeling – Multiple Feature Models: Example • Applying Separation of Concerns – Composition Φ Π – Decomposition • Supporting language: FAMILIAR • Applications Medical Imaging Video surveillance FraSCAti • Conclusion and Perspectives 4
  • 5. Outline • Towards Multiple Feature Models – Software Product Line Engineering – Feature Model – Issues in Feature Modeling – Multiple Feature Models: Example • Applying Separation of Concerns – Composition – Decomposition • Supporting language: FAMILIAR • Applications • Conclusion and Perspectives 5
  • 6. Assembly Line and Mass Customization 6
  • 7. “a set of software- intensive systems that share a common, managed set of features satisfying the specific needs of a particular market segment or mission and that are developed from a common set of core assets in a prescribed way” [Clements et al., 2001] Software Product Lines 7
  • 8. Software Product Line Engineering Factoring out commonalities for Reuse [Krueger et al., 1992] [Jacobson et al., 1997] Managing variabilities for Software Mass Customization [Bass et al., 1998] [Krueger et al., 2001], [Pohl et al., 2005] 8
  • 9. “Reuse-in-the-large works best in families of related systems, and thus is domain dependent.” [Glass, 2001] Domain engineering Domain Analysis Domain Implementation (problem) (solution) • elicitate requirements and scope the line • variability modeling: determine commonalities and variabilities usually in C++ terms of features UML model service Common assets Variants Variability Model Reusable Assets (e.g., models or source code) 9 (Feature Model)
  • 10. Domain engineering (development for reuse) “central to the software product Common assets Variants Feature Model line paradigmReusable Assets is the modeling (e.g., models or source code) and management of variability, that is, the commonalities and differences in the applications” [Pohl et al., 2005] Feature Configurations product1 product2 productn Application engineering (development with reuse) 10
  • 11. Outline • Towards Multiple Feature Models – Software Product Line Engineering – Feature Model – Issues in Feature Modeling – Multiple Feature Models: Example • Applying Separation of Concerns – Composition – Decomposition • Supporting language: FAMILIAR • Applications • Conclusion and Perspectives 11
  • 12. Feature Model: de facto standard for modeling variability • Central to many software product line approaches – More than 1000 citations of [Kang et al., 1990] per year – Generative programming [Czarnecki et al., 2000] • Research effort – Formal Semantics [Schobbens et al., 2007] φ – Automated Reasoning Techniques [Batory et al., 2005], [Czarnecki et al., 2007], [Mendonca et al., 2009], [Thuem et al., 2009] , [Janota et al., 2010], [Benavides et al., 2010] • Tools – Commercial: pure::variants, Gears – Academic: fmp, FeatureIDE, FaMa, SPLOT, TVL, etc. 12
  • 13. Feature Models describe the common and variable features (characteristics) of a system under study Medical Image Modality Acquisition Format Anonymized MRI PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized DICOM implies Anonymized PET or Anonymized 13
  • 14. Feature Models Hierarchy: rooted tree Variability: • mandatory, • optional, • Groups: exclusive or inclusive features • Cross-tree constraints Medical Image Modality Acquisition Format Anonymized MRI PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized DICOM implies Anonymized PET or Anonymized 14
  • 15. Feature Models Hierarchy + Variability = set of valid configurations Medical Image Modality Acquisition Format Anonymized MRI PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized DICOM implies Anonymized PET or Anonymized 15
  • 16. Feature Models Hierarchy + Variability = set of valid configurations Medical Image Illegal configuration Modality Acquisition Format Anonymized MRI PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized see Or-group: DICOM implies Anonymized PET or Anonymized at least one feature should be selected 16
  • 17. Feature Models Hierarchy + Variability = set of valid configurations Medical Image Illegal configuration Modality Acquisition Format Anonymized MRI PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized see constraint “PET or Anonymized” DICOM implies Anonymized PET or Anonymized 17
  • 18. Feature Models Hierarchy + Variability = set of valid configurations Medical Image Satisfiability (NP-complete) Modality Acquisition Format Anonymized Configuration Checking MRI PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized Dead features detection DICOM implies Anonymized PET or Anonymized … Around 30 reasoning operations [Schobbens et al., 2007] [Benavides et al., 2010] 18
  • 19. Propositional Feature Models Hierarchy + Variability = set of valid configurations Propositional formula (^, v, ~, , =>) Boolean variables Medical Image set of valid assignments Modality Acquisition Format Anonymized φ = Medical Image ^ MRI PET DICOM Nifti Format  Medical Image^ T1 T2 T1 or T2 excludes Anonymized DICOM implies Anonymized Anonymized => Medical Image ^ PET or Anonymized … [Batory et al., 2005] [Czarnecki et al., 2007] 19
  • 20. Outline • Towards Multiple Feature Models – Software Product Line Engineering – Feature Model – Issues in Feature Modeling – Multiple Feature Models: Example • Applying Separation of Concerns – Composition – Decomposition • Supporting language: FAMILIAR • Applications • Conclusion and Perspectives 20
  • 21. Feature models are becoming large and complex + 5000 features Constraint involving 50 features Scalability issues in terms of - construction - evolution - reasoning 21
  • 22. Multiple Feature Models SPL/internal/software variability Concern 1, 2, 3, …, n (Pohl et al. 2005, Metzger 2007) View 1, 2, 3, …, n (Dunghana et al. 2010, Hubaux et al. 2010, Zaid et al. 2010) constraints …….. constraints …….. constraints …….. constraints …….. constraints …….. constraints …….. constraints constraints …….. …….. constraints …….. constraints constraints constraints …….. …….. …….. context variability PL/external variability (FORM 1998, Tun et al. 2009 (problem world), Stakeholder 1, 2, 3, …, n (Pohl et al. 2005, Metzger 2007) Hartmann 2008 (CVM), Lee et al. 2010 (Czarnecki 2005, Reiser et al. 2007, Hartmann et al. 2009, Classen et al. 2009, Mendonca et al. 2010) FAMILIAR 22
  • 23. Outline • Towards Multiple Feature Models – Software Product Line Engineering – Feature Model – Issues in Feature Modeling – Multiple Feature Models: Example • Applying Separation of Concerns – Composition – Decomposition • Supporting language: FAMILIAR • Applications • Conclusion and Perspectives 23
  • 24. Case Study: Medical Imaging Services • Scientists assemble a wide variety of medical imaging services (algorithms) – Processing chain to manipulate large medical data sets Workflow 24
  • 25. (1) Medical imaging services are highly variable input medical image Medical Image output medical image Medical Image Modality Acquisition Format Anonymized MRI CT SPEC PET DICOM Nifti Analyze Modality Acquisition Format And-Group Xor-Group T1 T2 Optional Or-Group MRI CT SPEC PET DICOM Nifti Mandatory And-Group Xor-Group T1 T2 Optional Or-Group Mandatory Medical Imaging Service Registration GridComputingNode Transformation Method Interactive Operating System Processor FileSizeLimit Linear Non Grid Spatial Frequency NetworkProtocol And-Group Xor-Group Optional Or-Group Windows Linux x32 x64 Mandatory Rotation Scaling Affine HeaderEncoding And-Group Optional Xor-Group Or-Group Format Cryptographic algorithm methods Mandatory XML HTTP And-Group Xor-Group grid deployment Optional Or-Group Mandatory network protocol variability 25
  • 26. (2) Managing the in the entire workflow Medical Image Modality Acquisition Medical Image Format Anonymized MRI PET DICOM Nifti Modality Acquisition T1 or T2 excludes Anonymized Format Anonymized T1 T2 DICOM implies Anonymized PET or Anonymized MRI PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized DICOM implies Anonymized PET or Anonymized Medical Image Modality Acquisition Format Anonymized MRI PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized Medical Image DICOM implies Anonymized PET or Anonymized Modality Acquisition Format Anonymized MRI PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized DICOM implies Anonymized PET or Anonymized Medical Image Modality Acquisition Format Anonymized MRI PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized DICOM implies Anonymized PET or Anonymized Medical Image Modality Acquisition Format Anonymized MRI PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized DICOM implies Anonymized PET or Anonymized Medical Image Modality Acquisition Format Anonymized MRI PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized DICOM implies Anonymized PET or Anonymized 26
  • 27. 27 Suppliern Int2 Int3 Segm2 Reg3 Reg2 . 01101010 01101010 01101010 01101010 01101010 . 10100111 10100111 10100111 10100111 10100111 00101010 00101010 00101010 00101010 00101010 00101010 00101010 00101010 00101010 . 00101010 101101 101101 101101 101101 Supplier2 101101 01101010 01101010 01101010 01101010 01101010 10100111 10100111 10100111 10100111 10100111 00101010 00101010 00101010 00101010 00101010 Supplier1 00101010 00101010 00101010 00101010 00101010 101101 101101 101101 101101 101101 Reg1 Int1 Segm3 Reg4 Segm1 (3) Services come from different suppliers
  • 28. Managing Multiple Feature Models Segm1 101101 00101010 00101010 10100111 01101010 Reg4 101101 00101010 00101010 10100111 01101010 Segm3 101101 00101010 00101010 10100111 01101010 101101 00101010 00101010 10100111 01101010 Int1 101101 00101010 00101010 10100111 01101010 Reg1 Supplier1 101101 101101 101101 101101 101101 Supplier2 00101010 . 00101010 00101010 00101010 00101010 00101010 00101010 00101010 00101010 00101010 10100111 10100111 10100111 10100111 10100111 01101010 01101010 01101010 01101010 01101010 . . Medical Image Reg2 Reg3 Segm2 Int3 Int2 Modality Acquisition Format Anonymized MRI T1 T2 PET DICOM Nifti T1 or T2 excludes Anonymized Suppliern DICOM implies Anonymized Medical Image PET or Anonymized Modality Acquisition Format Anonymized MRI PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized DICOM implies Anonymized PET or Anonymized Medical Image Medical Image Modality Acquisition Format Anonymized Modality Acquisition MRI Format Anonymized PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized DICOM implies Anonymized PET or Anonymized MRI PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized DICOM implies Anonymized PET or Anonymized Medical Image Modality Acquisition Format Anonymized MRI PET DICOM Nifti Medical Image T1 T2 T1 or T2 excludes Anonymized DICOM implies Anonymized Medical Image PET or Anonymized Modality Acquisition Format Anonymized Modality Acquisition Format Anonymized MRI PET DICOM Nifti MRI PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized DICOM implies Anonymized PET or Anonymized T1 T1 or T2 excludes Anonymized T2 DICOM implies Anonymized PET or Anonymized 28
  • 29. Outline • Towards Multiple Feature Models – Software Product Line Engineering – Feature Model – Issues in Feature Modeling – Multiple Feature Models: Example • Applying Separation of Concerns – Composition – Decomposition • Supporting language: FAMILIAR • Applications • Conclusion and Perspectives 29
  • 30. Approach for Managing Multiple Feature Models constraints constraints …….. …….. Separation of Concerns = Composition + Decomposition & Sound Basis + Automated Reasoning 30
  • 31. Outline • Towards Multiple Feature Models – Software Product Line Engineering – Feature Model – Issues in Feature Modeling – Multiple Feature Models: Example • Applying Separation of Concerns – Composition – Decomposition • Supporting language: FAMILIAR • Applications • Conclusion and Perspectives 31
  • 32. Different forms of composition FMMIsupport insert Medical Image aggregate merge aggregate FMalgo Format MI Algorithm ModalityAcquisition FMalgo Method Interactive FMMIsupport.PET implies FMalgo.PAM MI Algorithm SPEC PET Name insert CT FMMIsupport.CT or FMMIsupport.SPEC implies FMalgo.BAM Model insert Atlas Method Grid Non Interactive FMMIsupport PAM BAM Model CFL EMS Medical Image Medical Image Medical Image DICOM Nifti Analyze Atlas Non Grid Medical Image Input feature modelsPAM Modality Acquisition Modality Acquisition Format Anonymized Modality Acquisition Format Anonymized Format Anonymized MRI PET DICOM Nifti MRI BAM PET DICOM Nifti MRI PET DICOM Nifti T1 T2 T1 or T2 excludes Anonymized DICOM implies Anonymized T1 T2 T1 or T2 excludes Anonymized PET or Anonymized T1 or T2 excludes Anonymized DICOM implies Anonymized T1 T2 PET or Anonymized PET implies DICOM or Analyze DICOM implies Anonymized PET or Anonymized CFL EMS Analyze excludes (CT and SPEC) ModalityAcquisition Format merge CT SPEC PET Name Medical Image Modality Acquisition Format Anonymized DICOM Nifti Analyze MRI PET DICOM Nifti Composed feature model FMMRI PET implies DICOM or Analyze T1 T2 T1 or T2 excludes Anonymized DICOM implies Anonymized PET or Anonymized FMmdata Analyze excludes (CT and SPEC) FMalgo1 FMalgo2 MRI MI Algorithm MI Algorithm MetaData Method Method Interactive Semantics: we characterize composed feature model in terms of T1 T2 Anonymized Model Atlas Atlas Non Grid input sets of configurations CFL EMS PAM BAM CFL EMS input hierarchies 32
  • 33. 33 ??? I want a segmentation service. Suppliern Int2 Int3 Segm2 Reg3 Reg2 . 01101010 01101010 01101010 01101010 01101010 . 10100111 10100111 10100111 10100111 10100111 00101010 00101010 00101010 00101010 00101010 00101010 00101010 00101010 00101010 . 00101010 101101 101101 101101 101101 Supplier2 101101 01101010 01101010 01101010 01101010 01101010 10100111 10100111 10100111 10100111 10100111 00101010 00101010 00101010 00101010 00101010 Supplier1 00101010 00101010 00101010 00101010 00101010 101101 101101 101101 101101 101101 Reg1 Int1 Segm3 Reg4 Segm1 Merging Feature Models
  • 34. Merge Intersection: Available Suppliers Suppliers? ∩ Configurations? ∩ A scientist has some requirements 34
  • 35. Merge Union: Availability Checking ∩ Yes! Can suppliers provide all services? comparison see [Thuem et al., 2009] 35
  • 36. How to implement merge operators? Medical Image Medical Image MedicaI Image Anonymized MRI Header Anonymized MRI DICOM Anonymized MRI DICOM T1 T2 T1 T2 <<requires>> T1 T2 φ1 φ2 φ3 Medical Image φ123 + Anonymized MRI Header DICOM T1 T2 merged propositional formula merged hierarchy Medical Image Set mandatory features Detect Xor and Or-groups Anonymized MRI Header DICOM Compute “implies/excludes” Header excludes DICOM constraints T1 T2 Header implies Anonymized Anonymized v Header v ~DICOM v ~T1 v ~T2 Anonymized v Header v DICOM v ~T1 v ~T2 36 [Czarnecki et al., 2007], [She et al., 2011]
  • 37. Contributions – Well-defined semantics – Guarantee semantics properties by construction – More compact feature models than reference-based techniques [Schobbens et al., 2007], [Hartmann et al., 2007] • Easier to understand • Easier to analyze (e.g., compare with another) – Applicable to any propositional feature models • Full support of propositional constraints • Different hierarchies [Van Den Broek et al., 2010] – Syntactical strategies fail [Alves et al., 2006], [Segura et al., 2007] 37 see Chapter 5, [Acher et al., SLE’09] or [Acher et al., ECMFA’10]
  • 38. Outline • Towards Multiple Feature Models – Software Product Line Engineering – Feature Model – Issues in Feature Modeling – Multiple Feature Models: Example • Applying Separation of Concerns – Composition – Decomposition • Supporting language: FAMILIAR • Applications • Conclusion and Perspectives 38
  • 39. A first try fm0 R A P A1 A2 P1 P2 P3 P1 => P2 A3 A4 A5 A6 A3 => P1 P2 => A5 fmExtraction2 fmExtraction1 A A A3 => A5 A1 A1 A2 A2 A4 => A6 A3 A4 A4 A5 A5 A6 A6 Problem: You can select A3 without A5 We want a more generic, semantics-aware technique 39
  • 40. Slicing Operator slicing criterion: subset of features fm1 W P T U Optional Xor-Group Mandatory Or-Group R S V A constraints E implies D B C D R implies E D excludes F S implies (F and not E) E F constraints T E implies D D implies E slice: a new feature model S E D 40
  • 41. How to implement the slice operator? fm1 W φ1 P T U Optional Xor-Group Mandatory Or-Group R S V A constraints E implies D B C D R implies E D excludes F existential S implies (F and not E) E F quantification of features T + not included φ in the slicing s1 criterion S E D constraints T E implies D D implies E S E D 41
  • 42. Corrective Capabilities of the Slicing Operator slicing criterion: subset of features fm1 W P T U Optional Xor-Group Mandatory Or-Group R S V A constraints E implies D B C D R implies E D excludes F S implies (F and not E) E F P slice: a new feature model R S 42
  • 43. Updating feature model views FMgrid GridDeployment FMalgo Library Required GridComputingNode MI Algorithm Matlab Method Interactive OS Processor FileSizeLimit Authentification Model FMalgo_UPDATED Atlas Linear Non Grid MI Algorithm Windows Linux Bits GPU PAM BAM CFL EMS Affine Kerberos Password SSLAuth Method Interactive x32 x64 Rotation Scaling Ubuntu Sc. Linux Sc. Linux excludes MatLab EMS implies Affine or Scaling :grid :alg Model Medical Imaging Registration Service PAM FMproto :proto :out NetworkProtocol FMMIsupport Medical Image TransferProtocol NetworkSecurity Header Encoding ModalityAcquisition Format HTTPS HTTP Crypto PGP SSL MRI CT SPEC PET Name MetaData Asymetric Symetric Anonymized DES TripleDES KDC T1 T2 DICOM Nifti Analyze FMMIsupport_UPDATED HeaderEncoding implies HTTPS MetaData implies DICOM or Analyze Medical Image constraints Analyze excludes (CT and SPEC and T1) FMgrid..Kerberos implies FMproto.KDC ModalityAcquisition Format FMgrid..SSLAuth  FMproto.SSL MRI CT PET Name MetaData FMMIsupport.MRI implies FMalgo.PAM Anonymized FMMIsupport.CT or FMMIsupport.SPEC implies FMalgo.BAM T2 Nifti Analyze FMMIsupport.Anonymized implies FMproto.HeaderEncoding MetaData implies Analyze Analyze excludes CT FMalgo.Interactive implies FMproto.HeaderEncoding FMgrid.GPU excludes FMalgo.Interactive FMalgo.Interactive implies FMgrid..Linux Aggregate + Slice FMMIsupport.DICOM implies FMproto.Rotation and FMproto.PAM 43
  • 44. Supporting Multiple Perspectives FMgrid GridDeployment FMalgo Library Required GridComputingNode MI Algorithm Matlab Method Interactive OS Processor FileSizeLimit Authentification Model constraints Atlas Linear Non Grid Windows Linux Bits GPU PAM BAM FMgrid..Kerberos implies FMproto.KDC CFL EMS Affine Kerberos Password SSLAuth FMgrid..SSLAuth  FMproto.SSL x32 x64 Rotation Scaling Ubuntu Sc. Linux Sc. Linux excludes MatLab EMS implies Affine or Scaling FMMIsupport.MRI implies FMalgo.PAM :grid :alg Medical Imaging FMMIsupport.CT or FMMIsupport.SPEC implies FMalgo.BAM Registration Service FMMIsupport.Anonymized implies FMproto.HeaderEncoding FMproto :proto :out NetworkProtocol FMMIsupport FMalgo.Interactive implies FMproto.HeaderEncoding Medical Image Header FMgrid.GPU excludes FMalgo.Interactive TransferProtocol NetworkSecurity Encoding Crypto ModalityAcquisition Format FMalgo.Interactive implies FMgrid..Linux HTTPS HTTP PGP SSL Asymetric Symetric MRI CT SPEC PET Name MetaData FMMIsupport.DICOM implies FMproto.Rotation and FMproto.PAM Anonymized DES TripleDES KDC T1 T2 DICOM Nifti Analyze HeaderEncoding implies HTTPS MetaData implies DICOM or Analyze Security features Analyze excludes (CT and SPEC and T1) The same feature models and constraints Aggregate + Slice 44
  • 45. Contributions – Design of a decomposition mechanism • “slicing” – Guarantee semantics properties by construction – Applicable to any propositional feature models • Including with “errors” • Full support of propositional constraints – New capabilities when combining composition and decomposition operators 45 see Chapter 7 or [Acher et al., ASE’11]
  • 46. Outline • Towards Multiple Feature Models – Software Product Line Engineering – Feature Model – Issues in Feature Modeling – Multiple Feature Models: Example • Applying Separation of Concerns – Composition – Decomposition • Supporting language: FAMILIAR • Applications • Conclusion and Perspectives 46
  • 47. The birth of FAMILIAR • We have no practical means to… – Use and combine the operators – Perform sequences of operations (reasoning / editing) • We want to replay and reuse analysis procedures • A language is needed… – Graphical language – General purpose language (API/framework) • FAMA [Benavides et al., 2008], SPLOT [Mendonca et al., 2009], FeatureIDE [Thuem, Kästner et al., 2009] – Domain-specific language • FAMILIAR FeAture Model scrIpt Language for manIpulation and Automatic Reasoning see chapters 8 and 9, [Acher et al., SAC’11], [Acher et al., VaMoS’11] or [Acher et al., ASE’11] 47
  • 48. And-Group Xor-Group GraphicCard Optional Or-Group Mandatory Outputs DirectX TV output VIVO DVI HDMI VGA V10 V10.1 v11 // foo.fml constraints S-Video Composite VGA excludes TV output HDMI implies v10.1 or v11 fm1 = FM (“foo1.tvl”) constraints …….. fm2 = FM (“foo2.m”) fm3 = merge intersection { fm1 fm2 } c3 = counting fm3 True/False renameFeature fm3.TV as “OutputTV” fm5 = aggregate { fm3 FM (“foo4.xml”) } 8759 assert (isValid fm5) “OutputTV”, “TV” constraints …….. fm6 = slice fm5 including fm5.TV.* And-Group Xor-Group export fm6 Optional Or-Group Mandatory constraints …….. constraints …….. domain-specific language FAMILIAR
  • 49. FAMILIAR… features fm1 = FM(“foo.tvl”) fm2 = FM (“foo.m”) serialize fm4 into SPLOT fm3 = FM (“foo.xmi”) fm4 = FM (A : B ….) Interoperability serialize fm1 into featureide configuration counting configs cores deads select isValid compare Reasoning falseOptionals deselect asFM merge aggregate diff insert intersection sunion (De)Composition extract map unmap slicing renameFeature setOptional Editing removeFeature setMandatory accessors setAlternatives copy setOr modular mechanisms fm1.* fm1.B iterator/conditional assertion Language Facilities restricted set of types 49