To prevent spam users, you can only post on this forum after registration, which is by invitation. If you want to post on the forum, please send me a mail (h DOT m DOT w DOT verbeek AT tue DOT nl) and I'll send you an invitation in return for an account.

Graph visualization in ProM

RubenS
edited September 2012 in - Development
Hi,

I have a few questions about how ProM visualizes graphs. More specific how it deals with the edges and vertices.
I'm looking to create my own visualization for the HeuristicsMiner plugin. Just like most of the plugins,
current visualizations use classes readily available in the framework to display a directed graph.
Some basic settings for the edges and vertices can be adjusted using the constants available in the AttributeMap class.
For example, edge color and width can easily be adjusted by passing values to the AttributeMap of the edge.

What if, for example, I don't want my edges to be curved. What if I want them to be straight lines?
Properties like this aren't supported as far as I know.
If I really want this, is it up to me to write a completely new visualization package?

Thanks in advance,
Ruben
Sign In or Register to comment.