How to concentrate arrow on state diagram.

0 votes
asked Jul 9, 2016 in Wanted features by anonymous

Hello!

I want to concentrate arrows, so I used  "skinparam groupInheritance".

But it can't concentrate arrows.

Do I mistake how to use it?

My code: 

@startuml

skinparam groupInheritance 3

 

[*] --> stateA : trigger condition1

stateA --> stateA : trigger condition2

stateA --> stateB : trigger\ncondition3

stateB --> stateC : trigger

stateC --> stateD : trigger

stateD --> stateA : trigger

 

stateB --> stateA

stateC --> stateA

 

@enduml

 

 

 

 

commented Feb 3, 2018 by Anthony-Gaudino (5,720 points)
skinparam groupInheritance currently doesn't work on activity diagram.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...