문제

I'm creating diagrams for software which check if there is a certificate in certificate stores (Windows), then import it. My question is can I consider certificate stores as a non-human actor in use case diagram?

도움이 되었습니까?

해결책

An actor in a uml diagram represents a role that interacts with your application. So, if your certificate store interacts with your application then it can be considered an actor. If it doesn't interact then it is really just a node in a class diagram.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top