Is there a mean to specify specialization-genralization (inheritance) of actors in UML?

Posted by Ivan on Stack Overflow See other posts from Stack Overflow or by Ivan
Published on 2010-05-21T20:40:44Z Indexed on 2010/05/22 19:30 UTC
Read the original article Hit count: 225

I am just starting to use UML and have came to the following question:

Some actors clearly are specialized versions of a natural entity. For example I've got Administrator and User actors which are clearly nothing but different roles of a user, Authorizer and Dispatcher which are services (and are going to be implemented this way). Should I just ignore these facts while modelling actors and use cases or specify it some way? I think I could make good use of such a specification to facilitate code generation.

© Stack Overflow or respective owner

Related posts about inheritance

Related posts about uml