<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to alloy2cd &lt; FileSystem.als</title><link>https://sourceforge.net/p/alloymda/wiki/alloy2cd%2520%253C%2520FileSystem.als/</link><description>Recent changes to alloy2cd &lt; FileSystem.als</description><atom:link href="https://sourceforge.net/p/alloymda/wiki/alloy2cd%20%3C%20FileSystem.als/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 25 Mar 2012 20:14:53 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/alloymda/wiki/alloy2cd%20%3C%20FileSystem.als/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage alloy2cd &lt; FileSystem.als modified by Alcino Cunha</title><link>https://sourceforge.net/p/alloymda/wiki/alloy2cd%2520%253C%2520FileSystem.als/</link><description>&lt;pre&gt;&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alcino Cunha</dc:creator><pubDate>Sun, 25 Mar 2012 20:14:53 -0000</pubDate><guid>https://sourceforge.netea63e66b4ab6e2a9649d01de5bcf179440688b0e</guid></item><item><title>WikiPage alloy2cd &lt; FileSystem.als modified by Alcino Cunha</title><link>https://sourceforge.net/p/alloymda/wiki/alloy2cd%2520%253C%2520FileSystem.als/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,4 @@
 ~~~~~
-
 &lt;?xml version='1.0' encoding='UTF-8'?&gt;
  &lt;uml:Package xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:uml="http://www.eclipse.org/uml2/3.0.0/UML" name='FileSystem'&gt; 
 		 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alcino Cunha</dc:creator><pubDate>Sun, 25 Mar 2012 20:14:06 -0000</pubDate><guid>https://sourceforge.net7b77fb6e7b20d7aa2bd3ceaa5d129062b0a012a3</guid></item><item><title>WikiPage alloy2cd &lt; FileSystem.als modified by Alcino Cunha</title><link>https://sourceforge.net/p/alloymda/wiki/alloy2cd%2520%253C%2520FileSystem.als/</link><description>~~~~~

&lt;?xml version='1.0' encoding='UTF-8'?&gt;
 &lt;uml:Package xmi:version="2.1" xmlns:xmi="http://schema.omg.org/spec/XMI/2.1" xmlns:uml="http://www.eclipse.org/uml2/3.0.0/UML" name='FileSystem'&gt; 
		 

 &lt;packagedElement xmi:type='uml:Class' xmi:id='Dir' name='Dir' isAbstract='false' &gt;

	&lt;generalization xmi:type='uml:Generalization' general='Object' /&gt;
 &lt;/packagedElement&gt;

 &lt;packagedElement xmi:type='uml:Class' xmi:id='File' name='File' isAbstract='false' &gt;

	&lt;generalization xmi:type='uml:Generalization' general='Object' /&gt;
 &lt;/packagedElement&gt;

 &lt;packagedElement xmi:type='uml:Class' xmi:id='FileSystem' name='FileSystem' isAbstract='false' &gt;

	 &lt;ownedAttribute xmi:type='uml:Property' xmi:id='objects' name='objects' isReadOnly='false'&gt;
		&lt;type xmi:idref="Object"/&gt;
				&lt;upperValue xmi:type='uml:LiteralUnlimitedNatural' value='-1' /&gt;
				&lt;lowerValue xmi:type='uml:LiteralInteger' value='0' /&gt;
	 &lt;/ownedAttribute&gt;

	 &lt;ownedAttribute xmi:type='uml:Property' xmi:id='root' name='root' isReadOnly='false'&gt;
		&lt;type xmi:idref="Dir"/&gt;
				&lt;upperValue xmi:type='uml:LiteralUnlimitedNatural' value='1' /&gt;
				&lt;lowerValue xmi:type='uml:LiteralInteger' value='1' /&gt;
	 &lt;/ownedAttribute&gt;

	 &lt;ownedAttribute xmi:type='uml:Property' xmi:id='wd' name='wd' isReadOnly='false'&gt;
		&lt;type xmi:idref="Dir"/&gt;
				&lt;upperValue xmi:type='uml:LiteralUnlimitedNatural' value='1' /&gt;
				&lt;lowerValue xmi:type='uml:LiteralInteger' value='1' /&gt;
	 &lt;/ownedAttribute&gt;

	 &lt;ownedOperation xmi:type='uml:Operation' name='ls'&gt;
		 &lt;ownedParameter xmi:type='uml:Parameter' type='Object' direction='return'&gt;
				&lt;upperValue xmi:type='uml:LiteralUnlimitedNatural' value='-1' /&gt;
				&lt;lowerValue xmi:type='uml:LiteralInteger' value='0' /&gt;
		 &lt;/ownedParameter&gt;
	 &lt;/ownedOperation&gt;

	 &lt;ownedOperation xmi:type='uml:Operation' name='rm'&gt;
		 &lt;ownedParameter xmi:type='uml:Parameter' name='a' type='File'/&gt;
	 &lt;/ownedOperation&gt;

	 &lt;ownedOperation xmi:type='uml:Operation' name='cd'&gt;
		 &lt;ownedParameter xmi:type='uml:Parameter' name='a' type='Dir'/&gt;
	 &lt;/ownedOperation&gt;
 &lt;/packagedElement&gt;

 &lt;packagedElement xmi:type='uml:Class' xmi:id='Name' name='Name' isAbstract='false' &gt;

 &lt;/packagedElement&gt;

 &lt;packagedElement xmi:type='uml:Class' xmi:id='Object' name='Object' isAbstract='true' &gt;

	 &lt;ownedAttribute xmi:type='uml:Property' xmi:id='name' name='name' isReadOnly='true'&gt;
		&lt;type xmi:idref="Name"/&gt;
				&lt;upperValue xmi:type='uml:LiteralUnlimitedNatural' value='1' /&gt;
				&lt;lowerValue xmi:type='uml:LiteralInteger' value='1' /&gt;
	 &lt;/ownedAttribute&gt;

	 &lt;ownedAttribute xmi:type='uml:Property' xmi:id='parent' name='parent' isReadOnly='false'&gt;
		&lt;type xmi:idref="Dir"/&gt;
				&lt;upperValue xmi:type='uml:LiteralUnlimitedNatural' value='1' /&gt;
				&lt;lowerValue xmi:type='uml:LiteralInteger' value='0' /&gt;
	 &lt;/ownedAttribute&gt;
 &lt;/packagedElement&gt; 
 &lt;/uml:Package&gt;
~~~~~</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alcino Cunha</dc:creator><pubDate>Sun, 25 Mar 2012 20:13:45 -0000</pubDate><guid>https://sourceforge.neta0c82b191906e41e3b27a6af7ece904e9a989a23</guid></item></channel></rss>