About 9,080,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

  4. 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: …

  5. Generate a class diagram from Visual Studio - Stack Overflow

    Jun 19, 2013 · I would like to generate a class diagram with relations for my visual studio project. I opened my solution, added a new ModelingProject, added a new .classdiagram file but when i …

  6. How to show multiplicities in UML object diagrams

    Feb 23, 2013 · You can use, e.g., an std::vector<Class> if you want to show a set of objects in a class diagram. You can use instance1:Class, instance2:Class ... instanceN:Class if you want …

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

    Jun 22, 2011 · 1 Comments about diagram: If your purpose is to show interaction between your objects ( object sending/receiving mesages) you should use Sequence or Communication …

  8. How do I represent an Array of objects in a class diagram

    Dec 22, 2022 · Of course, you could make the shortcut and not define classes for Option and Variation, and use Object instead. But this does not represent accurately your model in UML, …

  9. SysML difference in usage between object node and action pins

    Mar 8, 2024 · I've only recently started working with Cameo and I'm not sure exactly what the difference is between using object nodes and action pins. My goal is to maintain consistency in …

  10. How to represent an attribute's data type as an array of objects on ...

    Dec 13, 2014 · I have a SportsCentre class which contains an array of Employee objects. Which is the right way to show that an attribute's data type is an array of objects? I have found two …