Create UserService to User Dependency
This page provides directions to create the dependency from
UserService
to
User
using ArgoUML. The model is shown below for your reference.
- Select the Services class diagram in the
service
package.
- From the Containment Tree on the left, drag the
User
class on to the
diagram.
Warning:
It is important to bring in the existing
User
class
from the
domain
package into this diagram. DO NOT create a new
User
class in this diagram.
- Select the dependency relationship from the toolbar and create a dependency from
UserService
to User.
- Make sure your class diagram matches the one shown above exactly.
- Save your
TimeTracker
model by selecting FileSave Project.
Please go back to the main tutorial page and continue from where you left off.