StarUML NS Guide - Uml overview

  • Upload
    -

  • View
    1.140

  • Download
    17

Embed Size (px)

DESCRIPTION

StarUML NS Guide - Uml overview

Citation preview

  • 1. UML Overview Sections 1. Basic Object-Orientation Concepts 2. UML Fundamentals 3. Structural Modeling 4. Behavioral Modeling 5. Model Management

2. UML OverviewLecture Objectives UML UML 3. UML OverviewSection 1. Basic Object-Orientation Concepts 4. UML Overview fdsfdContents What Is Object-Orientation? Why Object-Orientation? Class and Object Encapsulation Inheritance Polymorphism High Cohesion and Low Coupling 5. UML OverviewWhat Is Object-Orientation? Everything Is Object. 6. UML OverviewWhy Object-Orientation? (Higher-level Abstraction) (Extensibility) (Reusability) 7. UML OverviewObject 8. UML OverviewClass 9. UML OverviewEncapsulation (Object) = (Data) + (Service) (Information Hiding) (Interface) 10. UML OverviewInheritance (Subclass) (Superclass) Single Inheritance vs. Multiple Inheritance 11. UML OverviewPolymorphism Draw service Rectangle objects draw Circle objects draw Line objects draw 12. UML OverviewHigh Cohesion and Low Coupling High Cohesion Low Coupling 13. UML OverviewSection 2. UML Fundamentals 14. UML OverviewContents What Is UML? History of UML UML Diagrams Model, View and Diagram UML Trichotomy UML Extensibility Mechanisms 15. UML OverviewWhat Is UML? UML (Visualize), (Specify), (Construct), (Documenting) . 16. UML OverviewHistory of UML 17. UML OverviewUML Diagrams 18. UML OverviewModel, View and Diagram Model element View element Diagram (projection) 19. UML OverviewUML Trichotomy 20. UML OverviewUML Extensibility Mechanisms Stereotypes UML Tagged Values UML { name = value } Constraints UML { constraints } 21. UML OverviewUML Extensibility Mechanisms (cont.) UML Profile UML (Stereotype, Constraint, TagDefinition, ) . Examples of UML Profile UML Profile for CORBA UML Profile for Data Modeling UML Profile for EAI (Enterprise Application Integration) UML Profile for 22. UML OverviewSection 3. Structural Modeling 23. UML OverviewContents Class Diagram Component Diagram Deployment Diagram 24. UML OverviewStructural Modeling 25. UML OverviewClass Diagram What Is Class Diagram? , . Applications (design view) 26. UML OverviewKey Elements: Class Diagram 27. UML OverviewExample: Class Diagram 28. UML OverviewComponent Diagram What Is Component Diagram? . Applications (implementation view) . . 29. UML OverviewKey Elements: Component Diagram 30. UML OverviewExample: Component Diagram 31. UML OverviewDeployment Diagram What Is Deployment Diagram? . Applications (deployment view) 32. UML OverviewKey Elements: Deployment Diagram 33. UML OverviewExample: Deployment Diagram 34. UML OverviewSection 4. Behavioral Modeling 35. UML OverviewContents Use Case Diagram Interaction Diagrams Sequence Diagram Collaboration Diagram Statechart Diagram Activity Diagram 36. UML OverviewBehavioral Modeling 37. UML OverviewUse Case Diagram What Is Use Case Diagram? Applications (use case view) 38. UML OverviewKey Elements: Use Case Diagram 39. UML OverviewExample: Use Case Diagram 40. UML OverviewInteraction Diagrams What Is Interaction Diagram? Interaction Diagrams Sequence Diagram Collaboration Diagram 41. UML OverviewKey Elements: Interaction Diagrams 42. UML OverviewExample: Sequence Diagram 43. UML OverviewExample: Collaboration Diagram 44. UML OverviewStatechart Diagram What Is Statechart Diagram? (state machine) Applications , , 45. UML OverviewKey Elements: Statechart Diagram 46. UML OverviewExample: Statechart Diagram 47. UML OverviewActivity Diagram What Is Activity Diagram? Applications (workflow) 48. UML OverviewKey Elements: Activity Diagram 49. UML OverviewExample: Activity Diagram 50. UML OverviewSection 5. Model Management 51. UML OverviewContents Package Model Subsystem 52. UML OverviewPackage 53. UML OverviewPackage (cont.) Package Relationships Dependency 54. UML OverviewModel (perspective) (projection) (Package) (Analysis Model) (Design Model) (Implementation Model) 55. UML OverviewModel (cont.) 56. UML OverviewModel (cont.) Trace 57. UML OverviewSubsystem (Package) 58. UML OverviewSubsystem (cont.) 59. UML OverviewLecture Summary UML . UML , .