<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to SDMLib</title><link>https://sourceforge.net/p/sdmlib/wiki/SDMLib/</link><description>Recent changes to SDMLib</description><atom:link href="https://sourceforge.net/p/sdmlib/wiki/SDMLib/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 13 Nov 2013 19:12:02 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/sdmlib/wiki/SDMLib/feed" rel="self" type="application/rss+xml"/><item><title>SDMLib modified by Albert Zündorf</title><link>https://sourceforge.net/p/sdmlib/wiki/SDMLib/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -1,46 +1,6 @@
+We have moved to: https://github.com/azuendorf/SDMLib

-We are moving to github! 
-
-Do not longer use sourceforge subversion repository.
-
-Stay tuned for the github link.  
+Do not longer use this sourceforge subversion repository.

-Welcome to SDMLib

-SDMLib is a light weight modeling library. SDMLib intentionally comes without any tool or editor. 
-
-The idea is that you _code_ your model: 
-
-    ClassModel model = new ClassModel();
-
-    Clazz uni = new Clazz()
-        .withName("University")
-        .withModel(model);
-
-    Clazz stud = new Clazz()
-        .withName("Student")
-        .withModel(model);
-
-    Association uniHasStuds = new Association()
-        .withSource(uni, ONE, AGGREGATION)
-        .withTarget(stud, MANY);
-
-    model.generate("../StudyRightUni/src");
-
-By running model.generate() SDMLib will gernerate source code from your class model. 
-If you extend your model later on and regenerate, the code generation will identify 
-already existing classes and fields and attributes and leave them untouched. Only new 
-elements will be inserted, carefully. 
-
-In addition to class models, SDMLib will also support object diagrams, storyboards and model transformations. 
-
-SDMLib comes with [MIT licence]
-[Activity Charts](https://sourceforge.net/p/sdmlib/code-0/111/tree/trunk/SDMLib.net/doc/SDMLibProjectBurnupChart.png)
-
-Have fun 
-
-The [SDMLib team]
-
-[[project_admins]]
-[[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Albert Zündorf</dc:creator><pubDate>Wed, 13 Nov 2013 19:12:02 -0000</pubDate><guid>https://sourceforge.netcb0b8206a180dc5eee32220aeed03b60b0d19359</guid></item><item><title>SDMLib modified by Albert Zündorf</title><link>https://sourceforge.net/p/sdmlib/wiki/SDMLib/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -1,3 +1,11 @@
+
+We are moving to github! 
+
+Do not longer use sourceforge subversion repository.
+
+Stay tuned for the github link.  
+
+
 Welcome to SDMLib

 SDMLib is a light weight modeling library. SDMLib intentionally comes without any tool or editor. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Albert Zündorf</dc:creator><pubDate>Wed, 13 Nov 2013 16:52:37 -0000</pubDate><guid>https://sourceforge.net3e8919376f054bafb7832cdeb0d00abbc7a6083f</guid></item><item><title>SDMLib modified by Lennert Raesch</title><link>https://sourceforge.net/p/sdmlib/wiki/SDMLib/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -4,7 +4,7 @@

 The idea is that you _code_ your model: 

-    Model model = new Model();
+    ClassModel model = new ClassModel();

     Clazz uni = new Clazz()
         .withName("University")
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lennert Raesch</dc:creator><pubDate>Wed, 31 Jul 2013 14:17:43 -0000</pubDate><guid>https://sourceforge.nete0128c373b4e515d12a6903b535cf619de186a98</guid></item><item><title>WikiPage SDMLib modified by Albert Zündorf</title><link>https://sourceforge.net/p/sdmlib/wiki/SDMLib/</link><description>&lt;pre&gt;--- v9
+++ v10
@@ -28,7 +28,7 @@
 In addition to class models, SDMLib will also support object diagrams, storyboards and model transformations. 
 
 SDMLib comes with [MIT licence]
-[Activity Charts](https://sourceforge.net/p/sdmlib/code-0/8/tree/trunk/SDMLib.net/doc/SDMLibProjectBurnupChart.png)
+[Activity Charts](https://sourceforge.net/p/sdmlib/code-0/111/tree/trunk/SDMLib.net/doc/SDMLibProjectBurnupChart.png)
 
 Have fun 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Albert Zündorf</dc:creator><pubDate>Tue, 29 May 2012 10:57:46 -0000</pubDate><guid>https://sourceforge.net6cc5ecaa266a742f64c6a9e40b8489f295707d92</guid></item><item><title>WikiPage SDMLib modified by Albert Zündorf</title><link>https://sourceforge.net/p/sdmlib/wiki/SDMLib/</link><description>&lt;pre&gt;--- v8
+++ v9
@@ -20,7 +20,7 @@
 
     model.generate("../StudyRightUni/src");
 
-By running model.generate() SDMLib will gernerat source code from your class model. 
+By running model.generate() SDMLib will gernerate source code from your class model. 
 If you extend your model later on and regenerate, the code generation will identify 
 already existing classes and fields and attributes and leave them untouched. Only new 
 elements will be inserted, carefully. 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Albert Zündorf</dc:creator><pubDate>Tue, 29 May 2012 10:54:49 -0000</pubDate><guid>https://sourceforge.netb5f88f209023a7e4e121cc497836e70e32d1d66c</guid></item><item><title>WikiPage SDMLib modified by Albert Zündorf</title><link>https://sourceforge.net/p/sdmlib/wiki/SDMLib/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Albert Zündorf</dc:creator><pubDate>Wed, 14 Mar 2012 17:37:33 -0000</pubDate><guid>https://sourceforge.nete401eba4feb12c82f22848c1f486ffc65bd971c5</guid></item><item><title>WikiPage SDMLib modified by Albert Zündorf</title><link>https://sourceforge.net/p/sdmlib/wiki/SDMLib/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -28,6 +28,7 @@
 In addition to class models, SDMLib will also support object diagrams, storyboards and model transformations. 
 
 SDMLib comes with [MIT licence]
+[Activity Charts](https://sourceforge.net/p/sdmlib/code-0/8/tree/trunk/SDMLib.net/doc/SDMLibProjectBurnupChart.png)
 
 Have fun 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Albert Zündorf</dc:creator><pubDate>Wed, 14 Mar 2012 17:35:03 -0000</pubDate><guid>https://sourceforge.net76c86c0c03485d94921f5db201e8e8b87e05a44b</guid></item><item><title>WikiPage SDMLib modified by Albert Zündorf</title><link>https://sourceforge.net/p/sdmlib/wiki/SDMLib/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Albert Zündorf</dc:creator><pubDate>Wed, 14 Mar 2012 17:31:34 -0000</pubDate><guid>https://sourceforge.net6dfa93c905edd85e4d159226d52f994a651e9252</guid></item><item><title>WikiPage SDMLib modified by Albert Zündorf</title><link>https://sourceforge.net/p/sdmlib/wiki/SDMLib/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -27,9 +27,11 @@
 
 In addition to class models, SDMLib will also support object diagrams, storyboards and model transformations. 
 
+SDMLib comes with [MIT licence]
+
 Have fun 
 
-    The [SDMLib team]
+The [SDMLib team]
 
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Albert Zündorf</dc:creator><pubDate>Fri, 09 Mar 2012 10:49:44 -0000</pubDate><guid>https://sourceforge.net2af556e9c667e86e93fd6fdf7acc8b3503adf9b6</guid></item><item><title>WikiPage SDMLib modified by Albert Zündorf</title><link>https://sourceforge.net/p/sdmlib/wiki/SDMLib/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -3,23 +3,23 @@
 SDMLib is a light weight modeling library. SDMLib intentionally comes without any tool or editor. 
 
 The idea is that you _code_ your model: 
-~~~~~~
-Model model = new Model();
-
-Clazz uni = new Clazz()
-    .withName("University")
-    .withModel(model);
-
-Clazz stud = new Clazz()
-    .withName("Student")
-    .withModel(model);
-
-Association uniHasStuds = new Association()
-    .withSource(uni, ONE, AGGREGATION)
-    .withTarget(stud, MANY);
-
-model.generate("../StudyRightUni/src");
-~~~~~~
+
+    Model model = new Model();
+
+    Clazz uni = new Clazz()
+        .withName("University")
+        .withModel(model);
+
+    Clazz stud = new Clazz()
+        .withName("Student")
+        .withModel(model);
+
+    Association uniHasStuds = new Association()
+        .withSource(uni, ONE, AGGREGATION)
+        .withTarget(stud, MANY);
+
+    model.generate("../StudyRightUni/src");
+
 By running model.generate() SDMLib will gernerat source code from your class model. 
 If you extend your model later on and regenerate, the code generation will identify 
 already existing classes and fields and attributes and leave them untouched. Only new 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Albert Zündorf</dc:creator><pubDate>Thu, 08 Mar 2012 18:57:46 -0000</pubDate><guid>https://sourceforge.netf61fe31e51e84d1ea5674ca5aa5d7896efde106e</guid></item></channel></rss>