From 859450781d3610a01fa41a60fab3554cb5256eb1 Mon Sep 17 00:00:00 2001 From: Sylvain Joubert Date: Tue, 3 Feb 2026 17:09:46 +0100 Subject: [PATCH] Update to SDK 12.0 --- ConceptualModel/Brewery.csm.xml | 13 +++--------- Simulation/ADTBrewerySimulation.sml.xml | 2 +- Simulation/BreweryDemoSimulation.sml.xml | 14 +++---------- ...BreweryDemoSimulationWithConnector.sml.xml | 2 +- Simulation/BreweryTutorialSimulation.sml.xml | 10 +-------- Simulation/MyBrewery.ist.xml | 2 +- Simulation/Resource/ADTLoaders.isp.xml | 2 +- Simulation/Resource/Studio-MeKuOa.ini.xml | 2 +- Simulator/Simulator.sor.xml | 21 +++++++------------ project.csm | 2 +- 10 files changed, 20 insertions(+), 50 deletions(-) diff --git a/ConceptualModel/Brewery.csm.xml b/ConceptualModel/Brewery.csm.xml index 5c98944..9b7d4e6 100644 --- a/ConceptualModel/Brewery.csm.xml +++ b/ConceptualModel/Brewery.csm.xml @@ -1,18 +1,11 @@ - - + Brewery ModelEnvironment - + @@ -158,7 +151,7 @@ csmForEachTypedSubEntity(BE_Customer, customer) - + Customer diff --git a/Simulation/ADTBrewerySimulation.sml.xml b/Simulation/ADTBrewerySimulation.sml.xml index 6a212b1..4f06cb0 100644 --- a/Simulation/ADTBrewerySimulation.sml.xml +++ b/Simulation/ADTBrewerySimulation.sml.xml @@ -6,7 +6,7 @@ $Revision$ $Copyright: [2010-2017] Cosmo Tech, All Rights Reserved $ --> - + diff --git a/Simulation/BreweryDemoSimulation.sml.xml b/Simulation/BreweryDemoSimulation.sml.xml index a1a3bbc..8a0c3b2 100644 --- a/Simulation/BreweryDemoSimulation.sml.xml +++ b/Simulation/BreweryDemoSimulation.sml.xml @@ -1,13 +1,5 @@ - - - + MyBrewery @@ -30,12 +22,12 @@ Model - + Model MyBar Customer - + Model MyBar Customer diff --git a/Simulation/BreweryDemoSimulationWithConnector.sml.xml b/Simulation/BreweryDemoSimulationWithConnector.sml.xml index 159ebcf..02bf688 100644 --- a/Simulation/BreweryDemoSimulationWithConnector.sml.xml +++ b/Simulation/BreweryDemoSimulationWithConnector.sml.xml @@ -6,7 +6,7 @@ $Revision$ $Copyright: [2010-2017] Cosmo Tech, All Rights Reserved $ --> - + diff --git a/Simulation/BreweryTutorialSimulation.sml.xml b/Simulation/BreweryTutorialSimulation.sml.xml index 3e3cc0d..50d0af7 100644 --- a/Simulation/BreweryTutorialSimulation.sml.xml +++ b/Simulation/BreweryTutorialSimulation.sml.xml @@ -1,13 +1,5 @@ - - - + MyBrewery diff --git a/Simulation/MyBrewery.ist.xml b/Simulation/MyBrewery.ist.xml index 97928ca..1b27a75 100644 --- a/Simulation/MyBrewery.ist.xml +++ b/Simulation/MyBrewery.ist.xml @@ -6,7 +6,7 @@ $Revision$ $Copyright: [2010-2017] Cosmo Tech, All Rights Reserved $ --> - + 1 diff --git a/Simulation/Resource/ADTLoaders.isp.xml b/Simulation/Resource/ADTLoaders.isp.xml index 27a7eb0..fbc30c1 100644 --- a/Simulation/Resource/ADTLoaders.isp.xml +++ b/Simulation/Resource/ADTLoaders.isp.xml @@ -1,5 +1,5 @@ - + Bar , diff --git a/Simulation/Resource/Studio-MeKuOa.ini.xml b/Simulation/Resource/Studio-MeKuOa.ini.xml index ad297b1..1fef457 100644 --- a/Simulation/Resource/Studio-MeKuOa.ini.xml +++ b/Simulation/Resource/Studio-MeKuOa.ini.xml @@ -6,7 +6,7 @@ $Revision$ $Copyright: [2010-2017] Cosmo Tech, All Rights Reserved $ --> - + diff --git a/Simulator/Simulator.sor.xml b/Simulator/Simulator.sor.xml index e9d44a4..2a5b710 100644 --- a/Simulator/Simulator.sor.xml +++ b/Simulator/Simulator.sor.xml @@ -1,12 +1,5 @@ - - + BrewerySampleSolution @@ -23,16 +16,16 @@ {Model}Brewery::{Entity}Customer - + {Model}Brewery::{DataType}Integer - GetCustomerSatisfactionMeasure() = GetCustomerSatisfactionObs()->GetSatisfaction(); + GetSatisfaction();]]> - + {Model}Brewery::{DataType}String - GetCustomerNameDimension() = GetCustomerSatisfactionObs()->GetName(); + GetName();]]> @@ -40,10 +33,10 @@ {Model}Brewery::{Entity}Bar - + {Model}Brewery::{DataType}Integer - GetStockMeasure() = GetBarObs()->GetStock(); + GetStock();]]> diff --git a/project.csm b/project.csm index acf3087..1a0d472 100644 --- a/project.csm +++ b/project.csm @@ -1,3 +1,3 @@ [General] -Version=11.5 +Version=12.0 Description=