UML: Difference between revisions
Mr. MacKenty (talk | contribs) No edit summary |
Mr. MacKenty (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
Please watch this linked youtube video for a [https://www.youtube.com/watch?v=zid-MVo7M-E friendly introduction to UML]. | Please watch this linked youtube video for a [https://www.youtube.com/watch?v=zid-MVo7M-E friendly introduction to UML]. | ||
== Class Diagrams == | |||
A UML class diagram describes the object and information structures used by your application, both internally and in communication with its users. It describes the information without reference to any particular implementation. Its classes and relationships can be implemented in many ways, such as database tables, XML nodes, or compositions of software objects.<ref>https://docs.microsoft.com/en-gb/visualstudio/modeling/uml-class-diagrams-reference?view=vs-2015</ref> | |||
* [http://ima.udg.edu/~sellares/EINF-ES2/uml2_diagrams.pdf Please review this handout on UML] | * [http://ima.udg.edu/~sellares/EINF-ES2/uml2_diagrams.pdf Please review this handout on UML] |
Revision as of 08:46, 13 November 2018
The Unified Modeling Language (UML) is a general-purpose, developmental, modeling language in the field of software engineering, that is intended to provide a standard way to visualize the design of a system.[2]
Please watch this linked youtube video for a friendly introduction to UML.
Class Diagrams[edit]
A UML class diagram describes the object and information structures used by your application, both internally and in communication with its users. It describes the information without reference to any particular implementation. Its classes and relationships can be implemented in many ways, such as database tables, XML nodes, or compositions of software objects.[3]
- Please review this handout on UML
- Please review this excellent resource on UML
- Please review this example page of UML diagrams