Looking for an alternative to "interface"

0 votes
asked Jul 8, 2020 in Question / help by Astonfe

In the example below, is it possible to use something different than "interface" to obtain something other that has the dimension of a point?

@startuml
top to bottom direction
skinparam {
    arrowcolor black
    defaulttextalignment center
    linetype ortho
    nodesep 30
    ranksep 30
    shadowing false
}

rectangle "Qwert yu\nasdfghjkl" as a #ECF0F1/E74C3C
rectangle "Zxcvbnmkj po\nlkjhgfdsaqwer" as b
rectangle "Zxcvbn\npoiuytre" as c
rectangle "Lkjhgf\ngfredvb" as d #ECF0F1/F1C40F
rectangle "Dertyu lehdt" as e #ECF0F1/9B59B6
rectangle "..." as f
rectangle "Vserty sjeuw\n(lwyetdg suetfg)" as j #ECF0F1/9B59B6
rectangle "..." as k

interface " " as z1
interface " " as z2

a --> b
b --> c
c --> d
d -r- z2 : \t\t
z2 --> j
j --> k
d -l- z1 : \t\t
z1 --> e
e --> f
@enduml

http://www.plantuml.com/plantuml/png/ZSw_SjGm40RmNa-n4neexZYJ01CA9fCZLz7GK31krjBAVoolZBIEpp2yExujRZm3HTnyrhS_hVsG1PDCGp0IHv08LHI90xWsaPKsiibzooCc7E2tWVN1bE9iOuW9ge2srzAHnoc8q5amj3KFn0AMM2ZfFBHCiem4CKaJjUBeADC8jmSz9kH-SymDkZYtN8F7aCdyCURoGyXr8BZvDbCIMAQICJjVDrqVRW0p8BnwEfuEf-BjqyUxu-rnU-V7sJvNFFGTZB7aq7TDxLt6dpCblLlzYqiUOpijaaY5tOglkg3asYTopvK2T_tygJZU7KvR_uMIB1C4QfmefYk-Vtn___XXY_VxlHg_BR_domh87KrpoQ_3l92u6l94ukitwhiNxEoDQLaeURHh2zhzAlxJlJC6ORVx39MfDAsnciuusANTAk0Jb5AAMTykWyvqclq5X1KKLr3eW0nfUlD0xAOX_0K0

commented Jul 9, 2020 by Astonfe

In other words, is it possible to use a line with a 90° angle? In Graphviz I use shape=point as intermediate point. Is it possible also in PlantUML?

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.
...