I'm modeling my web project using UML, I got a case that's neither <<includes>>
nor <<extends>>
it's in which a case contains another, How can I represent it?
I have use case called "Project manager" and another called "Tasks manager", as you can notice, managing tasks is a subset of project management, so how do I represent that in UML?
Thanks for your answers in advance! Regards!