Browse Source

Remove network as well

Yentl Van Tendeloo 8 years ago
parent
commit
e020b450ca
1 changed files with 0 additions and 11 deletions
  1. 0 11
      models/network.mvc

+ 0 - 11
models/network.mvc

@@ -1,11 +0,0 @@
-SimpleClassDiagrams Network{
-    SimpleAttribute String {}
-
-    Class Boundary {}
-    Class Port {
-        port : String
-    }
-
-    Association Connects (Port, Port) {}
-    Association Has (Boundary, Port) {}
-}