<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to cd2alloy &lt; FileSystem.uml</title><link>https://sourceforge.net/p/alloymda/wiki/cd2alloy%2520%253C%2520FileSystem.uml/</link><description>Recent changes to cd2alloy &lt; FileSystem.uml</description><atom:link href="https://sourceforge.net/p/alloymda/wiki/cd2alloy%20%3C%20FileSystem.uml/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 25 Mar 2012 20:17:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/alloymda/wiki/cd2alloy%20%3C%20FileSystem.uml/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage cd2alloy &lt; FileSystem.uml modified by Alcino Cunha</title><link>https://sourceforge.net/p/alloymda/wiki/cd2alloy%2520%253C%2520FileSystem.uml/</link><description>~~~~~
module FileSystem
sig Time {}

sig Dir extends Object {}

sig File extends Object {}

sig FileSystem {objects : Object set -&gt; Time,root : Dir one -&gt; Time,wd : Dir one -&gt; Time}

fun ls [self : FileSystem,t : Time] : set Object {none}

pred rm [self : FileSystem,a : File,t,t' : Time] {}

pred cd [self : FileSystem,a : Dir,t,t' : Time] {}

sig Name {}

abstract sig Object {name : one Name,parent : Dir lone -&gt; Time}
~~~~~</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alcino Cunha</dc:creator><pubDate>Sun, 25 Mar 2012 20:17:22 -0000</pubDate><guid>https://sourceforge.net98c38ce074031073ec4fa047efd6eb6b5f05168a</guid></item></channel></rss>