-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added version to package.json and circled actors #145
base: master
Are you sure you want to change the base?
Conversation
Add support for quoted actors with special chars.
I also extended the grammar to able to express special actors drawn with ellipse. |
Would you add some tests for the new oval syntax. Also if I read this correctly, if I prefix the actor name with o- then it becomes a oval. I wonder if that is the most obvious/sensible way to do this. |
Also if I read this correctly, if I prefix the actor name with o- then it becomes a oval ---- yes. I use it to make differentiate actors dealing with internal communication or external as well. Whether they possess interface open to the public... |
Test added. |
You branch has conflicts. Can you rebase from master, so I can merge. I will look over the code more, but I want to think more about this if this is the right syntax to be using. |
Done, hopefully the correct way... |
I was wondering if we could introduce some syntax to add stereotypes in some way ... |
Changed the prefix to () to mark it as circle. And I also introduced <> to mark it as rhombus. |
No description provided.