Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Eclipse Layout Kernel » Command line tool that plots ELK-Files
Command line tool that plots ELK-Files [message #1795390] Fri, 21 September 2018 09:00 Go to next message
Matthias Jung is currently offline Matthias JungFriend
Messages: 2
Registered: September 2018
Junior Member
Is there a tool which allows to generate e.g. svg diagrams based on an ELK-file like below for command line:

node top
{ 
    label "top"
    node a
    { 
        label "a"
        port out { label 'out' }
    }
    edge top.a.out -> top.b.in
    edge top.a.out -> top.d.in
    node b
    { 
        label "b"
        port in { label 'in' }
    }
    node d
    { 
        label "d"
        port in { label 'in' }
        node alpha
        { 
            label "alpha"
            port out { label 'out' }
        }
        edge top.d.alpha.out -> top.d.beta.in
        node beta
        { 
            label "beta"
            port in { label 'in' }
        }
    }
}
Re: Command line tool that plots ELK-Files [message #1795684 is a reply to message #1795390] Wed, 26 September 2018 18:44 Go to previous message
Ulf Rueegg is currently offline Ulf RueeggFriend
Messages: 26
Registered: February 2010
Junior Member
Similar answer as for your other question. Although I recall somebody mentioning something like this for elkjs. I'll let you know if I find it again.
Previous Topic:Simple Java Application
Next Topic:[ELK] Labels of edges are not correctly placed and overlapped in Sirius
Goto Forum:
  


Current Time: Fri Apr 26 00:07:04 GMT 2024

Powered by FUDForum. Page generated in 0.02965 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top