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
Original issue reported on code.google.com by
TimothyCLethbridge
on 10 Jan 2014 at 2:43