Sequence Diagram Reverse Engineering

前端 未结 13 2030
春和景丽
春和景丽 2020-12-12 18:36

I\'m looking for a tool that will reverse engineer Java into a sequence diagram BUT also provides the ability to filter out calls to certain libraries.

For example,

13条回答
  •  感情败类
    2020-12-12 18:45

    JIVE (www.cse.buffalo.edu/jive) will construct a sequence diagram from the execution of a Java program. It has an Exclusion Filter capability will allow you to exclude objects belonging to designated classes or packages. JIVE can draw sequence diagrams for multi-threaded Java program execution. It also has the ability compact large diagrams in both the horizontal and vertical dimension, under user guidance.

提交回复
热议问题