Lev A Lemkov
Lev A Lemkov
**Describe the bug** 1. can't get **!include** working **To Reproduce** 1. create file **include.puml** 2. insert following code here ``` @startuml index class A @enduml @startuml xxx !include_once include.puml!0 class...
# prerequisites UML 2.5 declares the concept of _iterruptible region_  it means that interruptible region's scenario may be aborted by some signal having outer or internal nature once _event_...
# prerequisites UML allows actionNode to be complex for certain reasons * action may have sub-actions * it may require parameters amount of 0,,* via input pins * it may...
there is no way to distinguish _group_ and _partition_ at activity diagram currently ``` @startuml gr |a| |b| |a| start group myGroup { :action 1; |b| :action 2; } partition...
once custom (non-standard) stereotype list is applied on activity element - can it be shown on the top of entity (same way plantuml does with classes)?
sometimes it is necessary to have detached note that is linked to multiple relations, it is useful thing to have regardless of diagram type^ see _{ xor }_) constraint below...
# prerequisites UML has AcceptEventAction for purpose of some graphical representation of guard condition  # feature AcceptEventAction may be presented as some _timer_ object ``` :guarded action; ->{ my...
# prerequisites UML 2.5 has somewhat of an activity call - node is recognized as activity, however, it's just a reference to some another activity it should be marked with...
can not set mixed FontStyle, for example: **_bold and italic_** same time ``` actor, usecase, node { business { FontStyle bold italic } } ```
as UML 2.5 specs say on extension arrow for metaclass-profile > 12.3.4 Notation > The notation for an Extension is an arrow pointing from a Stereotype to the extended Class,...