Questions tagged [uml]

Object-Oriented Modeling and Specification Language (UML) is a language utilized in the field of software engineering. If you have any inquiries regarding user-mode Linux, please include the [user-mode-linux] tag.

Generate diagrams for Node.js classes

Hello there! I attempted to implement Wavi for a Node.js project in order to create a class diagram. Everything seems to be set up correctly with the path variable and Graphviz installation, but I'm still facing some issues. Can anyone offer any guida ...

Place your bets now and receive the odds for the winning team

There are 2 MySQL tables in my database: Match: - id - team1_id - team2_id - odds_team1 - odds_team2 Bet: - id - date - amount - winner_prevision (team1_id or team2_id) I am looking to calculate the potential ...

Specification for Application Input: Receiving input information for a specific method

Is there a recommended method for visually representing the input data structure required for a server application? I am working on specifying the correct input data that the server will receive via an http post request. The data being sent is a complex js ...

Converting UML diagrams into JSON Schema and XSD files

A simple UML diagram has been created as part of a larger cinema diagram. Link to Image Based on the diagram, Json Schema and XSD files were generated: Json Schema: -> movieSchema.json { "type": "object", "required": true, "properties" ...

Notation for JavaScript UML component diagrams

When creating connections between entities on a UML diagram, the standard notation is the ball-and-socket/lollipop method. Each pair should include the interface implemented. However, since my project is in JavaScript and doesn't have interfaces, I am unsu ...