mirror of https://github.com/dspinellis/UMLGraph
Add link to phpCallGraph.
This commit is contained in:
parent
41d8a6b2e2
commit
767f30bcf9
|
|
@ -4,14 +4,17 @@
|
||||||
Here are other programs or efforts that build on UMLGraph's
|
Here are other programs or efforts that build on UMLGraph's
|
||||||
code or ideas.
|
code or ideas.
|
||||||
<ul>
|
<ul>
|
||||||
<li> <a href="http://lightuml.sourceforge.net/">LightUML</a>
|
|
||||||
integrates UMLGraph into <a href="http://www.eclipse.org">Eclipse</a>.</li>
|
|
||||||
<li> <a href="http://maven-plugins.sourceforge.net/maven-dotuml-plugin/">Dotuml</a>
|
<li> <a href="http://maven-plugins.sourceforge.net/maven-dotuml-plugin/">Dotuml</a>
|
||||||
integrates UMLGraph into <a href="http://maven.apache.org/">Maven</a>.</li>
|
integrates UMLGraph into <a href="http://maven.apache.org/">Maven</a>.</li>
|
||||||
<li> The <a href="http://www.primordion.com/Xholon/index.html">Xholon</a>
|
<li> The <a href="http://www.primordion.com/Xholon/index.html">Xholon</a>
|
||||||
framework for building loosely-organized systems
|
framework for building loosely-organized systems
|
||||||
captures object interactions at runtime,
|
captures object interactions at runtime,
|
||||||
and creates UML 2.0 sequence diagrams using UMLGraph.</li>
|
and creates UML 2.0 sequence diagrams using UMLGraph.</li>
|
||||||
|
<li> <a href="http://phpcallgraph.sourceforge.net/">phpCallGraph</a>
|
||||||
|
can output its analysis in UMLGraph format, allowing the
|
||||||
|
automatic production of UML sequence diagrams from PHP code.</li>
|
||||||
|
<li> <a href="http://lightuml.sourceforge.net/">LightUML</a>
|
||||||
|
integrates UMLGraph into <a href="http://www.eclipse.org">Eclipse</a>.</li>
|
||||||
<li> <a href="http://ruby-uml.rubyforge.org/">ruby-uml</a>
|
<li> <a href="http://ruby-uml.rubyforge.org/">ruby-uml</a>
|
||||||
traces aspects of an application
|
traces aspects of an application
|
||||||
using UMLGraph to generate sequence and class diagrams.</li>
|
using UMLGraph to generate sequence and class diagrams.</li>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue