Name | Kind | Description |
check | operation | internal, do NOT use it |
check_size_out | operation | internal, do NOT use it |
children | operation | returns (in Java : a copy of) the children list, to go all over the browser tree |
childrenCmd | attribute | |
childrenVisible | operation | return TRUE if the children exist and are visible (independently of the scroll bar) in the browser, else FALSE |
Class and class members classes inheritance diagram | class diagram | |
classDecl | operation | returns the default definition of a class |
classDecl | operation | returns the default definition of a class |
classDescription | operation | return the default description |
classGlobalCmd | attribute | |
ClassGlobalCmd | class | Internal enum |
ClassGlobalCmd | artifact | |
classStereotype | operation | returns the C++ stereotype corresponding to the 'UML' stereotype given in argument |
classStereotype | operation | returns the IDL stereotype corresponding to the 'UML' stereotype given in argument |
classStereotype | operation | returns the JAVA stereotype corresponding to the 'UML' stereotype given in argument |
classUmlStereotype | operation | reverse of the ClassStereotype() operation, returns the 'UML' stereotype corresponding to the C++ one given in argument |
classUmlStereotype | operation | reverse of the ClassStereotype() operation, returns the 'UML' stereotype corresponding to the IDL one given in argument |
classUmlStereotype | operation | reverse of the ClassStereotype() operation, returns the 'UML' stereotype corresponding to the JAVA one given in argument |
clone_it | operation | Clone the parameter, defined only in Java which does not have 'const' or 'value passing' |
clone_it | operation | Clone the type specification, defined only in Java which does not have 'const' or 'value passing' |
close | operation | disconnexion |
CmdFamily | class | Internal enum |
CmdFamily | artifact | |
Com | package | The API system classes and components concerning the communication with BOUML DO NOT MODIFY THEM !!! |
Com Class view | class view | The API system classes concerning the communication with BOUML DO NOT MODIFY THEM !!! |
Com Deployment view | deployment view | The API system artifacts concerning the communication with BOUML DO NOT MODIFY THEM !!! |
connect | operation | does the connexion On error return FALSE in C++, produce a RuntimeException in Java |
constDecl | operation | returns the default definition of a constant attribute depending on the multiplicity |
constraint | operation | return the constraint |
cpp | attribute | |
cpp | attribute | |
cpp_in | attribute | |
cpp_inout | attribute | |
cpp_out | attribute | |
cpp_return | attribute | |
cppActivity | operation | return the activity in C++ |
cppBehavior | operation | return the behavior in C++ |
cppBody | operation | returns the operation's body in C++, useless if the def does not contains ${body}. Note that the body is get each time from BOUML for memory size reason |
cppBodyCmd | attribute | |
cppDecl | operation | return the C++ declaration |
cppDef | operation | returns the operation's definition in C++, notes that the declaration is returned by the inherited ClassItemBase::CppDecl() operation |
cppDef | operation | returns the operation's definition in C++, notes that the declaration is returned by the inherited ClassItemBase::CppDecl() operation |
cppDoActivity | operation | return the activity in C++ |
cppEntryBehavior | operation | return the entry behavior in C++ |
cppExitBehavior | operation | return the exit behavior in C++ |
cppExpression | operation | return the expression in C++ |
cppGetSetFrozen | operation | return the if the C++ definition is frozen, only for getter/setter operation |
cppGuard | operation | return the guard in C++ |
cppGuard | operation | return the guard in C++ |
cppHDir | operation | returns the path where the C++ header files are generated by the C++ generator. |
cppHeader | operation | returns the C++ header file definition |
cppLanguage | attribute | |
cppNamespace | operation | returns the namespace name associed to the package |
cppNameSpec | operation | in case the operation is a 'get' or 'set' operation, returns how the operation's C++ name must be generated |
cppPostCondition | operation | return the post condition in C++ |
cppPostCondition | operation | return the post condition in C++ |
cppPreCondition | operation | return the pre condition in C++ |
cppPreCondition | operation | return the pre condition in C++ |
cppSelection | operation | return the selection in C++ |
cppSelection | operation | return the selection in C++ |
CppSettings | operation | never called ! |
CppSettings | class | This class manages settings concerning C++, configured through the 'Generation settings' dialog. This class may be defined as a 'singleton', but I prefer to use static members allowing to just write 'CppSettings::member' rather than 'CppSettings::instance()->member' or other long sentence like this. |
CppSettings | artifact | |
cppSettingsCmd | attribute | |
CppSettingsCmd | class | Internal enum |
CppSettingsCmd | artifact | |
cppSignal | operation | return the signal in C++ |
cppSource | operation | returns the C++ source file definition |
cppSrcDir | operation | returns the path where the C++ source files are generated by the c++ generator. |
cppTransformation | operation | return the transformation in C++ |
cppTrigger | operation | return the trigger in C++ |
cppTrigger | operation | return the trigger in C++ |
cppValue | operation | return the value in C++ |
cppVirtualInheritance | operation | indicates if the inheritance is virtual in C++, returns TRUE if yes |
cppVisibility | operation | Special case for C++, thank to the 'friend class X' it may be usefull to have a C++ visibility != other visibility In case the C++ visibility must follow the other, return DefaultVisibility |
cppWeight | operation | return the weight in C++ |
create | operation | returns a new accept event action named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new activity named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new activity diagram named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new activity final activity control node named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new activity object named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new activity parameter named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new activity action pin named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new add variable value action named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new artifact named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new attribute named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new broadcast signal action named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new call behavior action named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new call operation action named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new choice pseudo state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new class named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new class diagram named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | Returns a new class instance In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new class view named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new clear variable value action named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new collaboration diagram named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new component named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new component diagram named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new component view named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new decision activity control node named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new deep history pseudo state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new deployment diagram named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new deployment view named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new entry point pseudo state named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new exit point pseudo state named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new expansion node named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new expansion region named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new extra class member named 'name' (the name may be empty) created under the class 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new final state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | Returns a new flow from 'start' to 'end' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new flow final activity control node named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new fork activity control node named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new fork pseudo state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new initial activity control node named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new initial pseudo state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new interruptible activity region named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new join activity control node named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new join pseudo state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new junction pseudo state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new merge activity control node named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new non class relation of the given 'kind' from 'start' to 'end' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new node named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new object diagram named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new opaque action named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new operation named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new package named 'name' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new parameter set named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new read variable value action named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new region named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new relation of the given 'kind' from 'start' to 'end' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new remove variable value action named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new send object action named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new send signal action named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new sequence diagram named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new shallow history pseudo state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new state named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new state action created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new state diagram named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new terminate pseudo state created under 'parent' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | Returns a new Transition from 'start' to 'end' In case it cannot be created ('parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new unmarshall action named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new use case named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new use case diagram named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new use case view named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new value specification action named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create | operation | returns a new write variable value action named 's' created under 'parent' In case it cannot be created (the name is already used or invalid, 'parent' cannot contain it etc ...) return 0 in C++ and produce a RuntimeException in Java |
create_ | operation | internal, do NOT use it |
createCmd | attribute | |
createEffect | attribute |