/usr/lib/bouml/html/6657.bodies is in bouml-plugouts-src 4.21-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | class UmlComponentDiagram
!!!128992.cpp!!! sKind() : string
return "component diagram";
!!!128992.java!!! sKind() : string
return "component diagram";
!!!128380.cpp!!! memo_ref() : void
diagrams.addElement(this);
UmlDiagram::memo_ref();
!!!128380.java!!! memo_ref() : void
diagrams.addElement(this);
super.memo_ref();
!!!128880.cpp!!! ref_index() : void
if (!diagrams.isEmpty())
fw.write("<a href=\"componentdiagrams.html\" target = \"projectFrame\"><b> -Component Diagrams- </b></a>");
!!!128880.java!!! ref_index() : void
if (!diagrams.isEmpty())
fw.write("<a href=\"componentdiagrams.html\" target = \"projectFrame\"><b> -Component Diagrams- </b></a>");
!!!129020.cpp!!! generate_index() : void
UmlItem::generate_index(diagrams, "Component Diagram", "componentdiagrams");
!!!129020.java!!! generate_index() : void
generate_index(diagrams, "Component Diagram", "componentdiagrams");
|