mirror of https://github.com/dspinellis/UMLGraph
Clarified representation of fields and methods.
This commit is contained in:
parent
daa8396a30
commit
bb3392ce07
|
|
@ -115,9 +115,9 @@ UMLGraph allows you to model
|
|||
<ul>
|
||||
<li>classes (specified as Java classes)
|
||||
</li>
|
||||
<li>attributes (specified as Java fields)
|
||||
<li>attributes (specified as Java class fields)
|
||||
</li>
|
||||
<li>operations (specified as Java methods)
|
||||
<li>operations (specified as Java class methods)
|
||||
</li>
|
||||
<li>stereotypes (using the <code>@stereotype</code> <em>name</em> tag)
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -115,9 +115,9 @@ UMLGraph allows you to model
|
|||
<ul>
|
||||
<li>classes (specified as Java classes)
|
||||
</li>
|
||||
<li>attributes (specified as Java fields)
|
||||
<li>attributes (specified as Java class fields)
|
||||
</li>
|
||||
<li>operations (specified as Java methods)
|
||||
<li>operations (specified as Java class methods)
|
||||
</li>
|
||||
<li>stereotypes (using the <code>@stereotype</code> <em>name</em> tag)
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue