/usr/lib/bouml/GlobalChange/141568.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 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 | class UmlBaseActivityObject
!!!181248.cpp!!! create(inout parent : UmlItem, inout s : str) : UmlActivityObject
return (UmlActivityObject *) parent->create_(anActivityObject, s);
!!!181248.java!!! create(inout parent : UmlItem, inout s : str) : UmlActivityObject
return (UmlActivityObject) parent.create_(anItemKind.anActivityObject, s);
!!!181376.cpp!!! kind() : anItemKind
return anActivityObject;
!!!181376.java!!! kind() : anItemKind
return anItemKind.anActivityObject;
!!!181760.cpp!!! type() : UmlTypeSpec
read_if_needed_();
return _type;
!!!181760.java!!! type() : UmlTypeSpec
read_if_needed_();
return _type;
!!!181888.cpp!!! set_Type(in v : UmlTypeSpec) : bool
return set_it_(_type, v, setTypeCmd);
!!!181888.java!!! set_Type(in v : UmlTypeSpec) : bool
UmlCom.send_cmd(identifier_(), OnInstanceCmd.setTypeCmd, v);
UmlCom.check();
_type = v;
!!!182016.cpp!!! multiplicity() : string
read_if_needed_();
return _multiplicity;
!!!182016.java!!! multiplicity() : string
read_if_needed_();
return _multiplicity;
!!!182144.cpp!!! set_Multiplicity(in v : str) : bool
return set_it_(_multiplicity, v, setMultiplicityCmd);
!!!182144.java!!! set_Multiplicity(in v : str) : bool
UmlCom.send_cmd(identifier_(), OnInstanceCmd.setMultiplicityCmd, v);
UmlCom.check();
_multiplicity = v;
!!!182272.cpp!!! inState() : string
read_if_needed_();
return _in_state;
!!!182272.java!!! inState() : string
read_if_needed_();
return _in_state;
!!!182400.cpp!!! set_InState(in v : str) : bool
return set_it_(_in_state, v, setInStateCmd);
!!!182400.java!!! set_InState(in v : str) : bool
UmlCom.send_cmd(identifier_(), OnInstanceCmd.setInStateCmd, v);
UmlCom.check();
_in_state = v;
!!!182528.cpp!!! selection() : string
read_if_needed_();
return _selection;
!!!182528.java!!! selection() : string
read_if_needed_();
return _selection;
!!!182656.cpp!!! set_Selection(in v : str) : bool
return set_it_(_selection, v, setUmlActivityCmd);
!!!182656.java!!! set_Selection(in v : str) : bool
UmlCom.send_cmd(identifier_(), OnInstanceCmd.setUmlActivityCmd, v);
UmlCom.check();
_selection = v;
!!!182784.cpp!!! cppSelection() : string
read_if_needed_();
return _cpp_selection;
!!!182784.java!!! cppSelection() : string
read_if_needed_();
return _cpp_selection;
!!!182912.cpp!!! set_CppSelection(in v : str) : bool
return set_it_(_cpp_selection, v, setCppActivityCmd);
!!!182912.java!!! set_CppSelection(in v : str) : bool
UmlCom.send_cmd(identifier_(), OnInstanceCmd.setCppActivityCmd, v);
UmlCom.check();
_cpp_selection = v;
!!!183040.cpp!!! javaSelection() : string
read_if_needed_();
return _java_selection;
!!!183040.java!!! javaSelection() : string
read_if_needed_();
return _java_selection;
!!!183168.cpp!!! set_JavaSelection(in v : str) : bool
return set_it_(_java_selection, v, setJavaActivityCmd);
!!!183168.java!!! set_JavaSelection(in v : str) : bool
UmlCom.send_cmd(identifier_(), OnInstanceCmd.setJavaActivityCmd, v);
UmlCom.check();
_java_selection = v;
!!!183296.cpp!!! ordering() : anOrdering
read_if_needed_();
return _ordering;
!!!183296.java!!! ordering() : anOrdering
read_if_needed_();
return _ordering;
!!!183424.cpp!!! set_Ordering(in v : anOrdering) : bool
UmlCom::send_cmd(_identifier, setOrderingCmd, (char) v); if (UmlCom::read_bool()) { _ordering = v; return TRUE; } else return FALSE;
!!!183424.java!!! set_Ordering(in v : anOrdering) : bool
UmlCom.send_cmd(identifier_(), OnInstanceCmd.setOrderingCmd, (byte) v.value());
UmlCom.check();
_ordering = v;
!!!183552.cpp!!! isControlType() : bool
read_if_needed_();
return _is_control;
!!!183552.java!!! isControlType() : bool
read_if_needed_();
return _is_control;
!!!183680.cpp!!! set_IsControlType(in v : bool) : bool
bool vv;
if (set_it_(vv, v, setFlagCmd)) {
_is_control = v;
return TRUE;
}
else
return FALSE;
!!!183680.java!!! set_IsControlType(in v : bool) : bool
UmlCom.send_cmd(identifier_(), OnInstanceCmd.setFlagCmd, (v) ? 1 : 0);
UmlCom.check();
_is_control = v;
!!!183808.cpp!!! associatedDiagram() : UmlActivityDiagram
read_if_needed_();
return _assoc_diagram;
!!!183808.java!!! associatedDiagram() : UmlActivityDiagram
read_if_needed_();
return _assoc_diagram;
!!!183936.cpp!!! set_AssociatedDiagram(in d : UmlActivityDiagram) : bool
UmlCom::send_cmd(_identifier, setAssocDiagramCmd, ((UmlBaseItem *) d)->_identifier);
if (UmlCom::read_bool()) {
_assoc_diagram = d;
return TRUE;
}
else
return FALSE;
!!!183936.java!!! set_AssociatedDiagram(in d : UmlActivityDiagram) : bool
UmlCom.send_cmd(identifier_(), OnInstanceCmd.setAssocDiagramCmd, d.identifier_());
UmlCom.check();
_assoc_diagram = d;
!!!184064.cpp!!! unload(in rec : bool, in del : bool) : void
_type.explicit_type = 0;
_multiplicity = 0;
_in_state = 0;
_selection = 0;
#ifdef WINCPP
_cpp_selection = 0;
#endif
#ifdef WITHJAVA
_java_selection = 0;
#endif
UmlBaseActivityNode::unload(rec, del);
!!!184064.java!!! unload(in rec : bool, in del : bool) : void
_type = null;
_multiplicity = null;
_in_state = null;
_selection = null;
_cpp_selection = null;
_java_selection = null;
super.unload(rec, del);
!!!184192.cpp!!! read_uml_() : void
_assoc_diagram = (kind() == anActivityObject) ? (UmlActivityDiagram *) UmlBaseItem::read_() : (UmlActivityDiagram *) 0;
UmlBaseActivityNode::read_uml_();
_type.type = (UmlClass *) UmlBaseItem::read_();
if (_type.type == 0)
_type.explicit_type = UmlCom::read_string();
_multiplicity = UmlCom::read_string();
_in_state = UmlCom::read_string();
_selection = UmlCom::read_string();
_ordering = (anOrdering) UmlCom::read_char();
_is_control = UmlCom::read_bool();
!!!184192.java!!! read_uml_() : void
_assoc_diagram = (kind() == anItemKind.anActivityObject) ? (UmlActivityDiagram) UmlBaseItem.read_() : null;
super.read_uml_();
_type = new UmlTypeSpec();
_type.type = (UmlClass) UmlBaseItem.read_();
if (_type.type == null)
_type.explicit_type = UmlCom.read_string();
_multiplicity = UmlCom.read_string();
_in_state = UmlCom.read_string();
_selection = UmlCom.read_string();
_ordering = anOrdering.fromInt(UmlCom.read_char());
_is_control = UmlCom.read_bool();
!!!184320.cpp!!! read_cpp_() : void
_cpp_selection = UmlCom::read_string();
!!!184320.java!!! read_cpp_() : void
_cpp_selection = UmlCom.read_string();
!!!184448.cpp!!! read_java_() : void
_java_selection = UmlCom::read_string();
!!!184448.java!!! read_java_() : void
_java_selection = UmlCom.read_string();
|