About 50 results
Open links in new tab
  1. oop - Explanation of the UML arrows - Stack Overflow

    Dec 9, 2009 · I have recently been studying UML and drawing simple diagrams with ordinary plain arrows between classes, but I know it's not enough. There are plenty of other arrows: …

  2. uml - What is the difference between a Class Diagram vs an Object ...

    A static object diagram is an instance of a class diagram; it shows a snapshot of the detailed state of a system at a point in time. The use of object diagrams is fairly limited, mainly to show …

  3. What's the best way to generate a UML diagram from Python …

    May 3, 2015 · A colleague is looking to generate UML class diagrams from heaps of Python source code. He's primarily interested in the inheritance relationships, and mildly interested in …

  4. How do you show instantiation in a UML Sequence Diagram?

    Feb 8, 2017 · The UML 2.2 specifications (superstructure) has an example on page 474, Figure 14.11 is their canonical syntax/notation reference. And on page 495 in the notation section it …

  5. How to define enumeration in uml object diagram - Stack Overflow

    May 15, 2015 · You can use an enumeration literal as a property value in some other object instance. For example, you might see a slot like dayOfWeek = Sunday inside an object …

  6. uml - Class Diagram and Object Diagram - Stack Overflow

    Feb 4, 2016 · I am making a structural diagram in UML using classes and objects and wondered if I was doing it correctly. Would the following (on the right) be the correct way to represent an …

  7. java - Use IntelliJ to generate class diagram - Stack Overflow

    Jan 20, 2012 · How do I get IntelliJ 10.5 (on the Mac) to generate a class diagram showing all of the classes in my project? I'm sure I'm overlooking something obvious, but I can only get the …

  8. How do I model an object thats returned from a function call in a ...

    Dec 28, 2015 · Sequence Diagrams doesn't require much detail about the object that is returned. When an operation is performed in an object / class (rectangles), then, a returning dotted …

  9. How to generate an entity-relationship (ER) diagram using Oracle …

    Jul 5, 2011 · I want to use Oracle SQL Developer to generate an ER diagram for my DB tables but I am new to Oracle and this tool. What is the process for creating an ER diagram in SQL …

  10. What is the purpose of an UML Object Diagram? - Stack Overflow

    Jun 22, 2011 · Actually the diagram you draw is a kind of Communication Diagram NOT an Object Diagram ( in terms of UML jargon). IN UML Communication Diagram you can also label …