google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

Allow some form of specification of requirements in Umple including use cases and perhaps GRL #481

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice to support syntax like syntax like the following to allow 
incorporation of features like use case diagrams and GRL into Umple.

Part of the syntax might be

actor regularUser;

usecase idnumber {
  isA generalUseCase; 
  doneBy regularUser;
  whatever
}

class X {
  implements idnumber;
}

Part of this issue is actually generating diagrams; part of it is validating 
the relationships

This would make Umple support more of UML, and would meld well with analysis 
phases. Having requirements and code managed together would be helpful in many 
contexts.

Original issue reported on code.google.com by TimothyCLethbridge on 10 Jan 2014 at 2:43

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 10 Jan 2014 at 2:43

GoogleCodeExporter commented 9 years ago
Consider ReqIF in Umple http://www.omg.org/spec/ReqIF/

Original comment by TimothyCLethbridge on 9 Mar 2015 at 11:19