<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Project Structure</title><link>https://sourceforge.net/p/come/wiki/Project%2520Structure/</link><description>Recent changes to Project Structure</description><atom:link href="https://sourceforge.net/p/come/wiki/Project%20Structure/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 31 Jan 2014 10:08:45 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/come/wiki/Project%20Structure/feed" rel="self" type="application/rss+xml"/><item><title>Project Structure modified by Patrick Ostie</title><link>https://sourceforge.net/p/come/wiki/Project%2520Structure/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -4,24 +4,27 @@
 The Project is structured as follow:

 * __Solution Come__
+      The Source Code
     * _Project Come_
-      The Source Code
-        * Controls
-          UserControls can be found here
         * Resources
           Images and so on
-        * Templates
-          Data- and ControlTemplates can be found here
-        * ViewModel
-          For each View it's corresponding ViewModel can be found here
-     * _ Project Model_
-          The Model classes of the MVVM can be found here
+        * View
+          Data- and ControlTemplates which make up the view part and also SharedStyles
+     * _Project Command_
+          Helper Classes for the Commanding Interface of WPF
      * _Project Communication_
           Interface definitions to communicate with external systems
-     * _Project _uMundoCommunication_
-          Demo implementation of the Communication interface based on [umundo](https://github.com/tklab-tud/umundo)
+     * _Project Model_
+          The Model classes (map, node, link, etc.)
+     * _Project Service_
+          classes which make up the service layer (interfaces, concreteServices, sharedHelper)
+     * _Project uMundoCommunication_
+          Demo implementation of the Communication interface based on [umundo](https://github.com/tklab-
+tud/umundo)
      * _Project uMundoCommunicationProtocol_
           [Protobuf](http://code.google.com/p/protobuf/) protocol used by the uMundoCommunication
+     * _Project ViewModel_
+        For each View it's corresponding ViewModel can be found here
 * __Folder Requirements__
   This Folder includes setups, libs and other requierements
 * __Folder Libraries__
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Patrick Ostie</dc:creator><pubDate>Fri, 31 Jan 2014 10:08:45 -0000</pubDate><guid>https://sourceforge.netfacf78b527d8ff56fc9bf5b3e09fb4c238e48a11</guid></item><item><title>Project Structure modified by Dirk Schnelle-Walka</title><link>https://sourceforge.net/p/come/wiki/Project%2520Structure/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -5,24 +5,26 @@

 * __Solution Come__
     * _Project Come_
-      The Soruce Code
+      The Source Code
         * Controls
           UserControls can be found here
-        * Model
-          The Model classes of the MVVM can be found here
         * Resources
           Images and so on
         * Templates
           Data- and ControlTemplates can be found here
         * ViewModel
           For each View it's corresponding ViewModel can be found here
-     * _Project GraphSharp_
-       The Source Code of the used library GraphSharp#.
-       Better Debugging is possible by using the source code directly.
-     * _Project GraphSharp.Controls_
-       The Source Code of the Controls from the used library GraphSharp#.
-       Better Debugging is possible by using the source code directly.
+     * _ Project Model_
+          The Model classes of the MVVM can be found here
+     * _Project Communication_
+          Interface definitions to communicate with external systems
+     * _Project _uMundoCommunication_
+          Demo implementation of the Communication interface based on [umundo](https://github.com/tklab-tud/umundo)
+     * _Project uMundoCommunicationProtocol_
+          [Protobuf](http://code.google.com/p/protobuf/) protocol used by the uMundoCommunication
 * __Folder Requirements__
   This Folder includes setups, libs and other requierements
+* __Folder Libraries__
+  Used third party libraries
 * __Folder Documentation__
   This Folder contains Documentation for the Project, libs, etc.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dirk Schnelle-Walka</dc:creator><pubDate>Fri, 13 Sep 2013 13:05:10 -0000</pubDate><guid>https://sourceforge.nete8a6e7fdddca6ab92d599dec9214b0018cf93f52</guid></item><item><title>Project Structure modified by Dirk Schnelle-Walka</title><link>https://sourceforge.net/p/come/wiki/Project%2520Structure/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -22,7 +22,7 @@
      * _Project GraphSharp.Controls_
        The Source Code of the Controls from the used library GraphSharp#.
        Better Debugging is possible by using the source code directly.
-* __Folder Requierements__
+* __Folder Requirements__
   This Folder includes setups, libs and other requierements
 * __Folder Documentation__
   This Folder contains Documentation for the Project, libs, etc.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dirk Schnelle-Walka</dc:creator><pubDate>Wed, 29 May 2013 11:58:16 -0000</pubDate><guid>https://sourceforge.netbe895e3cdacf4a40729c7d265bcf090a7abe9410</guid></item><item><title>Project Structure modified by Patrick Ostie</title><link>https://sourceforge.net/p/come/wiki/Project%2520Structure/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -3,12 +3,26 @@

 The Project is structured as follow:

-* Solution Come
-    * Project Come
+* __Solution Come__
+    * _Project Come_
       The Soruce Code
-     * Project GraphSharp
-        The Source Code of the used library GraphSharp#.
-        Better Debugging is possible by using the source code directly.
-     * Project GraphSharp.Controls
-        The Source Code of the Controls from the used library GraphSharp#.
-        Better Debugging is possible by using the source code directly.
+        * Controls
+          UserControls can be found here
+        * Model
+          The Model classes of the MVVM can be found here
+        * Resources
+          Images and so on
+        * Templates
+          Data- and ControlTemplates can be found here
+        * ViewModel
+          For each View it's corresponding ViewModel can be found here
+     * _Project GraphSharp_
+       The Source Code of the used library GraphSharp#.
+       Better Debugging is possible by using the source code directly.
+     * _Project GraphSharp.Controls_
+       The Source Code of the Controls from the used library GraphSharp#.
+       Better Debugging is possible by using the source code directly.
+* __Folder Requierements__
+  This Folder includes setups, libs and other requierements
+* __Folder Documentation__
+  This Folder contains Documentation for the Project, libs, etc.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Patrick Ostie</dc:creator><pubDate>Wed, 22 May 2013 12:51:43 -0000</pubDate><guid>https://sourceforge.netc5feb6036b67abbfb8843a5a57f0aa20377760ea</guid></item><item><title>Project Structure modified by Patrick Ostie</title><link>https://sourceforge.net/p/come/wiki/Project%2520Structure/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="project-structure"&gt;Project Structure&lt;/h1&gt;
&lt;p&gt;The Project is structured as follow:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Solution Come&lt;ul&gt;
&lt;li&gt;Project Come&lt;br /&gt;
  The Soruce Code&lt;/li&gt;
&lt;li&gt;Project GraphSharp&lt;br /&gt;
    The Source Code of the used library GraphSharp#.&lt;br /&gt;
    Better Debugging is possible by using the source code directly.&lt;/li&gt;
&lt;li&gt;Project GraphSharp.Controls&lt;br /&gt;
    The Source Code of the Controls from the used library GraphSharp#.&lt;br /&gt;
    Better Debugging is possible by using the source code directly.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Patrick Ostie</dc:creator><pubDate>Wed, 22 May 2013 10:28:51 -0000</pubDate><guid>https://sourceforge.netd7243d1b0cbeb0582932b77eca5454b3f08643a1</guid></item></channel></rss>