mirror of https://github.com/dspinellis/UMLGraph
Fix symbol for package visibility.
See http://homepages.inf.ed.ac.uk/perdita/Book/changesForUML1.4.html and http://www.sparxsystems.com/resources/uml2_tutorial/uml2_classdiagram.html
This commit is contained in:
parent
e4eeaaef00
commit
cc2052d261
|
|
@ -399,12 +399,12 @@ class ClassGraph {
|
|||
return;
|
||||
if (e.isPrivate())
|
||||
opt.w.print('-');
|
||||
if (e.isPublic())
|
||||
else if (e.isPublic())
|
||||
opt.w.print('+');
|
||||
if (e.isProtected())
|
||||
else if (e.isProtected())
|
||||
opt.w.print('#');
|
||||
if (e.isPackagePrivate())
|
||||
opt.w.print('$');
|
||||
else if (e.isPackagePrivate())
|
||||
opt.w.print('~');
|
||||
opt.w.print(' ');
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -399,12 +399,12 @@ class ClassGraph {
|
|||
return;
|
||||
if (e.isPrivate())
|
||||
opt.w.print('-');
|
||||
if (e.isPublic())
|
||||
else if (e.isPublic())
|
||||
opt.w.print('+');
|
||||
if (e.isProtected())
|
||||
else if (e.isProtected())
|
||||
opt.w.print('#');
|
||||
if (e.isPackagePrivate())
|
||||
opt.w.print('$');
|
||||
else if (e.isPackagePrivate())
|
||||
opt.w.print('~');
|
||||
opt.w.print(' ');
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -399,12 +399,12 @@ class ClassGraph {
|
|||
return;
|
||||
if (e.isPrivate())
|
||||
opt.w.print('-');
|
||||
if (e.isPublic())
|
||||
else if (e.isPublic())
|
||||
opt.w.print('+');
|
||||
if (e.isProtected())
|
||||
else if (e.isProtected())
|
||||
opt.w.print('#');
|
||||
if (e.isPackagePrivate())
|
||||
opt.w.print('$');
|
||||
else if (e.isPackagePrivate())
|
||||
opt.w.print('~');
|
||||
opt.w.print(' ');
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -399,12 +399,12 @@ class ClassGraph {
|
|||
return;
|
||||
if (e.isPrivate())
|
||||
opt.w.print('-');
|
||||
if (e.isPublic())
|
||||
else if (e.isPublic())
|
||||
opt.w.print('+');
|
||||
if (e.isProtected())
|
||||
else if (e.isProtected())
|
||||
opt.w.print('#');
|
||||
if (e.isPackagePrivate())
|
||||
opt.w.print('$');
|
||||
else if (e.isPackagePrivate())
|
||||
opt.w.print('~');
|
||||
opt.w.print(' ');
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -399,12 +399,12 @@ class ClassGraph {
|
|||
return;
|
||||
if (e.isPrivate())
|
||||
opt.w.print('-');
|
||||
if (e.isPublic())
|
||||
else if (e.isPublic())
|
||||
opt.w.print('+');
|
||||
if (e.isProtected())
|
||||
else if (e.isProtected())
|
||||
opt.w.print('#');
|
||||
if (e.isPackagePrivate())
|
||||
opt.w.print('$');
|
||||
else if (e.isPackagePrivate())
|
||||
opt.w.print('~');
|
||||
opt.w.print(' ');
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -399,12 +399,12 @@ class ClassGraph {
|
|||
return;
|
||||
if (e.isPrivate())
|
||||
opt.w.print('-');
|
||||
if (e.isPublic())
|
||||
else if (e.isPublic())
|
||||
opt.w.print('+');
|
||||
if (e.isProtected())
|
||||
else if (e.isProtected())
|
||||
opt.w.print('#');
|
||||
if (e.isPackagePrivate())
|
||||
opt.w.print('$');
|
||||
else if (e.isPackagePrivate())
|
||||
opt.w.print('~');
|
||||
opt.w.print(' ');
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -399,12 +399,12 @@ class ClassGraph {
|
|||
return;
|
||||
if (e.isPrivate())
|
||||
opt.w.print('-');
|
||||
if (e.isPublic())
|
||||
else if (e.isPublic())
|
||||
opt.w.print('+');
|
||||
if (e.isProtected())
|
||||
else if (e.isProtected())
|
||||
opt.w.print('#');
|
||||
if (e.isPackagePrivate())
|
||||
opt.w.print('$');
|
||||
else if (e.isPackagePrivate())
|
||||
opt.w.print('~');
|
||||
opt.w.print(' ');
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -399,12 +399,12 @@ class ClassGraph {
|
|||
return;
|
||||
if (e.isPrivate())
|
||||
opt.w.print('-');
|
||||
if (e.isPublic())
|
||||
else if (e.isPublic())
|
||||
opt.w.print('+');
|
||||
if (e.isProtected())
|
||||
else if (e.isProtected())
|
||||
opt.w.print('#');
|
||||
if (e.isPackagePrivate())
|
||||
opt.w.print('$');
|
||||
else if (e.isPackagePrivate())
|
||||
opt.w.print('~');
|
||||
opt.w.print(' ');
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -399,12 +399,12 @@ class ClassGraph {
|
|||
return;
|
||||
if (e.isPrivate())
|
||||
opt.w.print('-');
|
||||
if (e.isPublic())
|
||||
else if (e.isPublic())
|
||||
opt.w.print('+');
|
||||
if (e.isProtected())
|
||||
else if (e.isProtected())
|
||||
opt.w.print('#');
|
||||
if (e.isPackagePrivate())
|
||||
opt.w.print('$');
|
||||
else if (e.isPackagePrivate())
|
||||
opt.w.print('~');
|
||||
opt.w.print(' ');
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -399,12 +399,12 @@ class ClassGraph {
|
|||
return;
|
||||
if (e.isPrivate())
|
||||
opt.w.print('-');
|
||||
if (e.isPublic())
|
||||
else if (e.isPublic())
|
||||
opt.w.print('+');
|
||||
if (e.isProtected())
|
||||
else if (e.isProtected())
|
||||
opt.w.print('#');
|
||||
if (e.isPackagePrivate())
|
||||
opt.w.print('$');
|
||||
else if (e.isPackagePrivate())
|
||||
opt.w.print('~');
|
||||
opt.w.print(' ');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue