Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: ikeas68 on August 28, 2018, 05:04:07 pm

Title: use case non human actor
Post by: ikeas68 on August 28, 2018, 05:04:07 pm
hello
i have find on use cas an actor with blindfold
how i can set a new actor for having blindfold ?

i don't find where i can set a property for having this

thankjs
Title: Re: use case non human actor
Post by: Geert Bellekens on August 28, 2018, 05:18:52 pm
"Actor with a blindfold" is not a standard UML icon and AFAIK is not available in EA.

You can however always set an alternate appearance in EA, or use a shapescript to create this icon.

Geert
Title: Re: use case non human actor
Post by: philchudley on August 28, 2018, 06:48:39 pm
For non-human actors in UML Use Case diagrams I use Rectangle Notation available via the context menu Advanced option for an Actor

Phil
Title: Re: use case non human actor
Post by: Richard Freggi on August 28, 2018, 08:30:41 pm
The best way would be to define a stereotype for the actor; it will appear on the use diagram as text
Comments are also a good way to display this kind of thing.
I do not want to know why you need an actor with a blindfold - maybe it is a ninja turtle or something?  Anyways let 10,000 flowers bloom said a famous guy....

hello
i have find on use cas an actor with blindfold
how i can set a new actor for having blindfold ?

i don't find where i can set a property for having this

thankjs
Title: Re: use case non human actor
Post by: ikeas68 on August 28, 2018, 11:21:37 pm
yes i know is not standard but i find an actor
with black rectangle on eyes
i want to know how i can made it
i don't see it in uml 2
but i must modify a document

Title: Re: use case non human actor
Post by: Geert Bellekens on August 28, 2018, 11:45:25 pm
I'm sorry I don't understand the problem.

Where did you find this weird icon, and how are you supposed to edit it?
Was it in EA? Do you need to recreate it in EA?

Geert
Title: Re: use case non human actor
Post by: KP on August 29, 2018, 08:53:39 am
Create a stereotype and give it this shape script

Code: [Select]
decoration blindfold
{
orientation="N";
setfillcolor(getuserbordercolor());
rectangle(-20,80,120,130);
}
Title: Re: use case non human actor
Post by: ikeas68 on August 30, 2018, 06:24:53 pm
how i can send file in this forum ?
Title: Re: use case non human actor
Post by: Geert Bellekens on August 30, 2018, 06:58:34 pm
how i can send file in this forum ?
You can't. You can upload files and or images to a public hosting site and reference them in the forum.

Geert
Title: Re: use case non human actor
Post by: ikeas68 on August 31, 2018, 04:43:06 pm
can you check in this file
https://drive.google.com/file/d/1V6ne-4f0T-UpyZwBBvxTyErE2FSqVobu/view?usp=sharing
how tablet actor is blindfold
Title: Re: use case non human actor
Post by: Geert Bellekens on August 31, 2018, 04:58:02 pm
It uses an alternate image. Right Click and select Appearance|Select Alternate Image..

Geert
Title: Re: use case non human actor
Post by: ikeas68 on September 03, 2018, 03:10:33 pm
ok thanks