UML Class Diagram feedback on current stateWhat's the best UML diagramming tool?How to generate UML diagrams (especially sequence diagrams) from Java code?UML class diagram enumIn UML class diagrams, what are Boundary Classes, Control Classes, and Entity Classes?Reverse Engineering Code into a UML Class Diagram in VS 2010Feedback on UML Class DiagramGenerate UML Class Diagram from Java ProjectGetting started with developing WEB applications by using UML diagramscode path on UML class diagramsHow to express time constraints on ChangeEvent(s) in UML?

Does a 4 bladed prop have almost twice the thrust of a 2 bladed prop?

Why do private jets such as Gulfstream fly higher than other civilian jets?

How to halve redstone signal strength?

Was Richard I's imprisonment by Leopold of Austria justified?

What can make Linux unresponsive for minutes when browsing certain websites?

Are certificates without DNS fundamentally flawed?

What does VB stand for?

Making pause in a diagram

Premier League simulation

Who is the god Ao?

Can you use the Help action to give a 2019 UA Artillerist artificer's turret advantage?

Why should I "believe in" weak solutions to PDEs?

Is there a difference between 「目を覚ます」 and 「目覚める」

How many years before enough atoms of your body are replaced to survive the sudden disappearance of the original body’s atoms?

What city skyline is this picture of?

How to realistically deal with a shield user?

Does bottle color affect mold growth?

Purchased new computer from DELL with pre-installed Ubuntu. Won't boot. Should assume its an error from DELL?

What could prevent players from leaving an island?

Do any languages mention the top limit of a range first?

Based on what criteria do you add/not add icons to labels within a toolbar?

Does the Voyager team use a wrapper (Fortran(77?) to Python) to transmit current commands?

Traveling from Germany to other countries by train?

Capacitors with a "/" on schematic



UML Class Diagram feedback on current state


What's the best UML diagramming tool?How to generate UML diagrams (especially sequence diagrams) from Java code?UML class diagram enumIn UML class diagrams, what are Boundary Classes, Control Classes, and Entity Classes?Reverse Engineering Code into a UML Class Diagram in VS 2010Feedback on UML Class DiagramGenerate UML Class Diagram from Java ProjectGetting started with developing WEB applications by using UML diagramscode path on UML class diagramsHow to express time constraints on ChangeEvent(s) in UML?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















So. I'm trying to create a UML class diagram of a monitoring system for an assignment. My current currently addresses the monitoring system with the alarms followed with the system. My problem however is that i'm not quite sure that my alarm system is going to work at all.



So, how this system works is that the monitoring system gathers information on the vital signs for Heart rate (determined from ECG class) BloodPressure and temperature.The Blood pressure monitor has 2 ways of getting the blood pressure.



With the alarms, they only activate when the monitors exceed a certain limit.



My question is this method accomplishing the goals of the system? I'm really sceptical right though of the vital sign classes
My idea was that the vital signs will be gathered into the monitor vitals class
but each vital sign has its own set time interval where it's meant to be updated and then displayed
I feel like my model here doesn't do that.
Another problem I feel is that the alarm structure is incorrect since the vital signs are intended to be sent to the alarms every time they are updated
image










share|improve this question





















  • 2





    Hey, what's your question?

    – muszeo
    Mar 27 at 6:26











  • @muszeo I've changed the thread but i'm asking if this is the correct methodology or if i'm mistaken with my approach, apologies

    – Julius Velvet
    Mar 27 at 8:20











  • In your previous question you've been already told, that this page is not intended for questions "hey, is my diagram correct". Look for a forum for UML, BAs or of the sort and please post it there. This time I'm joining to VTC.

    – Ister
    Mar 27 at 10:07






  • 1





    If you were more specific in your questions (so rather than asking if your methodology is right, focus on your specific problem), your question might be on-topic. But you definitely have to rephrase your question.

    – Ister
    Mar 27 at 10:09

















0















So. I'm trying to create a UML class diagram of a monitoring system for an assignment. My current currently addresses the monitoring system with the alarms followed with the system. My problem however is that i'm not quite sure that my alarm system is going to work at all.



So, how this system works is that the monitoring system gathers information on the vital signs for Heart rate (determined from ECG class) BloodPressure and temperature.The Blood pressure monitor has 2 ways of getting the blood pressure.



With the alarms, they only activate when the monitors exceed a certain limit.



My question is this method accomplishing the goals of the system? I'm really sceptical right though of the vital sign classes
My idea was that the vital signs will be gathered into the monitor vitals class
but each vital sign has its own set time interval where it's meant to be updated and then displayed
I feel like my model here doesn't do that.
Another problem I feel is that the alarm structure is incorrect since the vital signs are intended to be sent to the alarms every time they are updated
image










share|improve this question





















  • 2





    Hey, what's your question?

    – muszeo
    Mar 27 at 6:26











  • @muszeo I've changed the thread but i'm asking if this is the correct methodology or if i'm mistaken with my approach, apologies

    – Julius Velvet
    Mar 27 at 8:20











  • In your previous question you've been already told, that this page is not intended for questions "hey, is my diagram correct". Look for a forum for UML, BAs or of the sort and please post it there. This time I'm joining to VTC.

    – Ister
    Mar 27 at 10:07






  • 1





    If you were more specific in your questions (so rather than asking if your methodology is right, focus on your specific problem), your question might be on-topic. But you definitely have to rephrase your question.

    – Ister
    Mar 27 at 10:09













0












0








0








So. I'm trying to create a UML class diagram of a monitoring system for an assignment. My current currently addresses the monitoring system with the alarms followed with the system. My problem however is that i'm not quite sure that my alarm system is going to work at all.



So, how this system works is that the monitoring system gathers information on the vital signs for Heart rate (determined from ECG class) BloodPressure and temperature.The Blood pressure monitor has 2 ways of getting the blood pressure.



With the alarms, they only activate when the monitors exceed a certain limit.



My question is this method accomplishing the goals of the system? I'm really sceptical right though of the vital sign classes
My idea was that the vital signs will be gathered into the monitor vitals class
but each vital sign has its own set time interval where it's meant to be updated and then displayed
I feel like my model here doesn't do that.
Another problem I feel is that the alarm structure is incorrect since the vital signs are intended to be sent to the alarms every time they are updated
image










share|improve this question
















So. I'm trying to create a UML class diagram of a monitoring system for an assignment. My current currently addresses the monitoring system with the alarms followed with the system. My problem however is that i'm not quite sure that my alarm system is going to work at all.



So, how this system works is that the monitoring system gathers information on the vital signs for Heart rate (determined from ECG class) BloodPressure and temperature.The Blood pressure monitor has 2 ways of getting the blood pressure.



With the alarms, they only activate when the monitors exceed a certain limit.



My question is this method accomplishing the goals of the system? I'm really sceptical right though of the vital sign classes
My idea was that the vital signs will be gathered into the monitor vitals class
but each vital sign has its own set time interval where it's meant to be updated and then displayed
I feel like my model here doesn't do that.
Another problem I feel is that the alarm structure is incorrect since the vital signs are intended to be sent to the alarms every time they are updated
image







uml class-diagram






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 27 at 8:19







Julius Velvet

















asked Mar 27 at 5:15









Julius VelvetJulius Velvet

236 bronze badges




236 bronze badges










  • 2





    Hey, what's your question?

    – muszeo
    Mar 27 at 6:26











  • @muszeo I've changed the thread but i'm asking if this is the correct methodology or if i'm mistaken with my approach, apologies

    – Julius Velvet
    Mar 27 at 8:20











  • In your previous question you've been already told, that this page is not intended for questions "hey, is my diagram correct". Look for a forum for UML, BAs or of the sort and please post it there. This time I'm joining to VTC.

    – Ister
    Mar 27 at 10:07






  • 1





    If you were more specific in your questions (so rather than asking if your methodology is right, focus on your specific problem), your question might be on-topic. But you definitely have to rephrase your question.

    – Ister
    Mar 27 at 10:09












  • 2





    Hey, what's your question?

    – muszeo
    Mar 27 at 6:26











  • @muszeo I've changed the thread but i'm asking if this is the correct methodology or if i'm mistaken with my approach, apologies

    – Julius Velvet
    Mar 27 at 8:20











  • In your previous question you've been already told, that this page is not intended for questions "hey, is my diagram correct". Look for a forum for UML, BAs or of the sort and please post it there. This time I'm joining to VTC.

    – Ister
    Mar 27 at 10:07






  • 1





    If you were more specific in your questions (so rather than asking if your methodology is right, focus on your specific problem), your question might be on-topic. But you definitely have to rephrase your question.

    – Ister
    Mar 27 at 10:09







2




2





Hey, what's your question?

– muszeo
Mar 27 at 6:26





Hey, what's your question?

– muszeo
Mar 27 at 6:26













@muszeo I've changed the thread but i'm asking if this is the correct methodology or if i'm mistaken with my approach, apologies

– Julius Velvet
Mar 27 at 8:20





@muszeo I've changed the thread but i'm asking if this is the correct methodology or if i'm mistaken with my approach, apologies

– Julius Velvet
Mar 27 at 8:20













In your previous question you've been already told, that this page is not intended for questions "hey, is my diagram correct". Look for a forum for UML, BAs or of the sort and please post it there. This time I'm joining to VTC.

– Ister
Mar 27 at 10:07





In your previous question you've been already told, that this page is not intended for questions "hey, is my diagram correct". Look for a forum for UML, BAs or of the sort and please post it there. This time I'm joining to VTC.

– Ister
Mar 27 at 10:07




1




1





If you were more specific in your questions (so rather than asking if your methodology is right, focus on your specific problem), your question might be on-topic. But you definitely have to rephrase your question.

– Ister
Mar 27 at 10:09





If you were more specific in your questions (so rather than asking if your methodology is right, focus on your specific problem), your question might be on-topic. But you definitely have to rephrase your question.

– Ister
Mar 27 at 10:09












0






active

oldest

votes










Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55370231%2fuml-class-diagram-feedback-on-current-state%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes




Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.



















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55370231%2fuml-class-diagram-feedback-on-current-state%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript