I am having issues of Pseudo Code generation from UML class diagram [closed] - uml

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 days ago.
Improve this question
It is requested that link of class diagram from which a pseudo code is requestedyou have a UML diagram with the following classes and entities present in image attached so please answer question below generate pseudo code of it.............
Q. Use pseudo-code and explain what happens in detail in the updateReminder() method. Make use of how the reminder is integrated into the GPSSystem class?
I tried to break it down but have issues brainstorming pseudo code for it

Related

Is the login screen an entity or boundary class? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I'm developing a student response system and the facilitator has to login. On analysis stage I have identified classes including login class. The problem is if I model login screen as entity class or boundary class.
The terms 'boundary class' and 'entity class' are not defined by UML, but there are several methods, like RUP, which define those terms.
A screen is always a boundary class.

How to define own model using Tensorflow object detection API [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I have 2000+ training images(of custom farm structures) and I want to define my own model using Tensorflow. I researched (https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/defining_your_own_model.md). This is a very high-level documentation. Can anyone help me on how to go about doing this?
The documentation serves as a high level guide in itself, but you essentially need to create a DetectionModel-based class.
You will need to design and implement the methods defined abstractly in the DetectionModel class here such that you create a model that is an instance of this abstract core class. How you design those functions is up to you, but the documentation you linked above provides some good guidelines.

Google docs queuing system using UML class diagrams [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
How to represent a system like google docs queuing system using UML class diagrams? I haven't used much UML and trying to design a system like Google docs.
I'm not a UML pro but I took a quick stab at it. There's probably some missing pieces here but I think it's a good start. It would be great if someone who knows how to correctly model this can provide their diagram.

Software engineering: friend is a user on a UML model [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
I'm developing a software where a user can be a friend of another user. Is friend a class on a UML model?
I think friend is a user.
Thank you.
Friend is a relationship between two users. See this list of relationship types, perhaps one of them will be right for what you are trying to model.

employe database management codings [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
i am doing a employee management project in dot net(c#,asp),where will i get the uml diagrams for the reference ... please help me ... if i get the documentation of tat project it will be very useful please help me friends
thank u
Ideally you'll get them from your architect or the person doing the design of the code ;)
If you're asking for a tool to work in to draw them yourself, try Visio, it's pretty good for making UML diagrams.
If you're asking for a good way to generate them from the code the new Visual Studio beta has a class and sequence diagram generator built in.

Resources