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.

UserService To User Dependency
  1. Select the Services class diagram in the service package.
  2. 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.
  3. Select the dependency relationship from the toolbar and create a dependency from UserService to User.
  4. Make sure your class diagram matches the one shown above exactly.
  5. Save your TimeTracker model by selecting FileSave Project.

Please go back to the main tutorial page and continue from where you left off.