<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Student.uml</title><link>https://sourceforge.net/p/alloymda/wiki/Student.uml/</link><description>Recent changes to Student.uml</description><atom:link href="https://sourceforge.net/p/alloymda/wiki/Student.uml/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 25 Mar 2012 20:19:53 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/alloymda/wiki/Student.uml/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Student.uml modified by Alcino Cunha</title><link>https://sourceforge.net/p/alloymda/wiki/Student.uml/</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='Student'&gt; 
		 

 &lt;packagedElement xmi:type='uml:Class' xmi:id='College' name='College' isAbstract='false' &gt;

	 &lt;ownedAttribute xmi:type='uml:Property' xmi:id='students' name='students' isReadOnly='false'&gt;
		&lt;type xmi:idref="Student"/&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='courses' name='courses' isReadOnly='true'&gt;
		&lt;type xmi:idref="Course"/&gt;
				&lt;upperValue xmi:type='uml:LiteralUnlimitedNatural' value='-1' /&gt;
				&lt;lowerValue xmi:type='uml:LiteralInteger' value='0' /&gt;
	 &lt;/ownedAttribute&gt;

	 &lt;ownedOperation xmi:type='uml:Operation' name='newstudent'&gt;
		 &lt;ownedParameter xmi:type='uml:Parameter' name='a' type='Student'/&gt;
	 &lt;/ownedOperation&gt;
 &lt;/packagedElement&gt;

 &lt;packagedElement xmi:type='uml:Class' xmi:id='Course' name='Course' isAbstract='false' &gt;

	 &lt;ownedAttribute xmi:type='uml:Property' xmi:id='labs' name='labs' isReadOnly='true'&gt;
		&lt;type xmi:idref="Lab"/&gt;
				&lt;upperValue xmi:type='uml:LiteralUnlimitedNatural' value='-1' /&gt;
				&lt;lowerValue xmi:type='uml:LiteralInteger' value='1' /&gt;
	 &lt;/ownedAttribute&gt;
 &lt;/packagedElement&gt;

 &lt;packagedElement xmi:type='uml:Class' xmi:id='Lab' name='Lab' isAbstract='false' &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='Student' name='Student' isAbstract='false' &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='approved' name='approved' isReadOnly='false'&gt;
		&lt;type xmi:idref="Course"/&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='current' name='current' isReadOnly='false'&gt;
		&lt;type xmi:idref="Course"/&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='donelabs' name='donelabs' isReadOnly='false'&gt;
		&lt;type xmi:idref="Lab"/&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='exams' name='exams' isReadOnly='false'&gt;
		&lt;type xmi:idref="Grade"/&gt;
				&lt;upperValue xmi:type='uml:LiteralUnlimitedNatural' value='1' /&gt;
				&lt;lowerValue xmi:type='uml:LiteralInteger' value='0' /&gt;
		 &lt;qualifier name='a' type='Course' /&gt;
	 &lt;/ownedAttribute&gt;

	 &lt;ownedOperation xmi:type='uml:Operation' name='enroll'&gt;
		 &lt;ownedParameter xmi:type='uml:Parameter' name='a' type='Course'/&gt;
	 &lt;/ownedOperation&gt;

	 &lt;ownedOperation xmi:type='uml:Operation' name='lab'&gt;
		 &lt;ownedParameter xmi:type='uml:Parameter' name='a' type='Lab'/&gt;
	 &lt;/ownedOperation&gt;

	 &lt;ownedOperation xmi:type='uml:Operation' name='exam'&gt;
		 &lt;ownedParameter xmi:type='uml:Parameter' name='a' type='Grade'/&gt;
	 &lt;/ownedOperation&gt;

	 &lt;ownedOperation xmi:type='uml:Operation' name='approve'&gt;
	 &lt;/ownedOperation&gt;

	 &lt;ownedOperation xmi:type='uml:Operation' name='quit'&gt;
	 &lt;/ownedOperation&gt;
 &lt;/packagedElement&gt;

 &lt;packagedElement xmi:type='uml:Enumeration' xmi:id='Grade' name='Grade'&gt;
			 &lt;ownedLiteral xmi:type='uml:EnumerationLiteral' name='A'/&gt;
			 &lt;ownedLiteral xmi:type='uml:EnumerationLiteral' name='B'/&gt;
			 &lt;ownedLiteral xmi:type='uml:EnumerationLiteral' name='C'/&gt;
			 &lt;ownedLiteral xmi:type='uml:EnumerationLiteral' name='D'/&gt;
			 &lt;ownedLiteral xmi:type='uml:EnumerationLiteral' name='E'/&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:19:53 -0000</pubDate><guid>https://sourceforge.nete5e637430666f72152af7f97e8bcd818df6f4ec7</guid></item></channel></rss>