-
Notifications
You must be signed in to change notification settings - Fork 9
UseCase
ogheorghies edited this page Jun 16, 2015
·
1 revision
Actor.user("User");
Actor.db("Database");
Usecase.dbquery("Query database");
Usecase.auth("Authentification");
Usecase.authA("Authentification by", "username, password");
Usecase.authB("Authentification by", "smartcard");
% simple positioning code not listed, see the manual
drawObjects(user, auth, dbquery, db, authA, authB);
clink(inheritance)(authA, auth);
clink(inheritance)(authB, auth);
clink(association)(auth, dbquery);
clink(association)(user.human, auth);
clink(association)(dbquery, db.human);