UML Fix
This commit is contained in:
parent
89be9c3680
commit
47f83cf705
3 changed files with 2 additions and 0 deletions
BIN
Deliverable3.zip
BIN
Deliverable3.zip
Binary file not shown.
|
@ -25,6 +25,7 @@ isA UserType;
|
|||
class Admin
|
||||
{
|
||||
isA UserType;
|
||||
1 -- * Service;
|
||||
}
|
||||
|
||||
class Service
|
||||
|
@ -70,6 +71,7 @@ class ServiceProvider
|
|||
class Admin
|
||||
{
|
||||
position 490 236 109 41;
|
||||
position.association Admin__Service 66,41 0,52;
|
||||
}
|
||||
|
||||
class Service
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue