From 99ec416861849e6f92332c39aa1b0da523fdce2d Mon Sep 17 00:00:00 2001
From: Simon <simon.eismann@uni-wuerzburg.de>
Date: Fri, 8 Mar 2019 16:10:44 +0100
Subject: [PATCH] cleanup

---
 dml-examples/HelloWorldExample/DML-Model/My.probes        | 2 --
 .../HelloWorldExample/DML-Model/My.variablemapping        | 2 --
 dml-examples/HelloWorldExample/DML-Model/min.repository   | 2 +-
 dml-examples/HelloWorldExample/DML-Model/min.system       | 5 -----
 .../HelloWorldExample/DML-Model/min.taggedrepository      | 8 --------
 5 files changed, 1 insertion(+), 18 deletions(-)
 delete mode 100644 dml-examples/HelloWorldExample/DML-Model/My.probes
 delete mode 100644 dml-examples/HelloWorldExample/DML-Model/My.variablemapping
 delete mode 100644 dml-examples/HelloWorldExample/DML-Model/min.taggedrepository

diff --git a/dml-examples/HelloWorldExample/DML-Model/My.probes b/dml-examples/HelloWorldExample/DML-Model/My.probes
deleted file mode 100644
index 70ec219..0000000
--- a/dml-examples/HelloWorldExample/DML-Model/My.probes
+++ /dev/null
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<probes:ProbeRepository xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:probes="http://www.descartes.tools/solving/probes/1.0"/>
diff --git a/dml-examples/HelloWorldExample/DML-Model/My.variablemapping b/dml-examples/HelloWorldExample/DML-Model/My.variablemapping
deleted file mode 100644
index e874940..0000000
--- a/dml-examples/HelloWorldExample/DML-Model/My.variablemapping
+++ /dev/null
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<variablemapping:VariableMapping xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:variablemapping="http://www.descartes.tools/transformations/dml2stackframe/variablemapping/1.0"/>
diff --git a/dml-examples/HelloWorldExample/DML-Model/min.repository b/dml-examples/HelloWorldExample/DML-Model/min.repository
index c4980e3..58be22e 100644
--- a/dml-examples/HelloWorldExample/DML-Model/min.repository
+++ b/dml-examples/HelloWorldExample/DML-Model/min.repository
@@ -11,7 +11,7 @@
         <actions xsi:type="servicebehavior:InternalAction">
           <resourceDemand id="_x6-G4ID9EeenxduPUfvywQj" characterization="EXPLICIT">
             <explicitDescription>
-              <probFunction xsi:type="functions:DoubleLiteral" value="0.1"/>
+              <probFunction xsi:type="functions:DoubleLiteral" value="3"/>
             </explicitDescription>
             <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
           </resourceDemand>
diff --git a/dml-examples/HelloWorldExample/DML-Model/min.system b/dml-examples/HelloWorldExample/DML-Model/min.system
index 1d9eae3..38b574b 100644
--- a/dml-examples/HelloWorldExample/DML-Model/min.system
+++ b/dml-examples/HelloWorldExample/DML-Model/min.system
@@ -2,11 +2,6 @@
 <system:System xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:repository="http://www.descartes.tools/metamodel/repository/1.0" xmlns:system="http://www.descartes.tools/metamodel/system/1.0" id="_zdRVAEeoEeSW4Op0B0CyhQ" name="MySys">
   <assemblyContexts id="_xTn9IZ7EEeec6726JGgl9g" name="B1">
     <encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_miQFRJ7EEeec6726JGgl9g"/>
-    <statisticalModel xsi:type="system:MARSModel">
-      <describedSignature href="min.repository#_h7eHYJ7EEeec6726JGgl9g"/>
-      <interfaceProvidingRole href="min.repository#_o98roJ7EEeec6726JGgl9g"/>
-      <basisFunctions xsi:type="system:Constant" coefficient="3"/>
-    </statisticalModel>
   </assemblyContexts>
   <providingDelegationConnectors id="_6lWyAEeoEeSW4Op0B0CyhQ" name="PDCn_provRole_ProvRole_IA" assemblyContext="_xTn9IZ7EEeec6726JGgl9g" outerInterfaceProvidingRole="_zdRVAUeoEeSW4Op0B0CyhQ">
     <innerInterfaceProvidingRole href="min.repository#_o98roJ7EEeec6726JGgl9g"/>
diff --git a/dml-examples/HelloWorldExample/DML-Model/min.taggedrepository b/dml-examples/HelloWorldExample/DML-Model/min.taggedrepository
deleted file mode 100644
index 943d54b..0000000
--- a/dml-examples/HelloWorldExample/DML-Model/min.taggedrepository
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<taggedrepository:TaggedRepository xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:taggedrepository="http://www.descartes.tools/solving/tailoredmodelcomposition/taggedrepository/1.0">
-  <repository href="min.repository#_O2wgMEcEEeOgk9V4uRCQAw"/>
-  <tags metric="AvgUtilization">
-    <signature href="min.repository#_h7eHYJ7EEeec6726JGgl9g"/>
-    <interfaceProvidingRole href="min.repository#_o98roJ7EEeec6726JGgl9g"/>
-  </tags>
-</taggedrepository:TaggedRepository>
-- 
GitLab