format 46 "API BASE" // API BASE revision 16 modified_by 2 "bruno" // class settings //class diagram settings draw_all_relations default hide_attributes default hide_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_infonote default shadow default //use case diagram settings package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default //sequence diagram settings show_full_operations_definition default write_horizontally default class_drawing_mode default drawing_language default draw_all_relations default shadow default //collaboration diagram settings show_full_operations_definition default show_hierarchical_rank default write_horizontally default drawing_language default package_name_in_tab default show_context default draw_all_relations default shadow default //object diagram settings write_horizontally default package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default //component diagram settings package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default draw_component_as_icon default show_component_req_prov default show_component_rea default //deployment diagram settings package_name_in_tab default show_context default write_horizontally default auto_label_position default draw_all_relations default shadow default draw_component_as_icon default show_component_req_prov default show_component_rea default //state diagram settings package_name_in_tab default show_context default auto_label_position default write_trans_label_horizontally default show_trans_definition default draw_all_relations default shadow default show_activities default region_horizontally default drawing_language default //activity diagram settings package_name_in_tab default show_context default show_opaque_action_definition default auto_label_position default write_flow_label_horizontally default draw_all_relations default shadow default show_infonote default drawing_language default comment "The API system classes and components DO NOT MODIFY THEM !!! " classview 256 "API BASE class view" //class diagram settings draw_all_relations default hide_attributes default hide_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_infonote default shadow default //collaboration diagram settings show_full_operations_definition default show_hierarchical_rank default write_horizontally default drawing_language default package_name_in_tab default show_context default draw_all_relations default shadow default //object diagram settings write_horizontally default package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default //sequence diagram settings show_full_operations_definition default write_horizontally default class_drawing_mode default drawing_language default draw_all_relations default shadow default //state diagram settings package_name_in_tab default show_context default auto_label_position default write_trans_label_horizontally default show_trans_definition default draw_all_relations default shadow default show_activities default region_horizontally default drawing_language default //class settings //activity diagram settings package_name_in_tab default show_context default show_opaque_action_definition default auto_label_position default write_flow_label_horizontally default draw_all_relations default shadow default show_infonote default drawing_language default associated_deployment_view deploymentview_ref 256 // API BASE Deployment view comment "The API system classes DO NOT MODIFY THEM !!! " class 256 "aRelationKind" visibility public stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " final java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" comment " The king of a relation, returned by UmlBaseRelation::RelationKind()" attribute 256 "anAssociation" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 384 "aDirectionalAssociation" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 512 "aGeneralisation" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 640 "anAggregation" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 768 "anAggregationByValue" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 896 "aDirectionalAggregation" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 1024 "aDirectionalAggregationByValue" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 1152 "aDependency" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 1280 "aRealization" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 384 "aDirection" visibility public stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " final java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" comment " The direction of an operation's parameter, see UmlParameter" attribute 1408 "InputOutputDirection" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 1536 "InputDirection" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 1664 "OutputDirection" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 150144 "ReturnDirection" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 512 "aVisibility" visibility public stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " final java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" comment " The visibility of a class member The 'default visibility' is used to configure the Drawing Settings and for the C++ cases (see UmlBaseClassMember::CppVisibility())" attribute 1792 "PublicVisibility" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 1920 "ProtectedVisibility" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 2048 "PrivateVisibility" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 136832 "PackageVisibility" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 2176 "DefaultVisibility" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 640 "anItemKind" visibility public stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " final java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" comment " the king of any item, returned by UmlBaseItem::Kind()" attribute 2304 "aRelation" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 2432 "anAttribute" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 2560 "anOperation" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 2688 "anExtraClassMember" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 2816 "aClass" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 3072 "anUseCase" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 3200 "aComponent" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 3328 "aNode" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 54272 "anArtifact" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 53632 "aNcRelation" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 3456 "aClassDiagram" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 3584 "anUseCaseDiagram" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 3712 "aSequenceDiagram" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 3840 "aCollaborationDiagram" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 3968 "aComponentDiagram" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 4096 "aDeploymentDiagram" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 137088 "anObjectDiagram" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 137216 "anActivityDiagram" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 4224 "aClassView" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 4352 "anUseCaseView" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 4480 "aComponentView" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 4608 "aDeploymentView" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 4736 "aPackage" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 129536 "aState" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 129664 "aTransition" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 129792 "aRegion" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 129920 "aStateDiagram" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 130048 "aStateAction" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 130176 "anInitialPseudoState" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 130304 "anEntryPointPseudoState" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 130432 "aFinalState" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 130560 "aTerminatePseudoState" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 130688 "anExitPointPseudoState" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 130816 "aDeepHistoryPseudoState" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 130944 "aShallowHistoryPseudoState" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 131072 "aJunctionPseudoState" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 131200 "aChoicePseudoState" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 131328 "aForkPseudoState" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 131456 "aJoinPseudoState" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 145024 "anActivity" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 145152 "aFlow" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 145280 "anActivityParameter" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 145408 "aParameterSet" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 145536 "aPartition" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 145664 "anExpansionRegion" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 145792 "anInterruptibleActivityRegion" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 145920 "anOpaqueAction" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 146048 "anAcceptEventAction" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 146176 "aReadVariableValueAction" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 146304 "aClearVariableValueAction" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 146432 "aWriteVariableValueAction" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 146560 "anAddVariableValueAction" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 146688 "aRemoveVariableValueAction" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 146816 "aCallBehaviorAction" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 146944 "aCallOperationAction" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 147072 "aSendObjectAction" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 147200 "aSendSignalAction" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 147328 "aBroadcastSignalAction" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 147456 "anUnmarshallAction" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 147584 "aValueSpecificationAction" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 147712 "anActivityObject" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 147840 "anExpansionNode" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 147968 "anActivityPin" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 148096 "anInitialActivityNode" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 148224 "aFlowFinalActivityNode" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 148352 "anActivityFinalActivityNode" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 148480 "aDecisionActivityNode" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 148608 "aMergeActivityNode" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 148736 "aForkActivityNode" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 148864 "aJoinActivityNode" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 154496 "aClassInstance" public explicit_type "" constraint " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 1280 "CppSettings" visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " final java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " 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." operation 896 "useDefaults" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE when the created C++ objects are initialized with the default declaration/definition" end operation 1024 "set_UseDefaults" class_operation public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " if y is TRUE the future created C++ objects will be initialized with the default declaration/definition On error : return FALSE in C++, produce a RuntimeException in Java" end operation 1152 "type" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the C++ type corresponding to the 'UML' type given in argument, as it is configured in the first 'Generation settings' dialog's tab" end operation 1280 "set_Type" class_operation public explicit_return_type "bool" nparams 2 param in name "s" explicit_type "string" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the C++ type corresponding to the 'UML' type given in argument, as it is configured in the first 'Generation settings' dialog's tab On error : return FALSE in C++, produce a RuntimeException in Java" end operation 1408 "umlType" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " reverse of the Type() operation, returns the 'UML' type corresponding to the C++ type given in argument" end operation 1536 "relationAttributeStereotype" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the C++ stereotype corresponding to the 'UML' stereotype given in argument" end operation 1664 "set_RelationAttributeStereotype" class_operation public explicit_return_type "bool" nparams 2 param in name "s" explicit_type "string" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the C++ stereotype corresponding to the 'UML' stereotype given in argument On error : return FALSE in C++, produce a RuntimeException in Java" end operation 1792 "relationAttributeUmlStereotype" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " reverse of the RelationAttributeStereotype() operation, returns the 'UML' stereotype corresponding to the C++ one given in argument" end operation 1920 "classStereotype" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the C++ stereotype corresponding to the 'UML' stereotype given in argument" end operation 2048 "set_ClassStereotype" class_operation public explicit_return_type "bool" nparams 2 param in name "s" explicit_type "string" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the C++ stereotype corresponding to the 'UML' stereotype given in argument On error : return FALSE in C++, produce a RuntimeException in Java" end operation 2176 "classUmlStereotype" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " reverse of the ClassStereotype() operation, returns the 'UML' stereotype corresponding to the C++ one given in argument" end operation 2304 "include" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the #include or other form specified in the last 'Generation settings' tab for the C++ type given in argument." end operation 2432 "set_Include" class_operation public explicit_return_type "bool" nparams 2 param in name "s" explicit_type "string" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the #include or other form specified in the last 'Generation settings' tab for the C++ type given in argument. On error : return FALSE in C++, produce a RuntimeException in Java" end operation 2560 "rootDir" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the 'root' directory " end operation 2688 "set_RootDir" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the 'root' directory On error : return FALSE in C++, produce a RuntimeException in Java" end operation 2816 "headerContent" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default header file content" end operation 2944 "set_HeaderContent" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default header file content On error : return FALSE in C++, produce a RuntimeException in Java" end operation 3072 "sourceContent" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default source file content" end operation 3200 "set_SourceContent" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default source file content On error : return FALSE in C++, produce a RuntimeException in Java" end operation 3328 "headerExtension" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the extension of the header files produced by the C++ code generator" end operation 3456 "set_HeaderExtension" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the extension of the header files produced by the C++ code generator On error : return FALSE in C++, produce a RuntimeException in Java" end operation 3584 "sourceExtension" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the extension of the source files produced by the C++ code generator" end operation 3712 "set_SourceExtension" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the extension of the source files produced by the C++ code generator On error : return FALSE in C++, produce a RuntimeException in Java" end operation 3840 "includeWithPath" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " indicates to the code generator if the #include may specify the path of just the file's name" end operation 3968 "set_IncludeWithPath" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to indicates to the code generator if the #include may specify the path of just the file's name On error : return FALSE in C++, produce a RuntimeException in Java" end operation 205056 "isRelativePath" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return if a relative path must be used when the path must be generated in the produced #includes" end operation 205184 "set_IsRelativePath" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if a relative path must be used when the path must be generated in the produced #includes On error : return FALSE in C++, produce a RuntimeException in Java" end operation 206336 "isRootRelativePath" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return if a path relative to the project root must be used when the path must be generated in the produced #includes" end operation 206464 "set_IsRootRelativePath" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if a relative to the project root path must be used when the path must be generated in the produced #includes On error : return FALSE in C++, produce a RuntimeException in Java" end operation 205312 "isForceNamespacePrefixGeneration" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return if the namespace prefix must be always generated before class's names" end operation 205440 "set_IsForceNamespacePrefixGeneration" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if the namespace prefix must be always generated before class's names On error : return FALSE in C++, produce a RuntimeException in Java" end operation 206592 "isGenerateJavadocStyleComment" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return if ${comment} generate Javadoc style comment" end operation 206720 "set_IsGenerateJavadocStyleComment" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if ${comment} generate Javadoc style comment On error : return FALSE in C++, produce a RuntimeException in Java" end operation 4096 "enumIn" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default operation 'in' parameter specification in case its type is an enum" end operation 4224 "set_EnumIn" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default operation 'in' parameter specification in case its type is an enum On error : return FALSE in C++, produce a RuntimeException in Java" end operation 4352 "enumOut" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default operation 'out' parameter specification in case its type is an enum" end operation 4480 "set_EnumOut" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default operation 'out' parameter specification in case its type is an enum On error : return FALSE in C++, produce a RuntimeException in Java" end operation 4608 "enumInout" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default operation 'inout' parameter specification in case its type is an enum" end operation 4736 "set_EnumInout" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default operation 'inout' parameter specification in case its type is an enum On error : return FALSE in C++, produce a RuntimeException in Java" end operation 149888 "enumReturn" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the default operation value type form" end operation 149760 "set_EnumReturn" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default operation value type form On error : return FALSE in C++, produce a RuntimeException in Java" end operation 4864 "in" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default operation 'in' parameter specification in case its type is not an enum or a type specified in the first 'Generation settings' tab" end operation 4992 "set_In" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default operation 'in' parameter specification in case its type is not an enum or a type specified in the first 'Generation settings' tab On error : return FALSE in C++, produce a RuntimeException in Java" end operation 5120 "out" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default operation 'out' parameter specification in case its type is not an enum or a type specified in the first 'Generation settings' tab" end operation 5248 "set_Out" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default operation 'out' parameter specification in case its type is not an enum or a type specified in the first 'Generation settings' tab On error : return FALSE in C++, produce a RuntimeException in Java" end operation 5376 "inout" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default operation 'inout' parameter specification in case its type is not an enum or a type specified in the first 'Generation settings' tab" end operation 5504 "set_Inout" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default operation 'inout' parameter specification in case its type is not an enum or a type specified in the first 'Generation settings' tab On error : return FALSE in C++, produce a RuntimeException in Java " end operation 149632 "Return" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the default operation value type form" end operation 149504 "set_Return" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default operation value type form On error : return FALSE in C++, produce a RuntimeException in Java" end operation 5632 "classDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of a class" end operation 5760 "set_ClassDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of a class On error : return FALSE in C++, produce a RuntimeException in Java" end operation 5888 "externalClassDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default specification for an 'external' class" end operation 6016 "set_ExternalClassDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default specification for an 'external' class On error : return FALSE in C++, produce a RuntimeException in Java" end operation 6144 "structDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of a struct" end operation 6272 "set_StructDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of a struct On error : return FALSE in C++, produce a RuntimeException in Java" end operation 6400 "unionDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an union" end operation 6528 "set_UnionDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an union On error : return FALSE in C++, produce a RuntimeException in Java" end operation 6656 "enumDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an enum" end operation 6784 "set_EnumDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an enum On error : return FALSE in C++, produce a RuntimeException in Java" end operation 6912 "typedefDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of a typedef" end operation 7040 "set_TypedefDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of a typedef On error : return FALSE in C++, produce a RuntimeException in Java" end operation 7168 "attributeDecl" class_operation public explicit_return_type "string" nparams 1 param in name "multiplicity" explicit_type "str" cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an attribute depending on the multiplicity" end operation 7296 "set_AttributeDecl" class_operation public explicit_return_type "bool" nparams 2 param in name "multiplicity" explicit_type "str" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an attribute On error : return FALSE in C++, produce a RuntimeException in Java" end operation 7424 "enumItemDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an enumeration item" end operation 7552 "set_EnumItemDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an enumeration item On error : return FALSE in C++, produce a RuntimeException in Java" end operation 7680 "relationDecl" class_operation public explicit_return_type "string" nparams 2 param in name "by_value" explicit_type "bool" param in name "multiplicity" explicit_type "str" cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${t0} ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${t0} ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of a relation depending on it is an aggregation by value or not and the multiplicity, given in argument." end operation 7808 "set_RelationDecl" class_operation public explicit_return_type "bool" nparams 3 param in name "by_value" explicit_type "bool" param in name "multiplicity" explicit_type "str" param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} ${p1}, const ${t2} ${p2}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, const ${t1} ${p1}, const ${t2} ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of a relation depending on it is an aggregation by value or not and the multiplicity, given in argument. On error : return FALSE in C++, produce a RuntimeException in Java" end operation 7936 "operationDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default declaration of an operation" end operation 8064 "set_OperationDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default declaration of an operation On error : return FALSE in C++, produce a RuntimeException in Java" end operation 8192 "operationDef" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an operation" end operation 8320 "set_OperationDef" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an operation On error : return FALSE in C++, produce a RuntimeException in Java" end operation 8448 "operationForceThrow" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return TRUE if the operations profile must contain 'throw()' when the operations does not have exception" end operation 8576 "set_OperationForceThrow" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if the operations profile must contain 'throw()' when the operations does not have exception On error : return FALSE in C++, produce a RuntimeException in Java" end operation 8704 "getVisibility" class_operation public return_type class_ref 512 // aVisibility nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default visibility of a 'get' operation generated through the attribute and relation 'add get operation' menu" end operation 8832 "set_GetVisibility" class_operation public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 512 // aVisibility nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default visibility of a 'get' operation generated through the attribute and relation 'add get operation' menu On error : return FALSE in C++, produce a RuntimeException in Java" end operation 8960 "getName" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default name of a 'get' operation generated through the attribute and relation 'add get operation' menu" end operation 9088 "set_GetName" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default name of a 'get' operation generated through the attribute and relation 'add get operation' menu On error : return FALSE in C++, produce a RuntimeException in Java" end operation 9216 "isGetInline" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns if a 'get' operation generated through the attribute and relation 'add get operation' menu is inline by default" end operation 9344 "set_IsGetInline" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if a 'get' operation generated through the attribute and relation 'add get operation' menu is inline by default On error : return FALSE in C++, produce a RuntimeException in Java" end operation 9472 "isGetConst" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns if a 'get' operation generated through the attribute and relation 'add get operation' menu is const by default" end operation 9600 "set_IsGetConst" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if a 'get' operation generated through the attribute and relation 'add get operation' menu is const by default On error : return FALSE in C++, produce a RuntimeException in Java" end operation 9728 "isGetValueConst" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns if the value returned by a 'get' operation generated through the attribute and relation 'add get operation' menu is const by default" end operation 9856 "set_IsGetValueConst" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if the value returned by a 'get' operation generated through the attribute and relation 'add get operation' menu is const by default On error : return FALSE in C++, produce a RuntimeException in Java" end operation 9984 "setVisibility" class_operation public return_type class_ref 512 // aVisibility nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default visibility of a 'set' operation generated through the attribute and relation 'add set operation' menu" end operation 10112 "set_SetVisibility" class_operation public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 512 // aVisibility nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default visibility of a 'set' operation generated through the attribute and relation 'add set operation' menu On error : return FALSE in C++, produce a RuntimeException in Java" end operation 10240 "setName" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default name of a 'set' operation generated through the attribute and relation 'add set operation' menu" end operation 10368 "set_SetName" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default name of a 'set' operation generated through the attribute and relation 'add set operation' menu On error : return FALSE in C++, produce a RuntimeException in Java" end operation 10496 "isSetInline" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns if a 'set' operation generated through the attribute and relation 'add set operation' menu is inline by default" end operation 10624 "set_IsSetInline" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if a 'set' operation generated through the attribute and relation 'add set operation' menu is inline by default On error : return FALSE in C++, produce a RuntimeException in Java" end operation 10752 "isSetParamConst" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns if the parameters of a 'set' operation generated through the attribute and relation 'add set operation' menu are const by default" end operation 10880 "set_IsSetParamConst" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if the parameters of a 'set' operation generated through the attribute and relation 'add set operation' menu are const by default On error : return FALSE in C++, produce a RuntimeException in Java" end operation 204928 "isSetParamRef" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return if the parameter of a 'set' operation generated through the attribute and relation 'add set operation' menu is a reference by default" end operation 204032 "set_IsSetParamRef" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if the parameter of a 'set' operation generated through the attribute and relation 'add set operation' menu is a reference by default On error : return FALSE in C++, produce a RuntimeException in Java" end operation 11008 "CppSettings" cpp_inline private explicit_return_type "" nparams 0 cpp_decl " ${comment}${name}${(}${)} {}; " java_def " ${comment}${visibility}${final}${name}${(}${)}${throws}{ ${body}} " comment " never called !" end classrelation 896 // relation 896 ---|> a public comment "Allows to access UmlSettings protected attributes " cpp default "${type}" java "${type}" classrelation_ref 896 // b parent class_ref 1664 // UmlSettings end attribute 6656 "_defined" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 6784 "_root" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 6912 "_in" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 7040 "_out" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 7168 "_inout" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 135552 "_return" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 7296 "_enum_in" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 7424 "_enum_out" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 7552 "_enum_inout" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 135680 "_enum_return" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 7680 "_class_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 7808 "_external_class_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 7936 "_struct_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 8064 "_union_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 8192 "_enum_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 8320 "_typedef_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 8448 "_attr_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}[3/*multiplicity*/]${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}[/*multiplicity*/]${value};" php_decl "" idl_decl "" end attribute 8576 "_enum_item_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 8704 "_rel_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}[2/*relation kind*/][3/*multiplicity*/]${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type}[][] ${name}${value};" php_decl "" idl_decl "" end attribute 8832 "_oper_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 8960 "_oper_def" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 9088 "_force_oper_throw" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end classrelation 1024 // _get_visibility () relation 1024 *--> a role_name "_get_visibility" class_relation private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 1024 // _get_visibility () b parent class_ref 512 // aVisibility end attribute 9216 "_get_name" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 9344 "_is_get_inline" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 9472 "_is_get_const" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 9600 "_is_get_value_const" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end classrelation 1152 // _set_visibility () relation 1152 *--> a role_name "_set_visibility" class_relation private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 1152 // _set_visibility () b parent class_ref 512 // aVisibility end attribute 9728 "_set_name" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 9856 "_is_set_inline" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 9984 "_is_set_param_const" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 150656 "_is_set_param_ref" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 10112 "_h_content" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 10240 "_src_content" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 10368 "_h_ext" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 10496 "_src_ext" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 10624 "_incl_with_path" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 151680 "_is_relative_path" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 153088 "_is_root_relative_path" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 151808 "_is_force_namespace_gen" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 153344 "_is_generate_javadoc_comment" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 10752 "_map_includes" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}QDict<${type}> ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}Hashtable ${name}${value};" php_decl "" idl_decl "" end operation 11136 "read_" class_operation protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 11264 "read_if_needed_" class_operation protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 1408 "IdlSettings" visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " final java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " This class manages settings concerning IDL, 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 'IdlSettings::member' rather than 'IdlSettings::instance()->member' or other long sentence like this." operation 11392 "useDefaults" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE when the created Java objects are initialized with the default declaration/definition" end operation 11520 "set_UseDefaults" class_operation public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " if y is TRUE the future created Java objects will be initialized with the default declaration/definition On error : return FALSE in C++, produce a RuntimeException in Java " end operation 11648 "type" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the IDL type corresponding to the 'UML' type given in argument, as it is configured in the first 'Generation settings' dialog's tab" end operation 11776 "set_Type" class_operation public explicit_return_type "bool" nparams 2 param in name "s" explicit_type "string" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the IDL type corresponding to the 'UML' type given in argument, as it is configured in the first 'Generation settings' dialog's tab On error : return FALSE in C++, produce a RuntimeException in Java" end operation 11904 "umlType" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " reverse of the Type() operation, returns the 'UML' type corresponding to the IDL type given in argument" end operation 12032 "relationAttributeStereotype" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the IDL stereotype corresponding to the 'UML' stereotype given in argument" end operation 12160 "set_RelationAttributeStereotype" class_operation public explicit_return_type "bool" nparams 2 param in name "s" explicit_type "string" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the IDL stereotype corresponding to the 'UML' stereotype given in argument On error : return FALSE in C++, produce a RuntimeException in Java" end operation 12288 "relationAttributeUmlStereotype" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " reverse of the RelationAttributeStereotype() operation, returns the 'UML' stereotype corresponding to the IDL one given in argument" end operation 12416 "classStereotype" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the IDL stereotype corresponding to the 'UML' stereotype given in argument" end operation 12544 "set_ClassStereotype" class_operation public explicit_return_type "bool" nparams 2 param in name "s" explicit_type "string" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the IDL stereotype corresponding to the 'UML' stereotype given in argument On error : return FALSE in C++, produce a RuntimeException in Java" end operation 12672 "classUmlStereotype" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " reverse of the ClassStereotype() operation, returns the 'UML' stereotype corresponding to the IDL one given in argument" end operation 75136 "include" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the #include or other form specified in the last 'Generation settings' tab for the Idl type given in argument." end operation 75264 "set_Include" class_operation public explicit_return_type "bool" nparams 2 param in name "s" explicit_type "string" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the #include or other form specified in the last 'Generation settings' tab for the Idl type given in argument. On error : return FALSE in C++, produce a RuntimeException in Java" end operation 12800 "rootDir" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the 'root' directory " end operation 12928 "set_RootDir" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the 'root' directory On error : return FALSE in C++, produce a RuntimeException in Java" end operation 13056 "sourceContent" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default source file content" end operation 13184 "set_SourceContent" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default source file content On error : return FALSE in C++, produce a RuntimeException in Java" end operation 13312 "sourceExtension" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the extension of the files produced by the Idl code generator" end operation 13440 "set_SourceExtension" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the extension of the files produced by the Idl code generator On error : return FALSE in C++, produce a RuntimeException in Java" end operation 13568 "interfaceDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an interface" end operation 13696 "set_InterfaceDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an interface On error : return FALSE in C++, produce a RuntimeException in Java" end operation 73472 "valuetypeDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of a valuetype" end operation 73600 "set_ValuetypeDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of a valuetype On error : return FALSE in C++, produce a RuntimeException in Java" end operation 74752 "externalClassDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default specification for an 'external' class" end operation 75008 "set_ExternalClassDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default specification for an 'external' class On error : return FALSE in C++, produce a RuntimeException in Java" end operation 13824 "structDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of a struct" end operation 13952 "set_StructDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of a struct On error : return FALSE in C++, produce a RuntimeException in Java" end operation 14080 "typedefDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of a typedef" end operation 14208 "set_TypedefDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of a typedef On error : return FALSE in C++, produce a RuntimeException in Java" end operation 14336 "exceptionDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an exception" end operation 14464 "set_ExceptionDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an exception On error : return FALSE in C++, produce a RuntimeException in Java" end operation 14592 "unionDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an union" end operation 14720 "set_UnionDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an union On error : return FALSE in C++, produce a RuntimeException in Java" end operation 14848 "enumDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an enum" end operation 14976 "set_EnumDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an enum On error : return FALSE in C++, produce a RuntimeException in Java" end operation 15104 "attributeDecl" class_operation public explicit_return_type "string" nparams 1 param in name "multiplicity" explicit_type "str" cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an attribute depending on the multiplicity" end operation 15232 "set_AttributeDecl" class_operation public explicit_return_type "bool" nparams 2 param in name "multiplicity" explicit_type "str" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an attribute On error : return FALSE in C++, produce a RuntimeException in Java" end operation 75392 "valuetypeAttributeDecl" class_operation public explicit_return_type "string" nparams 1 param in name "multiplicity" explicit_type "str" cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an attribute placed in a valuetype depending on the multiplicity" end operation 75520 "set_ValuetypeAttributeDecl" class_operation public explicit_return_type "bool" nparams 2 param in name "multiplicity" explicit_type "str" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an attribute placed in a valuetype On error : return FALSE in C++, produce a RuntimeException in Java" end operation 15360 "unionItemDecl" class_operation public explicit_return_type "string" nparams 1 param in name "multiplicity" explicit_type "str" cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an union item depending on the multiplicity" end operation 15488 "set_UnionItemDecl" class_operation public explicit_return_type "bool" nparams 2 param in name "multiplicity" explicit_type "str" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an union item On error : return FALSE in C++, produce a RuntimeException in Java" end operation 15616 "enumItemDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an enumeration item" end operation 15744 "set_EnumItemDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an enumeration item On error : return FALSE in C++, produce a RuntimeException in Java" end operation 15872 "constDecl" class_operation public explicit_return_type "string" nparams 1 param in name "multiplicity" explicit_type "str" cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of a constant attribute depending on the multiplicity" end operation 16000 "set_ConstDecl" class_operation public explicit_return_type "bool" nparams 2 param in name "multiplicity" explicit_type "str" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of a constant attribute On error : return FALSE in C++, produce a RuntimeException in Java" end operation 16128 "relationDecl" class_operation public explicit_return_type "string" nparams 1 param in name "multiplicity" explicit_type "str" cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of a relation depending on the multiplicity given in argument." end operation 16256 "set_RelationDecl" class_operation public explicit_return_type "bool" nparams 2 param in name "multiplicity" explicit_type "str" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of a relation depending on the multiplicity given in argument. On error : return FALSE in C++, produce a RuntimeException in Java" end operation 75648 "valuetypeRelationDecl" class_operation public explicit_return_type "string" nparams 1 param in name "multiplicity" explicit_type "str" cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of a relation in a valuetype depending on the multiplicity given in argument." end operation 75776 "set_ValuetypeRelationDecl" class_operation public explicit_return_type "bool" nparams 2 param in name "multiplicity" explicit_type "str" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of a relation in a valuetype depending on the multiplicity given in argument. On error : return FALSE in C++, produce a RuntimeException in Java" end operation 16384 "unionRelationDecl" class_operation public explicit_return_type "string" nparams 1 param in name "multiplicity" explicit_type "str" cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of a relation in an union depending on the multiplicity given in argument." end operation 16512 "set_UnionRelationDecl" class_operation public explicit_return_type "bool" nparams 2 param in name "multiplicity" explicit_type "str" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of a relation in an union depending on the multiplicity given in argument. On error : return FALSE in C++, produce a RuntimeException in Java" end operation 16640 "operationDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default declaration of an operation" end operation 16768 "set_OperationDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default declaration of an operation On error : return FALSE in C++, produce a RuntimeException in Java" end operation 16896 "getName" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default name of a 'get' operation generated through the attribute and relation 'add get operation' menu" end operation 17024 "set_GetName" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default name of a 'get' operation generated through the attribute and relation 'add get operation' menu On error : return FALSE in C++, produce a RuntimeException in Java" end operation 17152 "setName" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default name of a 'set' operation generated through the attribute and relation 'add set operation' menu" end operation 17280 "set_SetName" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default name of a 'set' operation generated through the attribute and relation 'add set operation' menu On error : return FALSE in C++, produce a RuntimeException in Java" end operation 17408 "isSetOneway" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns if a 'set' operation generated through the attribute and relation 'add set operation' menu is oneway by default" end operation 17536 "set_IsSetOneway" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if a 'set' operation generated through the attribute and relation 'add set operation' menu is oneway by default On error : return FALSE in C++, produce a RuntimeException in Java" end operation 17664 "IdlSettings" cpp_inline private explicit_return_type "" nparams 0 cpp_decl " ${comment}${name}${(}${)} {}; " java_def " ${comment}${visibility}${final}${name}${(}${)}${throws}{ ${body}} " comment " never called !" end classrelation 1280 // relation 1280 ---|> a public comment "Allows to access UmlSettings protected attributes " cpp default "${type}" java "${type}" classrelation_ref 1280 // b parent class_ref 1664 // UmlSettings end attribute 10880 "_defined" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 11008 "_root" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 11136 "_interface_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 51328 "_valuetype_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 11264 "_struct_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 11392 "_typedef_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 11520 "_exception_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 11648 "_union_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 11776 "_enum_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 52736 "_external_class_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 11904 "_attr_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}[3/*multiplicity*/]${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}[/*multiplicity*/]${value};" php_decl "" idl_decl "" end attribute 53120 "_valuetype_attr_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}[3/*multiplicity*/]${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}[/*multiplicity*/]${value};" php_decl "" idl_decl "" end attribute 12032 "_union_item_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}[3/*multiplicity*/]${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}[/*multiplicity*/]${value};" php_decl "" idl_decl "" end attribute 12160 "_enum_item_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 12288 "_const_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}[3/*multiplicity*/]${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}[/*multiplicity*/]${value};" php_decl "" idl_decl "" end attribute 12416 "_rel_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}[3/*multiplicity*/]${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type}[] ${name}${value};" php_decl "" idl_decl "" end attribute 53248 "_valuetype_rel_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}[3/*multiplicity*/]${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type}[] ${name}${value};" php_decl "" idl_decl "" end attribute 12544 "_union_rel_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}[3/*multiplicity*/]${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type}[] ${name}${value};" php_decl "" idl_decl "" end attribute 12672 "_oper_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 12800 "_get_name" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 12928 "_set_name" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 13056 "_is_set_oneway" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 13184 "_src_content" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 13312 "_ext" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 52864 "_map_includes" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}QDict<${type}> ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}Hashtable ${name}${value};" php_decl "" idl_decl "" end operation 17792 "read_" class_operation protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 17920 "read_if_needed_" class_operation protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 1536 "JavaSettings" visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " final java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " This class manages settings concerning JAVA, 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 'JavaSettings::member' rather than 'JavaSettings::instance()->member' or other long sentence like this." operation 18048 "useDefaults" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE when the created Java objects are initialized with the default declaration/definition" end operation 18176 "set_UseDefaults" class_operation public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " if y is TRUE the future created Java objects will be initialized with the default declaration/definition On error : return FALSE in C++, produce a RuntimeException in Java" end operation 18304 "type" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the JAVA type corresponding to the 'UML' type given in argument, as it is configured in the first 'Generation settings' dialog's tab" end operation 18432 "set_Type" class_operation public explicit_return_type "bool" nparams 2 param in name "s" explicit_type "string" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the JAVA type corresponding to the 'UML' type given in argument, as it is configured in the first 'Generation settings' dialog's tab On error : return FALSE in C++, produce a RuntimeException in Java" end operation 18560 "umlType" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " reverse of the Type() operation, returns the 'UML' type corresponding to the JAVA type given in argument" end operation 18688 "relationAttributeStereotype" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the JAVA stereotype corresponding to the 'UML' stereotype given in argument" end operation 18816 "set_RelationAttributeStereotype" class_operation public explicit_return_type "bool" nparams 2 param in name "s" explicit_type "string" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the JAVA stereotype corresponding to the 'UML' stereotype given in argument On error : return FALSE in C++, produce a RuntimeException in Java" end operation 18944 "relationAttributeUmlStereotype" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " reverse of the RelationAttributeStereotype() operation, returns the 'UML' stereotype corresponding to the JAVA one given in argument" end operation 19072 "classStereotype" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the JAVA stereotype corresponding to the 'UML' stereotype given in argument" end operation 19200 "set_ClassStereotype" class_operation public explicit_return_type "bool" nparams 2 param in name "s" explicit_type "string" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the JAVA stereotype corresponding to the 'UML' stereotype given in argument On error : return FALSE in C++, produce a RuntimeException in Java" end operation 19328 "classUmlStereotype" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " reverse of the ClassStereotype() operation, returns the 'UML' stereotype corresponding to the JAVA one given in argument" end operation 19456 "get_import" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment "returns the import or other form specified in the last 'Generation settings' tab for the Java type given in argument." end operation 19584 "set_Import" class_operation public explicit_return_type "bool" nparams 2 param in name "s" explicit_type "string" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the import or other form specified in the last 'Generation settings' tab for the Java type given in argument. On error : return FALSE in C++, produce a RuntimeException in Java" end operation 19712 "rootDir" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the 'root' directory" end operation 19840 "set_RootDir" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the 'root' directory On error : return FALSE in C++, produce a RuntimeException in Java" end operation 19968 "sourceContent" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default source file content" end operation 20096 "set_SourceContent" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default source file content On error : return FALSE in C++, produce a RuntimeException in Java" end operation 20224 "sourceExtension" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the extension of the file produced by the JAVA code generator" end operation 20352 "set_SourceExtension" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the extension of the file produced by the JAVA code generator On error : return FALSE in C++, produce a RuntimeException in Java" end operation 206848 "isGenerateJavadocStyleComment" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return if ${comment} generate Javadoc style comment" end operation 206976 "set_IsGenerateJavadocStyleComment" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if ${comment} generate Javadoc style comment On error : return FALSE in C++, produce a RuntimeException in Java" end operation 20480 "classDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of a class" end operation 20608 "set_ClassDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of a class On error : return FALSE in C++, produce a RuntimeException in Java" end operation 20736 "externalClassDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default specification for an 'external' class" end operation 20864 "set_ExternalClassDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default specification for an 'external' class On error : return FALSE in C++, produce a RuntimeException in Java" end operation 20992 "enumPatternDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an enumeration implemented through an abstract class having constant attributes" end operation 21120 "set_EnumPatternDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an enumeration implemented through an abstract class having constant attributes On error : return FALSE in C++, produce a RuntimeException in Java" end operation 150016 "enumDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an enumeration" end operation 150144 "set_EnumDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an enumeration On error : return FALSE in C++, produce a RuntimeException in Java" end operation 21248 "interfaceDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an interface" end operation 21376 "set_InterfaceDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an interface On error : return FALSE in C++, produce a RuntimeException in Java" end operation 21504 "attributeDecl" class_operation public explicit_return_type "string" nparams 1 param in name "multiplicity" explicit_type "str" cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an attribute depending on the multiplicity" end operation 21632 "set_AttributeDecl" class_operation public explicit_return_type "bool" nparams 2 param in name "multiplicity" explicit_type "str" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an attribute On error : return FALSE in C++, produce a RuntimeException in Java" end operation 21760 "enumPatternItemDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an enumeration item" end operation 21888 "set_EnumPatternItemDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an enumeration item On error : return FALSE in C++, produce a RuntimeException in Java" end operation 22016 "enumPatternItemCase" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment "Returns the 'case' form produced in the fromInt operation for each enumeration item " end operation 22144 "set_EnumPatternItemCase" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the 'case' form produced in the fromInt operation for each enumeration item On error : return FALSE in C++, produce a RuntimeException in Java " end operation 150272 "enumItemDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an enumeration item" end operation 150400 "set_EnumItemDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an enumeration item On error : return FALSE in C++, produce a RuntimeException in Java" end operation 22272 "relationDecl" class_operation public explicit_return_type "string" nparams 1 param in name "multiplicity" explicit_type "str" cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of a relation depending on the multiplicity given in argument." end operation 22400 "set_RelationDecl" class_operation public explicit_return_type "bool" nparams 2 param in name "multiplicity" explicit_type "str" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of a relation depending on the multiplicity given in argument. On error : return FALSE in C++, produce a RuntimeException in Java" end operation 22528 "operationDef" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an operation" end operation 22656 "set_OperationDef" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an operation On error : return FALSE in C++, produce a RuntimeException in Java" end operation 22784 "getVisibility" class_operation public return_type class_ref 512 // aVisibility nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default visibility of a 'get' operation generated through the attribute and relation 'add get operation'" end operation 22912 "set_GetVisibility" class_operation public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 512 // aVisibility nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default visibility of a 'get' operation generated through the attribute and relation 'add get operation' On error : return FALSE in C++, produce a RuntimeException in Java" end operation 23040 "getName" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default name of a 'get' operation generated through the attribute and relation 'add get operation' menu" end operation 23168 "set_GetName" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default name of a 'get' operation generated through the attribute and relation 'add get operation' menu On error : return FALSE in C++, produce a RuntimeException in Java" end operation 23296 "setName" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default name of a 'set' operation generated through the attribute and relation 'add set operation' menu" end operation 23424 "set_SetName" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default name of a 'set' operation generated through the attribute and relation 'add set operation' menu On error : return FALSE in C++, produce a RuntimeException in Java" end operation 23552 "isGetFinal" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return if a 'get' operation generated through the attribute and relation 'add get operation' menu is final by default" end operation 23680 "set_IsGetFinal" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if a 'get' operation generated through the attribute and relation 'add get operation' menu is final by default On error : return FALSE in C++, produce a RuntimeException in Java" end operation 23808 "isSetFinal" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns if a 'set' operation generated through the attribute and relation 'add set operation' menu is final by default" end operation 23936 "set_IsSetFinal" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if a 'set' operation generated through the attribute and relation 'add set operation' menu is final by default On error : return FALSE in C++, produce a RuntimeException in Java" end operation 24064 "setVisibility" class_operation public return_type class_ref 512 // aVisibility nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default visibility of a 'set' operation generated through the attribute and relation 'add set operation'" end operation 24192 "set_SetVisibility" class_operation public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 512 // aVisibility nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default visibility of a 'set' operation generated through the attribute and relation 'add set operation' On error : return FALSE in C++, produce a RuntimeException in Java" end operation 24320 "isSetParamFinal" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns if the parameters of a 'set' operation generated through the attribute and relation 'add set operation' menu are final by default" end operation 24448 "set_IsSetParamFinal" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if the parameters of a 'set' operation generated through the attribute and relation 'add set operation' menu are final by default On error : return FALSE in C++, produce a RuntimeException in Java" end operation 24576 "JavaSettings" cpp_inline private explicit_return_type "" nparams 0 cpp_decl " ${comment}${name}${(}${)} {}; " java_def " ${comment}${visibility}${final}${name}${(}${)}${throws}{ ${body}} " comment " never called !" end classrelation 1408 // relation 1408 ---|> a public comment "Allows to access UmlSettings protected attributes " cpp default "${type}" java "${type}" classrelation_ref 1408 // b parent class_ref 1664 // UmlSettings end attribute 13440 "_defined" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 13568 "_root" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 13696 "_class_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 13824 "_external_class_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 13952 "_enum_pattern_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 135936 "_enum_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 14080 "_interface_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 14208 "_attr_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}[3/*multiplicity*/]${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}[/*multiplicity*/]${value};" php_decl "" idl_decl "" end attribute 14336 "_enum_pattern_item_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 14464 "_enum_pattern_item_case" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 136064 "_enum_item_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 14592 "_rel_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}[3/*multiplicity*/]${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type}[] ${name}${value};" php_decl "" idl_decl "" end attribute 14720 "_oper_def" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end classrelation 1536 // _get_visibility () relation 1536 *--> a role_name "_get_visibility" class_relation private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 1536 // _get_visibility () b parent class_ref 512 // aVisibility end attribute 14848 "_get_name" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 14976 "_is_get_final" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end classrelation 1664 // _set_visibility () relation 1664 *--> a role_name "_set_visibility" class_relation private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 1664 // _set_visibility () b parent class_ref 512 // aVisibility end attribute 15104 "_set_name" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 15232 "_is_set_final" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 15360 "_is_set_param_final" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 15488 "_src_content" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 15616 "_ext" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 153600 "_is_generate_javadoc_comment" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 15744 "_map_imports" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}QDict<${type}> ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}Hashtable ${name}${value};" php_decl "" idl_decl "" end operation 24704 "read_" class_operation protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 24832 "read_if_needed_" class_operation protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 146688 "PhpSettings" visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" comment " This class manages settings concerning PHP, 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 'PhpSettings::member' rather than 'PhpSettings::instance()->member' or other long sentence like this." operation 211584 "useDefaults" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE when the created Php objects are initialized with the default declaration/definition" end operation 211712 "set_UseDefaults" class_operation public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " if y is TRUE the future created Php objects will be initialized with the default declaration/definition On error : return FALSE in C++, produce a RuntimeException in Java" end operation 211840 "classStereotype" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " returns the PHP stereotype corresponding to the 'UML' stereotype given in argument" end operation 211968 "set_ClassStereotype" class_operation public explicit_return_type "bool" nparams 2 param in name "s" explicit_type "string" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " set the PHP stereotype corresponding to the 'UML' stereotype given in argument On error : return FALSE in C++, produce a RuntimeException in Java" end operation 220672 "classUmlStereotype" class_operation public explicit_return_type "string" nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " reverse of the ClassStereotype() operation, returns the 'UML' stereotype corresponding to the PHP one given in argument" end operation 212096 "rootDir" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the 'root' directory" end operation 212224 "set_RootDir" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the 'root' directory On error : return FALSE in C++, produce a RuntimeException in Java" end operation 212352 "sourceContent" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default source file content" end operation 212480 "set_SourceContent" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default source file content On error : return FALSE in C++, produce a RuntimeException in Java" end operation 212608 "sourceExtension" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the extension of the file produced by the PHP code generator" end operation 212736 "set_SourceExtension" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the extension of the file produced by the PHP code generator On error : return FALSE in C++, produce a RuntimeException in Java" end operation 212864 "classDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of a class" end operation 212992 "set_ClassDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of a class On error : return FALSE in C++, produce a RuntimeException in Java" end operation 213120 "externalClassDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default specification for an 'external' class" end operation 213248 "set_ExternalClassDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default specification for an 'external' class On error : return FALSE in C++, produce a RuntimeException in Java" end operation 213376 "enumDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an enumeration" end operation 213504 "set_EnumDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an enumeration On error : return FALSE in C++, produce a RuntimeException in Java" end operation 213632 "interfaceDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an interface" end operation 213760 "set_InterfaceDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an interface On error : return FALSE in C++, produce a RuntimeException in Java" end operation 213888 "attributeDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an attribute" end operation 214016 "set_AttributeDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an attribute On error : return FALSE in C++, produce a RuntimeException in Java" end operation 214144 "enumItemDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an enumeration item" end operation 214272 "set_EnumItemDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an enumeration item On error : return FALSE in C++, produce a RuntimeException in Java" end operation 214400 "relationDecl" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an relation" end operation 214528 "set_RelationDecl" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an relation On error : return FALSE in C++, produce a RuntimeException in Java" end operation 214656 "operationDef" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default definition of an operation" end operation 214784 "set_OperationDef" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default definition of an operation On error : return FALSE in C++, produce a RuntimeException in Java" end operation 214912 "getVisibility" class_operation public return_type class_ref 512 // aVisibility nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default visibility of a 'get' operation generated through the attribute and relation 'add get operation' note : visibility shared with Java" end operation 215040 "set_GetVisibility" class_operation public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 512 // aVisibility nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default visibility of a 'get' operation generated through the attribute and relation 'add get operation' On error : return FALSE in C++, produce a RuntimeException in Java note : visibility shared with Java" end operation 215168 "getName" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default name of a 'get' operation generated through the attribute and relation 'add get operation' menu" end operation 215296 "set_GetName" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default name of a 'get' operation generated through the attribute and relation 'add get operation' menu On error : return FALSE in C++, produce a RuntimeException in Java" end operation 215424 "setName" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default name of a 'set' operation generated through the attribute and relation 'add set operation' menu" end operation 215552 "set_SetName" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default name of a 'set' operation generated through the attribute and relation 'add set operation' menu On error : return FALSE in C++, produce a RuntimeException in Java" end operation 215680 "isGetFinal" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return if a 'get' operation generated through the attribute and relation 'add get operation' menu is final by default" end operation 215808 "set_IsGetFinal" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if a 'get' operation generated through the attribute and relation 'add get operation' menu is final by default On error : return FALSE in C++, produce a RuntimeException in Java" end operation 215936 "isSetFinal" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns if a 'set' operation generated through the attribute and relation 'add set operation' menu is final by default" end operation 216064 "set_IsSetFinal" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if a 'set' operation generated through the attribute and relation 'add set operation' menu is final by default On error : return FALSE in C++, produce a RuntimeException in Java" end operation 216192 "setVisibility" class_operation public return_type class_ref 512 // aVisibility nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default visibility of a 'set' operation generated through the attribute and relation 'add set operation' note : visibility shared with Java" end operation 216320 "set_SetVisibility" class_operation public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 512 // aVisibility nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default visibility of a 'set' operation generated through the attribute and relation 'add set operation' On error : return FALSE in C++, produce a RuntimeException in Java note : visibility shared with Java" end operation 216448 "PhpSettings" cpp_inline private explicit_return_type "" nparams 0 cpp_decl " ${comment}${name}${(}${)} {}; " java_def " ${comment}${visibility}${final}${name}${(}${)}${throws}{ ${body}} " comment " never called !" end classrelation 158208 // relation 158208 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 158208 // b parent class_ref 1664 // UmlSettings end attribute 155520 "_defined" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 155648 "_root" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 155776 "_class_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 155904 "_external_class_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 156032 "_enum_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 156160 "_interface_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 156288 "_attr_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 156416 "_enum_item_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 156544 "_rel_decl" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 156672 "_oper_def" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end classrelation 158336 // _get_visibility () relation 158336 *--> a role_name "_get_visibility" class_relation private cpp default "#ifndef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " classrelation_ref 158336 // _get_visibility () b parent class_ref 512 // aVisibility end attribute 156800 "_get_name" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 156928 "_is_get_final" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end classrelation 158464 // _set_visibility () relation 158464 *--> a role_name "_set_visibility" class_relation private cpp default "#ifndef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " classrelation_ref 158464 // _set_visibility () b parent class_ref 512 // aVisibility end attribute 157056 "_set_name" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 157184 "_is_set_final" class_attribute private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 157312 "_src_content" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 157440 "_ext" class_attribute private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end operation 216576 "read_" class_operation protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 216704 "read_if_needed_" class_operation protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 1664 "UmlSettings" visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " This class manages settings not linked with a language, 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 'UmlSettings::member' rather than 'UmlSettings::instance()->member' or other long sentence like this. " operation 149376 "artifactDescription" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the default description" end operation 149248 "set_ArtifactDescription" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default description On error : return FALSE in C++, produce a RuntimeException in Java" end operation 149120 "classDescription" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the default description" end operation 148992 "set_ClassDescription" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default description On error : return FALSE in C++, produce a RuntimeException in Java" end operation 148864 "operationDescription" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the default description" end operation 148736 "set_OperationDescription" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default description On error : return FALSE in C++, produce a RuntimeException in Java" end operation 148608 "attributeDescription" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the default description" end operation 148480 "set_AttributeDescription" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default description On error : return FALSE in C++, produce a RuntimeException in Java" end operation 148352 "relationDescription" class_operation public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the default description" end operation 148224 "set_RelationDescription" class_operation public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default description On error : return FALSE in C++, produce a RuntimeException in Java" end operation 205568 "umlGetName" class_operation public return_type class_ref 143488 // aLanguage nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the language from which the getter's name rule must be followed at Uml level" end operation 205696 "set_UmlGetName" class_operation public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 143488 // aLanguage cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the language from which the getter's name rule must be followed at Uml level On error : return FALSE in C++, produce a RuntimeException in Java" end operation 205824 "umlSetName" class_operation public return_type class_ref 143488 // aLanguage nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the language from which the setter's name rule must be followed at Uml level" end operation 205952 "set_UmlSetName" class_operation public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 143488 // aLanguage cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the language from which the setter's name rule must be followed at Uml level On error : return FALSE in C++, produce a RuntimeException in Java" end operation 24960 "UmlSettings" cpp_inline protected explicit_return_type "" nparams 0 cpp_decl " ${comment}${name}${(}${)} {}; " java_def " ${comment}${visibility}${final}${name}${(}${)}${throws}{ ${body}} " comment " never called !" end attribute 15872 "_defined" class_attribute protected explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end classrelation 154496 // _uml_get_name () relation 154496 *--> a role_name "_uml_get_name" class_relation private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 154496 // _uml_get_name () b parent class_ref 143488 // aLanguage end classrelation 154624 // _uml_set_name () relation 154624 *--> a role_name "_uml_set_name" class_relation private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 154624 // _uml_set_name () b parent class_ref 143488 // aLanguage end attribute 134912 "_artifact_default_description" class_attribute protected explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 135040 "_class_default_description" class_attribute protected explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 135168 "_operation_default_description" class_attribute protected explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 135296 "_attribute_default_description" class_attribute protected explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 135424 "_relation_default_description" class_attribute protected explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 16000 "_map_builtins" class_attribute protected type class_ref 768 // UmlBuiltin cpp_decl " ${comment}${static}${mutable}${volatile}${const}QDict<${type}> ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}Hashtable ${name}${value};" php_decl "" idl_decl "" end classrelation 1792 // _builtins () relation 1792 ---> a role_name "_builtins" class_relation protected cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type}[] ${name}${value};" classrelation_ref 1792 // _builtins () b parent class_ref 768 // UmlBuiltin end attribute 16128 "_map_relation_attribute_stereotypes" class_attribute protected type class_ref 896 // UmlStereotype cpp_decl " ${comment}${static}${mutable}${volatile}${const}QDict<${type}> ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}Hashtable ${name}${value};" php_decl "" idl_decl "" end classrelation 1920 // _relation_attribute_stereotypes () relation 1920 ---> a role_name "_relation_attribute_stereotypes" class_relation protected cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type}[] ${name}${value};" classrelation_ref 1920 // _relation_attribute_stereotypes () b parent class_ref 896 // UmlStereotype end attribute 16256 "_map_class_stereotypes" class_attribute protected type class_ref 896 // UmlStereotype cpp_decl " ${comment}${static}${mutable}${volatile}${const}QDict<${type}> ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}Hashtable ${name}${value};" php_decl "" idl_decl "" end classrelation 2048 // _class_stereotypes () relation 2048 ---> a role_name "_class_stereotypes" class_relation protected cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type}[] ${name}${value};" classrelation_ref 2048 // _class_stereotypes () b parent class_ref 896 // UmlStereotype end operation 25088 "read_" class_operation protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 25216 "read_if_needed_" class_operation protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 25344 "multiplicity_column" class_operation protected explicit_return_type "unsigned" nparams 1 param in name "mult" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " end operation 25472 "uml_type" class_operation protected explicit_return_type "string" nparams 2 param in name "t" explicit_type "string" param inout name "f" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}, ${t1} UmlBuiltin::* ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}, ${t1} UmlBuiltin::* ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " end operation 25600 "uml_rel_attr_stereotype" class_operation protected explicit_return_type "string" nparams 2 param in name "t" explicit_type "string" param inout name "f" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}, ${t1} UmlStereotype::* ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}, ${t1} UmlStereotype::* ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " end operation 25728 "uml_class_stereotype" class_operation protected explicit_return_type "string" nparams 2 param in name "t" explicit_type "string" param inout name "f" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}, ${t1} UmlStereotype::* ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}, ${t1} UmlStereotype::* ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " end operation 25856 "add_type" class_operation protected return_type class_ref 768 // UmlBuiltin nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " end operation 25984 "add_rel_attr_stereotype" class_operation protected return_type class_ref 896 // UmlStereotype nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " end operation 26112 "add_class_stereotype" class_operation protected return_type class_ref 896 // UmlStereotype nparams 1 param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " end end class 1152 "UmlBaseActualParameter" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" comment " This class manages 'actual parameters' of a template class. For instance T in class Cl1 : public Cl2 ..." operation 256 "UmlBaseActualParameter" cpp_inline public explicit_return_type "" nparams 0 cpp_decl " ${comment}${name}${(}${)} {}; " java_def " ${comment}${visibility}${final}${name}${(}${)}${throws} {} " end operation 384 "superClass" const public return_type class_ref 6017 // UmlClass nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ return _superClass; } " final java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ return _superClass; } " comment " returns the class of the corresponding formal" end operation 512 "rank" const public explicit_return_type "unsigned" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ return _rank; } " final java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ return _rank; } " comment " returns the actual rank (0...)" end operation 640 "value" const public return_type class_ref 145282 // UmlTypeSpec nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ return _value; } " final java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ return _value; } " comment " returns the actual's value" end classrelation 512 // relation 512 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 512 // b parent class_ref 2304 // UmlBaseClass end classrelation 640 // _superClass () relation 640 ---> a role_name "_superClass" protected cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 640 // _superClass () b parent class_ref 6017 // UmlClass end attribute 6528 "_rank" protected explicit_type "unsigned" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end classrelation 768 // _value () relation 768 *--> a role_name "_value" protected cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 768 // _value () b parent class_ref 145282 // UmlTypeSpec end operation 768 "read_" protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 1792 "UmlBaseFormalParameter" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " This class manages 'formal parameters' of a template class. For instance 'T' in template class Cl ..." operation 26240 "UmlBaseFormalParameter" cpp_inline public explicit_return_type "" nparams 0 cpp_decl " ${comment}${name}${(}${)} {}; " java_def " ${comment}${visibility}${final}${name}${(}${)}${throws}{} " end operation 26368 "name" const cpp_inline public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract} { return _name; }; " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ return _name; } " comment " returns the name of the formal" end operation 26496 "type" const cpp_inline public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract} { return _type; }; " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ return _type; } " comment " returns the type of a formal, probably \"class\"" end operation 26624 "defaultValue" const cpp_inline public return_type class_ref 145282 // UmlTypeSpec nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract} { return _default_value; }; " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ return _default_value; } " comment " returns the default actual value" end operation 150528 "extend" public return_type class_ref 145282 // UmlTypeSpec nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract} { return _extends; };" java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ return _extends; }" comment " return the optional extend (Java)" end classrelation 2176 // relation 2176 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 2176 // b parent class_ref 2304 // UmlBaseClass end attribute 16384 "_name" protected explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 16512 "_type" protected explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" comment " \"class\" ..." end classrelation 2304 // _default_value () relation 2304 *--> a role_name "_default_value" protected cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 2304 // _default_value () b parent class_ref 145282 // UmlTypeSpec end classrelation 136320 // _extends () relation 136320 *--> a role_name "_extends" protected cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 136320 // _extends () b parent class_ref 145282 // UmlTypeSpec end operation 26752 "read_" protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 145152 "UmlBaseTypeSpec" visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " this class memorize a type specification, which may be - a class reference - an explicit type" operation 26880 "UmlBaseTypeSpec" cpp_inline public explicit_return_type "" nparams 0 cpp_decl " ${comment}${name}${(}${)} : type(0) {}; " java_def " ${comment}${visibility}${final}${name}${(}${)}${throws}{} " end operation 27008 "toString" const public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the type as a string in all cases" end operation 72576 "clone_it" public return_type class_ref 145282 // UmlTypeSpec nparams 0 java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " Clone the type specification, defined only in Java which does not have 'const' or 'value passing'" end attribute 16640 "explicit_type" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" comment " significant in case type == 0" end classrelation 156544 // type () relation 156544 ---> a role_name "type" public cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 156544 // type () b parent class_ref 6017 // UmlClass end end class 2176 "UmlBaseAttribute" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the class's attributs " classrelation 2816 // relation 2816 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 2816 // b parent class_ref 6273 // UmlClassMember end operation 27904 "create" class_operation public return_type class_ref 5889 // UmlAttribute nparams 2 param inout name "parent" type class_ref 6017 // UmlClass param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new attribute 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" end operation 28032 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 28160 "isReadOnly" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " indicates if the attribute is read only, returns TRUE if yes" end operation 28288 "set_isReadOnly" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the 'read only' state of the attribute On error return FALSE in C++, produce a RuntimeException in Java" end operation 28416 "defaultValue" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default attribute value, may be an empty string" end operation 28544 "set_DefaultValue" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the default attribute value (\"\" allowed) On error return FALSE in C++, produce a RuntimeException in Java" end operation 28672 "type" public return_type class_ref 145282 // UmlTypeSpec nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the attribute UML type" end operation 28800 "set_Type" public explicit_return_type "bool" nparams 1 param in name "t" type class_ref 145282 // UmlTypeSpec nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the attribute UML type On error return FALSE in C++, produce a RuntimeException in Java" end operation 210432 "multiplicity" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the multiplicity (may be an empty string)" end operation 210560 "set_Multiplicity" public explicit_return_type "bool" nparams 2 param in name "s" explicit_type "str" param inout name "" explicit_type "" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the multiplicity On error return FALSE in C++, produce a RuntimeException in Java" end operation 28928 "getOperation" public return_type class_ref 7809 // UmlOperation nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the 'get' operation of the attribute, or 0 if it does not exist" end operation 29056 "addGetOperation" public explicit_return_type "bool" nparams 0 nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " to generate an associated 'get' operation On error return FALSE in C++, produce a RuntimeException in Java" end operation 29184 "setOperation" public return_type class_ref 7809 // UmlOperation nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the 'set' operation of the attribute, or 0 if it does not exist " end operation 29312 "addSetOperation" public explicit_return_type "bool" nparams 0 nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " to generate an associated 'set' operation On error return FALSE in C++, produce a RuntimeException in Java" end operation 29440 "isCppMutable" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " Indicate if the attribute is 'mutable'" end operation 29568 "set_isCppMutable" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; #endif" cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " Set if the attribute is 'mutable' On error return FALSE in C++, produce a RuntimeException in Java" end operation 29696 "isJavaTransient" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " indicates if the attribute is 'transient', returns TRUE if yes" end operation 29824 "set_isJavaTransient" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the 'transient' state of the attribute On error return FALSE in C++, produce a RuntimeException in Java" end operation 29952 "idlCase" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHIDL ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHIDL ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " in case the attribute is an IDL union's member returns the corresponding 'case', an empty string in case it is not specified" end operation 30080 "set_IdlCase" public explicit_return_type "bool" nparams 1 param inout name "a" type class_ref 5889 // UmlAttribute nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the 'case' even the attribute is not (already) known as an IDL union's member On error return FALSE in C++, produce a RuntimeException in Java" end operation 30208 "set_IdlCase" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the 'case' even the attribute is not (already) known as an IDL union's member On error return FALSE in C++, produce a RuntimeException in Java" end operation 30336 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. args unused" end attribute 16768 "_read_only" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 155264 "_multiplicity" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 16896 "_cpp_mutable" private explicit_type "bool" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif" java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 17024 "_java_transient" private explicit_type "bool" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 17152 "_default_value" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end classrelation 2944 // _type () relation 2944 *--> a role_name "_type" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 2944 // _type () b parent class_ref 145282 // UmlTypeSpec end classrelation 3072 // _get_oper () relation 3072 ---> a role_name "_get_oper" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 3072 // _get_oper () b parent class_ref 7809 // UmlOperation end classrelation 3200 // _set_oper () relation 3200 ---> a role_name "_set_oper" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 3200 // _set_oper () b parent class_ref 7809 // UmlOperation end classrelation 3328 // _idl_case () relation 3328 ---> a role_name "_idl_case" private comment " exclusive with idl_explicit_case" cpp default " #ifdef WITHIDL ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 3328 // _idl_case () b parent class_ref 5889 // UmlAttribute comment " exclusive with idl_explicit_case" end attribute 17280 "_idl_explicit_case" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end operation 30464 "UmlBaseAttribute" cpp_inline public explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}; " cpp_def "${inline}${class}::${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlClassMember(id, n) { ${body}} " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 30592 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 30720 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 30848 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 217216 "read_php_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHPHP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHPHP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 30976 "read_idl_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHIDL ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHIDL ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 2304 "UmlBaseClass" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the classes" classrelation 3456 // relation 3456 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 3456 // b parent class_ref 6273 // UmlClassMember end operation 31104 "create" class_operation public return_type class_ref 6017 // UmlClass nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new class 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" end operation 31232 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 31360 "isAbstract" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE in case the class is abstract" end operation 31488 "set_isAbstract" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " the set if the class is abstract On error return FALSE in C++, produce a RuntimeException in Java, for instance you cannot set it to FALSE in case the class have abstract operations" end operation 31616 "baseType" public return_type class_ref 145282 // UmlTypeSpec nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the type on which the class (in fact a typedef) is based" end operation 31744 "set_BaseType" public explicit_return_type "bool" nparams 1 param in name "t" type class_ref 145282 // UmlTypeSpec nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the type on which the class (in fact a typedef) is based On error return FALSE in C++, produce a RuntimeException in Java, does not check that the class is (already) a typedef" end operation 31872 "formals" public return_type class_ref 5633 // UmlFormalParameter nparams 0 cpp_decl " ${comment}${static}${virtual}QValueList<${type}> ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}QValueList<${type}> ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns (a copy of) the formals list" end operation 32000 "removeFormal" public explicit_return_type "bool" nparams 1 param in name "rank" explicit_type "uint" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " remove the formal of the given rank (0...), returns 0 on error On error return FALSE in C++, produce a RuntimeException in Java, does not check that the class is (already) a typedef" end operation 32128 "addFormal" public explicit_return_type "bool" nparams 2 param in name "rank" explicit_type "uint" param in name "formal" type class_ref 5633 // UmlFormalParameter nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " adds a formal at the given rank (0...), returns 0 on error On error return FALSE in C++, produce a RuntimeException in Java, does not check that the class is (already) a typedef " end operation 32256 "replaceFormal" public explicit_return_type "bool" nparams 2 param in name "rank" explicit_type "uint" param in name "formal" type class_ref 5633 // UmlFormalParameter nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " replace the formal at the given rank (0...) On error return FALSE in C++, produce a RuntimeException in Java, does not check that the class is (already) a typedef " end operation 32384 "actuals" public return_type class_ref 5377 // UmlActualParameter nparams 0 cpp_decl " ${comment}${static}${virtual}QValueList<${type}> ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}QValueList<${type}> ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns (a copy of) the actuals list" end operation 32512 "replaceActual" public explicit_return_type "bool" nparams 2 param in name "rank" explicit_type "uint" param in name "type" type class_ref 145282 // UmlTypeSpec nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " replace the actual value at the given rank (0...) On error return FALSE in C++, produce a RuntimeException in Java" end operation 32640 "associatedDiagram" public return_type class_ref 6145 // UmlClassDiagram nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the optional associated diagram" end operation 32768 "set_AssociatedDiagram" public explicit_return_type "bool" nparams 1 param inout name "d" type class_ref 6145 // UmlClassDiagram nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java" end operation 32896 "associatedArtifact" public return_type class_ref 6913 // UmlArtifact nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the optional associated artifact, to set it refer to the UmlBaseArtifact's operations addAssociatedClass(), removeAssociatedClass() and setAssociatedClasses()" end operation 77952 "associatedComponents" public return_type class_ref 128002 // UmlComponent nparams 0 cpp_decl " ${comment}${static}${virtual}const QVector<${type}> ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const QVector<${type}> ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the components realizing or providing the class. To set them refer to the UmlBaseComponent's operation setAssociatedClasses()" end operation 33024 "isCppExternal" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE if the class is external, its definition must contains how the name is made on the first line (${name} by default), the other lines if they exist must contains the #include and may be using forms" end operation 33152 "set_isCppExternal" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if the class is external On error return FALSE in C++, produce a RuntimeException in Java" end operation 33280 "isJavaExternal" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE if the class is external, its definition must contain how the name is made on the first line (${name} by default), the other lines are ignored" end operation 33408 "set_isJavaExternal" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if the class is external On error return FALSE in C++, produce a RuntimeException in Java" end operation 33536 "isJavaPublic" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE is the class is public" end operation 33664 "set_isJavaPublic" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if the class is public On error return FALSE in C++, produce a RuntimeException in Java" end operation 33792 "isJavaFinal" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE is the class is final " end operation 33920 "set_isJavaFinal" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if the class is final On error return FALSE in C++, produce a RuntimeException in Java" end operation 217344 "isPhpExternal" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHPHP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHPHP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE if the class is external, its definition must contain how the name is made on the first line (${name} by default), the other lines are ignored" end operation 217472 "set_isPhpExternal" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if the class is external On error return FALSE in C++, produce a RuntimeException in Java" end operation 217600 "isPhpFinal" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE is the class is final " end operation 217728 "set_isPhpFinal" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if the class is final On error return FALSE in C++, produce a RuntimeException in Java" end operation 34048 "switchType" public return_type class_ref 145282 // UmlTypeSpec nparams 0 cpp_decl " #ifdef WITHIDL ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHIDL ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the switch's type, significant in case the class is an union in IDL" end operation 34176 "set_SwitchType" public explicit_return_type "bool" nparams 1 param in name "t" type class_ref 145282 // UmlTypeSpec nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the switch type even the class is not (already) an IDL union On error return FALSE in C++, produce a RuntimeException in Java" end operation 73856 "isIdlExternal" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE if the class is external, its definition must contain how the name is made on the first line (${name} by default), the other lines are ignored" end operation 73984 "set_isIdlExternal" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if the class is external On error return FALSE in C++, produce a RuntimeException in Java" end operation 73728 "isIdlLocal" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE if the class is local, have sense for an interface" end operation 74112 "set_isIdlLocal" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if the class is local, have sense for an interface On error return FALSE in C++, produce a RuntimeException in Java" end operation 74240 "isIdlCustom" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE is the class is custom, have sense for a valuetype" end operation 74368 "set_isIdlCustom" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if the class is custom have sense for aa valuetype On error return FALSE in C++, produce a RuntimeException in Java" end operation 34304 "get" class_operation public return_type class_ref 6017 // UmlClass nparams 2 param in name "n" explicit_type "string" param in name "p" type class_ref 7937 // UmlPackage defaultvalue "0" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}const ${t0} & ${p0}, const ${t1} * ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}const ${t0} & ${p0}, const ${t1} * ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment "returns the class having the name given in argument in case it exist, else 0/null. In case the package is specified, the class must be defined in a sub-level of the package " end operation 34432 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0} = FALSE, ${t1} ${p1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. Recursively done for the sub items if 'rec' is TRUE. if 'del' is true the sub items are deleted in C++, and removed from the internal dictionnary in C++ and Java (to allow it to be garbaged), you will have to call Children() to re-access to them" end classrelation 3584 // relation 3584 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 3584 // b parent class_ref 4608 // UmlBaseRelation end classrelation 3712 // relation 3712 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 3712 // b parent class_ref 2944 // UmlBaseArtifact end attribute 17408 "classes" class_attribute private type class_ref 6017 // UmlClass init_value "(1001)" cpp_decl " ${comment}${static}${mutable}${volatile}${const}QDict<${type}> ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}Hashtable ${name};" php_decl "" idl_decl "" comment "key includes package/class-container" end extra_member 256 "initialization" cpp "" "" java "static { classes = new Hashtable(1001); } " php "" idl "" end attribute 17536 "_abstract" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 17664 "_cpp_external" private explicit_type "bool" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 17792 "_java_external" private explicit_type "bool" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 18048 "_java_final" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value} : 1; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 161920 "_php_external" private explicit_type "bool" cpp_decl " #ifdef WITHPHP ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 162048 "_php_final" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value} : 1; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 51840 "_idl_external" private explicit_type "bool" cpp_decl " #ifdef WITHIDL ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value} : 1; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 51968 "_idl_local" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value} : 1; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 52096 "_idl_custom" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value} : 1; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end classrelation 3840 // _base_type () relation 3840 *--> a role_name "_base_type" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 3840 // _base_type () b parent class_ref 145282 // UmlTypeSpec end classrelation 3968 // _assoc_diagram () relation 3968 ---> a role_name "_assoc_diagram" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 3968 // _assoc_diagram () b parent class_ref 6145 // UmlClassDiagram end classrelation 4096 // _switch_type () relation 4096 *--> a role_name "_switch_type" private comment " union" cpp default " #ifdef WITHIDL ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 4096 // _switch_type () b parent class_ref 145282 // UmlTypeSpec comment " union" end operation 34560 "UmlBaseClass" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlClassMember(id, n)${const}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 34688 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 34816 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 34944 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 217856 "read_php_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHPHP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHPHP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 35072 "read_idl_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHIDL ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHIDL ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 35200 "reread_if_needed_" protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 147968 "set_Name" cpp_virtual public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the name On error return FALSE in C++, produce a RuntimeException in Java" end end class 2432 "UmlBaseClassItem" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Mother class of the all the class's items including the class themself" classrelation 4224 // relation 4224 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 4224 // b parent class_ref 7553 // UmlItem end operation 35456 "cppDecl" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the C++ declaration " end operation 35584 "set_CppDecl" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the C++ declaration On error return FALSE in C++, produce a RuntimeException in Java" end operation 35712 "javaDecl" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the Java defininition " end operation 35840 "set_JavaDecl" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the Java definition On error return FALSE in C++, produce a RuntimeException in Java" end operation 217984 "phpDecl" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHPHP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHPHP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the Php defininition " end operation 218112 "set_PhpDecl" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the Php definition On error return FALSE in C++, produce a RuntimeException in Java" end operation 35968 "idlDecl" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHIDL ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHIDL ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the IDL declaration " end operation 36096 "set_IdlDecl" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the IDL declaration On error return FALSE in C++, produce a RuntimeException in Java" end operation 36224 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " end classrelation 4352 // relation 4352 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 4352 // b parent class_ref 2176 // UmlBaseAttribute end classrelation 4480 // relation 4480 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 4480 // b parent class_ref 4352 // UmlBaseOperation end classrelation 4608 // relation 4608 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 4608 // b parent class_ref 4608 // UmlBaseRelation end attribute 18176 "_cpp_decl" private explicit_type "string" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 18304 "_java_decl" private explicit_type "string" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 162176 "_php_decl" private explicit_type "string" cpp_decl " #ifdef WITHPHP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 18432 "_idl_decl" private explicit_type "string" cpp_decl " #ifdef WITHIDL ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end operation 35328 "UmlBaseClassItem" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, n) {}; " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " end operation 36352 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 36480 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 218240 "read_php_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHPHP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHPHP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 36608 "read_idl_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHIDL ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHIDL ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end classrelation 4736 // relation 4736 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 4736 // b parent class_ref 2688 // UmlBaseClassMember end classrelation 4864 // relation 4864 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 4864 // b parent class_ref 3968 // UmlBaseExtraClassMember end classrelation 4992 // relation 4992 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 4992 // b parent class_ref 2304 // UmlBaseClass end end class 2560 "UmlBaseClassDiagram" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the class diagrams" classrelation 5120 // relation 5120 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 5120 // b parent class_ref 7297 // UmlDiagram end operation 36736 "create" class_operation public return_type class_ref 6145 // UmlClassDiagram nparams 2 param inout name "parent" type class_ref 6401 // UmlClassView param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new class diagram 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" end operation 36864 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 36992 "UmlBaseClassDiagram" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlDiagram(id, n) {}; " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 132864 "UmlBaseObjectDiagram" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 136704 // relation 136704 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 136704 // b parent class_ref 7297 // UmlDiagram end operation 151552 "create" class_operation public return_type class_ref 132994 // UmlObjectDiagram nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 151680 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 151808 "UmlBaseObjectDiagram" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlDiagram(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 2688 "UmlBaseClassMember" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" comment " This class manages 'true' class's items : attributes, relation, operation and sub-classes" classrelation 5248 // relation 5248 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 5248 // b parent class_ref 5505 // UmlClassItem end operation 37248 "isClassMember" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " Indicate if the member is a 'class member' (static) Always false in case of a class" end operation 37376 "set_isClassMember" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " Set if the member is a 'class member' (static), not significant for a class On error return FALSE in C++, produce a RuntimeException in Java, does not check that the class is (already) a typedef" end operation 78080 "isVolatile" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " Indicate if the member is 'volatile' Always false in case of a class" end operation 78208 "set_isVolatile" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " Set if the member is 'volatile', not significant for a class On error return FALSE in C++, produce a RuntimeException in Java, does not check that the class is (already) a typedef" end operation 37504 "visibility" public return_type class_ref 512 // aVisibility nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " The member's visibility" end operation 37632 "set_Visibility" public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 512 // aVisibility nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " Set the member visibility, DefaultVisibility is not legal On error return FALSE in C++, produce a RuntimeException in Java, does not check that the class is (already) a typedef" end operation 37760 "cppVisibility" public return_type class_ref 512 // aVisibility nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 37888 "set_CppVisibility" public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 512 // aVisibility nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; #endif" cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " Set the visibility for C++, DefaultVisibility is legal On error return FALSE in C++, produce a RuntimeException in Java, does not check that the class is (already) a typedef" end operation 150656 "javaAnnotations" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the Java annotations" end operation 150784 "set_JavaAnnotations" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the Java annotations On error : return FALSE in C++, produce a RuntimeException in Java" end operation 207104 "constraint" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the constraint" end operation 207232 "set_Constraint" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the constraint On error return FALSE in C++, produce a RuntimeException in Java" end attribute 18560 "_class_member" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 54528 "_volatile" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end classrelation 5376 // _visibility () relation 5376 *--> a role_name "_visibility" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 8${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " classrelation_ref 5376 // _visibility () b parent class_ref 512 // aVisibility end classrelation 5504 // _cpp_visibility () relation 5504 *--> a role_name "_cpp_visibility" private cpp default " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 8${value}; #endif" java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " classrelation_ref 5504 // _cpp_visibility () b parent class_ref 512 // aVisibility end attribute 136576 "_java_annotation" private explicit_type "string" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 153856 "_constraint" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end operation 37120 "UmlBaseClassMember" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlClassItem(id, n) {}; " java_def " ${comment}${visibility}${final}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " end operation 38272 "read_uml_" protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 38400 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 150912 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end classrelation 5632 // relation 5632 -_-> a protected cpp default "#include in header" java "Generated" classrelation_ref 5632 // b parent class_ref 2432 // UmlBaseClassItem end classrelation 5760 // relation 5760 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 5760 // b parent class_ref 4352 // UmlBaseOperation end classrelation 5888 // relation 5888 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 5888 // b parent class_ref 2176 // UmlBaseAttribute end classrelation 6016 // relation 6016 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 6016 // b parent class_ref 4608 // UmlBaseRelation end classrelation 6144 // relation 6144 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 6144 // b parent class_ref 2304 // UmlBaseClass end end class 2816 "UmlBaseClassView" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the class views" classrelation 157184 // relation 157184 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 157184 // b parent class_ref 145538 // UmlView end operation 38528 "create" class_operation public return_type class_ref 6401 // UmlClassView nparams 2 param inout name "parent" type class_ref 7937 // UmlPackage param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new class view 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" end operation 38656 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 38784 "associatedDeploymentView" public return_type class_ref 7169 // UmlDeploymentView nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the optional associated deployment view" end operation 38912 "set_AssociatedDeploymentView" public explicit_return_type "bool" nparams 1 param inout name "v" type class_ref 7169 // UmlDeploymentView nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the associated deployment view, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java " end classrelation 6400 // _assoc_view () relation 6400 ---> a role_name "_assoc_view" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 6400 // _assoc_view () b parent class_ref 7169 // UmlDeploymentView end operation 39040 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 39168 "UmlBaseClassView" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlView(id, n) {}; " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 2944 "UmlBaseArtifact" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment "Manage the artifacts" classrelation 6528 // relation 6528 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 6528 // b parent class_ref 7553 // UmlItem end operation 39296 "create" class_operation public return_type class_ref 6913 // UmlArtifact nparams 2 param inout name "parent" type class_ref 7169 // UmlDeploymentView param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new artifact 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" end operation 39424 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 39552 "associatedDiagram" public return_type class_ref 7041 // UmlDeploymentDiagram nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the optional associated diagram" end operation 39680 "set_AssociatedDiagram" public explicit_return_type "bool" nparams 1 param inout name "d" type class_ref 7041 // UmlDeploymentDiagram nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java" end operation 39808 "associatedClasses" public return_type class_ref 6017 // UmlClass nparams 0 cpp_decl " ${comment}${static}${virtual}const QVector<${type}> & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const QVector<${type}> & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns (in Java a copy of) the optional associated classes significant when the artifact is stereotyped <>" end operation 39936 "addAssociatedClass" public explicit_return_type "bool" nparams 1 param inout name "cl" type class_ref 6017 // UmlClass nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " adds 'cl' at the end of the associated classes list, returns false if 'cl' is already an associate class. significant when the artifact is stereotyped <> On error return FALSE in C++, produce a RuntimeException in Java" end operation 40064 "removeAssociatedClass" public explicit_return_type "bool" nparams 1 param inout name "cl" type class_ref 6017 // UmlClass nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " removes an associated class significant when the artifact is not stereotyped <> On error return FALSE in C++, produce a RuntimeException in Java" end operation 40192 "set_AssociatedClasses" public explicit_return_type "bool" nparams 1 param inout name "l" type class_ref 6017 // UmlClass nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const QVector<${t0}> & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const QVector<${t0}> & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0}[] ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the associated classes list significant when the artifact is stereotyped <> On error return FALSE in C++, produce a RuntimeException in Java" end operation 40320 "associatedArtifacts" public return_type class_ref 6913 // UmlArtifact nparams 0 cpp_decl " ${comment}${static}${virtual}const QVector<${type}> & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const QVector<${type}> & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns (in Java a copy of) the associated artifacts list significant when the artifact is not stereotyped <>" end operation 40448 "addAssociatedArtifact" public explicit_return_type "bool" nparams 1 param in name "cp" type class_ref 6913 // UmlArtifact nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " adds an associated artifacts, returns false if 'cp' is already an associate artifact. significant when the artifact is not stereotyped <> On error return FALSE in C++, produce a RuntimeException in Java" end operation 40576 "removeAssociatedArtifact" public explicit_return_type "bool" nparams 1 param in name "cp" type class_ref 6913 // UmlArtifact nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " removes an associated artifacts significant when the artifact is not stereotyped <> On error return FALSE in C++, produce a RuntimeException in Java" end operation 40704 "removeAllAssociatedArtifacts" public explicit_return_type "bool" nparams 0 nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " removes all associated artifacts significant when the artifact is not stereotyped <> On error return FALSE in C++, produce a RuntimeException in Java" end operation 40832 "cppHeader" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the C++ header file definition" end operation 40960 "set_CppHeader" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the C++ header file definition On error return FALSE in C++, produce a RuntimeException in Java" end operation 41088 "cppSource" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the C++ source file definition" end operation 41216 "set_CppSource" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the C++ source file definition On error return FALSE in C++, produce a RuntimeException in Java" end operation 41344 "javaSource" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the Java file definition" end operation 41472 "set_JavaSource" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the Java file definition On error return FALSE in C++, produce a RuntimeException in Java" end operation 216832 "phpSource" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHPHP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHPHP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the Php file definition" end operation 216960 "set_PhpSource" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the Php file definition On error return FALSE in C++, produce a RuntimeException in Java" end operation 41600 "idlSource" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHIDL ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHIDL ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the Idl file definition" end operation 41728 "set_IdlSource" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the Idl file definition On error return FALSE in C++, produce a RuntimeException in Java" end operation 41856 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. args unused" end classrelation 6656 // relation 6656 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 6656 // b parent class_ref 2304 // UmlBaseClass end classrelation 6784 // _assoc_diagram () relation 6784 ---> a role_name "_assoc_diagram" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 6784 // _assoc_diagram () b parent class_ref 7041 // UmlDeploymentDiagram end classrelation 6912 // _assoc_classes () relation 6912 ---> stereotype "vector" a role_name "_assoc_classes" multiplicity "*" private cpp default " ${comment}${static}${mutable}${volatile}${const}QVector<${type}> ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type}[] ${name}${value};" classrelation_ref 6912 // _assoc_classes () b parent class_ref 6017 // UmlClass end classrelation 7040 // _associated () relation 7040 ---> stereotype "vector" a role_name "_associated" multiplicity "*" private cpp default " ${comment}${static}${mutable}${volatile}${const}QVector<${type}> ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type}[] ${name}${value}; " classrelation_ref 7040 // _associated () b parent class_ref 6913 // UmlArtifact end attribute 18816 "_cpp_h" private explicit_type "string" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 18944 "_cpp_src" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 19072 "_java_src" private explicit_type "string" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 161792 "_php_src" private explicit_type "string" cpp_decl " #ifdef WITHPHP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 19200 "_idl_src" private explicit_type "string" cpp_decl " #ifdef WITHIDL ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end operation 41984 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 42112 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 42240 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 217088 "read_php_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHPHP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHPHP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 42368 "read_idl_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHIDL ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHIDL ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 42496 "UmlBaseArtifact" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}; " cpp_def "${inline}${class}::${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, n) { ${body}} " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); }" comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 6656 "UmlBaseComponent" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the components." classrelation 15232 // relation 15232 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 15232 // b parent class_ref 7553 // UmlItem end operation 77184 "create" class_operation public return_type class_ref 128002 // UmlComponent nparams 2 param inout name "parent" type class_ref 6785 // UmlComponentView param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new component 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" end operation 77312 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 77440 "associatedDiagram" public return_type class_ref 6657 // UmlComponentDiagram nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the optional associated diagram" end operation 77568 "set_AssociatedDiagram" public explicit_return_type "bool" nparams 1 param inout name "d" type class_ref 6657 // UmlComponentDiagram nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java" end operation 78336 "realizingClasses" public return_type class_ref 6017 // UmlClass nparams 0 cpp_decl " ${comment}${static}${virtual}const QVector<${type}> & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const QVector<${type}> & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns (in Java a copy of) the optional realizing classes" end operation 78464 "providedClasses" public return_type class_ref 6017 // UmlClass nparams 0 cpp_decl " ${comment}${static}${virtual}const QVector<${type}> & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const QVector<${type}> & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns (in Java a copy of) the optional provided classes" end operation 78592 "requiredClasses" public return_type class_ref 6017 // UmlClass nparams 0 cpp_decl " ${comment}${static}${virtual}const QVector<${type}> & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const QVector<${type}> & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns (in Java a copy of) the optional required classes" end classrelation 15360 // _assoc_diagram () relation 15360 ---> a role_name "_assoc_diagram" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 15360 // _assoc_diagram () b parent class_ref 6657 // UmlComponentDiagram end classrelation 15616 // _realizing () relation 15616 ---> stereotype "vector" a role_name "_realizing" multiplicity "*" private cpp default " ${comment}${static}${mutable}${volatile}${const}QVector<${type}> ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type}[] ${name}${value};" classrelation_ref 15616 // _realizing () b parent class_ref 6017 // UmlClass end classrelation 15744 // _provided () relation 15744 ---> stereotype "vector" a role_name "_provided" multiplicity "*" private cpp default " ${comment}${static}${mutable}${volatile}${const}QVector<${type}> ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type}[] ${name}${value};" classrelation_ref 15744 // _provided () b parent class_ref 6017 // UmlClass end classrelation 15872 // _required () relation 15872 ---> stereotype "vector" a role_name "_required" multiplicity "*" private cpp default " ${comment}${static}${mutable}${volatile}${const}QVector<${type}> ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type}[] ${name}${value};" classrelation_ref 15872 // _required () b parent class_ref 6017 // UmlClass end operation 77696 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 77824 "UmlBaseComponent" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}; " cpp_def "${inline}${class}::${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, n) { ${body}} " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); }" comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 3072 "UmlBaseCollaborationDiagram" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the collaboration diagrams" classrelation 7168 // relation 7168 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 7168 // b parent class_ref 7297 // UmlDiagram end operation 42624 "create" class_operation public return_type class_ref 6529 // UmlCollaborationDiagram nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new collaboration diagram 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" end operation 42752 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 42880 "UmlBaseCollaborationDiagram" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlDiagram(id, n) {}; " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 3200 "UmlBaseComponentDiagram" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the component diagrams" classrelation 7296 // relation 7296 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 7296 // b parent class_ref 7297 // UmlDiagram end operation 43008 "create" class_operation public return_type class_ref 6657 // UmlComponentDiagram nparams 2 param inout name "parent" type class_ref 6785 // UmlComponentView param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new component diagram 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" end operation 43136 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 43264 "UmlBaseComponentDiagram" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlDiagram(id, n) {}; " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 3328 "UmlBaseComponentView" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the component views" classrelation 157312 // relation 157312 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 157312 // b parent class_ref 145538 // UmlView end operation 43392 "create" class_operation public return_type class_ref 6785 // UmlComponentView nparams 2 param inout name "parent" type class_ref 7937 // UmlPackage param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new component view 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" end operation 43520 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 43648 "UmlBaseComponentView" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlView(id, n) {}; " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 3456 "UmlBaseDeploymentDiagram" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the deployment diagrams" classrelation 7552 // relation 7552 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 7552 // b parent class_ref 7297 // UmlDiagram end operation 43776 "create" class_operation public return_type class_ref 7041 // UmlDeploymentDiagram nparams 2 param inout name "parent" type class_ref 7169 // UmlDeploymentView param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new deployment diagram 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" end operation 43904 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 44032 "UmlBaseDeploymentDiagram" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlDiagram(id, n) {}; " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 3584 "UmlBaseDeploymentView" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the deployment views" classrelation 157440 // relation 157440 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 157440 // b parent class_ref 145538 // UmlView end operation 44160 "create" class_operation public return_type class_ref 7169 // UmlDeploymentView nparams 2 param inout name "parent" type class_ref 7937 // UmlPackage param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new deployment view 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" end operation 44288 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 44416 "UmlBaseDeploymentView" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlView(id, n) {}; " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 3712 "UmlBaseDeployment" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the deployments" classrelation 7808 // relation 7808 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 7808 // b parent class_ref 7553 // UmlItem end operation 72320 "UmlBaseDeployment" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${volatile} : UmlItem(id, n){}; " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " end end class 3840 "UmlBaseDiagram" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Mother class of all the classes managing the diagrams" classrelation 7936 // relation 7936 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 7936 // b parent class_ref 7553 // UmlItem end operation 44544 "saveIn" const public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " saves the diagram picture in the file whose pathname is given in argument, the produced file is a PNG file. The aspect of the diagram is : - its visible part in case it is open - the aspect specified by its prefered size and scale in case these last are specified (see menu on a diagram view) - else the default diagram aspect, which is probably not as you want On error return FALSE in C++, produce a RuntimeException in Java" end operation 44672 "UmlBaseDiagram" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, n) {}; " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 3968 "UmlBaseExtraClassMember" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the 'extra' class members to produce any code, for instance a C++ pre-processing form or a Java initialization " classrelation 8064 // relation 8064 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 8064 // b parent class_ref 5505 // UmlClassItem end operation 44800 "create" class_operation public return_type class_ref 7425 // UmlExtraClassMember nparams 2 param inout name "parent" type class_ref 6017 // UmlClass param in name "name" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 44928 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 45056 "isCppInline" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE if the extra member is managed as an inline operation in C++ " end operation 45184 "set_isCppInline" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set if the extra member is managed as an inline operation in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 45312 "cppDef" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the operation's definition in C++, notes that the declaration is returned by the inherited ClassItemBase::CppDecl() operation" end operation 45440 "set_CppDef" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the operation's definition in C++, notes that the declaration is set through the inherited ClassItemBase::set_CppDecl() operation On error return FALSE in C++, produce a RuntimeException in Java" end operation 45568 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. args unused" end attribute 19328 "_cpp_inline" private explicit_type "bool" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 19456 "_cpp_def" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif" java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end operation 45696 "UmlBaseExtraClassMember" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlClassItem(${p0}, ${p1}) {}; " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 45824 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 4096 "UmlBaseItem" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Base class of all the classes representing browser's objects. In the API all for each 'system' class exists a 'user' class under your responsability which inherits the 'system' class. You do not have to change the 'system' classes, place your attributes and operations in the corresponding 'user' classes : all the instances made by the 'system' classes are instance of the corresponding 'user' classes. You must never create or delete yourself a class of the API, use the Create operation defined in the 'system' classes. To not allow you to access to the 'system' attributes or to call 'system' internal operations even by error, the 'system' internal parts are declared 'private' rather than 'public' or 'protected'." operation 207488 "getIdentifier" public explicit_return_type "int" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return a constant identifier, it is unique within a given kind of element (two classes can't have the same identifiers, but a class and a component may have the same identifier) except for the diagrams (a class diagram can't have the identifier of a component diagram)" end operation 45952 "kind" abstract cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 46080 "name" cpp_inline public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract} { return _name; }; " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ return _name; } " comment " returns the name" end operation 46208 "set_Name" cpp_virtual public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the name On error return FALSE in C++, produce a RuntimeException in Java" end operation 46336 "stereotype" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the stereotype" end operation 46464 "set_Stereotype" cpp_virtual public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the stereotype On error return FALSE in C++, produce a RuntimeException in Java" end operation 46592 "description" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the description" end operation 46720 "set_Description" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the description On error return FALSE in C++, produce a RuntimeException in Java" end operation 46848 "parent" public return_type class_ref 7553 // UmlItem nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the parent (0/null if it is applied on the project itself), to go all over the browser tree" end operation 46976 "children" public return_type class_ref 7553 // UmlItem nparams 0 cpp_decl " ${comment}${static}${virtual}const QVector<${type}> ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const QVector<${type}> ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns (in Java : a copy of) the children list, to go all over the browser tree" end operation 47104 "childrenVisible" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return TRUE if the children exist and are visible (independently of the scroll bar) in the browser, else FALSE" end operation 47232 "set_childrenVisible" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " open the item in the browser (its children are visible) if y is TRUE, else close it (its children are not visible). May be applied on items without children. The item is also selected in the browser, so set_ChildrenVisible(childrenVisible()) is the right way to select the item in the browser. On error return FALSE in C++, produce a RuntimeException in Java" end operation 47360 "propertyValue" public explicit_return_type "string" nparams 2 param in name "k" explicit_type "string" param inout name "v" explicit_type "string" cpp_decl " ${comment}${static}${virtual}bool ${name}${(}const ${t0} & ${p0}, ${t1} & ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}bool ${class}::${name}${(}const ${t0} & ${p0}, ${t1} & ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " In C++, in case the key specified by 'k' exist for the current object, the string 'v' is modified which the associated value and TRUE is returned, else returns FALSE. In Java return the value associated with the key specified by 'k' for the current object, null in case the property doesn't exist. These properties may be edited through the object dialog last tab named 'user'" end operation 47488 "set_PropertyValue" public explicit_return_type "bool" nparams 2 param in name "k" explicit_type "string" param in name "v" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}, const ${t1} & ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}, const ${t1} & ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to set (may be insert a new) the value 'v' associated to the key 'k' On error return FALSE in C++, produce a RuntimeException in Java" end operation 47616 "properties" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const QDict<${type}> ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const QDict<${type}> ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}Hashtable ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns all the properties of the object through (in Java a copy of) a dictionnary " end operation 148096 "moveAfter" public explicit_return_type "bool" nparams 1 param in name "x" type class_ref 7553 // UmlItem nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " If the parameter is null, move the current item to be the first child of its parent. Else the current item and the parameter must have the same parent, the current item is moved to be just after the parameter. On error return FALSE in C++, produce a RuntimeException in Java" end operation 72960 "supportFile" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " Returns the absolute path name of the file memoring the Item. In general an item is saved in a file associated to its package, the exceptions are : - the body of the operations of a class which definition contains the keyword '{$body}'. This path name is returned when you apply supportFile on any operation of the class. - the drawing of the diagrams, this path name is returned when you apply supportFile on the diagram. - the configuration of the tools edited throw the entry 'Tools Settings' of the menu Tools is saved in the file 'tools' - the configuration of the '#include' and 'using' forms associated to the external type and edited through the last C++ tab of the 'Generation Settings' dialog is saved in the file 'cpp_includes' - the configuration of the 'imports' forms associated to the external types and edited through the last Java tab of the 'Generation Settings' dialog is saved in the file 'java_imports' - the configuration of the '#include' forms associated to the external type and edited through the last Idl tab of the 'Generation Settings' dialog is saved in the file 'idl_includes' " end operation 47744 "isWritable" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return TRUE in case the item may be modified, i.e. it is not an API base 'plug-out' class and the corresponding file(s) are not read-only." end operation 73216 "apply" public explicit_return_type "int" nparams 1 param in name "cmd" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " Apply asynchronously the tool on the item, returns an identifier to call isToolDone()" end operation 220800 "isMarked" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return TRUE in case the item is marked" end operation 220928 "set_isMarked" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to mark/unmark the current item. The project cannot be marked On error return FALSE in C++, produce a RuntimeException in Java" end operation 221184 "referencedBy" public return_type class_ref 7553 // UmlItem nparams 0 cpp_decl " ${comment}${static}${virtual}const QVector<${type}> ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const QVector<${type}> ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " Returns the items referencing the current one. The result may contains UmlAttribute, UmlRelations, UmlNcRelations, UmlOperation (their bodies are not taken into account) , UmlClass and UmlComponents." end operation 47872 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0} = FALSE, ${t1} ${p1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. Recursively done for the sub items if 'rec' is TRUE. if 'del' is true the sub items are deleted in C++, and removed from the internal dictionnary in C++ and Java (to allow it to be garbaged), you will have to call Children() to re-access to them" end operation 207360 "deleteIt" public explicit_return_type "bool" nparams 0 nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " remove the element from the model, use it carefully because after that the element can't be used anymore by the plug-out On error : return FALSE in C++, produce a RuntimeException in Java" end operation 73344 "isToolRunning" class_operation public explicit_return_type "bool" nparams 1 param in name "id" explicit_type "int" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " 'id' is an identifier returned by apply(), indicates if the tool is still running" end operation 221056 "markedItems" class_operation public return_type class_ref 7553 // UmlItem nparams 0 cpp_decl " ${comment}${static}${virtual}const QVector<${type}> ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const QVector<${type}> ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " end extra_member 128 "remark" cpp "" "" java " /** * Do NOT use the next definitions */ " php "" idl "" end classrelation 8192 // relation 8192 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 8192 // b parent class_ref 2432 // UmlBaseClassItem end classrelation 8448 // relation 8448 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 8448 // b parent class_ref 2176 // UmlBaseAttribute end classrelation 8576 // relation 8576 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 8576 // b parent class_ref 2304 // UmlBaseClass end classrelation 8704 // relation 8704 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 8704 // b parent class_ref 2560 // UmlBaseClassDiagram end classrelation 8832 // relation 8832 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 8832 // b parent class_ref 2816 // UmlBaseClassView end classrelation 8960 // relation 8960 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 8960 // b parent class_ref 3072 // UmlBaseCollaborationDiagram end classrelation 9088 // relation 9088 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 9088 // b parent class_ref 2944 // UmlBaseArtifact end classrelation 9216 // relation 9216 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 9216 // b parent class_ref 3200 // UmlBaseComponentDiagram end classrelation 9344 // relation 9344 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 9344 // b parent class_ref 3328 // UmlBaseComponentView end classrelation 9472 // relation 9472 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 9472 // b parent class_ref 3712 // UmlBaseDeployment end classrelation 9600 // relation 9600 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 9600 // b parent class_ref 3456 // UmlBaseDeploymentDiagram end classrelation 9728 // relation 9728 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 9728 // b parent class_ref 3584 // UmlBaseDeploymentView end classrelation 9856 // relation 9856 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 9856 // b parent class_ref 4224 // UmlBaseNode end classrelation 9984 // relation 9984 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 9984 // b parent class_ref 4352 // UmlBaseOperation end classrelation 10112 // relation 10112 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 10112 // b parent class_ref 4480 // UmlBasePackage end classrelation 10240 // relation 10240 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 10240 // b parent class_ref 4608 // UmlBaseRelation end classrelation 14976 // relation 14976 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 14976 // b parent class_ref 6528 // UmlBaseNcRelation end classrelation 10368 // relation 10368 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 10368 // b parent class_ref 4736 // UmlBaseSequenceDiagram end classrelation 10496 // relation 10496 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 10496 // b parent class_ref 4864 // UmlBaseUseCase end classrelation 10624 // relation 10624 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 10624 // b parent class_ref 4992 // UmlBaseUseCaseDiagram end classrelation 10752 // relation 10752 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 10752 // b parent class_ref 5120 // UmlBaseUseCaseView end classrelation 10880 // relation 10880 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 10880 // b parent class_ref 3840 // UmlBaseDiagram end classrelation 11008 // relation 11008 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 11008 // b parent class_ref 1792 // UmlBaseFormalParameter end classrelation 11136 // relation 11136 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 11136 // b parent class_ref 1152 // UmlBaseActualParameter end classrelation 11264 // relation 11264 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 11264 // b parent class_ref 5248 // UmlCom end classrelation 11520 // relation 11520 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 11520 // b parent class_ref 2688 // UmlBaseClassMember end classrelation 11648 // relation 11648 -_-> stereotype "friend" a protected cpp default "${type}" java "Generated" classrelation_ref 11648 // b parent class_ref 3968 // UmlBaseExtraClassMember end classrelation 16000 // relation 16000 -_-> stereotype "friend" a protected cpp default "${type}" java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 16000 // b parent class_ref 6656 // UmlBaseComponent end attribute 19584 "_defined" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 54656 "_marked" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 19712 "_identifier" private explicit_type "void" cpp_visibility private cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}long ${name}${value};" php_decl "" idl_decl "" end attribute 154240 "_modeler_id" protected explicit_type "int" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 19840 "_name" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 19968 "_stereotype" protected explicit_type "string" cpp_visibility private cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" comment " Note : protected in Java for internal reason, but do NOT access to this field yourself !" end attribute 20096 "_description" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end classrelation 11392 // _parent () relation 11392 ---> a role_name "_parent" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 11392 // _parent () b parent class_ref 7553 // UmlItem end attribute 20224 "_children" private type class_ref 7553 // UmlItem cpp_decl " ${comment}${static}${mutable}${volatile}${const}QVector<${type}> * ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type}[] ${name}${value};" php_decl "" idl_decl "" end attribute 20352 "_dict" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}QDict<${type}> ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}Hashtable ${name}${value};" php_decl "" idl_decl "" end attribute 20480 "_all" class_attribute private type class_ref 7553 // UmlItem init_value "(997)" cpp_decl " ${comment}${static}${mutable}${volatile}${const}QPtrDict<${type}> ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}Hashtable ${name};" php_decl "" idl_decl "" end extra_member 384 "initialization" cpp "" "" java "static { _all = new Hashtable(997); }" php "" idl "" end operation 48000 "read_if_needed_" protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " final java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 48128 "create_" protected return_type class_ref 7553 // UmlItem nparams 2 param in name "k" explicit_type "anItemKind" param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " final java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " end operation 48256 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 48384 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 48512 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 218368 "read_php_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHPHP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHPHP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 48640 "read_idl_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHIDL ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHIDL ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 48768 "read_children_" protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " final java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 48896 "reread_children_if_needed_" protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " final java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 49024 "set_it_" protected explicit_return_type "bool" nparams 3 param inout name "r" explicit_type "bool" param in name "v" explicit_type "bool" param in name "cmd" explicit_type "OnInstanceCmd" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} & ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} & ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " end operation 49152 "set_it_" protected explicit_return_type "bool" nparams 3 param inout name "r" type class_ref 512 // aVisibility param in name "v" type class_ref 512 // aVisibility param in name "cmd" explicit_type "OnInstanceCmd" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} & ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} & ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " end operation 49280 "set_it_" protected explicit_return_type "bool" nparams 3 param inout name "r" type class_ref 384 // aDirection param in name "v" type class_ref 384 // aDirection param in name "cmd" explicit_type "OnInstanceCmd" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} & ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} & ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " end operation 49408 "set_it_" protected explicit_return_type "bool" nparams 3 param inout name "r" explicit_type "string" param in name "v" explicit_type "str" param in name "cmd" explicit_type "OnInstanceCmd" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} & ${p0}, const ${t1} ${p1}, ${t2} ${p2}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} & ${p0}, const ${t1} ${p1}, ${t2} ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " end operation 49536 "set_it_" protected explicit_return_type "bool" nparams 3 param inout name "r" type class_ref 145282 // UmlTypeSpec param in name "t" type class_ref 145282 // UmlTypeSpec param in name "cmd" explicit_type "OnInstanceCmd" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} & ${p0}, const ${t1} & ${p1}, ${t2} ${p2}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} & ${p0}, const ${t1} & ${p1}, ${t2} ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " end operation 49664 "read_" class_operation protected return_type class_ref 7553 // UmlItem nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 49792 "UmlBaseItem" public explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : _defined(FALSE), _identifier(id), _name(n), _parent(0), _children(0) ${const}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}long ${p0}, ${t1} ${p1}${)}${throws} { ${body}} " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 49920 "~UmlBaseItem" cpp_virtual public explicit_return_type "" nparams 0 cpp_decl " ${comment}${virtual}${name}${(}${)}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " comment " the destructor, do not delete objects yourself !!!!!!!!!!" end operation 72192 "identifier_" public explicit_return_type "long" nparams 0 final java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ return _identifier; } " end operation 72704 "defined_" public explicit_return_type "bool" nparams 0 java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ return _defined; } " end classrelation 128384 // relation 128384 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 128384 // b parent class_ref 128384 // UmlBaseState end classrelation 128896 // relation 128896 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 128896 // b parent class_ref 128640 // UmlBaseStateDiagram end classrelation 129920 // relation 129920 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 129920 // b parent class_ref 129024 // UmlBaseTransition end classrelation 130944 // relation 130944 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 130944 // b parent class_ref 129408 // UmlBaseRegion end classrelation 131456 // relation 131456 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 131456 // b parent class_ref 129664 // UmlBaseStateAction end classrelation 132224 // relation 132224 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 132224 // b parent class_ref 130048 // UmlBaseInitialPseudoState end classrelation 132608 // relation 132608 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 132608 // b parent class_ref 130304 // UmlBaseEntryPointPseudoState end classrelation 132992 // relation 132992 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 132992 // b parent class_ref 130560 // UmlBaseFinalState end classrelation 133376 // relation 133376 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 133376 // b parent class_ref 130816 // UmlBaseTerminatePseudoState end classrelation 133760 // relation 133760 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 133760 // b parent class_ref 131072 // UmlBaseExitPointPseudoState end classrelation 134144 // relation 134144 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 134144 // b parent class_ref 131328 // UmlBaseDeepHistoryPseudoState end classrelation 134528 // relation 134528 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 134528 // b parent class_ref 131584 // UmlBaseShallowHistoryPseudoState end classrelation 134912 // relation 134912 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 134912 // b parent class_ref 131840 // UmlBaseJunctionPseudoState end classrelation 135296 // relation 135296 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 135296 // b parent class_ref 132096 // UmlBaseChoicePseudoState end classrelation 135680 // relation 135680 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 135680 // b parent class_ref 132352 // UmlBaseForkPseudoState end classrelation 136064 // relation 136064 -_-> stereotype "friend" a protected cpp default "${type}" classrelation_ref 136064 // b parent class_ref 132608 // UmlBaseJoinPseudoState end classrelation 136832 // relation 136832 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 136832 // b parent class_ref 132864 // UmlBaseObjectDiagram end classrelation 137216 // relation 137216 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 137216 // b parent class_ref 133248 // UmlBaseActivity end classrelation 137600 // relation 137600 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 137600 // b parent class_ref 133504 // UmlBaseActivityDiagram end classrelation 138240 // relation 138240 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 138240 // b parent class_ref 133760 // UmlBaseActivityNode end classrelation 138752 // relation 138752 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 138752 // b parent class_ref 134016 // UmlBaseFlow end classrelation 139776 // relation 139776 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 139776 // b parent class_ref 134400 // UmlBaseActivityRegion end classrelation 140416 // relation 140416 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 140416 // b parent class_ref 134656 // UmlBaseExpansionRegion end classrelation 140928 // relation 140928 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 140928 // b parent class_ref 135040 // UmlBaseInterruptibleActivityRegion end classrelation 141312 // relation 141312 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 141312 // b parent class_ref 135296 // UmlBaseActivityAction end classrelation 141824 // relation 141824 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 141824 // b parent class_ref 135552 // UmlBaseSendObjectAction end classrelation 142208 // relation 142208 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 142208 // b parent class_ref 135808 // UmlBaseUnmarshallAction end classrelation 142592 // relation 142592 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 142592 // b parent class_ref 136064 // UmlBaseOnSignalAction end classrelation 142976 // relation 142976 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 142976 // b parent class_ref 136320 // UmlBaseSendSignalAction end classrelation 143360 // relation 143360 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 143360 // b parent class_ref 136576 // UmlBaseBroadcastSignalAction end classrelation 143744 // relation 143744 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 143744 // b parent class_ref 136832 // UmlBaseValueSpecificationAction end classrelation 144128 // relation 144128 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 144128 // b parent class_ref 137088 // UmlBaseOpaqueAction end classrelation 144512 // relation 144512 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 144512 // b parent class_ref 137344 // UmlBaseAcceptEventAction end classrelation 144896 // relation 144896 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 144896 // b parent class_ref 137600 // UmlBaseCallOperationAction end classrelation 145408 // relation 145408 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 145408 // b parent class_ref 137856 // UmlBaseCallBehaviorAction end classrelation 145920 // relation 145920 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 145920 // b parent class_ref 138112 // UmlBaseAccessVariableValueAction end classrelation 146432 // relation 146432 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 146432 // b parent class_ref 138368 // UmlBaseClearVariableValueAction end classrelation 146816 // relation 146816 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 146816 // b parent class_ref 138624 // UmlBaseReadVariableValueAction end classrelation 147200 // relation 147200 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 147200 // b parent class_ref 138880 // UmlBaseWriteVariableValueAction end classrelation 147584 // relation 147584 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 147584 // b parent class_ref 139136 // UmlBaseAddVariableValueAction end classrelation 147968 // relation 147968 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 147968 // b parent class_ref 139392 // UmlBaseRemoveVariableValueAction end classrelation 148352 // relation 148352 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 148352 // b parent class_ref 139648 // UmlBaseActivityControlNode end classrelation 148736 // relation 148736 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 148736 // b parent class_ref 139904 // UmlBaseInitialActivityNode end classrelation 149120 // relation 149120 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 149120 // b parent class_ref 140160 // UmlBaseFlowFinalActivityNode end classrelation 149504 // relation 149504 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 149504 // b parent class_ref 140416 // UmlBaseActivityFinalActivityNode end classrelation 149888 // relation 149888 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 149888 // b parent class_ref 140672 // UmlBaseDecisionActivityNode end classrelation 150272 // relation 150272 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 150272 // b parent class_ref 140928 // UmlBaseMergeActivityNode end classrelation 150656 // relation 150656 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 150656 // b parent class_ref 141184 // UmlBaseForkActivityNode end classrelation 151040 // relation 151040 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 151040 // b parent class_ref 141440 // UmlBaseJoinActivityNode end classrelation 151424 // relation 151424 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 151424 // b parent class_ref 141696 // UmlBaseActivityObject end classrelation 152192 // relation 152192 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 152192 // b parent class_ref 142080 // UmlBaseExpansionNode end classrelation 152576 // relation 152576 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 152576 // b parent class_ref 142336 // UmlBasePinParameter end classrelation 153216 // relation 153216 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 153216 // b parent class_ref 142720 // UmlBaseActivityPin end classrelation 153600 // relation 153600 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 153600 // b parent class_ref 142976 // UmlBaseActivityParameter end classrelation 153984 // relation 153984 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 153984 // b parent class_ref 143232 // UmlBaseParameterSet end classrelation 154880 // relation 154880 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 154880 // b parent class_ref 143616 // UmlBaseClassInstance end classrelation 156928 // relation 156928 -_-> stereotype "friend" a default cpp default "${type}" classrelation_ref 156928 // b parent class_ref 145408 // UmlBaseView end end class 4224 "UmlBaseNode" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the nodes" classrelation 11776 // relation 11776 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 11776 // b parent class_ref 7553 // UmlItem end operation 50048 "create" class_operation public return_type class_ref 7681 // UmlNode nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new node 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" end operation 50176 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 50304 "associatedDiagram" public return_type class_ref 7041 // UmlDeploymentDiagram nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the optional associated diagram" end operation 50432 "set_AssociatedDiagram" public explicit_return_type "bool" nparams 1 param inout name "d" type class_ref 7041 // UmlDeploymentDiagram nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java" end classrelation 11904 // _assoc_diagram () relation 11904 ---> a role_name "_assoc_diagram" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 11904 // _assoc_diagram () b parent class_ref 7041 // UmlDeploymentDiagram end operation 50560 "UmlBaseNode" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, n) {}; " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 50688 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 4352 "UmlBaseOperation" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the class's operations" classrelation 12032 // relation 12032 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 12032 // b parent class_ref 6273 // UmlClassMember end operation 50816 "create" class_operation public return_type class_ref 7809 // UmlOperation nparams 2 param inout name "parent" type class_ref 6017 // UmlClass param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new operation 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" end operation 50944 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 220416 "isBodyGenerationForced" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " indicates if the body is generated even if preserve body is set, returns TRUE if yes" end operation 220544 "set_isBodyGenerationForced" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set if the body is generated even if preserve body is set On error return FALSE in C++, produce a RuntimeException in Java" end operation 51072 "isAbstract" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " indicates if the operation is abstract, returns TRUE if yes" end operation 51200 "set_isAbstract" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the 'abstract' flag On error return FALSE in C++, produce a RuntimeException in Java" end operation 51328 "returnType" public return_type class_ref 145282 // UmlTypeSpec nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the operation value type" end operation 51456 "set_ReturnType" public explicit_return_type "bool" nparams 1 param in name "t" type class_ref 145282 // UmlTypeSpec nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the operation value type On error return FALSE in C++, produce a RuntimeException in Java" end operation 51584 "params" public return_type class_ref 145026 // UmlParameter nparams 0 cpp_decl " ${comment}${static}${virtual}const QValueList<${type}> ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const QValueList<${type}> ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns (in java a copy of) the parameters list" end operation 51712 "addParameter" public explicit_return_type "bool" nparams 2 param in name "rank" explicit_type "unsigned" param in name "p" type class_ref 145026 // UmlParameter nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " adds a parameter at the given rank (0...) On error return FALSE in C++, produce a RuntimeException in Java" end operation 51840 "removeParameter" public explicit_return_type "bool" nparams 1 param in name "rank" explicit_type "unsigned" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " remove the parameter of the given rank (0...) On error return FALSE in C++, produce a RuntimeException in Java" end operation 51968 "replaceParameter" public explicit_return_type "bool" nparams 2 param in name "rank" explicit_type "unsigned" param in name "p" type class_ref 145026 // UmlParameter nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " replace the parameter at the given rank (0...) On error return FALSE in C++, produce a RuntimeException in Java" end operation 52096 "exceptions" public return_type class_ref 145282 // UmlTypeSpec nparams 0 cpp_decl " ${comment}${static}${virtual}const QValueList<${type}> ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const QValueList<${type}> ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the exceptions" end operation 52224 "addException" public explicit_return_type "bool" nparams 2 param in name "rank" explicit_type "unsigned" param in name "t" type class_ref 145282 // UmlTypeSpec nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " adds the exception at the given rank (0...) On error return FALSE in C++, produce a RuntimeException in Java" end operation 52352 "removeException" public explicit_return_type "bool" nparams 1 param in name "rank" explicit_type "unsigned" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " remove the exception of the given rank (0...) On error return FALSE in C++, produce a RuntimeException in Java" end operation 52480 "replaceException" public explicit_return_type "bool" nparams 2 param in name "rank" explicit_type "unsigned" param in name "t" type class_ref 145282 // UmlTypeSpec nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " replaces the exception at the given rank (0...) On error return FALSE in C++, produce a RuntimeException in Java" end operation 52608 "getOf" public return_type class_ref 6273 // UmlClassMember nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " in case the operation is a 'get' operation, returns the associated attribute or relation" end operation 52736 "setOf" public return_type class_ref 6273 // UmlClassMember nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " in case the operation is a 'set' operation, returns the associated attribute or relation" end operation 52864 "isCppConst" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE if the operation is declared const in C++" end operation 52992 "set_isCppConst" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set if the operation is declared const in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 53120 "isCppFriend" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE if the operation is a friend in C++" end operation 53248 "set_isCppFriend" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set if the operation is a friend in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 53376 "isCppVirtual" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE if the operation is declared virtual in C++" end operation 53504 "set_isCppVirtual" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set if the operation is declared virtual in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 53632 "isCppInline" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE if the operation is declared inline in C++" end operation 53760 "set_isCppInline" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set if the operation is declared inline in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 53888 "cppDef" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the operation's definition in C++, notes that the declaration is returned by the inherited ClassItemBase::CppDecl() operation" end operation 54016 "set_CppDef" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the operation's definition in C++, notes that the declaration is set through the inherited ClassItemBase::set_CppDecl() operation On error return FALSE in C++, produce a RuntimeException in Java" end operation 54144 "cppBody" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 54272 "set_CppBody" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the operation's body in C++, useless if the def does not contains ${body} On error return FALSE in C++, produce a RuntimeException in Java" end operation 54400 "cppNameSpec" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " in case the operation is a 'get' or 'set' operation, returns how the operation's C++ name must be generated" end operation 54528 "set_CppNameSpec" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " in case the operation is a 'get' or 'set' operation, returns how the operation's C++ name must be generated On error return FALSE in C++, produce a RuntimeException in Java" end operation 204160 "cppGetSetFrozen" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the if the C++ definition is frozen, only for getter/setter operation" end operation 204288 "set_CppGetSetFrozen" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the if the C++ definition is frozen, only for getter/setter operation On error return FALSE in C++, produce a RuntimeException in Java" end operation 54656 "isJavaFinal" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE if the operation is declared final in JAVA" end operation 54784 "set_isJavaFinal" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set if the operation is declared final in JAVA On error return FALSE in C++, produce a RuntimeException in Java" end operation 54912 "isJavaSynchronized" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE if the operation is declared synchronized in JAVA" end operation 55040 "set_isJavaSynchronized" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set if the operation is declared synchronized in JAVA On error return FALSE in C++, produce a RuntimeException in Java" end operation 55168 "javaDef" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the operation's definition in Java, notes that it is already made by the inherited JavaDecl operation" end operation 55296 "set_JavaDef" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the operation's definition in Java, notes that it is already made by the inherited set_JavaDecl operation On error return FALSE in C++, produce a RuntimeException in Java" end operation 55424 "javaBody" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the operation's body in Java++, useless if the def does not contains ${body} Note that the body is get each time from BOUML for memory size reason" end operation 55552 "set_JavaBody" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the operation's body in Java, useless if the def does not contains ${body} On error return FALSE in C++, produce a RuntimeException in Java" end operation 55680 "javaNameSpec" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " in case the operation is a 'get' or 'set' operation, returns how the operation's JAVA name must be generated" end operation 55808 "set_JavaNameSpec" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " in case the operation is a 'get' or 'set' operation, returns how the operation's JAVA name must be generated On error return FALSE in C++, produce a RuntimeException in Java" end operation 204416 "javaGetSetFrozen" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the if the Java definition is frozen, only for getter/setter operation" end operation 204544 "set_JavaGetSetFrozen" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the if the Java definition is frozen, only for getter/setter operation On error return FALSE in C++, produce a RuntimeException in Java" end operation 218496 "isPhpFinal" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHPHP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHPHP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE if the operation is declared final in PHP" end operation 218624 "set_isPhpFinal" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set if the operation is declared final in PHP On error return FALSE in C++, produce a RuntimeException in Java" end operation 218752 "phpDef" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the operation's definition in Php, notes that it is already made by the inherited PhpDecl operation" end operation 218880 "set_PhpDef" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the operation's definition in Php, notes that it is already made by the inherited set_PhpDecl operation On error return FALSE in C++, produce a RuntimeException in Java" end operation 219008 "phpBody" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the operation's body in Php++, useless if the def does not contains ${body} Note that the body is get each time from BOUML for memory size reason" end operation 219136 "set_PhpBody" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the operation's body in Php, useless if the def does not contains ${body} On error return FALSE in C++, produce a RuntimeException in Java" end operation 219264 "phpNameSpec" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " in case the operation is a 'get' or 'set' operation, returns how the operation's PHP name must be generated" end operation 219392 "set_PhpNameSpec" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " in case the operation is a 'get' or 'set' operation, returns how the operation's PHP name must be generated On error return FALSE in C++, produce a RuntimeException in Java" end operation 219520 "phpGetSetFrozen" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHPHP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHPHP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the if the Php definition is frozen, only for getter/setter operation" end operation 219648 "set_PhpGetSetFrozen" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the if the Php definition is frozen, only for getter/setter operation On error return FALSE in C++, produce a RuntimeException in Java" end operation 55936 "isIdlOneway" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHIDL ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHIDL ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns TRUE if the operation is declared oneway in IDL" end operation 56064 "set_isIdlOneway" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set if the operation is declared oneway in IDL On error return FALSE in C++, produce a RuntimeException in Java" end operation 56192 "idlNameSpec" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " in case the operation is a 'get' or 'set' operation, returns how the operation's IDL name must be generated" end operation 56320 "set_IdlNameSpec" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " in case the operation is a 'get' or 'set' operation, returns how the operation's IDL name must be generated On error return FALSE in C++, produce a RuntimeException in Java" end operation 204672 "idlGetSetFrozen" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHIDL ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHIDL ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the if the IDL definition is frozen, only for getter/setter operation" end operation 204800 "set_IdlGetSetFrozen" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the if the IDL definition is frozen, only for getter/setter operation On error return FALSE in C++, produce a RuntimeException in Java" end operation 56448 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. args unused" end attribute 162944 "_force_body_generation" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 20608 "_abstract" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 20736 "_cpp_const" private explicit_type "bool" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 20864 "_cpp_friend" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 20992 "_cpp_virtual" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 21120 "_cpp_inline" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 21248 "_java_final" private explicit_type "bool" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 21376 "_java_synchronized" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 162304 "_php_final" private explicit_type "bool" cpp_decl " #ifdef WITHPHP ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 21504 "_idl_oneway" private explicit_type "bool" cpp_decl " #ifdef WITHIDL ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 151296 "_cpp_get_set_frozen" private explicit_type "bool" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 151424 "_java_get_set_frozen" private explicit_type "bool" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 162432 "_php_get_set_frozen" private explicit_type "bool" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 151552 "_idl_get_set_frozen" private explicit_type "bool" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end classrelation 12160 // _return_type () relation 12160 *--> a role_name "_return_type" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 12160 // _return_type () b parent class_ref 145282 // UmlTypeSpec end classrelation 12288 // _params () relation 12288 ---> stereotype "list" a role_name "_params" multiplicity "*" private cpp default " ${comment}${static}${mutable}${volatile}${const}QValueList<${type}> ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type}${multiplicity} ${name}${value}; " classrelation_ref 12288 // _params () b parent class_ref 145026 // UmlParameter end classrelation 12416 // _exceptions () relation 12416 ---> stereotype "list" a role_name "_exceptions" multiplicity "*" private cpp default " ${comment}${static}${mutable}${volatile}${const}QValueList<${type}> ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type}${multiplicity} ${name}${value}; " classrelation_ref 12416 // _exceptions () b parent class_ref 145282 // UmlTypeSpec end attribute 21632 "_cpp_def" private explicit_type "string" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 21760 "_cpp_name_spec" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 21888 "_java_name_spec" private explicit_type "string" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 162560 "_php_name_spec" private explicit_type "string" cpp_decl " #ifdef WITHPHP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 22016 "_idl_name_spec" private explicit_type "string" cpp_decl " #ifdef WITHIDL ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end classrelation 12544 // _get_of () relation 12544 ---> a role_name "_get_of" private comment " exclusive with set_of" cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " classrelation_ref 12544 // _get_of () b parent class_ref 6273 // UmlClassMember end classrelation 12672 // _set_of () relation 12672 ---> a role_name "_set_of" private comment " exclusive with get_of" cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " classrelation_ref 12672 // _set_of () b parent class_ref 6273 // UmlClassMember end operation 56576 "UmlBaseOperation" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}; " cpp_def "${inline}${class}::${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlClassMember(id, n) { ${body}} " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 56704 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 56832 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 56960 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 219776 "read_php_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHPHP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHPHP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 57088 "read_idl_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHIDL ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHIDL ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 144896 "UmlBaseParameter" visibility package stereotype "struct" cpp_decl "${comment}${template}struct ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Represent an operation's parameter " operation 72832 "UmlBaseParameter" public explicit_return_type "" nparams 0 java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${)}${throws} { ${body}} " end operation 72448 "clone_it" public return_type class_ref 145026 // UmlParameter nparams 0 java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " Clone the parameter, defined only in Java which does not have 'const' or 'value passing'" end attribute 6272 "name" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 6400 "default_value" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end classrelation 156160 // type () relation 156160 *--> a role_name "type" public cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 156160 // type () b parent class_ref 145282 // UmlTypeSpec end classrelation 156288 // dir () relation 156288 *--> a role_name "dir" public cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 156288 // dir () b parent class_ref 384 // aDirection end end class 4480 "UmlBasePackage" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the packages" classrelation 12800 // relation 12800 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 12800 // b parent class_ref 7553 // UmlItem end operation 57216 "create" class_operation public return_type class_ref 7937 // UmlPackage nparams 2 param inout name "parent" type class_ref 7937 // UmlPackage param in name "name" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 57344 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 57472 "associatedDiagram" public return_type class_ref 7297 // UmlDiagram nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the optional associated diagram" end operation 57600 "set_AssociatedDiagram" public explicit_return_type "bool" nparams 1 param inout name "d" type class_ref 7297 // UmlDiagram nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java" end operation 57728 "cppSrcDir" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the path where the C++ source files are generated by the c++ generator." end operation 57856 "set_CppSrcDir" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the path where the C++ source files are generated by the C++ generator, may be relative even the 'root' path is not (already) an absolute path On error return FALSE in C++, produce a RuntimeException in Java" end operation 57984 "cppHDir" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the path where the C++ header files are generated by the C++ generator." end operation 58112 "set_CppHDir" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the path where the C++ header files are generated by the C++ generator, may be relative even the 'root' path is not (already) an absolute path On error return FALSE in C++, produce a RuntimeException in Java" end operation 58240 "cppNamespace" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment "returns the namespace name associed to the package" end operation 58368 "set_CppNamespace" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment "to set the namespace name associed to the package. On error return FALSE in C++, produce a RuntimeException in Java" end operation 58496 "findNamespace" class_operation public return_type class_ref 7937 // UmlPackage nparams 2 param in name "n" explicit_type "string" param in name "p" type class_ref 4480 // UmlBasePackage defaultvalue "0" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}const ${t0} & ${p0}, const ${t1} * ${p1} = 0${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} * ${class}::${name}${(}const ${t0} & ${p0}, const ${t1} * ${p1}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns the sub package of 'p' package having the c++ namespace 'n' (including 'p' itself), else 0" end operation 58624 "javaDir" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the path where the JAVA files are generated by the JAVA generator." end operation 58752 "set_JavaDir" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the path where the JAVA files are generated by the JAVA generator, may be relative even the 'root' path is not (already) an absolute path On error return FALSE in C++, produce a RuntimeException in Java" end operation 58880 "javaPackage" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment "returns the java package name associed to the package" end operation 59008 "set_JavaPackage" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the java package name associed to the package. On error return FALSE in C++, produce a RuntimeException in Java" end operation 59136 "findPackage" class_operation public return_type class_ref 7937 // UmlPackage nparams 2 param in name "n" explicit_type "string" param in name "p" type class_ref 4480 // UmlBasePackage defaultvalue "0" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}const ${t0} & ${p0}, const ${t1} * ${p1} = 0${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} * ${class}::${name}${(}const ${t0} & ${p0}, const ${t1} * ${p1}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns the sub package of 'p' package having the java package 'n' (including 'p' itself), else 0" end operation 219904 "phpDir" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHPHP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHPHP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the path where the PHP files are generated by the PHP generator." end operation 220032 "set_PhpDir" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the path where the PHP files are generated by the PHP generator, may be relative even the 'root' path is not (already) an absolute path On error return FALSE in C++, produce a RuntimeException in Java" end operation 59264 "idlDir" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHIDL ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHIDL ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the path where the IDL files are generated by the IDL generator." end operation 59392 "set_IdlDir" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the path where the IDL files are generated by the IDL generator, may be relative even the 'root' path is not (already) an absolute path On error return FALSE in C++, produce a RuntimeException in Java" end operation 59520 "idlModule" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment "returns the module name associed to the package" end operation 59648 "set_IdlModule" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the module name associed to the package. On error return FALSE in C++, produce a RuntimeException in Java" end operation 59776 "findModule" class_operation public return_type class_ref 7937 // UmlPackage nparams 2 param in name "n" explicit_type "string" param in name "p" type class_ref 4480 // UmlBasePackage defaultvalue "0" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}const ${t0} & ${p0}, const ${t1} * ${p1} = 0${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} * ${class}::${name}${(}const ${t0} & ${p0}, const ${t1} * ${p1}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns the sub package of 'p' package having the IDL module 'n' (including 'p' itself), else 0" end operation 73088 "getProject" class_operation public return_type class_ref 7937 // UmlPackage nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " Returns the project" end operation 221440 "isProjectModified" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment "return TRUE in case something is modified (i.e. the project must be saved)" end operation 221568 "saveProject" class_operation public explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment "save the project if needed" end operation 221696 "loadProject" class_operation public explicit_return_type "void" nparams 1 param in name "p" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment "Does nothing in case an edition is on going under BOUML. Else : close the current project (in case it is not saved the last modifications are lost), load the specified one, and all the communications with the plug-outs including the current one are closed. " end operation 59904 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0} = FALSE, ${t1} ${p1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. Recursively done for the sub items if 'rec' is TRUE. if 'del' is true the sub items are deleted in C++, and removed from the internal dictionnary in C++ and Java (to allow it to be garbaged), you will have to call Children() to re-access to them" end classrelation 136448 // _assoc_diagram () relation 136448 ---> a role_name "_assoc_diagram" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 136448 // _assoc_diagram () b parent class_ref 7297 // UmlDiagram end attribute 22144 "_cpp_src_dir" private explicit_type "string" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 22272 "_cpp_h_dir" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 22400 "_cpp_namespace" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 22528 "_java_dir" private explicit_type "string" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 22656 "_java_package" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 162688 "_php_dir" private explicit_type "string" cpp_decl " #ifdef WITHPHP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 22784 "_idl_dir" private explicit_type "string" cpp_decl " #ifdef WITHIDL ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 22912 "_idl_module" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end operation 60032 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 60160 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 60288 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 220160 "read_php_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHPHP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHPHP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 60416 "read_idl_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHIDL ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHIDL ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 60544 "UmlBasePackage" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}; " cpp_def "${inline}${class}::${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, n) { ${body}} " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 4608 "UmlBaseRelation" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the relations between classes" classrelation 13056 // relation 13056 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 13056 // b parent class_ref 6273 // UmlClassMember end operation 60672 "create" class_operation public return_type class_ref 8065 // UmlRelation nparams 3 param in name "kind" type class_ref 256 // aRelationKind param inout name "start" type class_ref 6017 // UmlClass param inout name "end" type class_ref 6017 // UmlClass nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} ${p0}, ${t1} * ${p1}, ${t2} * ${p2}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} ${p0}, ${t1} * ${p1}, ${t2} * ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 60800 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 60928 "relationKind" public return_type class_ref 256 // aRelationKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the relation" end operation 151424 "side" public return_type class_ref 8065 // UmlRelation nparams 1 param in name "first" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " if 'first' is true returns the relation associated to the first role, else the relation associated to the second role or 0/null if the relation is uni directional" end operation 61056 "isReadOnly" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " indicates if the relation is read only, returns TRUE if yes" end operation 61184 "set_isReadOnly" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the 'read only' state of the relation On error return FALSE in C++, produce a RuntimeException in Java" end operation 61312 "defaultValue" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the default relation value, may be an empty string" end operation 61440 "set_DefaultValue" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the default relation value (\"\" allowed) On error return FALSE in C++, produce a RuntimeException in Java" end operation 61568 "set_Stereotype" cpp_virtual public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "string" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the stereotype On error return FALSE in C++, produce a RuntimeException in Java redefined in case the relation is bidirectional to set the stereotype of the relation corresponding to the other direction" end operation 61696 "roleType" public return_type class_ref 6017 // UmlClass nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the 'end' class (the 'start' class is the parent of the relation) no set !" end operation 151040 "association" public return_type class_ref 145282 // UmlTypeSpec nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the associated class/type, may be an empty spec" end operation 151168 "set_Association" public explicit_return_type "bool" nparams 1 param in name "t" type class_ref 145282 // UmlTypeSpec nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the associated class/type, may be an empty spec On error : return FALSE in C++, produce a RuntimeException in Java" end operation 61824 "roleName" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the name of the role" end operation 61952 "set_RoleName" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the name of the role On error return FALSE in C++, produce a RuntimeException in Java" end operation 62080 "multiplicity" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the multiplicity (may be an empty string)" end operation 62208 "set_Multiplicity" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the multiplicity On error return FALSE in C++, produce a RuntimeException in Java" end operation 62336 "getOperation" public return_type class_ref 7809 // UmlOperation nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the 'get' operation of the relation, or 0 if it does not exist" end operation 62464 "addGetOperation" public explicit_return_type "bool" nparams 0 nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " to generate an associated 'get' operation On error return FALSE in C++, produce a RuntimeException in Java" end operation 62592 "setOperation" public return_type class_ref 7809 // UmlOperation nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the 'set' operation of the relation, or 0 if it does not exist" end operation 62720 "addSetOperation" public explicit_return_type "bool" nparams 0 nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " to generate an associated 'set' operation On error return FALSE in C++, produce a RuntimeException in Java" end operation 62848 "cppVirtualInheritance" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " indicates if the inheritance is virtual in C++, returns TRUE if yes" end operation 62976 "set_CppVirtualInheritance" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set if the inheritance is virtual in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 63104 "isCppMutable" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " Indicate if the relation is 'mutable'" end operation 63232 "set_isCppMutable" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " Set if the relation is 'mutable' On error return FALSE in C++, produce a RuntimeException in Java" end operation 63360 "isJavaTransient" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " indicates if the relation is 'transient', returns TRUE if yes" end operation 63488 "set_isJavaTransient" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the 'transient' state of the relation On error return FALSE in C++, produce a RuntimeException in Java" end operation 74496 "isIdlTruncatableInheritance" public explicit_return_type "bool" nparams 0 cpp_decl " #ifdef WITHIDL ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHIDL ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " indicates if the relation is 'truncatable', returns TRUE if yes have sense only for a valuetype inheritance" end operation 74624 "set_isIdlTruncatableInheritance" public explicit_return_type "bool" nparams 1 param in name "y" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set if the inheritance is 'truncatable' On error return FALSE in C++, produce a RuntimeException in Java" end operation 63616 "idlCase" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " in case the relation is an IDL union's member returns the corresponding 'case', an empty string in case it is not specified" end operation 63744 "set_IdlCase" public explicit_return_type "bool" nparams 1 param inout name "a" type class_ref 5889 // UmlAttribute nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the 'case' even the relation is not (already) known as an IDL union's member On error return FALSE in C++, produce a RuntimeException in Java" end operation 63872 "set_IdlCase" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to set the 'case' even the relation is not (already) known as an IDL union's member On error return FALSE in C++, produce a RuntimeException in Java" end operation 64000 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. args unused" end attribute 23040 "_read_only" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 23168 "_cpp_virtual_inheritance" private explicit_type "bool" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 23296 "_cpp_mutable" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 23424 "_java_transient" private explicit_type "bool" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value} : 1; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 52352 "_idl_truncatable" private explicit_type "bool" cpp_decl " #ifdef WITHIDL ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value} : 1; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end classrelation 13184 // _rel_kind () relation 13184 *--> a role_name "_rel_kind" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value} : 8; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 13184 // _rel_kind () b parent class_ref 256 // aRelationKind end attribute 23552 "_default_value" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end classrelation 13312 // _role_type () relation 13312 ---> a role_name "_role_type" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 13312 // _role_type () b parent class_ref 6017 // UmlClass end attribute 23680 "_role_name" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 23808 "_multiplicity" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end classrelation 136576 // _association () relation 136576 *--> a role_name "_association" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 136576 // _association () b parent class_ref 145282 // UmlTypeSpec end classrelation 13440 // _get_oper () relation 13440 ---> a role_name "_get_oper" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 13440 // _get_oper () b parent class_ref 7809 // UmlOperation end classrelation 13568 // _set_oper () relation 13568 ---> a role_name "_set_oper" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 13568 // _set_oper () b parent class_ref 7809 // UmlOperation end classrelation 13696 // _idl_case () relation 13696 ---> a role_name "_idl_case" private comment " exclusive with idl_explicit_case" cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 13696 // _idl_case () b parent class_ref 5889 // UmlAttribute comment " exclusive with idl_explicit_case" end attribute 23936 "_idl_explicit_case" private explicit_type "string" cpp_decl " #ifdef WITHIDL ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end operation 64128 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 64256 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 64384 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 220288 "read_php_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHPHP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHPHP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 64512 "read_idl_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHIDL ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHIDL ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 64640 "UmlBaseRelation" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}; " cpp_def "${inline}${class}::${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlClassMember(id, n) { ${body}} " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 6528 "UmlBaseNcRelation" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the relations between non class objects, for instances dependency between packages and use case generalization" classrelation 15104 // relation 15104 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 15104 // b parent class_ref 7553 // UmlItem end operation 75904 "create" class_operation public return_type class_ref 128180 // UmlNcRelation nparams 3 param in name "kind" type class_ref 256 // aRelationKind param inout name "start" type class_ref 7553 // UmlItem param inout name "end" type class_ref 7553 // UmlItem nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} ${p0}, ${t1} * ${p1}, ${t2} * ${p2}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} ${p0}, ${t1} * ${p1}, ${t2} * ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 76032 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 76160 "relationKind" public return_type class_ref 256 // aRelationKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the relation : aGeneralisation or a Dependency, the other are not allowed for the non class relations" end operation 76416 "target" public return_type class_ref 7553 // UmlItem nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the 'end' object (the 'start' object is the parent of the relation) no set !" end classrelation 14720 // _rel_kind () relation 14720 *--> a role_name "_rel_kind" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " classrelation_ref 14720 // _rel_kind () b parent class_ref 256 // aRelationKind end classrelation 14848 // _target () relation 14848 ---> a role_name "_target" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " classrelation_ref 14848 // _target () b parent class_ref 7553 // UmlItem end operation 76288 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 76544 "UmlBaseNcRelation" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)}; " cpp_def "${inline}${class}::${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, n) { ${body}} " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 4736 "UmlBaseSequenceDiagram" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the sequence diagrams" classrelation 13824 // relation 13824 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 13824 // b parent class_ref 7297 // UmlDiagram end operation 64768 "create" class_operation public return_type class_ref 8193 // UmlSequenceDiagram nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new sequence diagram 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" end operation 64896 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 65024 "UmlBaseSequenceDiagram" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlDiagram(id, n) {}; " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 4864 "UmlBaseUseCase" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the use cases" classrelation 13952 // relation 13952 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 13952 // b parent class_ref 7553 // UmlItem end operation 65152 "create" class_operation public return_type class_ref 8321 // UmlUseCase nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new use case 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" end operation 65280 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 65408 "associatedDiagram" public return_type class_ref 8449 // UmlUseCaseDiagram nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the optional associated diagram" end operation 65536 "set_AssociatedDiagram" public explicit_return_type "bool" nparams 1 param inout name "d" type class_ref 8449 // UmlUseCaseDiagram nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java" end operation 206080 "extensionPoints" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the extension points" end operation 206208 "set_ExtensionPoints" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the extension points On error return FALSE in C++, produce a RuntimeException in Java" end attribute 152960 "_extension_points" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end classrelation 14080 // _assoc_diagram () relation 14080 ---> a role_name "_assoc_diagram" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" classrelation_ref 14080 // _assoc_diagram () b parent class_ref 8449 // UmlUseCaseDiagram end operation 65664 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 65792 "UmlBaseUseCase" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, n) {}; " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 4992 "UmlBaseUseCaseDiagram" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the use case diagrams" classrelation 14208 // relation 14208 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 14208 // b parent class_ref 7297 // UmlDiagram end operation 65920 "create" class_operation public return_type class_ref 8449 // UmlUseCaseDiagram nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new use case diagram 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" end operation 66048 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 66176 "UmlBaseUseCaseDiagram" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlDiagram(id, n) {}; " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 5120 "UmlBaseUseCaseView" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Manage the use case views" classrelation 157568 // relation 157568 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 157568 // b parent class_ref 145538 // UmlView end operation 66304 "create" class_operation public return_type class_ref 8577 // UmlUseCaseView nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " returns a new use case view 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" end operation 66432 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 66560 "UmlBaseUseCaseView" cpp_inline protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlView(id, n) {}; " java_def " ${comment}${visibility}${final}${synchronized}${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws} { super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 768 "UmlBuiltin" visibility package stereotype "struct" cpp_decl "${comment}${template}struct ${name}${inherit} { ${members}}; ${inlines} " final java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Internal class used to memorize the types defined through the first 'generation settings' tab " attribute 4864 "uml" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 4992 "cpp" public explicit_type "string" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 5120 "cpp_in" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 5248 "cpp_out" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 5376 "cpp_inout" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 135808 "cpp_return" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 5504 "java" public explicit_type "string" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 5632 "idl" public explicit_type "string" cpp_decl " #ifdef WITHIDL ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end end class 896 "UmlStereotype" visibility package stereotype "struct" cpp_decl "${comment}${template}struct ${name}${inherit} { ${members}}; ${inlines} " final java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " Internal class used to know how what code is produced for a stereotype in each language " attribute 5760 "uml" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 5888 "cpp" public explicit_type "string" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 6016 "java" public explicit_type "string" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 162816 "php" public explicit_type "string" cpp_decl " #ifdef WITHPHP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end attribute 6144 "idl" public explicit_type "string" cpp_decl " #ifdef WITHIDL ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value};" php_decl "" idl_decl "" end end class 5248 "UmlCom" visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}}; " php_decl "" idl_decl "" explicit_switch_type "" comment " This class manages the communications This class may be defined as a 'singleton', but I prefer to use static members allowing to just write 'UmlCom::member' rather than 'UmlCom::instance()->member' or other long sentence like this. The operation you can use yourself are : - connect() - targetItem() - trace() - showTrace() - traceAutoRaise() - message() - bye() - close() you must NOT call the others " operation 66688 "connect" class_operation public explicit_return_type "bool" nparams 1 param in name "port" explicit_type "uint" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " does the connexion On error return FALSE in C++, produce a RuntimeException in Java" end operation 77056 "targetItem" class_operation public return_type class_ref 7553 // UmlItem nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the item on which the tool is applied" end operation 66944 "trace" class_operation public explicit_return_type "void" nparams 1 param in name "s" explicit_type "str" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to write messages in the tool window, use Qt rich text : allows HTML like formatting" end operation 203520 "showTrace" class_operation public explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment "to show the trace window " end operation 203648 "traceAutoRaise" class_operation public explicit_return_type "void" nparams 1 param in name "y" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment "to automatically raise the trace window each time trace() is called " end operation 67072 "message" class_operation public explicit_return_type "void" nparams 1 param in name "s" explicit_type "str" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " to write a message in the status bar line does not use Qt rich text" end operation 67200 "bye" class_operation public explicit_return_type "void" nparams 0 cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " must be called just before the disconnexion" end operation 67328 "close" class_operation public explicit_return_type "void" nparams 0 cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " disconnexion" end attribute 24064 "sock" class_attribute private explicit_type "Socket" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 50432 "is" class_attribute private explicit_type "DataInputStream" cpp_decl "" java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 50304 "os" class_attribute private explicit_type "DataOutputStream" cpp_decl "" java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 24192 "buffer_in" class_attribute private explicit_type "sbyte" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type}[] ${name}${value}; " php_decl "" idl_decl "" end attribute 24320 "buffer_in_size" class_attribute private explicit_type "uint" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 24448 "p_buffer_in" class_attribute private explicit_type "sbyte" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}int ${name}${value}; " php_decl "" idl_decl "" end attribute 24576 "buffer_in_end" class_attribute private explicit_type "char" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}int ${name}${value}; " php_decl "" idl_decl "" end attribute 24704 "buffer_out" class_attribute private explicit_type "sbyte" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type}[] ${name}${value}; " php_decl "" idl_decl "" end attribute 24832 "p_buffer_out" class_attribute private explicit_type "char" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}int ${name}${value}; " php_decl "" idl_decl "" end attribute 24960 "buffer_out_size" class_attribute private explicit_type "uint" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 50560 "id_size" class_attribute private explicit_type "byte" cpp_decl "" java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 50688 "empty_string" class_attribute private explicit_type "string" cpp_decl "" java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end extra_member 512 "initialization" cpp "" "" java " static { empty_string = new String(); }" php "" idl "" end operation 67456 "check_size_out" class_operation protected explicit_return_type "void" nparams 1 param in name "len" explicit_type "uint" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " end operation 67584 "read_if_needed" class_operation protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 67712 "read_buffer" class_operation protected explicit_return_type "void" nparams 1 param in name "len" explicit_type "uint" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " end operation 67840 "write_bool" class_operation protected explicit_return_type "void" nparams 1 param in name "b" explicit_type "bool" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " end operation 67968 "write_char" class_operation protected explicit_return_type "void" nparams 1 param in name "c" explicit_type "sbyte" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " end operation 68096 "write_unsigned" class_operation protected explicit_return_type "void" nparams 1 param in name "u" explicit_type "uint" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " end operation 68224 "write_id" class_operation protected explicit_return_type "void" nparams 1 param in name "id" explicit_type "item_id" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " end operation 68352 "write_string" class_operation protected explicit_return_type "void" nparams 1 param in name "p" explicit_type "str" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " end operation 68480 "send_cmd" class_operation public explicit_return_type "void" nparams 2 param in name "f" explicit_type "CmdFamily" param in name "cmd" explicit_type "uint" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " do NOT call the followings yourself !!!!" end operation 68608 "send_cmd" class_operation public explicit_return_type "void" nparams 3 param in name "f" explicit_type "CmdFamily" param in name "cmd" explicit_type "uint" param in name "arg" explicit_type "sbyte" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${throws}${staticnl}{ ${body}} " end operation 68736 "send_cmd" class_operation public explicit_return_type "void" nparams 3 param in name "f" explicit_type "CmdFamily" param in name "cmd" explicit_type "uint" param in name "id" explicit_type "item_id" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${throws}${staticnl}{ ${body}} " end operation 68864 "send_cmd" class_operation public explicit_return_type "void" nparams 3 param in name "f" explicit_type "CmdFamily" param in name "cmd" explicit_type "uint" param in name "s" explicit_type "str" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, const ${t2} ${p2}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}, const ${t2} ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${throws}${staticnl}{ ${body}} " end operation 68992 "send_cmd" class_operation public explicit_return_type "void" nparams 4 param in name "f" explicit_type "CmdFamily" param in name "cmd" explicit_type "uint" param in name "id" explicit_type "item_id" param in name "n" explicit_type "str" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, const ${t3} ${p3}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, const ${t3} ${p3}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, ${t3} ${p3}${)}${throws}${staticnl}{ ${body}} " end operation 69120 "send_cmd" class_operation public explicit_return_type "void" nparams 4 param in name "f" explicit_type "CmdFamily" param in name "cmd" explicit_type "uint" param in name "s" explicit_type "str" param in name "v" explicit_type "str" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, const ${t2} ${p2}, const ${t3} ${p3}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}, const ${t2} ${p2}, const ${t3} ${p3}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, ${t3} ${p3}${)}${throws}${staticnl}{ ${body}} " end operation 69248 "send_cmd" class_operation public explicit_return_type "void" nparams 5 param in name "f" explicit_type "CmdFamily" param in name "cmd" explicit_type "uint" param in name "b" explicit_type "bool" param in name "s" explicit_type "str" param in name "v" explicit_type "str" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, const ${t3} ${p3}, const ${t4} ${p4}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, const ${t3} ${p3}, const ${t4} ${p4}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, ${t3} ${p3}, ${t4} ${p4}${)}${throws}${staticnl}{ ${body}} " end operation 69376 "send_cmd" class_operation public explicit_return_type "void" nparams 2 param in name "id" explicit_type "item_id" param in name "cmd" explicit_type "OnInstanceCmd" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " end operation 69504 "send_cmd" class_operation public explicit_return_type "void" nparams 3 param in name "id" explicit_type "item_id" param in name "cmd" explicit_type "OnInstanceCmd" param in name "arg" explicit_type "str" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}, const ${t2} ${p2}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}, const ${t2} ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${throws}${staticnl}{ ${body}} " end operation 69632 "send_cmd" class_operation public explicit_return_type "void" nparams 3 param in name "id" explicit_type "item_id" param in name "cmd" explicit_type "OnInstanceCmd" param in name "arg" explicit_type "sbyte" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${throws}${staticnl}{ ${body}} " end operation 69760 "send_cmd" class_operation public explicit_return_type "void" nparams 3 param in name "id" explicit_type "item_id" param in name "cmd" explicit_type "OnInstanceCmd" param in name "arg" explicit_type "uint" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${throws}${staticnl}{ ${body}} " end operation 69888 "send_cmd" class_operation public explicit_return_type "void" nparams 3 param in name "id" explicit_type "item_id" param in name "cmd" explicit_type "OnInstanceCmd" param in name "arg" explicit_type "UmlTypeSpec" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}, const ${t2} & ${p2}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}, const ${t2} & ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${throws}${staticnl}{ ${body}} " end operation 70016 "send_cmd" class_operation public explicit_return_type "void" nparams 4 param in name "id" explicit_type "item_id" param in name "cmd" explicit_type "OnInstanceCmd" param in name "arg1" explicit_type "str" param in name "arg2" explicit_type "str" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}, const ${t2} ${p2}, const ${t3} ${p3}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}, const ${t2} ${p2}, const ${t3} ${p3}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, ${t3} ${p3}${)}${throws}${staticnl}{ ${body}} " end operation 70144 "send_cmd" class_operation public explicit_return_type "void" nparams 4 param in name "id" explicit_type "item_id" param in name "cmd" explicit_type "OnInstanceCmd" param in name "arg1" explicit_type "anItemKind" param in name "arg2" explicit_type "str" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, const ${t3} ${p3}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, const ${t3} ${p3}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, ${t3} ${p3}${)}${throws}${staticnl}{ ${body}} " end operation 70272 "send_cmd" class_operation public explicit_return_type "void" nparams 5 param in name "id" explicit_type "item_id" param in name "cmd" explicit_type "OnInstanceCmd" param in name "arg1" explicit_type "anItemKind" param in name "arg2" explicit_type "aRelationKind" param in name "id2" explicit_type "item_id" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, ${t3} ${p3}, const ${t4} ${p4}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, ${t3} ${p3}, const ${t4} ${p4}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, ${t3} ${p3}, ${t4} ${p4}${)}${throws}${staticnl}{ ${body}} " end operation 70400 "send_cmd" class_operation public explicit_return_type "void" nparams 3 param in name "id" explicit_type "item_id" param in name "cmd" explicit_type "OnInstanceCmd" param in name "id1" explicit_type "item_id" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}, const ${t2} ${p2}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}, const ${t2} ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${throws}${staticnl}{ ${body}} " end operation 70528 "send_cmd" class_operation public explicit_return_type "void" nparams 4 param in name "id" explicit_type "item_id" param in name "cmd" explicit_type "OnInstanceCmd" param in name "id1" explicit_type "item_id" param in name "arg2" explicit_type "str" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}, const ${t2} ${p2}, const ${t3} ${p3}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}, const ${t2} ${p2}, const ${t3} ${p3}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, ${t3} ${p3}${)}${throws}${staticnl}{ ${body}} " end operation 70656 "send_cmd" class_operation public explicit_return_type "void" nparams 4 param in name "id" explicit_type "item_id" param in name "cmd" explicit_type "OnInstanceCmd" param in name "arg1" explicit_type "uint" param in name "arg2" explicit_type "UmlTypeSpec" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, const ${t3} & ${p3}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, const ${t3} & ${p3}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, ${t3} ${p3}${)}${throws}${staticnl}{ ${body}} " end operation 70784 "send_cmd" class_operation public explicit_return_type "void" nparams 7 param in name "id" explicit_type "item_id" param in name "cmd" explicit_type "OnInstanceCmd" param in name "arg1" explicit_type "uint" param in name "arg2" explicit_type "str" param in name "arg3" explicit_type "str" param in name "arg4" explicit_type "UmlTypeSpec" param in name "arg5" explicit_type "UmlTypeSpec" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, const ${t3} ${p3}, const ${t4} ${p4}, const ${t5} & ${p5}, const ${t6} & ${p6}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, const ${t3} ${p3}, const ${t4} ${p4}, const ${t5} & ${p5}, const ${t6} & ${p6}${)}${const}${volatile}${staticnl}{ ${body}}" java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, ${t3} ${p3}, ${t4} ${p4}, ${t5} ${p5}, ${t6} ${p6}${)}${throws}${staticnl}{ ${body}}" end operation 70912 "send_cmd" class_operation public explicit_return_type "void" nparams 7 param in name "id" explicit_type "item_id" param in name "cmd" explicit_type "OnInstanceCmd" param in name "arg1" explicit_type "uint" param in name "arg2" explicit_type "sbyte" param in name "arg3" explicit_type "str" param in name "arg4" explicit_type "str" param in name "arg5" explicit_type "UmlTypeSpec" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, ${t3} ${p3}, const ${t4} ${p4}, const ${t5} ${p5}, const ${t6} & ${p6}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, ${t3} ${p3}, const ${t4} ${p4}, const ${t5} ${p5}, const ${t6} & ${p6}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, ${t3} ${p3}, ${t4} ${p4}, ${t5} ${p5}, ${t6} ${p6}${)}${throws}${staticnl}{ ${body}} " end operation 71040 "send_cmd" class_operation public explicit_return_type "void" nparams 3 param in name "id" explicit_type "item_id" param in name "cmd" explicit_type "OnInstanceCmd" param in name "l" type class_ref 7553 // UmlItem cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}, const QVector<${t2}> & ${p2}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}, const QVector<${t2}> & ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2}[] ${p2}${)}${throws}${staticnl}{ ${body}} " end operation 144768 "send_cmd" class_operation public explicit_return_type "void" nparams 4 param in name "id" explicit_type "item_id" param in name "cmd" type class_ref 5632 // OnInstanceCmd param inout name "arg" type class_ref 640 // anItemKind param inout name "id2" explicit_type "item_id" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, const ${t3} ${p3}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, const ${t3} ${p3}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}, ${t3} ${p3}${)}${throws}${staticnl}{ ${body}} " comment "internal, do NOT use it " end operation 71168 "read_id" class_operation public explicit_return_type "item_id" nparams 0 cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 71296 "read_string" class_operation public explicit_return_type "str" nparams 0 cpp_decl " ${comment}${friend}${static}${virtual}const ${type} ${name}${(}${)}${const}${volatile}${abstract};" cpp_def "${inline}const ${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 71424 "read_bool" class_operation public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 71552 "read_char" class_operation public explicit_return_type "char" nparams 0 cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}int ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 71680 "read_unsigned" class_operation public explicit_return_type "uint" nparams 0 cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 66816 "read_item_list" class_operation public explicit_return_type "void" nparams 1 param inout name "v" type class_ref 7553 // UmlItem cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}QVector<${t0}> & ${p0}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}QVector<${t0}> & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}UmlItem[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " reads the selected items when the tool is called you MUST call it only one time after the connexion" end operation 71808 "fatal_error" class_operation public explicit_return_type "void" nparams 1 param in name "msg" explicit_type "string" cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & #ifdef DEBUG_BOUML ${p0} #endif ${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " end operation 71936 "flush" class_operation public explicit_return_type "void" nparams 0 cpp_decl " ${comment}${friend}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract};" cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 72064 "check" class_operation public explicit_return_type "void" nparams 0 java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 5376 "CmdFamily" visibility package stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" comment " Internal enum" attribute 25088 "onInstanceCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 25216 "classGlobalCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 25344 "packageGlobalCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 25472 "miscGlobalCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 25600 "umlSettingsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 25728 "cppSettingsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 25856 "javaSettingsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 25984 "idlSettingsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 160128 "phpSettingsCmd" public type class_ref 5376 // CmdFamily cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 5504 "MiscGlobalCmd" visibility package stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" comment " Internal enum" attribute 26112 "byeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 26240 "traceCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 26368 "messageCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 51200 "toolRunningCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 53760 "targetCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 163456 "allMarkedCmd" public type class_ref 5504 // MiscGlobalCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 163584 "loadCmd" public type class_ref 5504 // MiscGlobalCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 150400 "showTraceCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 150528 "traceAutoRaiseCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 5632 "OnInstanceCmd" visibility package stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" comment " Internal enum" attribute 26496 "parentCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 26624 "childrenCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 26752 "getDefCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 26880 "getUmlDefCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 27008 "getCppDefCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 27136 "getJavaDefCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 27264 "getIdlDefCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 27392 "isWritableCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 50816 "supportFileCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 27520 "isOpenCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 27648 "setOpenCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 54400 "assocComponentCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 27776 "assocArtifactCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 27904 "saveInCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 28032 "formalsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 28160 "actualsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 28288 "cppBodyCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 28416 "javaBodyCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 51072 "applyCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 150272 "referencedByCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 136960 "sideCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 155008 "attributesCmd" public explicit_type "" constraint " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 155136 "relationsCmd" public explicit_type "" constraint " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 161408 "getPhpDefCmd" public type class_ref 5632 // OnInstanceCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 161536 "phpBodyCmd" public type class_ref 5632 // OnInstanceCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 28544 "firstSetCmd" public explicit_type "" init_value "= 50" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" comment " just a mark" end attribute 28672 "createCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 28800 "setCoupleValueCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 28928 "setDescriptionCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 29056 "setNameCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 29184 "setStereotypeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 29312 "addAssocClassCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 29440 "removeAssocClassCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 29568 "setAssocClassesCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 29696 "setAssocDiagramCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 29824 "setAssocViewCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 29952 "addGetOperCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 30080 "addSetOperCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 30208 "setIsClassMemberCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 30336 "setVisibilityCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 30464 "setCppDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 30592 "setCppDefCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 30720 "setJavaDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 30848 "setIdlDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 30976 "setCppVisibilityCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 31104 "setIsReadOnlyCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 31232 "setDefaultValueCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 31360 "setTypeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 31488 "setIsVolatileCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 31616 "setIsCppMutableCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 31744 "setIsJavaTransientCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 31872 "setIdlCaseCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 32000 "setIsCppInlineCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 32128 "setIsAbstractCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 32256 "setBaseTypeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 32384 "setIsCppExternalCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 32512 "setIsJavaExternalCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 52480 "setIsIdlExternalCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 32640 "setIsJavaPublicCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 32768 "setIsJavaFinalCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 51584 "setIsIdlLocalCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 51712 "setIsIdlCustomCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 32896 "setSwitchTypeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 33024 "removeFormalCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 33152 "addFormalCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 33280 "replaceFormalCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 33408 "replaceActualCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 33536 "setCppHCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 33664 "setCppSrcCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 33792 "setJavaSrcCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 33920 "setIdlSrcCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 34048 "addAssocArtifactCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 34176 "removeAssocArtifactCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 34304 "removeAllAssocArtifactsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 34432 "setReturnTypeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 34560 "setIsCppConstCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 34688 "setIsCppFriendCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 34816 "setIsCppVirtualCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 52224 "setIsIdlTruncatableCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 34944 "setCppBodyCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 35072 "setCppNameSpecCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 35200 "setJavaFinalCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 35328 "setJavaSynchronizedCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 35456 "setJavaBodyCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 35584 "setJavaNameSpecCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 35712 "setIsIdlOnewayCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 35840 "setIdlNameSpecCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 35968 "addParameterCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 36096 "removeParameterCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 36224 "replaceParameterCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 36352 "addExceptionCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 36480 "removeExceptionCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 36608 "replaceExceptionCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 36736 "setCppSrcDirCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 36864 "setCppHDirCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 36992 "setCppNamespaceCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 37120 "setJavaDirCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 37248 "setJavaPackageCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 37376 "setIdlDirCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 37504 "setIdlModuleCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 37632 "setRoleNameCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 37760 "setMultiplicityCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 37888 "setCppVirtualInheritanceCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 131584 "setMarkedCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 131712 "setUmlEntryBehaviorCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 131840 "setUmlExitBehaviorCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 131968 "setUmlActivityCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 132096 "setCppEntryBehaviorCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 132224 "setCppExitBehaviorCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 132352 "setCppActivityCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 132480 "setJavaEntryBehaviorCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 132608 "setJavaExitBehaviorCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 132736 "setJavaActivityCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 132864 "setUmlTriggerCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 132992 "setUmlGuardCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 133120 "setCppTriggerCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 133248 "setCppGuardCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 133376 "setJavaGuardCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 133504 "setJavaTriggerCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 133632 "setDefCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 133760 "moveAfterCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 136448 "setJavaAnnotationCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 136704 "setRelationAssocClassCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 148992 "setReadOnlyCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 149120 "setSingleExecutionCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 149248 "setUnmarshallCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 149376 "setTimeEventCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 149504 "setFlagCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 149632 "setUniqueCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 149760 "setStreamCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 149888 "setInStateCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 150016 "setOrderingCmd" protected explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 150912 "setCppFrozenCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 151040 "setJavaFrozenCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 151168 "setIdlFrozenCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 153984 "setConstraintCmd" public explicit_type "" constraint " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 154112 "deleteCmd" public explicit_type "" constraint " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 154624 "setAttributeCmd" public explicit_type "" constraint " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 154752 "addRelationCmd" public explicit_type "" constraint " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 154880 "removeRelationCmd" public explicit_type "" constraint " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 160256 "setPhpDeclCmd" public type class_ref 5632 // OnInstanceCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 160384 "setIsPhpExternalCmd" public type class_ref 5632 // OnInstanceCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 160512 "setIsPhpFinalCmd" public type class_ref 5632 // OnInstanceCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 160640 "setPhpSrcCmd" public type class_ref 5632 // OnInstanceCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 160768 "setPhpFinalCmd" public type class_ref 5632 // OnInstanceCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 160896 "setPhpBodyCmd" public type class_ref 5632 // OnInstanceCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 161024 "setPhpNameSpecCmd" public type class_ref 5632 // OnInstanceCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 161152 "setPhpDirCmd" public type class_ref 5632 // OnInstanceCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 161280 "setPhpFrozenCmd" public type class_ref 5632 // OnInstanceCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 163072 "setIsForceBodyGenCmd" public type class_ref 5632 // OnInstanceCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 5760 "ClassGlobalCmd" visibility package stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" comment " Internal enum" attribute 38016 "findClassCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 5888 "PackageGlobalCmd" visibility package stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" comment " Internal enum" attribute 38144 "findNamespaceCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 38272 "findPackageCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 38400 "findModuleCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 50944 "getProjectCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 163200 "isProjectModifiedCmd" public type class_ref 5888 // PackageGlobalCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 163328 "saveProjectCmd" public type class_ref 5888 // PackageGlobalCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 6016 "UmlSettingsCmd" visibility package stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" comment " Internal enum" attribute 38528 "getUmlSettingsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 134016 "setDefaultArtifactDescriptionCmd" public explicit_type "" init_value "= 50" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 134144 "setDefaultClassDescriptionCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 134272 "setDefaultOperationDescriptionCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 134400 "setDefaultAttributeDescriptionCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 134528 "setDefaultRelationDescriptionCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 152704 "setUmlDefaultGetNameCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 152832 "setUmlDefaultSetNameCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 6144 "CppSettingsCmd" visibility package stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" comment " Internal enum" attribute 38656 "getCppSettingsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 38784 "getCppUseDefaultsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 38912 "setCppUseDefaultsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 39040 "setCppTypeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 39168 "setCppRelationAttributeStereotypeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 39296 "setCppClassStereotypeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 39424 "setCppIncludeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 39552 "setCppHeaderContentCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 39680 "setCppRootDirCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 39808 "setCppSourceContentCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 39936 "setCppHeaderExtensionCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 40064 "setCppSourceExtensionCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 40192 "setCppIncludeWithPathCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 40320 "setCppEnumInCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 40448 "setCppEnumOutCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 40576 "setCppEnumInOutCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 40704 "setCppInCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 40832 "setCppOutCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 40960 "setCppInOutCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 41088 "setCppClassDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 41216 "setCppExternalClassDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 41344 "setCppStructDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 41472 "setCppUnionDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 41600 "setCppEnumDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 41728 "setCppTypedefDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 41856 "setCppAttributeDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 41984 "setCppEnumItemDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 42112 "setCppRelationDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 42240 "setCppOperationDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 42368 "setCppOperationDefCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 42496 "setCppOperationForceThrowCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 42624 "setCppGetVisibilityCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 42752 "setCppGetNameCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 42880 "setCppIsGetInlineCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 43008 "setCppIsGetConstCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 43136 "setCppIsGetValueConstCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 43264 "setCppSetVisibilityCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 43392 "setCppSetNameCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 43520 "setCppIsSetInlineCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 43648 "setCppIsSetParamConstCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 134656 "setCppEnumReturnCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 134784 "setCppReturnCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 150784 "setCppIsSetParamRefCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 151936 "setCppRelativePathCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 152064 "setCppForceNamespaceGenCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 153216 "setCppRootRelativePathCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 153472 "setCppJavadocStyleCmd" public explicit_type "" constraint " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 6272 "JavaSettingsCmd" visibility package stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" comment " Internal enum" attribute 43776 "getJavaSettingsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 43904 "getJavaUseDefaultsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 44032 "setJavaUseDefaultsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 44160 "setJavaTypeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 44288 "setJavaRelationAttributeStereotypeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 44416 "setJavaClassStereotypeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 44544 "setJavaImportCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 44672 "setJavaRootdirCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 44800 "setJavaSourceContentCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 44928 "setJavaSourceExtensionCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 45056 "setJavaClassDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 45184 "setJavaExternalClassDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 45312 "setJavaEnumPatternDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 45440 "setJavaInterfaceDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 45568 "setJavaAttributeDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 45696 "setJavaEnumPatternItemDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 45824 "setJavaEnumPatternItemCaseCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 45952 "setJavaRelationDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 46080 "setJavaOperationDefCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 46208 "setJavaGetvisibilityCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 46336 "setJavaGetNameCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 46464 "setJavaSetNameCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 46592 "setJavaIsGetFinalCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 46720 "setJavaIsSetFinalCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 46848 "setJavaSetVisibilityCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 46976 "setJavaIsSetParamFinalCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 136192 "setJavaEnumDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 136320 "setJavaEnumItemDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 153728 "setJavaJavadocStyleCmd" public explicit_type "" constraint " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 146816 "PhpSettingsCmd" visibility package stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" attribute 157568 "getPhpSettingsCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 157696 "getPhpUseDefaultsCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 157824 "setPhpUseDefaultsCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 157952 "setPhpClassStereotypeCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 158080 "setPhpRootdirCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 158208 "setPhpSourceContentCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 158336 "setPhpSourceExtensionCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 158464 "setPhpClassDeclCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 158592 "setPhpEnumDeclCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 158720 "setPhpExternalClassDeclCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 158848 "setPhpInterfaceDeclCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 158976 "setPhpAttributeDeclCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 159104 "setPhpEnumItemDeclCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 159232 "setPhpRelationDeclCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 159360 "setPhpOperationDefCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 159488 "setPhpGetNameCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 159616 "setPhpSetNameCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 159744 "setPhpIsGetFinalCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 159872 "setPhpIsSetFinalCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 160000 "setPhpIsSetParamFinalCmd" public type class_ref 146816 // PhpSettingsCmd cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 6400 "IdlSettingsCmd" visibility package stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" comment " Internal enum" attribute 47104 "getIdlSettingsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 47232 "getIdlUseDefaultsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 47360 "setIdlUseDefaultsCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 47488 "setIdlTypeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 47616 "setIdlRelationAttributeStereotypeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 47744 "setIdlClassStereotypeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 52992 "setIdlIncludeCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 47872 "setIdlRootDirCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 48000 "setIdlSourceContentCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 48128 "setIdlSourceExtensionCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 48256 "setIdlInterfaceDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 51456 "setIdlValuetypeDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 48384 "setIdlStructDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 48512 "setIdlTypedefDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 48640 "setIdlExceptionDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 48768 "setIdlUnionDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 48896 "setIdlEnumDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 52608 "setIdlExternalClassDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 49024 "setIdlAttributeDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 53376 "setIdlValuetypeAttributeDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 49152 "setIdlUnionItemDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 49280 "setIdlEnumItemDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 49408 "setIdlConstDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 49536 "setIdlRelationDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 53504 "setIdlValuetypeRelationDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 49664 "setIdlUnionRelationDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 49792 "setIdlOperationDeclCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 49920 "setIdlGetNameCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 50048 "setIdlSetNameCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 50176 "setIdlIsSetOneWayCmd" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 128384 "UmlBaseState" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 128256 // relation 128256 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 128256 // b parent class_ref 7553 // UmlItem end operation 128768 "create" class_operation public return_type class_ref 128514 // UmlState nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 128896 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 129024 "UmlBaseState" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 129792 "entryBehavior" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the entry behavior in OCL" end operation 129920 "set_EntryBehavior" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the entry behavior in OCL On error return FALSE in C++, produce a RuntimeException in Java" end operation 130048 "exitBehavior" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the exit behavior in OCL" end operation 130176 "set_ExitBehavior" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the exit behavior in OCL On error return FALSE in C++, produce a RuntimeException in Java" end operation 130304 "doActivity" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the activity in OCL" end operation 130432 "set_DoActivity" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the activity in OCL On error return FALSE in C++, produce a RuntimeException in Java" end operation 130560 "cppEntryBehavior" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the entry behavior in C++" end operation 130688 "set_CppEntryBehavior" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the entry behavior in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 130816 "cppExitBehavior" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the exit behavior in C++" end operation 130944 "set_CppExitBehavior" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the exit behavior in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 131072 "cppDoActivity" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the activity in C++" end operation 131200 "set_CppDoActivity" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the activity in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 131328 "javaEntryBehavior" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the entry behavior in Java" end operation 131456 "set_JavaEntryBehavior" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the entry behavior in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 131584 "javaExitBehavior" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the exit behavior in Java" end operation 131712 "set_JavaExitBehavior" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the exit behavior in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 131840 "javaDoActivity" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the activity in Java" end operation 131968 "set_JavaDoActivity" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the activity in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 132096 "associatedDiagram" public return_type class_ref 128770 // UmlStateDiagram nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the optional associated diagram" end operation 221312 "set_AssociatedDiagram" public explicit_return_type "bool" nparams 1 param in name "d" type class_ref 128770 // UmlStateDiagram cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java" end operation 132224 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. Recursively done for the sub items if 'rec' is TRUE. if 'del' is true the sub items are deleted in C++, and removed from the internal dictionnary in C++ and Java (to allow it to be garbaged), you will have to call Children() to re-access to them" end classrelation 129280 // _uml () relation 129280 *--> a role_name "_uml" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 129280 // _uml () b parent class_ref 128896 // StateBehavior end classrelation 129408 // _cpp () relation 129408 *--> a role_name "_cpp" private cpp default " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 129408 // _cpp () b parent class_ref 128896 // StateBehavior end classrelation 129536 // _java () relation 129536 *--> a role_name "_java" private cpp default " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 129536 // _java () b parent class_ref 128896 // StateBehavior end classrelation 129664 // _assoc_diagram () relation 129664 ---> a role_name "_assoc_diagram" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 129664 // _assoc_diagram () b parent class_ref 128770 // UmlStateDiagram end operation 132608 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 132736 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 132864 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 128640 "UmlBaseStateDiagram" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 128768 // relation 128768 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 128768 // b parent class_ref 7297 // UmlDiagram end operation 129280 "create" class_operation public return_type class_ref 128770 // UmlStateDiagram nparams 2 param inout name "parent" type class_ref 128514 // UmlState param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 129408 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 129536 "UmlBaseStateDiagram" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlDiagram(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 133504 "UmlBaseActivityDiagram" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 137472 // relation 137472 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 137472 // b parent class_ref 7297 // UmlDiagram end operation 155264 "create" class_operation public return_type class_ref 133634 // UmlActivityDiagram nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 155392 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 155520 "UmlBaseActivityDiagram" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlDiagram(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 128896 "StateBehavior" visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" attribute 128384 "on_entry" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 128512 "on_exit" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 128640 "do_activity" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end operation 132352 "read" public explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 132480 "unload" public explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " end end class 129024 "UmlBaseTransition" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 129792 // relation 129792 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 129792 // b parent class_ref 7553 // UmlItem end operation 132992 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 133120 "create" class_operation public return_type class_ref 129154 // UmlTransition nparams 2 param inout name "start" type class_ref 7553 // UmlItem param inout name "end" type class_ref 7553 // UmlItem nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, ${t1} * ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, ${t1} * ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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 " end operation 133248 "target" cpp_virtual public return_type class_ref 7553 // UmlItem nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the 'end' object (the 'start' object is the parent of the transition) no set !" end operation 211328 "isExternal" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return if the transition is internal or external, only self transitions can't be external" end operation 211456 "set_IsExternal" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set if the transition is internal or external, only a self transition may be set internal On error return FALSE in C++, produce a RuntimeException in Java" end operation 133376 "trigger" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the trigger in OCL" end operation 133504 "set_Trigger" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the trigger in OCL On error return FALSE in C++, produce a RuntimeException in Java" end operation 133632 "guard" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the guard in OCL" end operation 133760 "set_Guard" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the guard in OCL On error return FALSE in C++, produce a RuntimeException in Java" end operation 133888 "activity" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the activity in OCL" end operation 134016 "set_Activity" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the activity in OCL On error return FALSE in C++, produce a RuntimeException in Java" end operation 134144 "cppTrigger" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the trigger in C++" end operation 134272 "set_CppTrigger" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the trigger in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 134400 "cppGuard" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the guard in C++" end operation 134528 "set_CppGuard" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the guard in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 134656 "cppActivity" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the activity in C++" end operation 134784 "set_CppActivity" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the activity in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 134912 "javaTrigger" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the trigger in Java" end operation 135040 "set_JavaTrigger" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the trigger in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 135168 "javaGuard" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the guard in Java" end operation 135296 "set_JavaGuard" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the guard in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 135424 "javaActivity" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the activity in Java" end operation 135552 "set_JavaActivity" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the activity in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 135680 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. Recursively done for the sub items if 'rec' is TRUE. if 'del' is true the sub items are deleted in C++, and removed from the internal dictionnary in C++ and Java (to allow it to be garbaged), you will have to call Children() to re-access to them" end classrelation 130304 // _target () relation 130304 ---> a role_name "_target" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 130304 // _target () b parent class_ref 7553 // UmlItem end attribute 155392 "_is_external" public explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end classrelation 130432 // _uml () relation 130432 *--> a role_name "_uml" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 130432 // _uml () b parent class_ref 129280 // TransitionBehavior end classrelation 130560 // _cpp () relation 130560 *--> a role_name "_cpp" private cpp default " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 130560 // _cpp () b parent class_ref 129280 // TransitionBehavior end classrelation 130688 // _java () relation 130688 *--> a role_name "_java" private cpp default " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 130688 // _java () b parent class_ref 129280 // TransitionBehavior end operation 136064 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 136192 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 136320 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 136448 "UmlBaseTransition" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "n" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, n) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, n); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 129280 "TransitionBehavior" visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" attribute 128768 "trigger" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 128896 "guard" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 129024 "activity" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end operation 135808 "read" public explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 135936 "unload" public explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " end end class 129408 "UmlBaseRegion" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 130816 // relation 130816 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 130816 // b parent class_ref 7553 // UmlItem end operation 136704 "create" class_operation public return_type class_ref 129538 // UmlRegion nparams 2 param inout name "parent" type class_ref 128514 // UmlState param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 136832 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 136960 "UmlBaseRegion" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 129664 "UmlBaseStateAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 131328 // relation 131328 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 131328 // b parent class_ref 7553 // UmlItem end operation 137344 "create" class_operation public return_type class_ref 129794 // UmlStateAction nparams 1 param inout name "parent" type class_ref 128514 // UmlState nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " 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 " end operation 137472 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 137600 "UmlBaseStateAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 137728 "expression" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the expression in OCL" end operation 137856 "set_Expression" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the expression in OCL On error return FALSE in C++, produce a RuntimeException in Java" end operation 137984 "cppExpression" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the expression in C++" end operation 138112 "set_CppExpression" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the expression in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 138240 "javaExpression" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the expression in Java" end operation 138368 "set_JavaExpression" public explicit_return_type "bool" nparams 1 param in name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the expression in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 138496 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. Recursively done for the sub items if 'rec' is TRUE. if 'del' is true the sub items are deleted in C++, and removed from the internal dictionnary in C++ and Java (to allow it to be garbaged), you will have to call Children() to re-access to them" end attribute 129152 "_uml" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 129280 "_cpp" private explicit_type "string" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 129408 "_java" private explicit_type "string" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end operation 138624 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 138752 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 138880 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 130048 "UmlBaseInitialPseudoState" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 132096 // relation 132096 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 132096 // b parent class_ref 129922 // UmlPseudoState end operation 139136 "create" class_operation public return_type class_ref 130178 // UmlInitialPseudoState nparams 1 param inout name "parent" type class_ref 7553 // UmlItem nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " 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 " end operation 139264 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 139392 "UmlBaseInitialPseudoState" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlPseudoState(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 130304 "UmlBaseEntryPointPseudoState" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 132480 // relation 132480 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 132480 // b parent class_ref 129922 // UmlPseudoState end operation 139648 "create" class_operation public return_type class_ref 130434 // UmlEntryPointPseudoState nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 139776 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 139904 "UmlBaseEntryPointPseudoState" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlPseudoState(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 130560 "UmlBaseFinalState" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 132864 // relation 132864 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 132864 // b parent class_ref 129922 // UmlPseudoState end operation 140160 "create" class_operation public return_type class_ref 130690 // UmlFinalState nparams 1 param inout name "parent" type class_ref 7553 // UmlItem nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " 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 " end operation 140288 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 140416 "UmlBaseFinalState" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlPseudoState(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 130816 "UmlBaseTerminatePseudoState" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 133248 // relation 133248 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 133248 // b parent class_ref 129922 // UmlPseudoState end operation 140672 "create" class_operation public return_type class_ref 130946 // UmlTerminatePseudoState nparams 1 param inout name "parent" type class_ref 7553 // UmlItem nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " 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 " end operation 140800 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 140928 "UmlBaseTerminatePseudoState" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlPseudoState(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 131072 "UmlBaseExitPointPseudoState" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 133632 // relation 133632 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 133632 // b parent class_ref 129922 // UmlPseudoState end operation 141184 "create" class_operation public return_type class_ref 131202 // UmlExitPointPseudoState nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 141312 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 141440 "UmlBaseExitPointPseudoState" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlPseudoState(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 131328 "UmlBaseDeepHistoryPseudoState" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 134016 // relation 134016 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 134016 // b parent class_ref 129922 // UmlPseudoState end operation 141696 "create" class_operation public return_type class_ref 131458 // UmlDeepHistoryPseudoState nparams 1 param inout name "parent" type class_ref 7553 // UmlItem nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " 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 " end operation 141824 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 141952 "UmlBaseDeepHistoryPseudoState" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlPseudoState(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 131584 "UmlBaseShallowHistoryPseudoState" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 134400 // relation 134400 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 134400 // b parent class_ref 129922 // UmlPseudoState end operation 142208 "create" class_operation public return_type class_ref 131714 // UmlShallowHistoryPseudoState nparams 1 param inout name "parent" type class_ref 7553 // UmlItem nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " 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 " end operation 142336 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 142464 "UmlBaseShallowHistoryPseudoState" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlPseudoState(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 131840 "UmlBaseJunctionPseudoState" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 134784 // relation 134784 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 134784 // b parent class_ref 129922 // UmlPseudoState end operation 142720 "create" class_operation public return_type class_ref 131970 // UmlJunctionPseudoState nparams 1 param inout name "parent" type class_ref 7553 // UmlItem nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " 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 " end operation 142848 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 142976 "UmlBaseJunctionPseudoState" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlPseudoState(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 132096 "UmlBaseChoicePseudoState" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 135168 // relation 135168 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 135168 // b parent class_ref 129922 // UmlPseudoState end operation 143232 "create" class_operation public return_type class_ref 132226 // UmlChoicePseudoState nparams 1 param inout name "parent" type class_ref 7553 // UmlItem nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " 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 " end operation 143360 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 143488 "UmlBaseChoicePseudoState" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlPseudoState(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 132352 "UmlBaseForkPseudoState" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 135552 // relation 135552 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 135552 // b parent class_ref 129922 // UmlPseudoState end operation 143744 "create" class_operation public return_type class_ref 132482 // UmlForkPseudoState nparams 1 param inout name "parent" type class_ref 7553 // UmlItem nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " 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 " end operation 143872 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 144000 "UmlBaseForkPseudoState" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlPseudoState(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 132608 "UmlBaseJoinPseudoState" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 135936 // relation 135936 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 135936 // b parent class_ref 129922 // UmlPseudoState end operation 144256 "create" class_operation public return_type class_ref 132738 // UmlJoinPseudoState nparams 1 param inout name "parent" type class_ref 7553 // UmlItem nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " 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 " end operation 144384 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 144512 "UmlBaseJoinPseudoState" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlPseudoState(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 133248 "UmlBaseActivity" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 137088 // relation 137088 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 137088 // b parent class_ref 7553 // UmlItem end operation 152704 "create" class_operation public return_type class_ref 133378 // UmlActivity nparams 2 param inout name "parent" type class_ref 6401 // UmlClassView param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 152832 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 152960 "UmlBaseActivity" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 153216 "preCondition" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the pre condition" end operation 153344 "set_PreCondition" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the pre condition On error return FALSE in C++, produce a RuntimeException in Java" end operation 153472 "postCondition" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the post condition" end operation 153600 "set_PostCondition" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the post condition On error return FALSE in C++, produce a RuntimeException in Java" end operation 153728 "cppPreCondition" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the pre condition in C++" end operation 153856 "set_CppPreCondition" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the pre condition in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 153984 "cppPostCondition" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the post condition in C++" end operation 154112 "set_CppPostCondition" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the post condition in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 154240 "javaPreCondition" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the pre condition in Java" end operation 154368 "set_JavaPreCondition" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the pre condition in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 154496 "javaPostCondition" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the post condition in Java" end operation 154624 "set_JavaPostCondition" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the post condition in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 154752 "isReadOnly" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the isReadOnly attribute, if TRUE the activity must not made any changes to variables ouside the activity or to objects." end operation 154880 "set_isReadOnly" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the isReadOnly attribute On error return FALSE in C++, produce a RuntimeException in Java" end operation 155008 "isSingleExecution" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the isSingleExecution attribute, if TRUE all invocations of the activity are handle by the same execution" end operation 155136 "set_isSingleExecution" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the isSingleExecution attribute On error return FALSE in C++, produce a RuntimeException in Java" end operation 155776 "associatedDiagram" public return_type class_ref 133634 // UmlActivityDiagram nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the optional associated diagram" end operation 155904 "set_AssociatedDiagram" public explicit_return_type "bool" nparams 1 param in name "d" type class_ref 133634 // UmlActivityDiagram nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java" end operation 156032 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. Recursively done for the sub items if 'rec' is TRUE. if 'del' is true the sub items are deleted in C++, and removed from the internal dictionnary in C++ and Java (to allow it to be garbaged), you will have to call Children() to re-access to them" end attribute 137344 "_pre_condition" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 137472 "_post_condition" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 137600 "_cpp_pre_condition" private explicit_type "string" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 137728 "_cpp_post_condition" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 137856 "_java_pre_condition" private explicit_type "string" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 137984 "_java_post_condition" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 138112 "_read_only" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 138240 "_single_execution" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end classrelation 137984 // _assoc_diagram () relation 137984 ---> a role_name "_assoc_diagram" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 137984 // _assoc_diagram () b parent class_ref 133634 // UmlActivityDiagram end operation 156160 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 156288 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 156416 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 133760 "UmlBaseActivityNode" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 138112 // relation 138112 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 138112 // b parent class_ref 7553 // UmlItem end operation 156544 "UmlBaseActivityNode" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 134016 "UmlBaseFlow" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 138624 // relation 138624 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 138624 // b parent class_ref 7553 // UmlItem end operation 156800 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 156928 "create" class_operation public return_type class_ref 134146 // UmlFlow nparams 2 param inout name "start" type class_ref 133890 // UmlActivityNode param inout name "end" type class_ref 133890 // UmlActivityNode nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, ${t1} * ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, ${t1} * ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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 " end operation 157056 "target" cpp_virtual public return_type class_ref 133890 // UmlActivityNode nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the 'end' object (the 'start' object is the parent of the flow) no set !" end operation 157184 "weight" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the weight in OCL" end operation 157312 "set_Weight" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the weight in OCL On error return FALSE in C++, produce a RuntimeException in Java" end operation 157440 "guard" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the guard in OCL" end operation 157568 "set_Guard" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the guard in OCL On error return FALSE in C++, produce a RuntimeException in Java" end operation 157696 "selection" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the selection in OCL" end operation 157824 "set_Selection" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the selection in OCL On error return FALSE in C++, produce a RuntimeException in Java" end operation 157952 "transformation" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the transformation in OCL" end operation 158080 "set_Transformation" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the transformation in OCL On error return FALSE in C++, produce a RuntimeException in Java" end operation 158208 "cppWeight" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the weight in C++" end operation 158336 "set_CppWeight" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the weight in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 158464 "cppGuard" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the guard in C++" end operation 158592 "set_CppGuard" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the guard in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 158720 "cppSelection" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the selection in C++" end operation 158848 "set_CppSelection" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the selection in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 158976 "cppTransformation" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the transformation in C++" end operation 159104 "set_CppTransformation" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the transformation in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 159232 "javaWeight" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the weight in Java" end operation 159360 "set_JavaWeight" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the weight in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 159488 "javaGuard" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the guard in Java" end operation 159616 "set_JavaGuard" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the guard in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 159744 "javaSelection" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the selection in Java" end operation 159872 "set_JavaSelection" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the selection in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 160000 "javaTransformation" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the transformation in Java" end operation 160128 "set_JavaTransformation" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the transformation in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 160256 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. Recursively done for the sub items if 'rec' is TRUE. if 'del' is true the sub items are deleted in C++, and removed from the internal dictionnary in C++ and Java (to allow it to be garbaged), you will have to call Children() to re-access to them" end classrelation 139136 // _target () relation 139136 ---> a role_name "_target" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 139136 // _target () b parent class_ref 133890 // UmlActivityNode end classrelation 139264 // _uml () relation 139264 *--> a role_name "_uml" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 139264 // _uml () b parent class_ref 134272 // FlowBehavior end classrelation 139392 // _cpp () relation 139392 *--> a role_name "_cpp" private cpp default " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 139392 // _cpp () b parent class_ref 134272 // FlowBehavior end classrelation 139520 // _java () relation 139520 *--> a role_name "_java" private cpp default " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 139520 // _java () b parent class_ref 134272 // FlowBehavior end operation 160640 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 160768 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 160896 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 161024 "UmlBaseFlow" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 134272 "FlowBehavior" visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" attribute 138368 "weight" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 138496 "guard" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 138624 "selection" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 138752 "transformation" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end operation 160384 "read" public explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 160512 "unload" public explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " end end class 134400 "UmlBaseActivityRegion" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 139648 // relation 139648 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 139648 // b parent class_ref 7553 // UmlItem end operation 161280 "UmlBaseActivityRegion" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 161536 "associatedDiagram" public return_type class_ref 133634 // UmlActivityDiagram nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the optional associated diagram" end operation 161664 "set_AssociatedDiagram" public explicit_return_type "bool" nparams 1 param in name "d" type class_ref 133634 // UmlActivityDiagram nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java" end classrelation 140160 // _assoc_diagram () relation 140160 ---> a role_name "_assoc_diagram" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 140160 // _assoc_diagram () b parent class_ref 133634 // UmlActivityDiagram end operation 161792 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 134656 "UmlBaseExpansionRegion" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 140288 // relation 140288 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 140288 // b parent class_ref 134530 // UmlActivityRegion end operation 161920 "create" class_operation public return_type class_ref 134786 // UmlExpansionRegion nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 162048 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 162176 "UmlBaseExpansionRegion" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityRegion(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 162432 "isMustIsolate" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the isMustIsolate attribute, if TRUE the actions in the region execute in isolation from actions outside the region." end operation 162560 "set_isMustIsolate" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the isMustIsolate attribute On error return FALSE in C++, produce a RuntimeException in Java" end operation 162688 "mode" public return_type class_ref 134912 // anExpansionKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the mode attribute, the way in which the execution interact." end operation 162816 "set_Mode" public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 134912 // anExpansionKind nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the mode attribute On error return FALSE in C++, produce a RuntimeException in Java" end attribute 139264 "_must_isolate" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end classrelation 140672 // _mode () relation 140672 *--> a role_name "_mode" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 140672 // _mode () b parent class_ref 134912 // anExpansionKind end operation 162944 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 134912 "anExpansionKind" visibility package stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" attribute 138880 "parallelExecution" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 139008 "iterativeExecution" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 139136 "streamExecution" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 135040 "UmlBaseInterruptibleActivityRegion" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 140800 // relation 140800 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 140800 // b parent class_ref 134530 // UmlActivityRegion end operation 163072 "create" class_operation public return_type class_ref 135170 // UmlInterruptibleActivityRegion nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 163200 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 163328 "UmlBaseInterruptibleActivityRegion" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityRegion(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 135296 "UmlBaseActivityAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 141184 // relation 141184 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 141184 // b parent class_ref 133890 // UmlActivityNode end operation 163584 "UmlBaseActivityAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityNode(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 163840 "preCondition" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the pre condition" end operation 163968 "set_PreCondition" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the pre condition On error return FALSE in C++, produce a RuntimeException in Java" end operation 164096 "postCondition" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the post condition" end operation 164224 "set_PostCondition" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the post condition On error return FALSE in C++, produce a RuntimeException in Java" end operation 164352 "cppPreCondition" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the pre condition in C++" end operation 164480 "set_CppPreCondition" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the pre condition in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 164608 "cppPostCondition" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the post condition in C++" end operation 164736 "set_CppPostCondition" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the post condition in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 164864 "javaPreCondition" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the pre condition in Java" end operation 164992 "set_JavaPreCondition" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the pre condition in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 165120 "javaPostCondition" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the post condition in Java" end operation 165248 "set_JavaPostCondition" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the post condition in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 165376 "associatedDiagram" public return_type class_ref 7297 // UmlDiagram nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the optional associated diagram" end operation 165504 "set_AssociatedDiagram" public explicit_return_type "bool" nparams 1 param in name "d" type class_ref 7297 // UmlDiagram nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java" end operation 165632 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. Recursively done for the sub items if 'rec' is TRUE. if 'del' is true the sub items are deleted in C++, and removed from the internal dictionnary in C++ and Java (to allow it to be garbaged), you will have to call Children() to re-access to them" end attribute 139392 "_pre_condition" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 139520 "_post_condition" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 139648 "_cpp_pre_condition" private explicit_type "string" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 139776 "_cpp_post_condition" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 139904 "_java_pre_condition" private explicit_type "string" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 140032 "_java_post_condition" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end classrelation 141568 // _assoc_diagram () relation 141568 ---> a role_name "_assoc_diagram" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 141568 // _assoc_diagram () b parent class_ref 7297 // UmlDiagram end operation 165760 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 165888 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 166016 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 135552 "UmlBaseSendObjectAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 141696 // relation 141696 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 141696 // b parent class_ref 135426 // UmlActivityAction end operation 166144 "create" class_operation public return_type class_ref 135682 // UmlSendObjectAction nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 166272 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 166400 "UmlBaseSendObjectAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityAction(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 135808 "UmlBaseUnmarshallAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 142080 // relation 142080 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 142080 // b parent class_ref 135426 // UmlActivityAction end operation 166656 "create" class_operation public return_type class_ref 135938 // UmlUnmarshallAction nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 166784 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 166912 "UmlBaseUnmarshallAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityAction(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 136064 "UmlBaseOnSignalAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 142464 // relation 142464 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 142464 // b parent class_ref 135426 // UmlActivityAction end operation 167168 "UmlBaseOnSignalAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityAction(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 167424 "signal" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the signal" end operation 167552 "set_Signal" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the signal On error return FALSE in C++, produce a RuntimeException in Java" end operation 167680 "cppSignal" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the signal in C++" end operation 167808 "set_CppSignal" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the signal in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 167936 "javaSignal" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the signal in Java" end operation 168064 "set_JavaSignal" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the signal in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 168192 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. Recursively done for the sub items if 'rec' is TRUE. if 'del' is true the sub items are deleted in C++, and removed from the internal dictionnary in C++ and Java (to allow it to be garbaged), you will have to call Children() to re-access to them" end attribute 140160 "_signal" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 140288 "_cpp_signal" private explicit_type "string" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 140416 "_java_signal" private explicit_type "string" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end operation 168320 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 168448 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 168576 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 136320 "UmlBaseSendSignalAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 142848 // relation 142848 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 142848 // b parent class_ref 136194 // UmlOnSignalAction end operation 168704 "create" class_operation public return_type class_ref 136450 // UmlSendSignalAction nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 168832 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 168960 "UmlBaseSendSignalAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlOnSignalAction(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 136576 "UmlBaseBroadcastSignalAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 143232 // relation 143232 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 143232 // b parent class_ref 136194 // UmlOnSignalAction end operation 169216 "create" class_operation public return_type class_ref 136706 // UmlBroadcastSignalAction nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 169344 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 169472 "UmlBaseBroadcastSignalAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlOnSignalAction(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 136832 "UmlBaseValueSpecificationAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 143616 // relation 143616 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 143616 // b parent class_ref 135426 // UmlActivityAction end operation 169728 "create" class_operation public return_type class_ref 136962 // UmlValueSpecificationAction nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 169856 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 169984 "UmlBaseValueSpecificationAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityAction(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 170240 "value" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the value" end operation 170368 "set_Value" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the value On error return FALSE in C++, produce a RuntimeException in Java" end operation 170496 "cppValue" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the value in C++" end operation 170624 "set_CppValue" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the value in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 170752 "javaValue" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the value in Java" end operation 170880 "set_JavaValue" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the value in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 171008 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. Recursively done for the sub items if 'rec' is TRUE. if 'del' is true the sub items are deleted in C++, and removed from the internal dictionnary in C++ and Java (to allow it to be garbaged), you will have to call Children() to re-access to them" end attribute 140544 "_value" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 140672 "_cpp_value" private explicit_type "string" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 140800 "_java_value" private explicit_type "string" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end operation 171136 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 171264 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 171392 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 137088 "UmlBaseOpaqueAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 144000 // relation 144000 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 144000 // b parent class_ref 135426 // UmlActivityAction end operation 171520 "create" class_operation public return_type class_ref 137218 // UmlOpaqueAction nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 171648 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 171776 "UmlBaseOpaqueAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityAction(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 172032 "behavior" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the behavior" end operation 172160 "set_Behavior" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the behavior On error return FALSE in C++, produce a RuntimeException in Java" end operation 172288 "cppBehavior" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the behavior in C++" end operation 172416 "set_CppBehavior" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the behavior in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 172544 "javaBehavior" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the behavior in Java" end operation 172672 "set_JavaBehavior" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the behavior in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 172800 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. Recursively done for the sub items if 'rec' is TRUE. if 'del' is true the sub items are deleted in C++, and removed from the internal dictionnary in C++ and Java (to allow it to be garbaged), you will have to call Children() to re-access to them" end attribute 140928 "_behavior" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 141056 "_cpp_behavior" private explicit_type "string" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 141184 "_java_behavior" private explicit_type "string" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end operation 172928 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 173056 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 173184 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 137344 "UmlBaseAcceptEventAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 144384 // relation 144384 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 144384 // b parent class_ref 135426 // UmlActivityAction end operation 173312 "create" class_operation public return_type class_ref 137474 // UmlAcceptEventAction nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 173440 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 173568 "UmlBaseAcceptEventAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityAction(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 173824 "isUnmarshall" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the isUnmarshall attribute, if TRUE there are multiple output pins for attributes or the event." end operation 173952 "set_isUnmarshall" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the isUnmarshall attribute On error return FALSE in C++, produce a RuntimeException in Java" end operation 174080 "isTimeEvent" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the isTimeEvent attribute, if TRUE the event is a time event" end operation 174208 "set_isTimeEvent" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the isTimeEvent attribute On error return FALSE in C++, produce a RuntimeException in Java" end operation 174336 "trigger" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the trigger" end operation 174464 "set_Trigger" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the trigger On error return FALSE in C++, produce a RuntimeException in Java" end operation 174592 "cppTrigger" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the trigger in C++" end operation 174720 "set_CppTrigger" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the trigger in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 174848 "javaTrigger" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the trigger in Java" end operation 174976 "set_JavaTrigger" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the trigger in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 175104 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. Recursively done for the sub items if 'rec' is TRUE. if 'del' is true the sub items are deleted in C++, and removed from the internal dictionnary in C++ and Java (to allow it to be garbaged), you will have to call Children() to re-access to them" end attribute 141312 "_unmarshall" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 141440 "_timeevent" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 141568 "_trigger" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 141696 "_cpp_trigger" private explicit_type "string" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 141824 "_java_trigger" private explicit_type "string" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end operation 175232 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 175360 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 175488 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 137600 "UmlBaseCallOperationAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 144768 // relation 144768 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 144768 // b parent class_ref 135426 // UmlActivityAction end operation 175616 "create" class_operation public return_type class_ref 137730 // UmlCallOperationAction nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 175744 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 175872 "UmlBaseCallOperationAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityAction(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 176128 "isSynchronous" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the isSynchronous attribute, if TRUE the caller waits for the completion of the invoked behavior" end operation 176256 "set_isSynchronous" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the isSynchronous attribute On error return FALSE in C++, produce a RuntimeException in Java" end operation 176384 "operation" public return_type class_ref 7809 // UmlOperation nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the operation" end operation 176512 "set_Operation" public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 7809 // UmlOperation nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the operation On error return FALSE in C++, produce a RuntimeException in Java" end attribute 141952 "_synchronous" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end classrelation 145152 // _operation () relation 145152 ---> a role_name "_operation" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 145152 // _operation () b parent class_ref 7809 // UmlOperation end operation 176640 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 137856 "UmlBaseCallBehaviorAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 145280 // relation 145280 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 145280 // b parent class_ref 135426 // UmlActivityAction end operation 176768 "create" class_operation public return_type class_ref 137986 // UmlCallBehaviorAction nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 176896 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 177024 "UmlBaseCallBehaviorAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityAction(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 177280 "isSynchronous" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the isSynchronous attribute, if TRUE the caller waits for the completion of the invoked behavior" end operation 177408 "set_isSynchronous" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the isSynchronous attribute On error return FALSE in C++, produce a RuntimeException in Java" end operation 177536 "behavior" public return_type class_ref 7553 // UmlItem nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the behavior, may be an activity or a state machine" end operation 177664 "set_Behavior" public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 7553 // UmlItem nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the behavior On error return FALSE in C++, produce a RuntimeException in Java" end attribute 142080 "_synchronous" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end classrelation 145664 // _behavior () relation 145664 ---> a role_name "_behavior" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 145664 // _behavior () b parent class_ref 7553 // UmlItem end operation 177792 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 138112 "UmlBaseAccessVariableValueAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 145792 // relation 145792 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 145792 // b parent class_ref 135426 // UmlActivityAction end operation 177920 "UmlBaseAccessVariableValueAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityAction(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 178176 "variable" public return_type class_ref 7553 // UmlItem nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the variable, may be an attribute or a relation" end operation 178304 "set_Variable" public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 7553 // UmlItem nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the variable On error return FALSE in C++, produce a RuntimeException in Java" end classrelation 146176 // _variable () relation 146176 ---> a role_name "_variable" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 146176 // _variable () b parent class_ref 7553 // UmlItem end operation 178432 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 138368 "UmlBaseClearVariableValueAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 146304 // relation 146304 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 146304 // b parent class_ref 138242 // UmlAccessVariableValueAction end operation 178560 "create" class_operation public return_type class_ref 138498 // UmlClearVariableValueAction nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 178688 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 178816 "UmlBaseClearVariableValueAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlAccessVariableValueAction(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 138624 "UmlBaseReadVariableValueAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 146688 // relation 146688 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 146688 // b parent class_ref 138242 // UmlAccessVariableValueAction end operation 179072 "create" class_operation public return_type class_ref 138754 // UmlReadVariableValueAction nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 179200 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 179328 "UmlBaseReadVariableValueAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlAccessVariableValueAction(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 138880 "UmlBaseWriteVariableValueAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 147072 // relation 147072 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 147072 // b parent class_ref 138242 // UmlAccessVariableValueAction end operation 179584 "create" class_operation public return_type class_ref 139010 // UmlWriteVariableValueAction nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 179712 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 179840 "UmlBaseWriteVariableValueAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlAccessVariableValueAction(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 139136 "UmlBaseAddVariableValueAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 147456 // relation 147456 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 147456 // b parent class_ref 138242 // UmlAccessVariableValueAction end operation 180096 "create" class_operation public return_type class_ref 139266 // UmlAddVariableValueAction nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 180224 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 180352 "UmlBaseAddVariableValueAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlAccessVariableValueAction(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 180608 "isReplaceAll" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the isReplaceAll attribute, if TRUE existing values of the variable must be removed before adding the new value" end operation 180736 "set_isReplaceAll" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the isReplaceAll attribute On error return FALSE in C++, produce a RuntimeException in Java" end attribute 142208 "_replace_all" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end operation 180864 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 139392 "UmlBaseRemoveVariableValueAction" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 147840 // relation 147840 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 147840 // b parent class_ref 138242 // UmlAccessVariableValueAction end operation 180992 "create" class_operation public return_type class_ref 139522 // UmlRemoveVariableValueAction nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 181120 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 181248 "UmlBaseRemoveVariableValueAction" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlAccessVariableValueAction(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 181504 "isRemoveDuplicates" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the isRemoveDuplicates attribute, if TRUE remove duplicates of the value if non-unique" end operation 181632 "set_isRemoveDuplicates" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the isRemoveDuplicates attribute On error return FALSE in C++, produce a RuntimeException in Java" end attribute 142336 "_remove_duplicates" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end operation 181760 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 139648 "UmlBaseActivityControlNode" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 148224 // relation 148224 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 148224 // b parent class_ref 133890 // UmlActivityNode end operation 181888 "UmlBaseActivityControlNode" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityNode(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 139904 "UmlBaseInitialActivityNode" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 148608 // relation 148608 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 148608 // b parent class_ref 139778 // UmlActivityControlNode end operation 182144 "create" class_operation public return_type class_ref 140034 // UmlInitialActivityNode nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 182272 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 182400 "UmlBaseInitialActivityNode" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityControlNode(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 140160 "UmlBaseFlowFinalActivityNode" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 148992 // relation 148992 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 148992 // b parent class_ref 139778 // UmlActivityControlNode end operation 182656 "create" class_operation public return_type class_ref 140290 // UmlFlowFinalActivityNode nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 182784 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 182912 "UmlBaseFlowFinalActivityNode" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityControlNode(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 140416 "UmlBaseActivityFinalActivityNode" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 149376 // relation 149376 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 149376 // b parent class_ref 139778 // UmlActivityControlNode end operation 183168 "create" class_operation public return_type class_ref 140546 // UmlActivityFinalActivityNode nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 183296 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 183424 "UmlBaseActivityFinalActivityNode" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityControlNode(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 140672 "UmlBaseDecisionActivityNode" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 149760 // relation 149760 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 149760 // b parent class_ref 139778 // UmlActivityControlNode end operation 183680 "create" class_operation public return_type class_ref 140802 // UmlDecisionActivityNode nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 183808 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 183936 "UmlBaseDecisionActivityNode" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityControlNode(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 140928 "UmlBaseMergeActivityNode" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 150144 // relation 150144 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 150144 // b parent class_ref 139778 // UmlActivityControlNode end operation 184192 "create" class_operation public return_type class_ref 141058 // UmlMergeActivityNode nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 184320 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 184448 "UmlBaseMergeActivityNode" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityControlNode(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 141184 "UmlBaseForkActivityNode" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 150528 // relation 150528 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 150528 // b parent class_ref 139778 // UmlActivityControlNode end operation 184704 "create" class_operation public return_type class_ref 141314 // UmlForkActivityNode nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 184832 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 184960 "UmlBaseForkActivityNode" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityControlNode(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 141440 "UmlBaseJoinActivityNode" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 150912 // relation 150912 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 150912 // b parent class_ref 139778 // UmlActivityControlNode end operation 185216 "create" class_operation public return_type class_ref 141570 // UmlJoinActivityNode nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 185344 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 185472 "UmlBaseJoinActivityNode" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityControlNode(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 141696 "UmlBaseActivityObject" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 151296 // relation 151296 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 151296 // b parent class_ref 133890 // UmlActivityNode end operation 185728 "create" class_operation public return_type class_ref 141826 // UmlActivityObject nparams 2 param inout name "parent" type class_ref 7553 // UmlItem param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 185856 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 185984 "UmlBaseActivityObject" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityNode(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 186240 "type" public return_type class_ref 145282 // UmlTypeSpec nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the type" end operation 186368 "set_Type" public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 145282 // UmlTypeSpec nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the type On error return FALSE in C++, produce a RuntimeException in Java" end operation 186496 "multiplicity" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the multiplicity" end operation 186624 "set_Multiplicity" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the multiplicity On error return FALSE in C++, produce a RuntimeException in Java" end operation 186752 "inState" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the inState attribute" end operation 186880 "set_InState" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the inState attribute On error return FALSE in C++, produce a RuntimeException in Java" end operation 187008 "selection" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the selection in OCL" end operation 187136 "set_Selection" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the selection in OCL On error return FALSE in C++, produce a RuntimeException in Java" end operation 187264 "cppSelection" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHCPP ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the selection in C++" end operation 187392 "set_CppSelection" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the selection in C++ On error return FALSE in C++, produce a RuntimeException in Java" end operation 187520 "javaSelection" public explicit_return_type "string" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "#ifdef WITHJAVA ${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the selection in Java" end operation 187648 "set_JavaSelection" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; #endif " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the selection in Java On error return FALSE in C++, produce a RuntimeException in Java" end operation 187776 "ordering" public return_type class_ref 141952 // anOrdering nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the ordering" end operation 187904 "set_Ordering" public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 141952 // anOrdering nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the ordering On error return FALSE in C++, produce a RuntimeException in Java" end operation 188032 "isControlType" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the isControlType attribute, tells whether the type of the object node is to be treated as control" end operation 188160 "set_IsControlType" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the isControlType attribute On error return FALSE in C++, produce a RuntimeException in Java" end operation 188288 "associatedDiagram" public return_type class_ref 133634 // UmlActivityDiagram nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the optional associated diagram" end operation 188416 "set_AssociatedDiagram" public explicit_return_type "bool" nparams 1 param in name "d" type class_ref 133634 // UmlActivityDiagram nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java" end operation 188544 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. Recursively done for the sub items if 'rec' is TRUE. if 'del' is true the sub items are deleted in C++, and removed from the internal dictionnary in C++ and Java (to allow it to be garbaged), you will have to call Children() to re-access to them" end classrelation 151680 // _assoc_diagram () relation 151680 ---> a role_name "_assoc_diagram" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 151680 // _assoc_diagram () b parent class_ref 133634 // UmlActivityDiagram end classrelation 151808 // _type () relation 151808 *--> a role_name "_type" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 151808 // _type () b parent class_ref 145282 // UmlTypeSpec end attribute 142976 "_multiplicity" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 143104 "_in_state" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 143232 "_selection" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 143360 "_cpp_selection" private explicit_type "string" cpp_decl " #ifdef WITHCPP ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 143488 "_java_selection" private explicit_type "string" cpp_decl " #ifdef WITHJAVA ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; #endif " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end classrelation 151936 // _ordering () relation 151936 *--> a role_name "_ordering" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 8${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 151936 // _ordering () b parent class_ref 141952 // anOrdering end attribute 143616 "_is_control" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end operation 188672 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 188800 "read_cpp_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHCPP ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHCPP ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 188928 "read_java_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " #ifdef WITHJAVA ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; #endif " cpp_def "#ifdef WITHJAVA ${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} #endif " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 141952 "anOrdering" visibility package stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" attribute 142464 "unordered" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 142592 "ordered" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 142720 "lifo" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 142848 "fifo" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 142080 "UmlBaseExpansionNode" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 152064 // relation 152064 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 152064 // b parent class_ref 141826 // UmlActivityObject end operation 189056 "create" class_operation public return_type class_ref 142210 // UmlExpansionNode nparams 2 param inout name "parent" type class_ref 134786 // UmlExpansionRegion param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 189184 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 189312 "UmlBaseExpansionNode" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityObject(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 142336 "UmlBasePinParameter" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 152448 // relation 152448 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 152448 // b parent class_ref 141826 // UmlActivityObject end operation 189568 "UmlBasePinParameter" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlActivityObject(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 189824 "isUnique" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the isUnique attribute" end operation 189952 "set_IsUnique" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the isUnique attribute On error return FALSE in C++, produce a RuntimeException in Java" end operation 190080 "isException" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the isException attribute, exclusive with isStream" end operation 190208 "set_IsException" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the isException attribute, exclusive with isStream On error return FALSE in C++, produce a RuntimeException in Java" end operation 203776 "isStream" public explicit_return_type "bool" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the isStream attribute" end operation 203904 "set_IsStream" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "bool" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the isStream attribute On error return FALSE in C++, produce a RuntimeException in Java" end operation 190336 "direction" public return_type class_ref 384 // aDirection nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the direction" end operation 190464 "set_Direction" public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 384 // aDirection nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the direction On error return FALSE in C++, produce a RuntimeException in Java" end operation 190592 "effect" public return_type class_ref 142592 // aParameterEffectKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the effect" end operation 190720 "set_Effect" public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 142592 // aParameterEffectKind nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the effect On error return FALSE in C++, produce a RuntimeException in Java" end attribute 144384 "_unique" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 144512 "_exception" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 144640 "_stream" private explicit_type "bool" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 1${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end attribute 144768 "_dummy" private explicit_type "int" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 5${value}; " java_decl "" php_decl "" idl_decl "" end classrelation 152832 // _dir () relation 152832 *--> a role_name "_dir" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 8${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 152832 // _dir () b parent class_ref 384 // aDirection end classrelation 152960 // _effect () relation 152960 *--> a role_name "_effect" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} ${name} : 8${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 152960 // _effect () b parent class_ref 142592 // aParameterEffectKind end operation 190848 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 142592 "aParameterEffectKind" visibility package stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" attribute 143744 "noEffect" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 143872 "createEffect" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 144000 "readEffect" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 144128 "updateEffect" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 144256 "deleteEffect" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 142720 "UmlBaseActivityPin" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 153088 // relation 153088 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 153088 // b parent class_ref 142466 // UmlPinParameter end operation 190976 "create" class_operation public return_type class_ref 142850 // UmlActivityPin nparams 2 param inout name "parent" type class_ref 135426 // UmlActivityAction param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 191104 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 191232 "UmlBaseActivityPin" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlPinParameter(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 142976 "UmlBaseActivityParameter" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 153472 // relation 153472 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 153472 // b parent class_ref 142466 // UmlPinParameter end operation 191488 "create" class_operation public return_type class_ref 143106 // UmlActivityParameter nparams 2 param inout name "parent" type class_ref 133378 // UmlActivity param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 191616 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 191744 "UmlBaseActivityParameter" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlPinParameter(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 192000 "defaultValue" public explicit_return_type "string" nparams 0 cpp_decl " ${comment}${static}${virtual}const ${type} & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const ${type} & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the default value" end operation 192128 "set_DefaultValue" public explicit_return_type "bool" nparams 1 param in name "v" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const ${t0} ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const ${t0} ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the default value On error return FALSE in C++, produce a RuntimeException in Java" end operation 192256 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. Recursively done for the sub items if 'rec' is TRUE. if 'del' is true the sub items are deleted in C++, and removed from the internal dictionnary in C++ and Java (to allow it to be garbaged), you will have to call Children() to re-access to them" end attribute 144896 "_default_value" private explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end operation 192384 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 143232 "UmlBaseParameterSet" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 153856 // relation 153856 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 153856 // b parent class_ref 7553 // UmlItem end operation 192512 "create" class_operation public return_type class_ref 143106 // UmlActivityParameter nparams 2 param inout name "parent" type class_ref 135426 // UmlActivityAction param inout name "s" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " 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" end operation 192640 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 192768 "UmlBaseParameterSet" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end operation 193024 "pins" public return_type class_ref 142850 // UmlActivityPin nparams 0 cpp_decl " ${comment}${static}${virtual}const QVector<${type}> & ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}const QVector<${type}> & ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the pins part of the parameter set" end operation 193152 "set_Pins" public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 142850 // UmlActivityPin cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}const QVector<${t0}> & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}const QVector<${t0}> & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0}[] ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the pins" end operation 193280 "unload" cpp_virtual public explicit_return_type "void" nparams 2 param in name "rec" explicit_type "bool" param in name "del" explicit_type "bool" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} = FALSE, ${t1} = FALSE${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " comment " to unload the object to free memory, it will be reloaded automatically if needed. Recursively done for the sub items if 'rec' is TRUE. if 'del' is true the sub items are deleted in C++, and removed from the internal dictionnary in C++ and Java (to allow it to be garbaged), you will have to call Children() to re-access to them" end classrelation 154240 // _pins () relation 154240 ---> stereotype "vector" a role_name "_pins" multiplicity "*" private cpp default " ${comment}${static}${mutable}${volatile}${const}${stereotype}<${type}> ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type}[] ${name}${value}; " classrelation_ref 154240 // _pins () b parent class_ref 142850 // UmlActivityPin end operation 193408 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end end class 143488 "aLanguage" visibility package stereotype "enum_pattern" cpp_decl "${comment}enum ${name} { ${items} }; " java_decl "${comment}${public}final class ${name} { ${members} private int value; public int value() { return value; } public static ${name} fromInt(int value) { switch (value) { ${cases} default: throw new Error(); } } private ${name}(int v) { value = v; }; } " php_decl "" idl_decl "" explicit_switch_type "" attribute 152192 "umlLanguage" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 152320 "cppLanguage" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 152448 "javaLanguage" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 152576 "idlLanguage" public explicit_type "" cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end attribute 161664 "phpLanguage" public type class_ref 143488 // aLanguage cpp_decl " ${name}${value},${comment}" java_decl " ${comment}public static final int _${name}${value}; public static final ${class} ${name} = new ${class}(_${name}); " php_decl "" idl_decl "" end end class 143616 "UmlBaseClassInstance" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 154752 // relation 154752 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 154752 // b parent class_ref 7553 // UmlItem end operation 208000 "kind" cpp_virtual public return_type class_ref 640 // anItemKind nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the kind of the item" end operation 208128 "create" class_operation public return_type class_ref 143746 // UmlClassInstance nparams 3 param inout name "parent" type class_ref 7553 // UmlItem param inout name "name" explicit_type "str" param inout name "type" type class_ref 6017 // UmlClass nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${t0} * ${p0}, const ${t1} ${p1}, ${t2} * ${p2}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}, ${t2} * ${p2}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}, ${t2} ${p2}${)}${throws}${staticnl}{ ${body}} " comment " 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 " end operation 208256 "type" public return_type class_ref 6017 // UmlClass nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " return the type" end operation 208384 "set_Type" public explicit_return_type "bool" nparams 1 param in name "v" type class_ref 6017 // UmlClass nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " set the type On error return FALSE in C++, produce a RuntimeException in Java" end operation 208512 "attributesValue" public return_type class_ref 143872 // SlotAttribute nparams 1 param out name "result" type class_ref 143872 // SlotAttribute cpp_decl " ${comment}${static}${virtual}void ${name}${(}QValueList<${t0}> & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}void ${class}::${name}${(}QValueList<${t0}> & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " Returns the attributes having a value" end operation 208640 "relationsValue" public return_type class_ref 144000 // SlotRelation nparams 1 param out name "result" type class_ref 144000 // SlotRelation cpp_decl " ${comment}${static}${virtual}void ${name}${(}QValueList<${t0}> & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}void ${class}::${name}${(}QValueList<${t0}> & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " Returns the attributes having a value" end operation 208768 "availableAttributes" public return_type class_ref 5889 // UmlAttribute nparams 1 param out name "result" type class_ref 5889 // UmlAttribute cpp_decl " ${comment}${static}${virtual}void ${name}${(}QVector<${t0}> & ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}void ${class}::${name}${(}QVector<${t0}> & ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " Returns all the attributes of the class instance, including the inherited" end operation 208896 "availableRelations" public return_type class_ref 8065 // UmlRelation nparams 2 param out name "other" type class_ref 143746 // UmlClassInstance param out name "result" type class_ref 8065 // UmlRelation cpp_decl " ${comment}${static}${virtual}void ${name}${(}${t0} * ${p0}, QVector<${t1}> & ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}void ${class}::${name}${(}${t0} * ${p0}, QVector<${t1}> & ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type}[] ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " Returns all the possible relations from the current instance to 'other', including the inherited" end operation 209024 "set_AttributeValue" public explicit_return_type "bool" nparams 2 param in name "attribute" type class_ref 5889 // UmlAttribute param in name "value" explicit_type "str" nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}bool ${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}bool ${class}::${name}${(}${t0} * ${p0}, const ${t1} ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ UmlCom.send_cmd(identifier_(), OnInstanceCmd.setAttributeCmd, attribute.identifier_(), value); UmlCom.check(); } " comment " Remove the slot if the value is null. Else set the value for the given attribute, replacing it if the slot already exist. On error : return FALSE in C++, produce a RuntimeException in Java" end operation 209152 "add_Relation" public explicit_return_type "bool" nparams 2 param in name "relation" type class_ref 8065 // UmlRelation param in name "other" type class_ref 143746 // UmlClassInstance nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}bool ${name}${(}${t0} * ${p0}, ${t1} * ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}bool ${class}::${name}${(}${t0} * ${p0}, ${t1} * ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ UmlItem[] v = new UmlItem[2]; v[0] = relation; v[1] = other; UmlCom.send_cmd(identifier_(), OnInstanceCmd.addRelationCmd, v); UmlCom.check(); } " comment " Add the slot (does nothing if it already exist) On error : return FALSE in C++, produce a RuntimeException in Java" end operation 209280 "remove_Relation" public explicit_return_type "bool" nparams 2 param in name "relation" type class_ref 8065 // UmlRelation param in name "other" type class_ref 143746 // UmlClassInstance nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}bool ${name}${(}${t0} * ${p0}, ${t1} * ${p1}${)}${const}${volatile}${abstract}; " cpp_def "${inline}bool ${class}::${name}${(}${t0} * ${p0}, ${t1} * ${p1}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ UmlItem[] v = new UmlItem[2]; v[0] = relation; v[1] = other; UmlCom.send_cmd(identifier_(), OnInstanceCmd.removeRelationCmd, v); UmlCom.check(); } " comment " Remove the slot (does nothing if it doesn't exist) On error : return FALSE in C++, produce a RuntimeException in Java" end operation 209408 "associatedDiagram" public return_type class_ref 132994 // UmlObjectDiagram nparams 0 cpp_decl " ${comment}${static}${virtual}${type} * ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " comment " returns the optional associated diagram" end operation 209536 "set_AssociatedDiagram" public explicit_return_type "bool" nparams 1 param in name "d" type class_ref 132994 // UmlObjectDiagram nexceptions 1 explicit_exception "RuntimeException" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}void ${name}${(}${t0} ${p0}${)}${throws}${staticnl}{ ${body}} " comment " sets the associated diagram, arg may be null to unset it On error return FALSE in C++, produce a RuntimeException in Java" end classrelation 155520 // _type () relation 155520 ---> a role_name "_type" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 155520 // _type () b parent class_ref 6017 // UmlClass end classrelation 155648 // _assoc_diagram () relation 155648 ---> a role_name "_assoc_diagram" private cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 155648 // _assoc_diagram () b parent class_ref 132994 // UmlObjectDiagram end operation 209664 "read_uml_" cpp_virtual protected explicit_return_type "void" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)}${const}${volatile}${abstract}; " cpp_def "${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${staticnl}{ ${body}} " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ ${body}} " end operation 209792 "UmlBaseClassInstance" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end class 143872 "SlotAttribute" visibility package stereotype "struct" cpp_decl "${comment}${template}struct ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 155136 // attribute () relation 155136 ---> a role_name "attribute" public cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 155136 // attribute () b parent class_ref 5889 // UmlAttribute end attribute 154368 "value" public explicit_type "string" cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; " java_decl " ${comment}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; " php_decl "" idl_decl "" end operation 207744 "SlotAttribute" public explicit_return_type "" nparams 0 cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)} : attribute(0) { } " comment " because of QValueList use" end operation 209920 "SlotAttribute" public explicit_return_type "" nparams 2 param inout name "a" type class_ref 5889 // UmlAttribute param inout name "v" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}, ${t1} ${p1}${)} : attribute(a), value(v) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " end end class 144000 "SlotRelation" visibility package stereotype "struct" cpp_decl "${comment}${template}struct ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 155264 // relation () relation 155264 ---> a role_name "relation" public cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 155264 // relation () b parent class_ref 8065 // UmlRelation end classrelation 155392 // value () relation 155392 ---> a role_name "value" public cpp default " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; " java " ${comment}${visibility}${static}${final}${transient}${volatile}${volatile}${type} ${name}${value}; " classrelation_ref 155392 // value () b parent class_ref 143746 // UmlClassInstance end operation 207872 "SlotRelation" public explicit_return_type "" nparams 2 param inout name "r" type class_ref 8065 // UmlRelation param inout name "v" type class_ref 143746 // UmlClassInstance cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${)} : relation(0), value(0) { } " comment " because of QValueList use" end operation 210048 "SlotRelation" public explicit_return_type "" nparams 2 param inout name "r" type class_ref 8065 // UmlRelation param inout name "v" type class_ref 143746 // UmlClassInstance cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} * ${p0}, ${t1} * ${p1}${)} : relation(r), value(v) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ ${body}} " end end class 145408 "UmlBaseView" abstract visibility package cpp_decl "${comment}${template}class ${name}${inherit} { ${members}}; ${inlines} " java_decl "${comment}${public}${final}${abstract}class ${name}${extends}${implements} { ${members}} " php_decl "" idl_decl "" explicit_switch_type "" classrelation 156800 // relation 156800 ---|> a public cpp default "${type}" java "${type}" classrelation_ref 156800 // b parent class_ref 7553 // UmlItem end operation 210304 "UmlBaseView" protected explicit_return_type "" nparams 2 param in name "id" explicit_type "item_id" param in name "s" explicit_type "string" cpp_decl " ${comment}${static}${virtual}${type} ${name}${(}${t0} ${p0}, const ${t1} & ${p1}${)} : UmlItem(id, s) { } " java_def " ${comment}${visibility}${final}${static}${abstract}${synchronized} ${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${throws}${staticnl}{ super(id, s); } " comment " the constructor, do not call it yourself !!!!!!!!!!" end end end deploymentview 256 "API BASE Deployment view" //deployment diagram settings package_name_in_tab default show_context default write_horizontally default auto_label_position default draw_all_relations default shadow default draw_component_as_icon default show_component_req_prov default show_component_rea default comment "The API system artifacts DO NOT MODIFY THEM !!! " artifact 512 "UmlBaseActualParameter" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 1152 // UmlBaseActualParameter end end artifact 640 "UmlBaseClassItem" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 2432 // UmlBaseClassItem end end artifact 768 "CppSettings" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H #ifdef WITHCPP ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif #endif " cpp_src "#ifdef WITHCPP ${comment} ${includes} #include \"UmlCom.h\" #include \"UmlSettings.h\" #include \"CppSettingsCmd.h\" #include \"UmlBuiltin.h\" #include \"UmlStereotype.h\" ${namespace_start} ${members} ${namespace_end} #endif " java_src "${comment} import java.util.*; ${package} ${definition}" associated_classes class_ref 1280 // CppSettings end end artifact 896 "UmlBaseFormalParameter" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" #include \"UmlBaseItem.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 1792 // UmlBaseFormalParameter end end artifact 1024 "IdlSettings" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H #ifdef WITHIDL ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif #endif " cpp_src "#ifdef WITHIDL ${comment} ${includes} #include \"UmlCom.h\" #include \"UmlSettings.h\" #include \"IdlSettingsCmd.h\" #include \"UmlBuiltin.h\" #include \"UmlStereotype.h\" ${namespace_start} ${members} ${namespace_end} #endif " java_src "${comment} import java.util.*; ${package} ${definition}" associated_classes class_ref 1408 // IdlSettings end end artifact 1152 "JavaSettings" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H #ifdef WITHJAVA ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif #endif " cpp_src "#ifdef WITHJAVA ${comment} ${includes} #include \"UmlCom.h\" #include \"UmlSettings.h\" #include \"JavaSettingsCmd.h\" #include \"UmlBuiltin.h\" #include \"UmlStereotype.h\" ${namespace_start} ${members} ${namespace_end} #endif " java_src "${comment} import java.util.*; ${package} ${definition}" associated_classes class_ref 1536 // JavaSettings end end artifact 141824 "PhpSettings" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H #ifdef WITHPHP ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif #endif " cpp_src "#ifdef WITHPHP ${comment} ${includes} #include \"UmlCom.h\" #include \"PhpSettingsCmd.h\" #include \"JavaSettingsCmd.h\" #include \"UmlStereotype.h\" #ifdef WITHJAVA #include \"JavaSettings.h\" #endif ${namespace_start} ${members} ${namespace_end} #endif " java_src "${comment} ${package} ${definition}" associated_classes class_ref 146688 // PhpSettings end end artifact 140288 "UmlBaseTypeSpec" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 145152 // UmlBaseTypeSpec end end artifact 1536 "UmlBaseAttribute" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 2176 // UmlBaseAttribute end end artifact 1664 "UmlBaseClass" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} #include \"UmlFormalParameter.h\" #include \"UmlActualParameter.h\" ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" #include \"ClassGlobalCmd.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} import java.util.*; ${package} ${definition}" associated_classes class_ref 2304 // UmlBaseClass end end artifact 1792 "UmlBaseClassDiagram" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 2560 // UmlBaseClassDiagram end end artifact 1920 "UmlBaseClassMember" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 2688 // UmlBaseClassMember end end artifact 2048 "UmlBaseClassView" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 2816 // UmlBaseClassView end end artifact 2176 "UmlBaseCollaborationDiagram" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 3072 // UmlBaseCollaborationDiagram end end artifact 2304 "UmlBaseArtifact" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} #include \"UmlClass.h\" // to avoid destructor problem ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 2944 // UmlBaseArtifact end end artifact 6912 "UmlBaseComponent" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} #include \"UmlClass.h\" // to avoid destructor problem ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 6656 // UmlBaseComponent end end artifact 2432 "UmlBaseComponentDiagram" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 3200 // UmlBaseComponentDiagram end end artifact 2560 "UmlBaseComponentView" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 3328 // UmlBaseComponentView end end artifact 2688 "UmlBaseDeployment" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 3712 // UmlBaseDeployment end end artifact 2816 "UmlBaseDeploymentDiagram" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 3456 // UmlBaseDeploymentDiagram end end artifact 2944 "UmlBaseDeploymentView" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 3584 // UmlBaseDeploymentView end end artifact 3072 "UmlBaseDiagram" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 3840 // UmlBaseDiagram end end artifact 3200 "UmlBaseExtraClassMember" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 3968 // UmlBaseExtraClassMember end end artifact 3328 "UmlBaseItem" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" #include \"UmlRelation.h\" #include \"UmlNcRelation.h\" #include \"UmlAttribute.h\" #include \"UmlOperation.h\" #include \"UmlClass.h\" #include \"UmlClassInstance.h\" #include \"UmlUseCase.h\" #include \"UmlNode.h\" #include \"UmlArtifact.h\" #include \"UmlComponent.h\" #include \"UmlClassDiagram.h\" #include \"UmlUseCaseDiagram.h\" #include \"UmlSequenceDiagram.h\" #include \"UmlCollaborationDiagram.h\" #include \"UmlComponentDiagram.h\" #include \"UmlObjectDiagram.h\" #include \"UmlDeploymentDiagram.h\" #include \"UmlClassView.h\" #include \"UmlUseCaseView.h\" #include \"UmlComponentView.h\" #include \"UmlDeploymentView.h\" #include \"UmlPackage.h\" #include \"UmlExtraClassMember.h\" #include \"UmlState.h\" #include \"UmlTransition.h\" #include \"UmlRegion.h\" #include \"UmlStateDiagram.h\" #include \"UmlStateAction.h\" #include \"UmlInitialPseudoState.h\" #include \"UmlEntryPointPseudoState.h\" #include \"UmlFinalState.h\" #include \"UmlTerminatePseudoState.h\" #include \"UmlExitPointPseudoState.h\" #include \"UmlDeepHistoryPseudoState.h\" #include \"UmlShallowHistoryPseudoState.h\" #include \"UmlJunctionPseudoState.h\" #include \"UmlChoicePseudoState.h\" #include \"UmlForkPseudoState.h\" #include \"UmlJoinPseudoState.h\" #include \"UmlActivityDiagram.h\" #include \"UmlActivity.h\" #include \"UmlFlow.h\" #include \"UmlActivityParameter.h\" #include \"UmlParameterSet.h\" #include \"UmlExpansionRegion.h\" #include \"UmlInterruptibleActivityRegion.h\" #include \"UmlActivityActionClasses.h\" #include \"UmlActivityObject.h\" #include \"UmlExpansionNode.h\" #include \"UmlActivityPin.h\" #include \"UmlActivityControlNodeClasses.h\" #include \"MiscGlobalCmd.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} import java.util.*; ${package} ${definition}" associated_classes class_ref 4096 // UmlBaseItem end end artifact 3456 "UmlBaseNode" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 4224 // UmlBaseNode end end artifact 3584 "UmlBaseOperation" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} #include \"UmlParameter.h\" ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" #include \"UmlBaseClass.h\" #include \"UmlClassMember.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 4352 // UmlBaseOperation end end artifact 140032 "UmlBaseParameter" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 144896 // UmlBaseParameter end end artifact 3712 "UmlBasePackage" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" #include \"PackageGlobalCmd.h\" #include \"MiscGlobalCmd.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 4480 // UmlBasePackage end end artifact 3840 "UmlBaseRelation" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 4608 // UmlBaseRelation end end artifact 6784 "UmlBaseNcRelation" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 6528 // UmlBaseNcRelation end end artifact 3968 "UmlBaseSequenceDiagram" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 4736 // UmlBaseSequenceDiagram end end artifact 4096 "UmlBaseUseCase" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 4864 // UmlBaseUseCase end end artifact 4224 "UmlBaseUseCaseDiagram" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 4992 // UmlBaseUseCaseDiagram end end artifact 4352 "UmlBaseUseCaseView" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 5120 // UmlBaseUseCaseView end end artifact 4480 "UmlCom" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} #include #include ${declarations} class QSocketDevice; class UmlItem; class UmlTypeSpec; class UmlClass; ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include #include \"UmlCom.h\" #include \"UmlItem.h\" #include \"UmlTypeSpec.h\" #include \"UmlClass.h\" #include \"UmlSettings.h\" #include \"MiscGlobalCmd.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} import java.io.*; import java.net.*; ${package} ${definition}" associated_classes class_ref 5248 // UmlCom end end artifact 4608 "UmlSettings" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} #include \"UmlCom.h\" #include \"UmlSettingsCmd.h\" #include \"UmlBuiltin.h\" #include \"UmlStereotype.h\" ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} import java.util.*; ${definition}" associated_classes class_ref 1664 // UmlSettings end end artifact 4736 "aRelationKind" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 256 // aRelationKind end end artifact 4864 "aDirection" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 384 // aDirection end end artifact 4992 "aVisibility" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 512 // aVisibility end end artifact 5120 "anItemKind" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 640 // anItemKind end end artifact 5248 "CmdFamily" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 5376 // CmdFamily end end artifact 5376 "MiscGlobalCmd" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 5504 // MiscGlobalCmd end end artifact 5504 "OnInstanceCmd" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 5632 // OnInstanceCmd end end artifact 5632 "ClassGlobalCmd" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 5760 // ClassGlobalCmd end end artifact 5760 "PackageGlobalCmd" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 5888 // PackageGlobalCmd end end artifact 5888 "UmlSettingsCmd" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 6016 // UmlSettingsCmd end end artifact 6016 "CppSettingsCmd" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 6144 // CppSettingsCmd end end artifact 6144 "JavaSettingsCmd" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 6272 // JavaSettingsCmd end end artifact 141952 "PhpSettingsCmd" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 146816 // PhpSettingsCmd end end artifact 6272 "IdlSettingsCmd" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 6400 // IdlSettingsCmd end end artifact 6528 "UmlBuiltin" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 768 // UmlBuiltin end end artifact 6656 "UmlStereotype" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 896 // UmlStereotype end end artifact 128384 "UmlBaseState" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 128384 // UmlBaseState end end artifact 128640 "UmlBaseStateDiagram" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 128640 // UmlBaseStateDiagram end end artifact 128896 "StateBehavior" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 128896 // StateBehavior end end artifact 129024 "UmlBaseTransition" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 129024 // UmlBaseTransition end end artifact 129280 "TransitionBehavior" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 129280 // TransitionBehavior end end artifact 129408 "UmlBaseRegion" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 129408 // UmlBaseRegion end end artifact 129664 "UmlBaseStateAction" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 129664 // UmlBaseStateAction end end artifact 130048 "UmlBaseInitialPseudoState" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 130048 // UmlBaseInitialPseudoState end end artifact 130304 "UmlBaseEntryPointPseudoState" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 130304 // UmlBaseEntryPointPseudoState end end artifact 130560 "UmlBaseFinalState" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 130560 // UmlBaseFinalState end end artifact 130816 "UmlBaseTerminatePseudoState" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 130816 // UmlBaseTerminatePseudoState end end artifact 131072 "UmlBaseExitPointPseudoState" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 131072 // UmlBaseExitPointPseudoState end end artifact 131328 "UmlBaseDeepHistoryPseudoState" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 131328 // UmlBaseDeepHistoryPseudoState end end artifact 131584 "UmlBaseShallowHistoryPseudoState" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 131584 // UmlBaseShallowHistoryPseudoState end end artifact 131840 "UmlBaseJunctionPseudoState" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 131840 // UmlBaseJunctionPseudoState end end artifact 132096 "UmlBaseChoicePseudoState" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 132096 // UmlBaseChoicePseudoState end end artifact 132352 "UmlBaseForkPseudoState" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 132352 // UmlBaseForkPseudoState end end artifact 132608 "UmlBaseJoinPseudoState" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 132608 // UmlBaseJoinPseudoState end end artifact 132864 "UmlBaseObjectDiagram" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 132864 // UmlBaseObjectDiagram end end artifact 133248 "UmlBaseActivity" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 133248 // UmlBaseActivity end end artifact 133504 "UmlBaseActivityDiagram" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 133504 // UmlBaseActivityDiagram end end artifact 133760 "UmlBaseActivityNode" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 133760 // UmlBaseActivityNode end end artifact 134016 "UmlBaseFlow" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 134016 // UmlBaseFlow end end artifact 134272 "FlowBehavior" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 134272 // FlowBehavior end end artifact 134400 "UmlBaseActivityRegion" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 134400 // UmlBaseActivityRegion end end artifact 134656 "UmlBaseExpansionRegion" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 134656 // UmlBaseExpansionRegion end end artifact 134912 "anExpansionKind" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 134912 // anExpansionKind end end artifact 135040 "UmlBaseInterruptibleActivityRegion" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 135040 // UmlBaseInterruptibleActivityRegion end end artifact 135296 "UmlBaseActivityAction" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 135296 // UmlBaseActivityAction end end artifact 135552 "UmlBaseActivityActionClasses" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 135552 // UmlBaseSendObjectAction class_ref 135808 // UmlBaseUnmarshallAction class_ref 136320 // UmlBaseSendSignalAction class_ref 136576 // UmlBaseBroadcastSignalAction class_ref 136832 // UmlBaseValueSpecificationAction class_ref 137088 // UmlBaseOpaqueAction class_ref 137344 // UmlBaseAcceptEventAction class_ref 137600 // UmlBaseCallOperationAction class_ref 137856 // UmlBaseCallBehaviorAction class_ref 138368 // UmlBaseClearVariableValueAction class_ref 138624 // UmlBaseReadVariableValueAction class_ref 138880 // UmlBaseWriteVariableValueAction class_ref 139136 // UmlBaseAddVariableValueAction class_ref 139392 // UmlBaseRemoveVariableValueAction end end artifact 135808 "UmlBaseOnSignalAction" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 136064 // UmlBaseOnSignalAction end end artifact 136064 "UmlBaseAccessVariableValueAction" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 138112 // UmlBaseAccessVariableValueAction end end artifact 136320 "UmlBaseActivityControlNode" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 139648 // UmlBaseActivityControlNode end end artifact 136576 "UmlBaseActivityControlNodeClasses" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 139904 // UmlBaseInitialActivityNode class_ref 140160 // UmlBaseFlowFinalActivityNode class_ref 140416 // UmlBaseActivityFinalActivityNode class_ref 140672 // UmlBaseDecisionActivityNode class_ref 140928 // UmlBaseMergeActivityNode class_ref 141184 // UmlBaseForkActivityNode class_ref 141440 // UmlBaseJoinActivityNode end end artifact 136832 "UmlBaseActivityObject" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 141696 // UmlBaseActivityObject end end artifact 137088 "anOrdering" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 141952 // anOrdering end end artifact 137216 "UmlBaseExpansionNode" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 142080 // UmlBaseExpansionNode end end artifact 137472 "UmlBasePinParameter" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 142336 // UmlBasePinParameter end end artifact 137728 "aParameterEffectKind" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 142592 // aParameterEffectKind end end artifact 137856 "UmlBaseActivityPin" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 142720 // UmlBaseActivityPin end end artifact 138112 "UmlBaseActivityParameter" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 142976 // UmlBaseActivityParameter end end artifact 138368 "UmlBaseParameterSet" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 143232 // UmlBaseParameterSet end end artifact 138624 "aLanguage" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 143488 // aLanguage end end artifact 138752 "UmlBaseClassInstance" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} #include \"SlotAttribute.h\" #include \"SlotRelation.h\" ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} #include \"UmlCom.h\" ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 143616 // UmlBaseClassInstance end end artifact 139008 "SlotAttribute" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 143872 // SlotAttribute end end artifact 139136 "SlotRelation" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 144000 // SlotRelation end end artifact 140544 "UmlBaseView" stereotype "source" cpp_h "#ifndef _${NAME}_H #define _${NAME}_H ${comment} ${includes} ${declarations} ${namespace_start} ${definition} ${namespace_end} #endif " cpp_src "${comment} ${includes} ${namespace_start} ${members} ${namespace_end}" java_src "${comment} ${package} ${definition}" associated_classes class_ref 145408 // UmlBaseView end end end end