Tue, 04 Aug 2009 18:12:44 +0200
Include project documents (plan, SRS, design) in distribution.
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/projdesign/16.session Tue Aug 04 18:12:44 2009 +0200 1.3 @@ -0,0 +1,7 @@ 1.4 +window_sizes 1200 896 300 894 690 128 1.5 +show_stereotypes 1.6 +selected 1.7 +package_ref 129 // asgui_design 1.8 +open 1.9 +end 1.10 +end
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/projdesign/asgui_design.prj Tue Aug 04 18:12:44 2009 +0200 2.3 @@ -0,0 +1,39 @@ 2.4 +format 62 2.5 +"asgui_design" 2.6 + revision 1 2.7 + modified_by 16 "mschloh" 2.8 + 2.9 + 2.10 + 2.11 + // class settings 2.12 + default_attribute_visibility private default_relation_visibility private default_operation_visibility public 2.13 + //class diagram settings 2.14 + draw_all_relations yes hide_attributes no hide_operations no show_members_full_definition no show_members_visibility no show_members_stereotype no show_members_multiplicity no show_members_initialization no show_attribute_modifiers no member_max_width 127 show_parameter_dir yes show_parameter_name yes package_name_in_tab no class_drawing_mode natural drawing_language uml show_context_mode no auto_label_position yes show_relation_modifiers no show_infonote no shadow yes show_stereotype_properties no 2.15 + //use case diagram settings 2.16 + package_name_in_tab no show_context no auto_label_position yes draw_all_relations yes class_drawing_mode actor shadow yes show_stereotype_properties no 2.17 + //sequence diagram settings 2.18 + show_full_operations_definition no write_horizontally yes class_drawing_mode natural drawing_language uml draw_all_relations yes shadow yes show_stereotype_properties no 2.19 + //collaboration diagram settings 2.20 + show_full_operations_definition no show_hierarchical_rank no write_horizontally yes drawing_language uml package_name_in_tab no show_context no draw_all_relations yes shadow yes show_stereotype_properties no 2.21 + //object diagram settings 2.22 + write_horizontally yes package_name_in_tab no show_context no auto_label_position yes draw_all_relations yes shadow yes show_stereotype_properties no 2.23 + //component diagram settings 2.24 + package_name_in_tab no show_context no auto_label_position yes draw_all_relations yes shadow yes 2.25 + draw_component_as_icon no show_component_req_prov no show_component_rea no show_stereotype_properties no 2.26 + //deployment diagram settings 2.27 + package_name_in_tab no show_context no write_horizontally yes auto_label_position yes draw_all_relations yes shadow yes 2.28 + draw_component_as_icon no show_component_req_prov no show_component_rea no show_stereotype_properties no 2.29 + //state diagram settings 2.30 + package_name_in_tab no show_context no auto_label_position yes write_trans_label_horizontally yes show_trans_definition no draw_all_relations yes shadow yes 2.31 + show_activities yes region_horizontally yes drawing_language uml show_stereotype_properties no 2.32 + //activity diagram settings 2.33 + package_name_in_tab no show_context no show_opaque_action_definition no auto_label_position yes write_flow_label_horizontally no draw_all_relations yes shadow yes 2.34 + show_infonote yes drawing_language uml show_stereotype_properties no 2.35 + 2.36 + class_color yellow duration_color transparent continuation_color gray note_color blue fragment_color transparent subject_color transparent usecase_color yellow package_color transparent component_color green artifact_color green deploymentnode_color gray state_color yellow stateaction_color transparent activity_color transparent activityregion_color transparent activityaction_color transparent parameterpin_color white 2.37 + font_size 12 2.38 + diagram_format A4 2.39 + 2.40 + mark_for_import 2.41 + 2.42 +end
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/projdesign/cpp_includes Tue Aug 04 18:12:44 2009 +0200 3.3 @@ -0,0 +1,13 @@ 3.4 +// "a type" "needed cpp_includes" 3.5 +"vector" "#include <vector> 3.6 +using namespace std;" 3.7 + 3.8 +"list" "#include <list> 3.9 +using namespace std;" 3.10 + 3.11 +"map" "#include <map> 3.12 +using namespace std;" 3.13 + 3.14 +"string" "#include <string> 3.15 +using namespace std;" 3.16 +
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/projdesign/generation_settings Tue Aug 04 18:12:44 2009 +0200 4.3 @@ -0,0 +1,305 @@ 4.4 + 4.5 + cpp_default_defs 4.6 + cpp_h_extension "h" cpp_src_extension "cpp" java_extension "java" php_extension "php" python_extension "py" idl_extension "idl" 4.7 + 4.8 + type_forms 15 // uml cpp java idl cpp_in cpp_out cpp_inout cpp_return 4.9 + "void" "void" "void" "void" "${type}" "${type} &" "${type}" "${type}" 4.10 + "any" "void *" "Object" "any" "const ${type}" "${type}" "${type} &" "${type}" 4.11 + "bool" "bool" "boolean" "boolean" "${type}" "${type} &" "${type} &" "${type}" 4.12 + "char" "char" "char" "char" "${type}" "${type} &" "${type} &" "${type}" 4.13 + "uchar" "unsigned char" "char" "octet" "${type}" "${type} &" "${type} &" "${type}" 4.14 + "byte" "unsigned char" "byte" "octet" "${type}" "${type} &" "${type} &" "${type}" 4.15 + "short" "short" "short" "short" "${type}" "${type} &" "${type} &" "${type}" 4.16 + "ushort" "unsigned short" "short" "unsigned short" "${type}" "${type} &" "${type} &" "${type}" 4.17 + "int" "int" "int" "long" "${type}" "${type} &" "${type} &" "${type}" 4.18 + "uint" "unsigned int" "int" "unsigned long" "${type}" "${type} &" "${type} &" "${type}" 4.19 + "long" "long" "long" "long" "${type}" "${type} &" "${type} &" "${type}" 4.20 + "ulong" "unsigned long" "long" "unsigned long" "${type}" "${type} &" "${type} &" "${type}" 4.21 + "float" "float" "float" "float" "${type}" "${type} &" "${type} &" "${type}" 4.22 + "double" "double" "double" "double" "${type}" "${type} &" "${type} &" "${type}" 4.23 + "string" "string" "String" "string" "${type}" "${type} &" "${type} &" "${type}" 4.24 + 4.25 + relations_stereotypes 5 // uml cpp java pythonidl 4.26 + "sequence" "vector" "Vector" "list" "sequence" 4.27 + "vector" "vector" "Vector" "list" "sequence" 4.28 + "list" "list" "List" "list" "sequence" 4.29 + "set" "set" "Set" "set" "sequence" 4.30 + "map" "map" "Map" "dict" "sequence" 4.31 + 4.32 + classes_stereotypes 14 // uml cpp java php python idl 4.33 + "class" "class" "class" "class" "class" "valuetype" 4.34 + "interface" "class" "interface" "interface" "class" "interface" 4.35 + "exception" "class" "class" "class" "class" "exception" 4.36 + "enum" "enum" "enum" "enum" "enum" "enum" 4.37 + "enum_pattern" "enum" "enum_pattern" "enum" "enum" "enum" 4.38 + "struct" "struct" "class" "class" "class" "struct" 4.39 + "union" "union" "class" "class" "class" "union" 4.40 + "typedef" "typedef" "ignored" "ignored" "ignored" "typedef" 4.41 + "boundary" "class" "class" "class" "class" "interface" 4.42 + "control" "class" "class" "class" "class" "valuetype" 4.43 + "entity" "class" "class" "class" "class" "valuetype" 4.44 + "actor" "ignored" "ignored" "ignored" "ignored" "ignored" 4.45 + "@interface" "ignored" "@interface" "ignored" "ignored" "ignored" 4.46 + "stereotype" "ignored" "ignored" "ignored" "ignored" "ignored" 4.47 + 4.48 + cpp_enum_default_type_forms "${type}" "${type} &" "${type} &" "${type}" // in out inout return 4.49 + other_cpp_types_default_type_forms "const ${type} &" "${type} &" "${type} &" "${type}" // in out inout return 4.50 + 4.51 + cpp_default_h_content "#ifndef ${NAMESPACE}_${NAME}_H 4.52 +#define ${NAMESPACE}_${NAME}_H 4.53 + 4.54 +${comment} 4.55 +${includes} 4.56 +${declarations} 4.57 +${namespace_start} 4.58 +${definition} 4.59 +${namespace_end} 4.60 +#endif 4.61 +" 4.62 + cpp_default_src_content "${comment} 4.63 +${includes} 4.64 +${namespace_start} 4.65 +${members} 4.66 +${namespace_end}" 4.67 + cpp_default_class_decl "${comment}${template}class ${name}${inherit} { 4.68 +${members}}; 4.69 +${inlines} 4.70 +" 4.71 + cpp_default_external_class_decl "${name} 4.72 +#include <${name}.h> 4.73 +" 4.74 + cpp_default_struct_decl "${comment}${template}struct ${name}${inherit} { 4.75 +${members}}; 4.76 +${inlines} 4.77 +" 4.78 + cpp_default_union_decl "${comment}${template}union ${name} { 4.79 +${members}}; 4.80 +${inlines} 4.81 +" 4.82 + cpp_default_enum_decl "${comment}enum ${name} { 4.83 +${items} 4.84 +}; 4.85 +" 4.86 + cpp_default_typedef_decl "${comment}typedef ${type} ${name}; 4.87 +" 4.88 + cpp_default_attribute_declaration " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; 4.89 +" // multiplicity 1 4.90 + " ${comment}${static}${mutable}${volatile}${const}${stereotype}<${type}> ${name}${value}; 4.91 +" // multiplicity * a..b 4.92 + " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${multiplicity}${value}; 4.93 +" // multiplicity [..] 4.94 + cpp_default_enum_item_declaration " ${name}${value},${comment}" 4.95 + cpp_association_aggregation_declaration 4.96 + " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value}; 4.97 +" // multiplicity 1 4.98 + " ${comment}${static}${mutable}${volatile}${const}${stereotype}<${type} *> ${name}${value}; 4.99 +" // multiplicity * a..b 4.100 + " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${multiplicity}${value}; 4.101 +" // multiplicity [..] 4.102 + cpp_aggregation_by_value_declaration 4.103 + " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value}; 4.104 +" // multiplicity 1 4.105 + " ${comment}${static}${mutable}${volatile}${const}${stereotype}<${type}> ${name}${value}; 4.106 +" // multiplicity * a..b 4.107 + " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${multiplicity}${value}; 4.108 +" // multiplicity [..] 4.109 + cpp_get "get_${name}" inline const value_const public 4.110 + cpp_set "set_${name}" public 4.111 + cpp_default_operation_declaration " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract}; 4.112 +" 4.113 + cpp_default_operation_definition "${comment}${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{ 4.114 + ${body}} 4.115 +" 4.116 + java_default_src_content "${comment} 4.117 +${package} 4.118 +${imports} 4.119 +${definition}" 4.120 + java_default_class_decl "${comment}${@}${visibility}${final}${abstract}class ${name}${extends}${implements} { 4.121 +${members}} 4.122 +" 4.123 + java_default_external_class_decl "${name}" 4.124 + java_default_interface_decl "${comment}${@}${visibility}interface ${name}${extends} { 4.125 +${members}} 4.126 +" 4.127 + java5_default_enum_decl "${comment}${@}${visibility}${final}${abstract}enum ${name}${implements} { 4.128 +${items}; 4.129 +${members}} 4.130 +" 4.131 + java_default_enum_decl "${comment}${@}${visibility}final class ${name} { 4.132 +${members} 4.133 + private final int value; 4.134 + 4.135 + public int value() { 4.136 + return value; 4.137 + } 4.138 + 4.139 + public static ${name} fromInt(int value) { 4.140 + switch (value) { 4.141 +${cases} default: throw new Error(); 4.142 + } 4.143 + 4.144 + } 4.145 + private ${name}(int v) { value = v; }; 4.146 +} 4.147 +" 4.148 + java_default_attribute_declaration " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; 4.149 +" // multiplicity 1 4.150 + " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${stereotype}<${type}> ${name}${value}; 4.151 +" // multiplicity * a..b 4.152 + " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type}${multiplicity} ${name}${value}; 4.153 +" // multiplicity N 4.154 + java5_default_enum_item_declaration " ${@}${name}${value},${comment}" 4.155 + java_default_enum_item_declaration " ${comment}${@}public static final int _${name}${value}; 4.156 +public static final ${class} ${name} = new ${class}(_${name}); 4.157 +" 4.158 + java_default_enum_case " case _${name}: return ${name}; 4.159 +" 4.160 + java_association_aggregation_declaration 4.161 + " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type} ${name}${value}; 4.162 +" // multiplicity 1 4.163 + " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${stereotype}<${type}> ${name}${value}; 4.164 +" // multiplicity * a..b 4.165 + " ${comment}${@}${visibility}${static}${final}${transient}${volatile}${type}${multiplicity} ${name}${value}; 4.166 +" // multiplicity N 4.167 + java_get "get${Name}" final public 4.168 + java_set "set${Name}" public 4.169 + java_default_operation_definition " ${comment}${@}${visibility}${final}${static}${abstract}${synchronized}${type} ${name}${(}${)}${throws}${staticnl}{ 4.170 + ${body}} 4.171 +" 4.172 + php_default_src_content "<?php 4.173 +${comment} 4.174 +${definition} 4.175 +?> 4.176 +" 4.177 + php_default_class_decl "${comment}${final}${visibility}${abstract}class ${name}${extends}${implements} { 4.178 +${members}} 4.179 +" 4.180 + php_default_enum_decl "${comment}${visibility}final class ${name} { 4.181 +${items}} 4.182 +" 4.183 + php_default_external_class_decl "${name}" 4.184 + php_default_interface_decl "${comment}${visibility}interface ${name} { 4.185 +${members}} 4.186 +" 4.187 + php_default_attribute_declaration " ${comment}${visibility}${const}${static}${var}${name}${value}; 4.188 +" 4.189 + php_default_enum_item_decl " const ${name}${value};${comment} 4.190 +" 4.191 + php_default_relation_declaration" ${comment}${visibility}${const}${static}${var}${name}${value}; 4.192 +" 4.193 + php_get "get${Name}" final 4.194 + php_set "set${Name}" 4.195 + php_default_operation_definition " ${comment}${final}${visibility}${abstract}${static}function ${name}${(}${)} 4.196 +{ 4.197 + ${body}} 4.198 +" 4.199 + python_2_2 4.200 + python_indent_step " " 4.201 + python_default_src_content "${comment} 4.202 +${import} 4.203 +${definition}" 4.204 + python_default_class_decl "class ${name}${inherit}: 4.205 +${docstring}${members} 4.206 +" 4.207 + python_default_enum_decl "class ${name}: 4.208 +${docstring}${members} 4.209 +" 4.210 + python_default_external_class_decl "${name}" 4.211 + python_default_attribute_declaration "${comment}${self}${name} = ${value} 4.212 +" // multiplicity 1 4.213 + "${comment}${self}${name} = ${stereotype}() 4.214 +" // multiplicity != 1 4.215 + python_default_enum_item_decl "${comment}${self}${name} = ${value} 4.216 +" 4.217 + python_default_relation_declaration"${comment}${self}${name} = ${value} 4.218 +" // multiplicity 1 4.219 + "${comment}${self}${name} = ${stereotype}() 4.220 +" // multiplicity != 1 4.221 + python_default_composition_declaration"${comment}${self}${name} = ${type}() 4.222 +" // multiplicity 1 4.223 + "${comment}${self}${name} = ${stereotype}() 4.224 +" // multiplicity != 1 4.225 + python_default_operation_definition "${@}${static}${abstract}def ${name}${(}${)}: 4.226 +${docstring}${body} 4.227 +" 4.228 + python_get "get${Name}" 4.229 + python_set "set${Name}" 4.230 + idl_default_src_content "#ifndef ${MODULE}_${NAME}_H 4.231 +#define ${MODULE}_${NAME}_H 4.232 + 4.233 +${comment} 4.234 +${includes} 4.235 +${module_start} 4.236 +${definition} 4.237 +${module_end} 4.238 +#endif 4.239 +" 4.240 + idl_default_interface_decl "${comment}${abstract}${local}interface ${name}${inherit} { 4.241 +${members}}; 4.242 +" 4.243 + idl_default_valuetype_decl "${comment}${abstract}${custom}valuetype ${name}${inherit} { 4.244 +${members}}; 4.245 +" 4.246 + idl_default_struct_decl "${comment}struct ${name} { 4.247 +${members}}; 4.248 +" 4.249 + idl_default_typedef_decl "${comment}typedef ${type} ${name}; 4.250 +" 4.251 + idl_default_exception_decl "${comment}exception ${name} { 4.252 +${members}}; 4.253 +" 4.254 + idl_default_union_decl "${comment}union ${name} switch(${switch}) { 4.255 +${members}}; 4.256 +" 4.257 + idl_default_enum_decl "${comment}enum ${name} { 4.258 +${items}}; 4.259 +" 4.260 + idl_default_external_class_decl "${name} 4.261 +#include \"${name}.idl\" 4.262 +" 4.263 + idl_default_attribute_declaration " ${comment}${readonly}${attribute}${type} ${name}; 4.264 +" // multiplicity 1 4.265 + " ${comment}${readonly}${attribute}${stereotype}<${type}> ${name}; 4.266 +" // multiplicity * a..b 4.267 + " ${comment}${readonly}${attribute}${stereotype}<${type},${multiplicity}> ${name}; 4.268 +" // multiplicity N 4.269 + idl_default_valuetype_attribute_declaration " ${comment}${visibility}${type} ${name}; 4.270 +" // multiplicity 1 4.271 + " ${comment}${visibility}${stereotype}<${type}> ${name}; 4.272 +" // multiplicity * a..b 4.273 + " ${comment}${visibility}${stereotype}<${type},${multiplicity}> ${name}; 4.274 +" // multiplicity N 4.275 + idl_default_const_declaration " ${comment}const ${type} ${name}${value}; 4.276 +" // multiplicity 1 4.277 + " ${comment}const ${stereotype}<${type}> ${name}${value}; 4.278 +" // multiplicity * a..b 4.279 + " ${comment}const ${stereotype}<${type},${multiplicity}> ${name}${value}; 4.280 +" // multiplicity N 4.281 + idl_default_enum_item_declaration " ${name},${comment}" 4.282 + idl_default_union_item_declaration " ${comment}case ${case} : ${readonly}${type} ${name};" // multiplicity 1 4.283 + " ${comment}case ${case} : ${readonly}${stereotype}<${type}> ${name};" // multiplicity * a..b 4.284 + " ${comment}case ${case} : ${readonly}${stereotype}<${type},${multiplicity}> ${name};" // multiplicity N 4.285 + idl_association_aggregation_declaration 4.286 + " ${comment}${readonly}${attribute}${type} ${name}; 4.287 +" // multiplicity 1 4.288 + " ${comment}${readonly}${attribute}${stereotype}<${type}> ${name}; 4.289 +" // multiplicity * a..b 4.290 + " ${comment}${readonly}${attribute}${stereotype}<${type},${multiplicity}> ${name}; 4.291 +" // multiplicity N 4.292 + idl_valuetype_association_aggregation_declaration 4.293 + " ${comment}${visibility}${type} ${name}; 4.294 +" // multiplicity 1 4.295 + " ${comment}${visibility}${stereotype}<${type}> ${name}; 4.296 +" // multiplicity * a..b 4.297 + " ${comment}${visibility}${stereotype}<${type},${multiplicity}> ${name}; 4.298 +" // multiplicity N 4.299 + idl_union_association_aggregation_declaration 4.300 + " ${comment}case ${case} : ${readonly}${type} ${name};" // multiplicity 1 4.301 + " ${comment}case ${case} : ${readonly}${stereotype}<${type}> ${name};" // multiplicity * a..b 4.302 + " ${comment}case ${case} : ${readonly}${stereotype}<${type},${multiplicity}> ${name};" // multiplicity N 4.303 + idl_get "get_${name}" 4.304 + idl_set "set_${name}" twoways 4.305 + idl_default_operation_declaration " ${comment}${oneway}${type} ${name}${(}${)}${raisesnl}${raises}; 4.306 +" 4.307 + uml_get_name uml uml_set_name uml 4.308 +end
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/projdesign/idl_includes Tue Aug 04 18:12:44 2009 +0200 5.3 @@ -0,0 +1,1 @@ 5.4 +// "a type" "needed idl_includes"
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/projdesign/java_imports Tue Aug 04 18:12:44 2009 +0200 6.3 @@ -0,0 +1,1 @@ 6.4 +// "a type" "needed java_imports"
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/projdesign/python_imports Tue Aug 04 18:12:44 2009 +0200 7.3 @@ -0,0 +1,1 @@ 7.4 +// "a type" "needed python_imports"
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/projdesign/stereotypes Tue Aug 04 18:12:44 2009 +0200 8.3 @@ -0,0 +1,56 @@ 8.4 + 8.5 + package_stereotypes 6 "facade" "framework" "model library" "stub" "toplevel" "profile" 8.6 + -_-> 3 "access" "import" "from" 8.7 + end 8.8 + 8.9 + class_stereotypes 19 "actor" "auxiliary" "boundary" "control" "entity" "enum" "enum_pattern" "exception" "focus" "implementationClass" "interface" "@interface" "metaclass" "stereotype" "struct" "type" "typedef" "union" "utility" 8.10 + ---- 4 "list" "set" "vector" "map" 8.11 + ---> 4 "list" "set" "vector" "map" 8.12 + ---|> 4 "{complete,disjoint}" "{incomplete,disjoint}" "{complete,overlapping}" "{incomplete,overlapping}" 8.13 + o--- 4 "list" "set" "vector" "map" 8.14 + *--- 4 "list" "set" "vector" "map" 8.15 + o--> 4 "list" "set" "vector" "map" 8.16 + *--> 4 "list" "set" "vector" "map" 8.17 + -_-> 4 "friend" "from" "import" "instantiate" 8.18 + -_-|> 1 "bind" 8.19 + end 8.20 + 8.21 + use_case_stereotypes 2 "realization" "realization" 8.22 + 8.23 + ---|> 4 "{complete,disjoint}" "{incomplete,disjoint}" "{complete,overlapping}" "{incomplete,overlapping}" 8.24 + -_-> 2 "include" "extend" 8.25 + end 8.26 + 8.27 + artifact_stereotypes 7 "document" "file" "script" "source" "text" "library" "executable" 8.28 + -_-> 4 "deploy" "manifest" "import" "from" 8.29 + end 8.30 + 8.31 + attribute_stereotypes 4 "list" "set" "vector" "map" 8.32 + operation_stereotypes 0 8.33 + state_stereotypes 3 "machine" "submachine" "top" 8.34 + activity_stereotypes 0 8.35 + flow_stereotypes 3 "interrupt" "multicast" "multireceive" 8.36 + interruptibleactivityregion_stereotypes 0 8.37 + pseudostate_stereotypes 0 8.38 + stateaction_stereotypes 2 "send-signal" "receive-signal" 8.39 + parameter_stereotypes 0 8.40 + parameterset_stereotypes 0 8.41 + activitynode_stereotypes 0 8.42 + activityaction_stereotypes 0 8.43 + activityobject_stereotypes 2 "datastore" "centralBuffer" 8.44 + pin_stereotypes 0 8.45 + component_stereotypes 6 "buildComponent" "entity" "implement" "process" "service" "subsystem" 8.46 + deploymentnode_stereotypes 3 "cpu" "device" "executionEnvironment" 8.47 + classview_stereotypes 0 8.48 + usecaseview_stereotypes 0 8.49 + componentview_stereotypes 0 8.50 + deploymentview_stereotypes 0 8.51 + classdiagram_stereotypes 0 8.52 + seqdiagram_stereotypes 0 8.53 + coldiagram_stereotypes 0 8.54 + usecasediagram_stereotypes 0 8.55 + statediagram_stereotypes 0 8.56 + activitydiagram_stereotypes 0 8.57 + componentdiagram_stereotypes 0 8.58 + deploymentdiagram_stereotypes 0 8.59 +end
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 9.2 +++ b/projdesign/tools Tue Aug 04 18:12:44 2009 +0200 9.3 @@ -0,0 +1,18 @@ 9.4 +// 'tool' "the executable" "displayed string" {target}+ 9.5 +tool "HTML documentation" "ghtml" Class Operation Attribute Generalisation Realize Dependency Association DirectionalAssociation Aggregation AggregationByValue DirectionalAggregation DirectionalAggregationByValue ExtraMember ClassInstance State Region StateAction Initial EntryPoint Final Terminate ExitPoint DeepHistory ShallowHistory Junction Choice Fork Join Transition Activity InterruptibleActivityRegion ExpansionRegion ActivityObject ActivityAction Parameter ParameterSet Pin ExpansionNode InitialActivityNode FinalActivityNode ExitPointActivityNode DecisionActivityNode MergeActivityNode ForkActivityNode JoinActivityNode Flow Project Package UseCaseView ClassView ComponentView DeploymentView UseCaseDiagram SeqDiagram ColDiagram ClassDiagram ObjectDiagram StateDiagram ActivityDiagram ComponentDiagram DeploymentDiagram UseCase Component Node Artifact Inherit DependOn 9.6 +tool "HTML doc. (flat)" "ghtml -flat" Class Operation Attribute Generalisation Realize Dependency Association DirectionalAssociation Aggregation AggregationByValue DirectionalAggregation DirectionalAggregationByValue ExtraMember ClassInstance State Region StateAction Initial EntryPoint Final Terminate ExitPoint DeepHistory ShallowHistory Junction Choice Fork Join Transition Activity InterruptibleActivityRegion ExpansionRegion ActivityObject ActivityAction Parameter ParameterSet Pin ExpansionNode InitialActivityNode FinalActivityNode ExitPointActivityNode DecisionActivityNode MergeActivityNode ForkActivityNode JoinActivityNode Flow Project Package UseCaseView ClassView ComponentView DeploymentView UseCaseDiagram SeqDiagram ColDiagram ClassDiagram ObjectDiagram StateDiagram ActivityDiagram ComponentDiagram DeploymentDiagram UseCase Component Node Artifact Inherit DependOn 9.7 +tool "HTML doc. (svg)" "ghtml -svg" Class Operation Attribute Generalisation Realize Dependency Association DirectionalAssociation Aggregation AggregationByValue DirectionalAggregation DirectionalAggregationByValue ExtraMember ClassInstance State Region StateAction Initial EntryPoint Final Terminate ExitPoint DeepHistory ShallowHistory Junction Choice Fork Join Transition Activity InterruptibleActivityRegion ExpansionRegion ActivityObject ActivityAction Parameter ParameterSet Pin ExpansionNode InitialActivityNode FinalActivityNode ExitPointActivityNode DecisionActivityNode MergeActivityNode ForkActivityNode JoinActivityNode Flow Project Package UseCaseView ClassView ComponentView DeploymentView UseCaseDiagram SeqDiagram ColDiagram ClassDiagram ObjectDiagram StateDiagram ActivityDiagram ComponentDiagram DeploymentDiagram UseCase Component Node Artifact Inherit DependOn 9.8 +tool "HTML doc. (flat, svg)" "ghtml -flat -svg" Class Operation Attribute Generalisation Realize Dependency Association DirectionalAssociation Aggregation AggregationByValue DirectionalAggregation DirectionalAggregationByValue ExtraMember ClassInstance State Region StateAction Initial EntryPoint Final Terminate ExitPoint DeepHistory ShallowHistory Junction Choice Fork Join Transition Activity InterruptibleActivityRegion ExpansionRegion ActivityObject ActivityAction Parameter ParameterSet Pin ExpansionNode InitialActivityNode FinalActivityNode ExitPointActivityNode DecisionActivityNode MergeActivityNode ForkActivityNode JoinActivityNode Flow Project Package UseCaseView ClassView ComponentView DeploymentView UseCaseDiagram SeqDiagram ColDiagram ClassDiagram ObjectDiagram StateDiagram ActivityDiagram ComponentDiagram DeploymentDiagram UseCase Component Node Artifact Inherit DependOn 9.9 +tool "Generate .pro" "gpro" Artifact 9.10 +tool "Import Rose" "irose" Project Package 9.11 +tool "C++ utilities" "cpp_util" Class 9.12 +tool "Generate XMI 1.2" "gxmi" Project 9.13 +tool "Generate XMI 2.1" "gxmi2" Project 9.14 +tool "Import XMI 2.1" "ixmi2" Project Package 9.15 +tool "C++ state machine" "stmgen" State 9.16 +tool "Use case wizard" "usecasewizard" UseCase 9.17 +tool "Check-in" "file_control ci" Project Package 9.18 +tool "Check-out" "file_control co" Project Package 9.19 +tool "Deploy classes" "deplcl" ClassView 9.20 +tool "Global Change" "global_change" Class Project Package ClassView DeploymentView 9.21 +tool "Uml projection" "uml_proj" Class Operation Attribute Generalisation Realize Dependency Association DirectionalAssociation Aggregation AggregationByValue DirectionalAggregation DirectionalAggregationByValue Project Package ClassView
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 10.2 +++ b/projplan/asgui.planner Tue Aug 04 18:12:44 2009 +0200 10.3 @@ -0,0 +1,35 @@ 10.4 +<?xml version="1.0"?> 10.5 +<project name="Accounting Service GUI Product" company="Cable & Wireless Telecommunications Services GmbH" manager="Michael Schloh von Bennewitz" phase="" project-start="20081122T000000Z" mrproject-version="2" calendar="1"> 10.6 + <properties/> 10.7 + <phases/> 10.8 + <calendars> 10.9 + <day-types> 10.10 + <day-type id="0" name="Travail" description="Un jour de travail normal"/> 10.11 + <day-type id="1" name="Non travaillé" description="Un jour chômé normal"/> 10.12 + <day-type id="2" name="Utiliser la base" description="Utiliser le jour du calendrier de base"/> 10.13 + </day-types> 10.14 + <calendar id="1" name="Défaut"> 10.15 + <default-week mon="0" tue="0" wed="0" thu="0" fri="0" sat="1" sun="1"/> 10.16 + <overridden-day-types> 10.17 + <overridden-day-type id="0"> 10.18 + <interval start="0800" end="1200"/> 10.19 + <interval start="1300" end="1700"/> 10.20 + </overridden-day-type> 10.21 + </overridden-day-types> 10.22 + <days/> 10.23 + </calendar> 10.24 + </calendars> 10.25 + <tasks> 10.26 + <task id="1" name="Build Logic" note="" work="28800" start="20081122T000000Z" end="20081124T170000Z" work-start="20081124T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"/> 10.27 + <task id="2" name="Bug Fix" note="" work="28800" start="20081122T000000Z" end="20081124T170000Z" work-start="20081124T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"/> 10.28 + <task id="3" name="Regression Test" note="" work="28800" start="20081122T000000Z" end="20081124T170000Z" work-start="20081124T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"/> 10.29 + <task id="4" name="Release Engineering" note="" work="28800" start="20081122T000000Z" end="20081124T170000Z" work-start="20081124T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"> 10.30 + <task id="5" name="Packaging" note="" work="28800" start="20081122T000000Z" end="20081124T170000Z" work-start="20081124T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"/> 10.31 + </task> 10.32 + <task id="6" name="Documentation" note="" work="28800" start="20081122T000000Z" end="20081124T170000Z" work-start="20081124T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"/> 10.33 + <task id="7" name="Publication" note="" work="28800" start="20081122T000000Z" end="20081124T170000Z" work-start="20081124T080000Z" percent-complete="0" priority="0" type="normal" scheduling="fixed-work"/> 10.34 + </tasks> 10.35 + <resource-groups/> 10.36 + <resources/> 10.37 + <allocations/> 10.38 +</project>