From 5dbc22da2ab75ac8059dcc84b936f09697a061ae Mon Sep 17 00:00:00 2001 From: rkv Date: Tue, 7 May 2013 08:33:10 +0000 Subject: [PATCH] Config scripts for CEA and EDF are created. --- Workspace/Siman-WS/WebContent/conf/my.xml | 11 + Workspace/Siman-WS/build.xml | 42 ++- Workspace/Siman-WS/conf/cea_som.properties | 19 ++ Workspace/Siman-WS/conf/cea_som.xml | 270 ++++++++++++++++ Workspace/Siman-WS/conf/cea_som_en.properties | 19 ++ Workspace/Siman-WS/conf/customer.txt | 1 + Workspace/Siman-WS/conf/edf_som.properties | 23 ++ Workspace/Siman-WS/conf/edf_som.xml | 300 ++++++++++++++++++ Workspace/Siman-WS/conf/edf_som_en.properties | 21 ++ .../Siman-WS/conf/templates/som.properties | 52 +++ .../Siman-WS/conf/templates/som_en.properties | 53 ++++ Workspace/Siman/WebContent/conf/my.xml | 11 + Workspace/Siman/build.xml | 46 ++- Workspace/Siman/conf/cea_som.properties | 19 ++ Workspace/Siman/conf/cea_som.xml | 270 ++++++++++++++++ Workspace/Siman/conf/cea_som_en.properties | 19 ++ Workspace/Siman/conf/customer.txt | 1 + Workspace/Siman/conf/edf_som.properties | 23 ++ Workspace/Siman/conf/edf_som.xml | 300 ++++++++++++++++++ Workspace/Siman/conf/edf_som_en.properties | 21 ++ Workspace/Siman/conf/templates/som.properties | 52 +++ .../Siman/conf/templates/som_en.properties | 53 ++++ 22 files changed, 1617 insertions(+), 9 deletions(-) create mode 100644 Workspace/Siman-WS/conf/cea_som.properties create mode 100644 Workspace/Siman-WS/conf/cea_som.xml create mode 100644 Workspace/Siman-WS/conf/cea_som_en.properties create mode 100644 Workspace/Siman-WS/conf/customer.txt create mode 100644 Workspace/Siman-WS/conf/edf_som.properties create mode 100644 Workspace/Siman-WS/conf/edf_som.xml create mode 100644 Workspace/Siman-WS/conf/edf_som_en.properties create mode 100644 Workspace/Siman-WS/conf/templates/som.properties create mode 100644 Workspace/Siman-WS/conf/templates/som_en.properties create mode 100644 Workspace/Siman/conf/cea_som.properties create mode 100644 Workspace/Siman/conf/cea_som.xml create mode 100644 Workspace/Siman/conf/cea_som_en.properties create mode 100644 Workspace/Siman/conf/customer.txt create mode 100644 Workspace/Siman/conf/edf_som.properties create mode 100644 Workspace/Siman/conf/edf_som.xml create mode 100644 Workspace/Siman/conf/edf_som_en.properties create mode 100644 Workspace/Siman/conf/templates/som.properties create mode 100644 Workspace/Siman/conf/templates/som_en.properties diff --git a/Workspace/Siman-WS/WebContent/conf/my.xml b/Workspace/Siman-WS/WebContent/conf/my.xml index e14a992..986e5f4 100644 --- a/Workspace/Siman-WS/WebContent/conf/my.xml +++ b/Workspace/Siman-WS/WebContent/conf/my.xml @@ -10,6 +10,17 @@ + + + + + + + + + + + diff --git a/Workspace/Siman-WS/build.xml b/Workspace/Siman-WS/build.xml index de5a654..8839463 100644 --- a/Workspace/Siman-WS/build.xml +++ b/Workspace/Siman-WS/build.xml @@ -36,6 +36,10 @@ + + + + @@ -108,8 +112,8 @@ - - + + @@ -118,8 +122,38 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/Siman-WS/conf/cea_som.properties b/Workspace/Siman-WS/conf/cea_som.properties new file mode 100644 index 0000000..49e8a96 --- /dev/null +++ b/Workspace/Siman-WS/conf/cea_som.properties @@ -0,0 +1,19 @@ +menu.step.1 = Spécifier l''étude +menu.step.2 = Concevoir le scénario +menu.step.3 = Créer la géométrie +menu.step.4 = Générer le modèle d''analyse +menu.step.5 = Entrer les conditions de calcul +menu.step.6 = Analyser les résultats +menu.step.7 = Définir le schéma de calcul +menu.step.8 = Capitaliser ce cas d''étude +menu.step.9 = Finaliser l''étude + +folder.step.1 = Spécification de l''étude +folder.step.2 = Description du scénario +folder.step.3 = Géométrie +folder.step.4 = Modèle d''analyse +folder.step.5 = Conditions de calcul +folder.step.6 = Résultats +folder.step.7 = Schéma de calcul +folder.step.8 = Élements de connaissances +folder.step.9 = Rapport final diff --git a/Workspace/Siman-WS/conf/cea_som.xml b/Workspace/Siman-WS/conf/cea_som.xml new file mode 100644 index 0000000..3115e34 --- /dev/null +++ b/Workspace/Siman-WS/conf/cea_som.xml @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + +
+
+
+
+
+
+ + +
+
+
+ + +
+
+
+
+ + +
+ + +
+
+
+ + + + + +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Workspace/Siman-WS/conf/cea_som_en.properties b/Workspace/Siman-WS/conf/cea_som_en.properties new file mode 100644 index 0000000..2dc696a --- /dev/null +++ b/Workspace/Siman-WS/conf/cea_som_en.properties @@ -0,0 +1,19 @@ +menu.step.1 = Specify the study +menu.step.2 = Design the scenario +menu.step.3 = Create the geometry +menu.step.4 = Generate the analysis model +menu.step.5 = Enter the boundary conditions +menu.step.6 = Analyze the results +menu.step.7 = Define the calculation schema +menu.step.8 = Capitalize this use-case +menu.step.9 = Finalize the study + +folder.step.1 = Specification of the study +folder.step.2 = Description of the scenario +folder.step.3 = Geometry +folder.step.4 = Analysis model +folder.step.5 = Boundary conditions +folder.step.6 = Calculation results +folder.step.7 = Calculation schema +folder.step.8 = Knowledge elements +folder.step.9 = Final report diff --git a/Workspace/Siman-WS/conf/customer.txt b/Workspace/Siman-WS/conf/customer.txt new file mode 100644 index 0000000..b1121e1 --- /dev/null +++ b/Workspace/Siman-WS/conf/customer.txt @@ -0,0 +1 @@ +cea \ No newline at end of file diff --git a/Workspace/Siman-WS/conf/edf_som.properties b/Workspace/Siman-WS/conf/edf_som.properties new file mode 100644 index 0000000..b3971c8 --- /dev/null +++ b/Workspace/Siman-WS/conf/edf_som.properties @@ -0,0 +1,23 @@ +menu.step.1 = Spécifier l''étude +menu.step.2 = Concevoir le scénario +menu.step.3 = Créer la géométrie +menu.step.4 = Générer le modèle d''analyse +menu.step.5 = Effectuer le CASTEM +menu.step.6 = Effectuer le MECA +menu.step.7 = Effectuer le SYRTHES +menu.step.8 = Analyser les résultats +menu.step.9 = Définir le schéma de calcul +menu.step.10 = Capitaliser ce cas d''étude +menu.step.11 = Finaliser l''étude + +folder.step.1 = Spécification de l''étude +folder.step.2 = Description du scénario +folder.step.3 = Géométrie +folder.step.4 = Modèle d''analyse +folder.step.5 = Exécution de calcul CASTEM +folder.step.6 = Exécution de calcul MECA +folder.step.7 = Exécution de calcul SYRTHES +folder.step.8 = Résultats +folder.step.9 = Schéma de calcul +folder.step.10 = Élements de connaissances +folder.step.11 = Rapport final diff --git a/Workspace/Siman-WS/conf/edf_som.xml b/Workspace/Siman-WS/conf/edf_som.xml new file mode 100644 index 0000000..affa0b6 --- /dev/null +++ b/Workspace/Siman-WS/conf/edf_som.xml @@ -0,0 +1,300 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + +
+
+
+
+
+
+ + +
+
+
+ + +
+
+
+
+ + +
+ + +
+
+
+ + + + + +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Workspace/Siman-WS/conf/edf_som_en.properties b/Workspace/Siman-WS/conf/edf_som_en.properties new file mode 100644 index 0000000..9687ac2 --- /dev/null +++ b/Workspace/Siman-WS/conf/edf_som_en.properties @@ -0,0 +1,21 @@ +menu.step.1 = Specify the study +menu.step.2 = Design the scenario +menu.step.3 = Create the geometry +menu.step.4 = Generate the analysis model +menu.step.5 = Execute MECA +menu.step.6 = Execute SYRTHES +menu.step.7 = Analyze the results +menu.step.8 = Define the calculation schema +menu.step.9 = Capitalize this use-case +menu.step.10 = Finalize the study + +folder.step.1 = Specification of the study +folder.step.2 = Description of the scenario +folder.step.3 = Geometry +folder.step.4 = Analysis model +folder.step.5 = MECA calculation execution +folder.step.6 = SYRTHES calculation execution +folder.step.7 = Calculation results +folder.step.8 = Calculation schema +folder.step.9 = Knowledge elements +folder.step.10 = Final report diff --git a/Workspace/Siman-WS/conf/templates/som.properties b/Workspace/Siman-WS/conf/templates/som.properties new file mode 100644 index 0000000..fea4d6b --- /dev/null +++ b/Workspace/Siman-WS/conf/templates/som.properties @@ -0,0 +1,52 @@ +name.module = Centre d''études + +size.format = #,##0 Ko +date.format = dd/MM/yyyy +dd/MM/yyyy = jj/mm/aaaa + +@som@ + +type.document.requirements = Cahier des charges +type.document.specification = Document de spécification +type.document.design = Document de conception +type.document.geometry = Géométrie +type.document.model = Modèle d''analyse +type.document.loads = Conditions de calcul +type.document.script = Script d''exécution +type.document.log = Log d''exécution +type.document.results = Résultats de calcul +type.document.resultsMeca = Résultats de calcul MECA +type.document.resultsSyrthes = Résultats de calcul Syrthes +type.document.report = Rapport final +type.document.memorandum = Note technique +type.document.minutes = Compte rendu +type.document.coparisonResult= Study comparison result +type.document.schema = Calculation schema +type.document.visualisation = Visualisation of the results + +type.context.customer = Client +type.context.product = Produit +type.context.phase = Phase du produit +type.context.need = Besoin client +type.context.purpose = Finalité de l''étude +type.context.physic = Type de physique +type.context.object = Objet étudié +type.context.part = Objet modélisé +type.context.geometry = Type de géométrie +type.context.model = Type de modèle +type.context.element = Type d''éléments +type.context.shape = Géométrie des éléments +type.context.order = Degré des éléments +type.context.analysis = Type d''analyse +type.context.platform = Plate-forme logicielle +type.context.module = Module de calcul +type.context.component = Brique technologique + +type.knowledge.usecase = Use case +type.knowledge.bestpractice = Bonne pratique +type.knowledge.limitation = Limitation +type.knowledge.inconsistency = Incohérence +type.knowledge.metrics = Métrique +type.knowledge.improvement = Amélioration + +history.creation = Document créé par \ No newline at end of file diff --git a/Workspace/Siman-WS/conf/templates/som_en.properties b/Workspace/Siman-WS/conf/templates/som_en.properties new file mode 100644 index 0000000..be64dae --- /dev/null +++ b/Workspace/Siman-WS/conf/templates/som_en.properties @@ -0,0 +1,53 @@ +name.module = Study Manager + +size.format = #,##0 Kb +date.format = MM.dd.yyyy +MM.dd.yyyy = mm.dd.yyyy + +@som.en@ + +type.document.requirements = Customer requirements +type.document.specification = Specification document +type.document.design = Design document +type.document.geometry = Geometry +type.document.model = Analysis model +type.document.loads = Boundary conditions +type.document.script = Execution script +type.document.log = Execution log +type.document.results = Calculation results +type.document.resultsMeca = MECA calculation results +type.document.resultsSyrthes = Syrthes calculation results +type.document.report = Final report +type.document.memorandum = Technical report +type.document.minutes = Minute meeting +type.document.coparisonResult= Study comparison result +type.document.schema = Calculation schema +type.document.visualisation = Visualisation of the results + +type.context.customer = Customer +type.context.product = Product +type.context.phase = Product phase +type.context.need = Customer needs +type.context.purpose = Purpose of study +type.context.physic = Physics +type.context.object = Studied object + +type.context.part = Modeled object +type.context.geometry = Geometry type +type.context.model = Type of analysis model +type.context.element = Element type +type.context.shape = Geometry of elements +type.context.order = Order of elements +type.context.analysis = Analysis type +type.context.platform = Software platform +type.context.module = Solver +type.context.component = Software component + +type.knowledge.usecase = Use case +type.knowledge.bestpractice = Best practice +type.knowledge.limitation = Limitation +type.knowledge.inconsistency = Inconsistency +type.knowledge.metrics = Metrics +type.knowledge.improvement = Improvement + +history.creation = Document created by \ No newline at end of file diff --git a/Workspace/Siman/WebContent/conf/my.xml b/Workspace/Siman/WebContent/conf/my.xml index e14a992..986e5f4 100644 --- a/Workspace/Siman/WebContent/conf/my.xml +++ b/Workspace/Siman/WebContent/conf/my.xml @@ -10,6 +10,17 @@ + + + + + + + + + + + diff --git a/Workspace/Siman/build.xml b/Workspace/Siman/build.xml index 82494cf..d585c6d 100644 --- a/Workspace/Siman/build.xml +++ b/Workspace/Siman/build.xml @@ -59,12 +59,18 @@ + + + + - + + + @@ -151,8 +157,8 @@ - - + + @@ -161,8 +167,38 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Workspace/Siman/conf/cea_som.properties b/Workspace/Siman/conf/cea_som.properties new file mode 100644 index 0000000..49e8a96 --- /dev/null +++ b/Workspace/Siman/conf/cea_som.properties @@ -0,0 +1,19 @@ +menu.step.1 = Spécifier l''étude +menu.step.2 = Concevoir le scénario +menu.step.3 = Créer la géométrie +menu.step.4 = Générer le modèle d''analyse +menu.step.5 = Entrer les conditions de calcul +menu.step.6 = Analyser les résultats +menu.step.7 = Définir le schéma de calcul +menu.step.8 = Capitaliser ce cas d''étude +menu.step.9 = Finaliser l''étude + +folder.step.1 = Spécification de l''étude +folder.step.2 = Description du scénario +folder.step.3 = Géométrie +folder.step.4 = Modèle d''analyse +folder.step.5 = Conditions de calcul +folder.step.6 = Résultats +folder.step.7 = Schéma de calcul +folder.step.8 = Élements de connaissances +folder.step.9 = Rapport final diff --git a/Workspace/Siman/conf/cea_som.xml b/Workspace/Siman/conf/cea_som.xml new file mode 100644 index 0000000..3115e34 --- /dev/null +++ b/Workspace/Siman/conf/cea_som.xml @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + +
+
+
+
+
+
+ + +
+
+
+ + +
+
+
+
+ + +
+ + +
+
+
+ + + + + +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Workspace/Siman/conf/cea_som_en.properties b/Workspace/Siman/conf/cea_som_en.properties new file mode 100644 index 0000000..2dc696a --- /dev/null +++ b/Workspace/Siman/conf/cea_som_en.properties @@ -0,0 +1,19 @@ +menu.step.1 = Specify the study +menu.step.2 = Design the scenario +menu.step.3 = Create the geometry +menu.step.4 = Generate the analysis model +menu.step.5 = Enter the boundary conditions +menu.step.6 = Analyze the results +menu.step.7 = Define the calculation schema +menu.step.8 = Capitalize this use-case +menu.step.9 = Finalize the study + +folder.step.1 = Specification of the study +folder.step.2 = Description of the scenario +folder.step.3 = Geometry +folder.step.4 = Analysis model +folder.step.5 = Boundary conditions +folder.step.6 = Calculation results +folder.step.7 = Calculation schema +folder.step.8 = Knowledge elements +folder.step.9 = Final report diff --git a/Workspace/Siman/conf/customer.txt b/Workspace/Siman/conf/customer.txt new file mode 100644 index 0000000..b1121e1 --- /dev/null +++ b/Workspace/Siman/conf/customer.txt @@ -0,0 +1 @@ +cea \ No newline at end of file diff --git a/Workspace/Siman/conf/edf_som.properties b/Workspace/Siman/conf/edf_som.properties new file mode 100644 index 0000000..b3971c8 --- /dev/null +++ b/Workspace/Siman/conf/edf_som.properties @@ -0,0 +1,23 @@ +menu.step.1 = Spécifier l''étude +menu.step.2 = Concevoir le scénario +menu.step.3 = Créer la géométrie +menu.step.4 = Générer le modèle d''analyse +menu.step.5 = Effectuer le CASTEM +menu.step.6 = Effectuer le MECA +menu.step.7 = Effectuer le SYRTHES +menu.step.8 = Analyser les résultats +menu.step.9 = Définir le schéma de calcul +menu.step.10 = Capitaliser ce cas d''étude +menu.step.11 = Finaliser l''étude + +folder.step.1 = Spécification de l''étude +folder.step.2 = Description du scénario +folder.step.3 = Géométrie +folder.step.4 = Modèle d''analyse +folder.step.5 = Exécution de calcul CASTEM +folder.step.6 = Exécution de calcul MECA +folder.step.7 = Exécution de calcul SYRTHES +folder.step.8 = Résultats +folder.step.9 = Schéma de calcul +folder.step.10 = Élements de connaissances +folder.step.11 = Rapport final diff --git a/Workspace/Siman/conf/edf_som.xml b/Workspace/Siman/conf/edf_som.xml new file mode 100644 index 0000000..a1e84ae --- /dev/null +++ b/Workspace/Siman/conf/edf_som.xml @@ -0,0 +1,300 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + + + + + + +
+
+
+
+
+
+ + +
+
+
+ + +
+
+
+
+ + +
+ + +
+
+
+ + + + + +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Workspace/Siman/conf/edf_som_en.properties b/Workspace/Siman/conf/edf_som_en.properties new file mode 100644 index 0000000..9687ac2 --- /dev/null +++ b/Workspace/Siman/conf/edf_som_en.properties @@ -0,0 +1,21 @@ +menu.step.1 = Specify the study +menu.step.2 = Design the scenario +menu.step.3 = Create the geometry +menu.step.4 = Generate the analysis model +menu.step.5 = Execute MECA +menu.step.6 = Execute SYRTHES +menu.step.7 = Analyze the results +menu.step.8 = Define the calculation schema +menu.step.9 = Capitalize this use-case +menu.step.10 = Finalize the study + +folder.step.1 = Specification of the study +folder.step.2 = Description of the scenario +folder.step.3 = Geometry +folder.step.4 = Analysis model +folder.step.5 = MECA calculation execution +folder.step.6 = SYRTHES calculation execution +folder.step.7 = Calculation results +folder.step.8 = Calculation schema +folder.step.9 = Knowledge elements +folder.step.10 = Final report diff --git a/Workspace/Siman/conf/templates/som.properties b/Workspace/Siman/conf/templates/som.properties new file mode 100644 index 0000000..fea4d6b --- /dev/null +++ b/Workspace/Siman/conf/templates/som.properties @@ -0,0 +1,52 @@ +name.module = Centre d''études + +size.format = #,##0 Ko +date.format = dd/MM/yyyy +dd/MM/yyyy = jj/mm/aaaa + +@som@ + +type.document.requirements = Cahier des charges +type.document.specification = Document de spécification +type.document.design = Document de conception +type.document.geometry = Géométrie +type.document.model = Modèle d''analyse +type.document.loads = Conditions de calcul +type.document.script = Script d''exécution +type.document.log = Log d''exécution +type.document.results = Résultats de calcul +type.document.resultsMeca = Résultats de calcul MECA +type.document.resultsSyrthes = Résultats de calcul Syrthes +type.document.report = Rapport final +type.document.memorandum = Note technique +type.document.minutes = Compte rendu +type.document.coparisonResult= Study comparison result +type.document.schema = Calculation schema +type.document.visualisation = Visualisation of the results + +type.context.customer = Client +type.context.product = Produit +type.context.phase = Phase du produit +type.context.need = Besoin client +type.context.purpose = Finalité de l''étude +type.context.physic = Type de physique +type.context.object = Objet étudié +type.context.part = Objet modélisé +type.context.geometry = Type de géométrie +type.context.model = Type de modèle +type.context.element = Type d''éléments +type.context.shape = Géométrie des éléments +type.context.order = Degré des éléments +type.context.analysis = Type d''analyse +type.context.platform = Plate-forme logicielle +type.context.module = Module de calcul +type.context.component = Brique technologique + +type.knowledge.usecase = Use case +type.knowledge.bestpractice = Bonne pratique +type.knowledge.limitation = Limitation +type.knowledge.inconsistency = Incohérence +type.knowledge.metrics = Métrique +type.knowledge.improvement = Amélioration + +history.creation = Document créé par \ No newline at end of file diff --git a/Workspace/Siman/conf/templates/som_en.properties b/Workspace/Siman/conf/templates/som_en.properties new file mode 100644 index 0000000..be64dae --- /dev/null +++ b/Workspace/Siman/conf/templates/som_en.properties @@ -0,0 +1,53 @@ +name.module = Study Manager + +size.format = #,##0 Kb +date.format = MM.dd.yyyy +MM.dd.yyyy = mm.dd.yyyy + +@som.en@ + +type.document.requirements = Customer requirements +type.document.specification = Specification document +type.document.design = Design document +type.document.geometry = Geometry +type.document.model = Analysis model +type.document.loads = Boundary conditions +type.document.script = Execution script +type.document.log = Execution log +type.document.results = Calculation results +type.document.resultsMeca = MECA calculation results +type.document.resultsSyrthes = Syrthes calculation results +type.document.report = Final report +type.document.memorandum = Technical report +type.document.minutes = Minute meeting +type.document.coparisonResult= Study comparison result +type.document.schema = Calculation schema +type.document.visualisation = Visualisation of the results + +type.context.customer = Customer +type.context.product = Product +type.context.phase = Product phase +type.context.need = Customer needs +type.context.purpose = Purpose of study +type.context.physic = Physics +type.context.object = Studied object + +type.context.part = Modeled object +type.context.geometry = Geometry type +type.context.model = Type of analysis model +type.context.element = Element type +type.context.shape = Geometry of elements +type.context.order = Order of elements +type.context.analysis = Analysis type +type.context.platform = Software platform +type.context.module = Solver +type.context.component = Software component + +type.knowledge.usecase = Use case +type.knowledge.bestpractice = Best practice +type.knowledge.limitation = Limitation +type.knowledge.inconsistency = Inconsistency +type.knowledge.metrics = Metrics +type.knowledge.improvement = Improvement + +history.creation = Document created by \ No newline at end of file -- 2.39.2