An email System outside the SUD is considered an actor while receiving an email from it?Advice on splitting up a process involving multiple actors into Use CasesUse Case diagrams as a requirements gathering tool for new functionality - particularly in systems that only require very little user interactionUse Cases criteriaCapturing functional requirements on a non-interaction based systemPlugins as actor in UML use case diagramUse Case Email NotificationDoes Facebook use-case have one or more actors?How to connect different Use Cases without 'include' or 'extend'?Use Case diagram - System as an ActorWhy actor is(or represented) outside the system boundary of a system in use case?
Helping ease my back pain when I'm studying 13 hours everyday, even weekends
Are all instances of trolls turning to stone ultimately references back to Tolkien?
Silly doubt about tidal effects and Einstein Field Equations
When to remove insignificant variables?
Concurrent normals conjecture
Are all Ringwraiths called Nazgûl in LotR?
Does a vocal melody have any rhythmic responsibility to the underlying arrangement in pop music?
Prime sieve in Python
Non-flat partitions of a set
Can there be an UN resolution to remove a country from the UNSC?
Is "Busen" just the area between the breasts?
Can humans ever directly see a few photons at a time? Can a human see a single photon?
Why do all the teams that I have worked with always finish a sprint without completion of all the stories?
Are birchat hoda'ah on the idea or the thing?
Is it damaging to turn off a small fridge for two days every week?
Is it illegal to withhold someone's passport and green card in California?
How to find the last non zero element in every column throughout dataframe?
How large would a mega structure have to be to host 1 billion people indefinitely?
How do I professionally let my manager know I'll quit over smoking in the office?
How does the spell Remove Curse interact with a Sword of Vengeance?
Why do some professors with PhDs leave their professorships to teach high school?
Minor traveling without parents from USA to Sweden
How to make clear to people I don't want to answer their "Where are you from?" question?
Can White Castle?
An email System outside the SUD is considered an actor while receiving an email from it?
Advice on splitting up a process involving multiple actors into Use CasesUse Case diagrams as a requirements gathering tool for new functionality - particularly in systems that only require very little user interactionUse Cases criteriaCapturing functional requirements on a non-interaction based systemPlugins as actor in UML use case diagramUse Case Email NotificationDoes Facebook use-case have one or more actors?How to connect different Use Cases without 'include' or 'extend'?Use Case diagram - System as an ActorWhy actor is(or represented) outside the system boundary of a system in use case?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
In a use-case I've included a step in which the SUD(System under development) sends an email externally.
Does the email system receiving that email is considered an actor? Or even a stakeholder?
According to my studies, everything that interacts anyhow with the SUD is an actor, but in this case I have some doubts.
Anybody that can give some hints?
Thanks
uml use-case use-case-diagram
add a comment |
In a use-case I've included a step in which the SUD(System under development) sends an email externally.
Does the email system receiving that email is considered an actor? Or even a stakeholder?
According to my studies, everything that interacts anyhow with the SUD is an actor, but in this case I have some doubts.
Anybody that can give some hints?
Thanks
uml use-case use-case-diagram
add a comment |
In a use-case I've included a step in which the SUD(System under development) sends an email externally.
Does the email system receiving that email is considered an actor? Or even a stakeholder?
According to my studies, everything that interacts anyhow with the SUD is an actor, but in this case I have some doubts.
Anybody that can give some hints?
Thanks
uml use-case use-case-diagram
In a use-case I've included a step in which the SUD(System under development) sends an email externally.
Does the email system receiving that email is considered an actor? Or even a stakeholder?
According to my studies, everything that interacts anyhow with the SUD is an actor, but in this case I have some doubts.
Anybody that can give some hints?
Thanks
uml use-case use-case-diagram
uml use-case use-case-diagram
asked Mar 25 at 8:23
AlanAlan
11
11
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Anything that interacts with the SUD is considered to be an actor. It does not matter how this interaction takes place. So just connect that email system as actor with the according use case bubble inside the SUD.
There is some sort of convention to place a primary actor (one that starts an interaction) to the left of the SUD boundary and secondary ones (those being triggered by the SUD) on the right side.
add a comment |
is your system only interacts with the email-service by sending mail to it the email-service is only a secondary actor
if your system can receive a mail from the email-service that one is a (primary) actor
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55333714%2fan-email-system-outside-the-sud-is-considered-an-actor-while-receiving-an-email%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Anything that interacts with the SUD is considered to be an actor. It does not matter how this interaction takes place. So just connect that email system as actor with the according use case bubble inside the SUD.
There is some sort of convention to place a primary actor (one that starts an interaction) to the left of the SUD boundary and secondary ones (those being triggered by the SUD) on the right side.
add a comment |
Anything that interacts with the SUD is considered to be an actor. It does not matter how this interaction takes place. So just connect that email system as actor with the according use case bubble inside the SUD.
There is some sort of convention to place a primary actor (one that starts an interaction) to the left of the SUD boundary and secondary ones (those being triggered by the SUD) on the right side.
add a comment |
Anything that interacts with the SUD is considered to be an actor. It does not matter how this interaction takes place. So just connect that email system as actor with the according use case bubble inside the SUD.
There is some sort of convention to place a primary actor (one that starts an interaction) to the left of the SUD boundary and secondary ones (those being triggered by the SUD) on the right side.
Anything that interacts with the SUD is considered to be an actor. It does not matter how this interaction takes place. So just connect that email system as actor with the according use case bubble inside the SUD.
There is some sort of convention to place a primary actor (one that starts an interaction) to the left of the SUD boundary and secondary ones (those being triggered by the SUD) on the right side.
answered Mar 25 at 13:05
qwerty_soqwerty_so
24.8k63965
24.8k63965
add a comment |
add a comment |
is your system only interacts with the email-service by sending mail to it the email-service is only a secondary actor
if your system can receive a mail from the email-service that one is a (primary) actor
add a comment |
is your system only interacts with the email-service by sending mail to it the email-service is only a secondary actor
if your system can receive a mail from the email-service that one is a (primary) actor
add a comment |
is your system only interacts with the email-service by sending mail to it the email-service is only a secondary actor
if your system can receive a mail from the email-service that one is a (primary) actor
is your system only interacts with the email-service by sending mail to it the email-service is only a secondary actor
if your system can receive a mail from the email-service that one is a (primary) actor
answered Mar 25 at 8:48
brunobruno
18.7k31628
18.7k31628
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55333714%2fan-email-system-outside-the-sud-is-considered-an-actor-while-receiving-an-email%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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