Here are a list of featured diagrams, showing the kind of things you can do with GitUML.
Javascript Diagrams
The following featured diagrams have been generated from Javascript, one of the most popular programming languages.
If your Javascript module/file contains variables, functions and classes - then GitUML will
visualise the module/file as a box with the M <<module>> stereotype -
global variables and functions in that module are listed as if they were attributes/methods of a class.
Where is gets even more interesting is if your Javascript code has no classes an lots of functions -
GitUML can visualise functions as boxes š¤Æ
- variables become box attributes and inner functions become box methods.
How useful - check out the What 'JQuery' looks like diagram. See also:
Description:
In computer science, a graph is an abstract data type that is meant to
implement the undirected graph and directed graph concepts from mathematics,
specifically the field of graph theory
A graph data structure consists of a finite (and possibly mutable) set of
verticeā¦
Description:
Disjoint-set data structure (also called a union-find data structure or merge-
find set) is a data structure that tracks a set of elements partitioned into a
number of disjoint (non-overlapping) subsets. It provides near-constant-time
operations (bounded by the inverseā¦
The following featured diagrams have been generated from Javascript, one of the most popular programming languages. If your Javascript module/file contains variables, functions and classes - then GitUML will visualise the module/file as a box with the M <<module>> stereotype - global variables and functions in that module are listed as if they were attributes/methods of a class.
Where is gets even more interesting is if your Javascript code has no classes an lots of functions - GitUML can visualise functions as boxes š¤Æ
- variables become box attributes and inner functions become box methods. How useful - check out the What 'JQuery' looks like diagram. See also: