Why can't you, for example, take a state diagram, and make use case diagram based on this state diagram?
Why can't you generate a use case diagram from a state diagram?
81 views Asked by Synthy Jericho At
1
There are 1 answers
Related Questions in UML
- steps to create a web app with backend and database and web
- How to present this example concept in UML: Using 2 LCD displays in C/C++
- In the UML diagram, in the Class diagram, what does stereotype mean <<compound>>?
- UML representation of containerized services
- uml class diagram for boxing match
- Polymorphism can be described as:
- Why am I getting a plantUML syntax error with a statechart in a package?
- System or external system as an actor in a use case?
- How to model statechart behavior inheritance using UML?
- Can we have an interface create objects of another interface in UML Class Diagrams?
- Is my relationships correct in my class diagram
- How to attach a Port shape to a class shape?
- How to correctly create a sequence diagram?
- How can I insert activity diagram image to an use case in Enterprise architect?
- Use case extends or include
Related Questions in USE-CASE
- System or external system as an actor in a use case?
- Use case extends or include
- Use cases vs use case scenarios
- Is there a difference between authentication as a use case and an actor that has that privilege?
- Financial management use case diagram for dietary advisor application
- erd diagram Car buying and selling website
- I'm a little bit unsure about my use case diagram
- How can i draw a use case diagram when there is 6 use cases and each has a crud operations?
- Are Bloc events the same as Clean Architecture use-cases?
- Domain layer with Use Cases in android app
- Is there any specific number of output arrows from one activity in an activity diagram?
- How to setup HILT DI in layer base multi-module android application
- Should we want to pass Usecase interface as param
- Use case or actor responsibility?
- Shall the behaviour of an included use-case always be executed with the behavior of the including case?
Related Questions in USE-CASE-DIAGRAM
- Dynamic change of the name of included use case in use case tagged values specification in Visual Paradigm
- How to visualize this dependency in a use case diagram
- System or external system as an actor in a use case?
- How can I insert activity diagram image to an use case in Enterprise architect?
- Use case extends or include
- Use cases vs use case scenarios
- PlantUML groups, rectangles, partitions, etc in Use Case diagrams
- Is there a difference between authentication as a use case and an actor that has that privilege?
- Financial management use case diagram for dietary advisor application
- How can i draw a use case diagram when there is 6 use cases and each has a crud operations?
- DFD Level 0 Diagram for of the month club system
- Shall the behaviour of an included use-case always be executed with the behavior of the including case?
- Use Case for action "shooting"
- Use-case diagram: When to decompose use-case and when not to?
- extends in Use Cases diagram
Related Questions in STATE-DIAGRAM
- How do I show an array of values in plantuml?
- SOP Boolean expression of state variable and output of a Moore FSM
- State diagram relationships
- How to display state diagram (FST) in PyCharm?
- Positioning blocks of PlantUML diagram
- Confusion on the UML state diagram
- State Machine Diagram VS Flowchart
- Make explicit in UML state diagram that order of activities does not matter
- DFA languages & state diagrams
- How to determine the state in state diagram?
- Why can't you generate a use case diagram from a state diagram?
- Plantuml. How to create finite state machine diagrams?
- <Verilog> May I know why EQ=1, but the output no response?
- UML state diagram definition
- Modelling action use limit in Markov Decision Process
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
No, you can't. The reason is simple:
Since most of the information related to use-cases are missing, you cannot derive them from the state-diagram, except if you would have additional contextual information. Even then, it would be an educated guess, more than a rational, objective and repeatable process.