This repository has been archived by the owner on Oct 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Converted the README file to the Markdown syntax
- Loading branch information
Adrian Kosmaczewski
committed
Aug 25, 2013
1 parent
33d09c1
commit fda270b
Showing
1 changed file
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,25 @@ | ||
Rem | ||
=== | ||
|
||
The project aims to the creation of an UML tool suitable both for academia and the industry, including Ivar Jacobson's proposed extensions for Aspect-Oriented Software Development (AOSD). | ||
The project aims to the creation of an UML tool suitable both for | ||
academia and the industry, including Ivar Jacobson's proposed extensions | ||
for Aspect-Oriented Software Development (AOSD). | ||
|
||
- Creation of a cross-platform (Linux, Windows & Mac OS X) UML editor, using C++; | ||
- Allow users to create (in its first release) use case, sequence and class diagrams; | ||
- Include AOSD extensions to create models for aspects, pointcuts and advices; | ||
- Provide interoperability through the export of diagrams using the XMI standard; | ||
- Deliver a high-quality code base, thoroughly unit- and functionally tested; | ||
- Creation of a cross-platform (Linux, Windows & Mac OS X) UML editor, | ||
using C++; | ||
- Allow users to create (in its first release) use case, sequence and | ||
class diagrams; | ||
- Include AOSD extensions to create models for aspects, pointcuts and | ||
advices; | ||
- Provide interoperability through the export of diagrams using the XMI | ||
standard; | ||
- Deliver a high-quality code base, thoroughly unit- and functionally | ||
tested; | ||
- Provide a usable, standard and easy-to-use user interface. | ||
|
||
The name "Rem" stands for "Requirements and Entity Modeler" but is also a reference to Rem Koolhaas, one of the greatest urbanists and architects of all time. The icon of the application is a stylized representation of one of Koolhaas’ major works, the building of the Seattle Public Library. | ||
The name "Rem" stands for "Requirements and Entity Modeler" but is also | ||
a reference to Rem Koolhaas, one of the greatest urbanists and | ||
architects of all time. The icon of the application is a stylized | ||
representation of one of Koolhaas’ major works, the building of the | ||
Seattle Public Library. | ||
|