May i know what is UML context diagram? I went online and searched for it and what i get is a system context diagram with process, entity and data storage. If they are the same, why is it called UML context diagram instead of context diagram.
相关问题
- System sequence diagram - Can system request input
- Does Visual Studio 2010 Professional support UML m
- Can a [GoF]-ConcreteSubject override the notify me
- How to represent enumeration classes with methods
- How to specify “one at a time” in UML?
相关文章
- Code Iris plugin on Android Studio
- Designing a sequence diagram for an auction system
- Game engine design choice [closed]
- state transition with different guard condition
- Resources for learning how to better read code
- Relationships in a UML class diagram
- How do you convert a document in UML 1.3 - XMI 1.1
- UML help C# Design Principles
A UML context diagram does not exist. The UML defines many diagram types but no context diagrams. In UML you would use e.g. use case diagrams for the same purpose.