<?xml version="1.0" encoding="UTF-8"?><mets:mets xmlns:mets="http://www.loc.gov/METS/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:mads="http://www.loc.gov/mads/" xmlns:metsRights="http://cosimo.stanford.edu/sdr/metsrights/" xmlns:suj="http://www.theses.fr/namespace/sujets" xmlns:tef="http://www.abes.fr/abes/documents/tef" xmlns:tefextension="http://www.abes.fr/abes/documents/tefextension" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.loc.gov/METS/ http://www.abes.fr/abes/documents/tef/recommandation/tef_schemas.xsd">
<mets:metsHdr CREATEDATE="2025-06-19T11:31:05" ID="ABES.STAR.THESE_233734.METS_HEADER" LASTMODDATE="2025-11-19T14:56:28" RECORDSTATUS="valide">
<mets:agent ROLE="CREATOR">
<mets:name/>
<mets:note>Note</mets:note>
</mets:agent>
<mets:agent ROLE="DISSEMINATOR">
<mets:name>ABES</mets:name>
</mets:agent>
<mets:altRecordID ID="ABES.STAR.THESE_233734.METS_HEADER.ALTERNATE" TYPE=""/>
</mets:metsHdr>
<mets:dmdSec ID="ABES.STAR.THESE_233734.DESCRIPTION_BIBLIOGRAPHIQUE">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="tef_desc_these">
<mets:xmlData>
<tef:thesisRecord>
<dc:title xml:lang="fr">Editer autrement les modèles lors de la conception d'applications avec l'IDM : des interfaces utilisateurs graphiques d'applications à l'édition de modèles</dc:title>
<dcterms:alternative xml:lang="en">Editing models differently in application design with MDE : from application GUIs to model editing</dcterms:alternative>
<dc:subject xml:lang="fr">Idm</dc:subject>
<dc:subject xml:lang="fr">Édition de modèles</dc:subject>
<dc:subject xml:lang="fr">Instrumentation de modèles</dc:subject>
<dc:subject xml:lang="fr">Outillage</dc:subject>
<dc:subject xml:lang="fr">Chaîne de compilation</dc:subject>
<dc:subject xml:lang="fr">Architecture logicielle</dc:subject>
<dc:subject xml:lang="en">Mde</dc:subject>
<dc:subject xml:lang="en">Model Editing</dc:subject>
<dc:subject xml:lang="en">Model instrumentation</dc:subject>
<dc:subject xml:lang="en">Tooling</dc:subject>
<dc:subject xml:lang="en">Tooling</dc:subject>
<dc:subject xml:lang="en">Software architecture</dc:subject>
<dc:subject xsi:type="dcterms:DDC"/>
<tef:sujetRameau xml:lang="fr">
<tef:vedetteRameauNomCommun>
<tef:elementdEntree autoriteExterne="112999050" autoriteSource="Sudoc">Ingénierie dirigée par les modèles</tef:elementdEntree>
</tef:vedetteRameauNomCommun>
<tef:vedetteRameauNomCommun>
<tef:elementdEntree autoriteExterne="035667583" autoriteSource="Sudoc">Interfaces graphiques (informatique)</tef:elementdEntree>
</tef:vedetteRameauNomCommun>
<tef:vedetteRameauNomCommun>
<tef:elementdEntree autoriteExterne="027709922" autoriteSource="Sudoc">Compilation (informatique)</tef:elementdEntree>
</tef:vedetteRameauNomCommun>
<tef:vedetteRameauNomCommun>
<tef:elementdEntree autoriteExterne="264225376" autoriteSource="Sudoc">Architecture logicielle</tef:elementdEntree>
</tef:vedetteRameauNomCommun>
<tef:vedetteRameauNomCommun>
<tef:elementdEntree autoriteExterne="170808920" autoriteSource="Sudoc">Applications Web</tef:elementdEntree>
</tef:vedetteRameauNomCommun>
<tef:vedetteRameauNomCommun>
<tef:elementdEntree autoriteExterne="027442306" autoriteSource="Sudoc">Conception de systèmes informatiques</tef:elementdEntree>
</tef:vedetteRameauNomCommun>
</tef:sujetRameau>
<dcterms:abstract xml:lang="fr">L'Ingénierie Dirigée par les Modèles (IDM) est une approche du génie logiciel qui repose sur l'utilisation intensive de modèles tout au long du cycle de développement d'un système. Elle vise à structurer, voire automatiser la conception, l'analyse, la génération de code et l'évolution des systèmes. En permettant d'abstraire la complexité et de séparer les préoccupations, l'IDM s'appuie sur des modèles et des transformations de modèles pour améliorer la productivité, réduire les tâches manuelles répétitives et garantir la traçabilité et la cohérence entre les différentes étapes du développement.Dans ce travail, nous considérons un scénario où une chaîne de transformations génère automatiquement l'ensemble des artefacts nécessaires à l'exécution d'une application : code, structure de la base de données, interface utilisateur et logique métier. Cette chaîne repose sur des modèles qui doivent être édités à l'aide d'éditeurs spécialisés, essentiels à la conception et l'évolution des systèmes IDM. Toutefois, une rupture cognitive subsiste entre l'édition des modèles et les phases de test de l'application générée. Cette alternance constante entre conception et exécution induit des interruptions cognitives susceptibles de ralentir le processus de développement.Afin de pallier cette difficulté, nous proposons d'utiliser directement l'interface graphique de l'application en cours de conception comme outil d'édition de modèles. Étant fréquemment consultée par les concepteurs, et souvent plus intuitive qu'un éditeur graphique de modèles, cette interface permet une modification fluide et naturelle des modèles, sans nécessiter de changement d'outil.Nous avons réalisé un premier prototype de cette approche sur un framework existant de génération d'applications web, afin d'en valider la faisabilité. Cette expérimentation a permis d'évaluer l'effort de modélisation requis et a démontré une réduction du nombre de tâches nécessaires à l'édition des modèles. Dans un second temps, nous avons conçu une architecture logicielle reproductible sur d'autres chaînes de compilation. Un défi majeur de cette architecture est de ne pas polluer les chaînes de compilation et ainsi ne pas perturber le processus de compilation existant, de sorte qu'une fois l'application finalisée, les composants additionnels puissent être supprimés sans impact.Nous validons notre proposition d'architecture à travers des implémentations sur deux frameworks de génération d'applications distincts : le framework de génération d'application web utilisé pour le prototype initial et Sirius Desktop, un environnement dédié à la modélisation de diagrammes.Enfin, nous présentons un travail actuellement en cours visant à simplifier le déploiement de cette architecture selon les principes de l'IDM. Pour cela, nous avons créé et exploitons un métamodèle permettant de structurer et de générer partiellement certains composants de l'architecture logicielle. Cette approche ouvre la voie à une nouvelle manière de concevoir des éditeurs pour les approches lowcode/nocode, en permettant la création d'éditeurs low-code adapté à des domaines spécifiques. Enfin, nous montrons en quoi ces travaux constituent une première étape vers la conception de jumeaux numériques d'applications, représentant une perspective clé de cette approche.</dcterms:abstract>
<dcterms:abstract xml:lang="en">Model-Driven Engineering (MDE) is a software engineering approach that emphasizes the extensive use of models throughout the system development lifecycle. It aims to structure and automate design, analysis, code generation, and system evolution. By abstracting system complexity and separating concerns, MDE relies on models and model transformations to enhance productivity, reduce repetitive manual tasks, and ensure traceability and consistency across development phases.In this work, we consider a scenario where a transformation chain automatically generates all artifacts required for application execution, including code, database structure, user interface, and business logic. This transformation chain is based on models that must be edited using model editors, which are essential for MDE-based system evolution. While these editors facilitate model manipulation, a cognitive gap persists between model editing and application testing. This constant shift between design and execution introduces cognitive disruptions that may hinder the development process.To address this issue, we propose leveraging the graphical user interface of the application under development as a model-editing tool. As designers frequently interact with this interface—often more intuitive than traditional model editors—our approach allows them to modify models in a seamless and natural manner, eliminating the need to switch between multiple tools.We implemented a prototype of this model-editing approach within an existing web application generation framework to validate its feasibility. This prototype enabled us to assess the modeling effort required and demonstrated a reduction in the number of tasks needed for model editing. Subsequently, we designed a reproducible software architecture adaptable to other compilation chains. A key challenge was ensuring that this architecture does not interfere with the compilation process, allowing the removal of additional components once the application is finalized.To validate our architectural proposal, we conducted technical implementations on two distinct application generation frameworks: the same web application generation framework used for the initial prototype and Sirius Desktop, a diagram description framework. Additionally, we explore an ongoing effort to simplify and automate the deployment of our architecture by applying MDE principles. This involves using a meta-model to structure and partially generate specific software architecture components. Our approach introduces a novel paradigm for designing editors in low-code/no-code methodologies, enabling domain-specific low-code editor creation.Finally, we discuss how this research paves the way for the development of application digital twins, which represents a key perspective of this work.</dcterms:abstract>
<dc:type>Electronic Thesis or Dissertation</dc:type>
<dc:type xsi:type="dcterms:DCMIType">Text</dc:type>
<dc:language xsi:type="dcterms:RFC3066">fr</dc:language>
</tef:thesisRecord>
</mets:xmlData>
</mets:mdWrap>
</mets:dmdSec>
<mets:dmdSec ID="ABES.STAR.THESE_233734.VERSION_COMPLETE.DESCRIPTION.EDITION_ARCHIVAGE">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="tef_desc_edition">
<mets:xmlData>
<tef:edition>
<dcterms:medium xsi:type="dcterms:IMT">PDF</dcterms:medium>
<dcterms:extent>5738851</dcterms:extent>
<dc:identifier xsi:type="dcterms:URI">https://pepite-depot.univ-lille.fr/ToutIDP/EDMADIS/2025/2025ULILB012.pdf</dc:identifier>
<dc:identifier xsi:type="tef:URI_intranetEmbargo">https://pepite-depot.univ-lille.fr/ToutIDP/EDMADIS/2025/2025ULILB012.pdf</dc:identifier>
<dc:identifier xsi:type="dcterms:URI">http://www.theses.fr/2025ULILB012/abes</dc:identifier>
<dc:identifier xsi:type="dcterms:URI"/>
</tef:edition>
</mets:xmlData>
</mets:mdWrap>
</mets:dmdSec>
<mets:amdSec>
<mets:techMD ID="ABES.STAR.THESE_233734.ADMINISTRATION">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="tef_admin_these">
<mets:xmlData>
<tef:thesisAdmin>
<tef:auteur>
<tef:nom>Biyalou-Sama</tef:nom>
<tef:prenom>Asbathou</tef:prenom>
<tef:nomDeNaissance>Biyalou-Sama</tef:nomDeNaissance>
<tef:dateNaissance>1997-09-23</tef:dateNaissance>
<tef:nationalite scheme="ISO-3166-1">TG</tef:nationalite>
<tef:autoriteExterne autoriteSource="Sudoc">291957188</tef:autoriteExterne>
</tef:auteur>
<dc:identifier xsi:type="tef:nationalThesisPID">https://theses.fr/2025ULILB012</dc:identifier>
<dc:identifier xsi:type="tef:NNT">2025ULILB012</dc:identifier>
<dc:identifier xsi:type="tef:DOI">https://doi.org/10.70675/8e923854z2595z468bza5bbzb502b019c712</dc:identifier>
<dcterms:dateAccepted xsi:type="dcterms:W3CDTF">2025-07-02</dcterms:dateAccepted>
<tef:thesis.degree>
<tef:thesis.degree.discipline xml:lang="fr">Informatique et applications</tef:thesis.degree.discipline>
<tef:thesis.degree.grantor>
<tef:nom>Université de Lille (2022-....)</tef:nom>
<tef:autoriteExterne autoriteSource="Sudoc">259265152</tef:autoriteExterne>
</tef:thesis.degree.grantor>
<tef:thesis.degree.level>Doctorat</tef:thesis.degree.level>
<tef:thesis.degree.name xml:lang="fr">Docteur es</tef:thesis.degree.name>
</tef:thesis.degree>
<tef:theseSurTravaux>non</tef:theseSurTravaux>
<tef:avisJury>oui</tef:avisJury>
<tef:directeurThese>
<tef:nom>Dumoulin</tef:nom>
<tef:prenom>Cédric</tef:prenom>
<tef:autoriteInterne>MADS_DIRECTEUR_DE_THESE_1</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">119063980</tef:autoriteExterne>
</tef:directeurThese>
<tef:directeurThese>
<tef:nom>Renaux</tef:nom>
<tef:prenom>Emmanuel</tef:prenom>
<tef:autoriteInterne>MADS_DIRECTEUR_DE_THESE_2</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">086192086</tef:autoriteExterne>
</tef:directeurThese>
<tef:presidentJury>
<tef:nom>Bruel</tef:nom>
<tef:prenom>Jean-Michel</tef:prenom>
<tef:autoriteInterne>MADS_PRESIDENT_DU_JURY</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">175721068</tef:autoriteExterne>
</tef:presidentJury>
<tef:rapporteur>
<tef:nom>Ober</tef:nom>
<tef:prenom>Ileana</tef:prenom>
<tef:autoriteInterne>MADS_RAPPORTEUR_1</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">059569972</tef:autoriteExterne>
</tef:rapporteur>
<tef:rapporteur>
<tef:nom>Babau</tef:nom>
<tef:prenom>Jean-Philippe</tef:prenom>
<tef:autoriteInterne>MADS_RAPPORTEUR_2</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">127584803</tef:autoriteExterne>
</tef:rapporteur>
<tef:ecoleDoctorale>
<tef:nom>École graduée Mathématiques, sciences du numérique et de leurs interactions (Lille ; 2021-....)</tef:nom>
<tef:autoriteInterne>MADS_ECOLE_DOCTORALE_1</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">258621362</tef:autoriteExterne>
</tef:ecoleDoctorale>
<tef:partenaireRecherche type="laboratoire">
<tef:nom>Centre de Recherche en Informatique, Signal et Automatique de Lille</tef:nom>
<tef:autoriteInterne>MADS_PARTENAIRE_DE_RECHERCHE_1</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="labTEL">410272</tef:autoriteExterne>
<tef:autoriteExterne autoriteSource="Sudoc">18388695X</tef:autoriteExterne>
</tef:partenaireRecherche>
<tef:partenaireRecherche autreType="Financeur" type="autreType">
<tef:nom>Hauts-de-France. Conseil régional</tef:nom>
<tef:autoriteInterne>MADS_PARTENAIRE_DE_RECHERCHE_2</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">203650891</tef:autoriteExterne>
</tef:partenaireRecherche>
<tef:partenaireRecherche autreType="Financeur" type="autreType">
<tef:nom>Fondation I-SITE Université Lille Nord-Europe</tef:nom>
<tef:autoriteInterne>MADS_PARTENAIRE_DE_RECHERCHE_3</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">28682423X</tef:autoriteExterne>
</tef:partenaireRecherche>
<tef:partenaireRecherche autreType="Financeur" type="autreType">
<tef:nom>Axellience</tef:nom>
<tef:autoriteInterne>MADS_PARTENAIRE_DE_RECHERCHE_4</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">291955134</tef:autoriteExterne>
</tef:partenaireRecherche>
<tef:partenaireRecherche autreType="Financeur" type="autreType">
<tef:nom>Université de Lille (2022-....)</tef:nom>
<tef:autoriteInterne>MADS_PARTENAIRE_DE_RECHERCHE_5</tef:autoriteInterne>
<tef:autoriteExterne autoriteSource="Sudoc">259265152</tef:autoriteExterne>
</tef:partenaireRecherche>
<tef:oaiSetSpec>ddc:004</tef:oaiSetSpec>
<tef:MADSAuthority authorityID="MADS_DIRECTEUR_DE_THESE_1" type="personal">
<tef:personMADS>
<mads:namePart type="family">Dumoulin</mads:namePart>
<mads:namePart type="given">Cédric</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_DIRECTEUR_DE_THESE_2" type="personal">
<tef:personMADS>
<mads:namePart type="family">Renaux</mads:namePart>
<mads:namePart type="given">Emmanuel</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_PRESIDENT_DU_JURY" type="personal">
<tef:personMADS>
<mads:namePart type="family">Bruel</mads:namePart>
<mads:namePart type="given">Jean-Michel</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_RAPPORTEUR_1" type="personal">
<tef:personMADS>
<mads:namePart type="family">Ober</mads:namePart>
<mads:namePart type="given">Ileana</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_RAPPORTEUR_2" type="personal">
<tef:personMADS>
<mads:namePart type="family">Babau</mads:namePart>
<mads:namePart type="given">Jean-Philippe</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_ECOLE_DOCTORALE_1" type="corporate">
<tef:personMADS>
<mads:namePart type="family">École graduée Mathématiques, sciences du numérique et de leurs interactions (Lille ; 2021-....)</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_PARTENAIRE_DE_RECHERCHE_1" type="corporate">
<tef:personMADS>
<mads:namePart type="family">Centre de Recherche en Informatique, Signal et Automatique de Lille</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_PARTENAIRE_DE_RECHERCHE_2" type="corporate">
<tef:personMADS>
<mads:namePart type="family">Hauts-de-France. Conseil régional</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_PARTENAIRE_DE_RECHERCHE_3" type="corporate">
<tef:personMADS>
<mads:namePart type="family">Fondation I-SITE Université Lille Nord-Europe</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_PARTENAIRE_DE_RECHERCHE_4" type="corporate">
<tef:personMADS>
<mads:namePart type="family">Axellience</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
<tef:MADSAuthority authorityID="MADS_PARTENAIRE_DE_RECHERCHE_5" type="corporate">
<tef:personMADS>
<mads:namePart type="family">Université de Lille (2022-....)</mads:namePart>
</tef:personMADS>
</tef:MADSAuthority>
</tef:thesisAdmin>
</mets:xmlData>
</mets:mdWrap>
</mets:techMD>
<mets:techMD ID="ABES.STAR.THESE_233734.VERSION_COMPLETE.EDITION_ARCHIVAGE.TECH_FICHIER.DOSSIER_1.DOSSIER_1.FICHIER_1">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="tef_tech_fichier">
<mets:xmlData>
<tef:meta_fichier>
<tef:formatFichier>PDF</tef:formatFichier>
<tef:taille>5738851</tef:taille>
</tef:meta_fichier>
</mets:xmlData>
</mets:mdWrap>
</mets:techMD>
<mets:rightsMD ID="ABES.STAR.THESE_233734.DROITS_UNIVERSITE">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="tef_droits_etablissement_these">
<mets:xmlData>
<metsRights:RightsDeclarationMD RIGHTSCATEGORY="CONTRACTUAL">
<metsRights:Context CONTEXTCLASS="GENERAL PUBLIC">
<metsRights:Permissions COPY="false" DELETE="false" DISPLAY="true" DUPLICATE="true" MODIFY="false" PRINT="true"/>
</metsRights:Context>
<metsRights:Context CONTEXTCLASS="INSTITUTIONAL AFFILIATE">
<metsRights:Permissions COPY="false" DELETE="false" DISPLAY="true" DUPLICATE="true" MODIFY="false" PRINT="true"/>
</metsRights:Context>
</metsRights:RightsDeclarationMD>
</mets:xmlData>
</mets:mdWrap>
</mets:rightsMD>
<mets:rightsMD ID="ABES.STAR.THESE_233734.DROITS_DOCTORANT">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="tef_droits_auteur_these">
<mets:xmlData>
<metsRights:RightsDeclarationMD RIGHTSCATEGORY="CONTRACTUAL">
<metsRights:Context CONTEXTCLASS="GENERAL PUBLIC">
<metsRights:Permissions COPY="false" DELETE="false" DISPLAY="true" DUPLICATE="true" MODIFY="false" PRINT="true"/>
<metsRights:Constraints CONSTRAINTTYPE="TIME">
<metsRights:ConstraintDescription>restriction 2025-07-02 2027-01-01</metsRights:ConstraintDescription>
</metsRights:Constraints>
</metsRights:Context>
<metsRights:Context CONTEXTCLASS="INSTITUTIONAL AFFILIATE">
<metsRights:Permissions COPY="false" DELETE="false" DISPLAY="true" DUPLICATE="true" MODIFY="false" PRINT="true"/>
</metsRights:Context>
</metsRights:RightsDeclarationMD>
</mets:xmlData>
</mets:mdWrap>
</mets:rightsMD>
<mets:rightsMD ID="ABES.STAR.THESE_233734.VERSION_COMPLETE.DROITS">
<mets:mdWrap MDTYPE="OTHER" OTHERMDTYPE="tef_droits_version">
<mets:xmlData>
<metsRights:RightsDeclarationMD RIGHTSCATEGORY="CONTRACTUAL">
<metsRights:Context CONTEXTCLASS="GENERAL PUBLIC">
<metsRights:Permissions COPY="false" DELETE="false" DISPLAY="true" DUPLICATE="true" MODIFY="false" PRINT="true"/>
<metsRights:Constraints CONSTRAINTTYPE="TIME">
<metsRights:ConstraintDescription>restriction 2025-07-02 2027-01-01</metsRights:ConstraintDescription>
</metsRights:Constraints>
</metsRights:Context>
<metsRights:Context CONTEXTCLASS="INSTITUTIONAL AFFILIATE">
<metsRights:Permissions COPY="false" DELETE="false" DISPLAY="true" DUPLICATE="true" MODIFY="false" PRINT="true"/>
</metsRights:Context>
</metsRights:RightsDeclarationMD>
</mets:xmlData>
</mets:mdWrap>
</mets:rightsMD>
</mets:amdSec>
<mets:fileSec>
<mets:fileGrp ID="ABES.STAR.THESE_233734.VERSION_COMPLETE.EDITION_ARCHIVAGE.FILEGRP" USE="archive_et_diffusion">
<mets:file ADMID="ABES.STAR.THESE_233734.VERSION_COMPLETE.EDITION_ARCHIVAGE.TECH_FICHIER.DOSSIER_1.DOSSIER_1.FICHIER_1" ID="ABES.STAR.THESE_233734.VERSION_COMPLETE.EDITION_ARCHIVAGE.DOSSIER_1.DOSSIER_1.FICHIER_1" SEQ="1">
<mets:FLocat LOCTYPE="URL" xlink:href="ULIL/THESE_233734/document/0/0/These_BIYALOU_SAMA_Asbathou.pdf"/>
</mets:file>
</mets:fileGrp>
</mets:fileSec>
<mets:structMap TYPE="logical">
<mets:div ADMID="ABES.STAR.THESE_233734.ADMINISTRATION ABES.STAR.THESE_233734.DROITS_UNIVERSITE ABES.STAR.THESE_233734.DROITS_DOCTORANT" CONTENTIDS="CONTENTIDS.ABES.STAR.THESE_233734" DMDID="ABES.STAR.THESE_233734.DESCRIPTION_BIBLIOGRAPHIQUE" TYPE="THESE">
<mets:div ADMID="ABES.STAR.THESE_233734.VERSION_COMPLETE.DROITS" CONTENTIDS="CONTENTIDS.ABES.STAR.THESE_233734.ABES.STAR.THESE_233734.VERSION_COMPLETE" TYPE="VERSION_COMPLETE">
<mets:div CONTENTIDS="CONTENTIDS.ABES.STAR.THESE_233734.VERSION_COMPLETE.EDITION_ARCHIVAGE" DMDID="ABES.STAR.THESE_233734.VERSION_COMPLETE.DESCRIPTION.EDITION_ARCHIVAGE" TYPE="EDITION">
<mets:fptr FILEID="ABES.STAR.THESE_233734.VERSION_COMPLETE.EDITION_ARCHIVAGE.FILEGRP"/>
</mets:div>
</mets:div>
</mets:div>
</mets:structMap>
</mets:mets>