gouml icon indicating copy to clipboard operation
gouml copied to clipboard

allow diagram filtering on some dimensions

Open gotwarlost opened this issue 5 years ago • 2 comments

Let me say first that this is a freaking awesome tool.

I let it loose on a complicated model, it took 5 minutes but did a stellar job. Of course, since the model was so complicated, it generated something really complex as well.

When navigating large graphs, it would be useful to offer the following filters.

  • omit private members
  • omit <<return>> relationships
  • omit <<use>> relationships

gotwarlost avatar Oct 18 '19 23:10 gotwarlost

Thank you for the your good proposal.

I think too, that it takes a long time to generate PlantUML by receiving a fat code. However, omitting some expressions and simplifying the output may not necessarily reduce processing time.

So, I have two challenges.

  • reduce processing time.
  • add filter options for simplify output.

kazukousen avatar Oct 19 '19 10:10 kazukousen

Hi @gotwarlost , i have a question.

it took 5 minutes but did a stellar job.

What is the breakdown of these 5 minutes?

  • Is it all the time it takes for gouml to generate PlantUML code?
  • Or until the output of the SVG of the UML diagram from the generated PlantUML code?

I first perform a task to improve the processing performance of gouml, but I also think that the SVG image output of a complicated model itself takes time.

Thanks

kazukousen avatar Nov 20 '19 04:11 kazukousen