2007-08-08 04:50:02 +02:00
|
|
|
format 40
|
2007-07-04 05:46:08 +02:00
|
|
|
"mobject" // design::codegen::proc::mobject
|
2008-09-13 03:59:36 +02:00
|
|
|
revision 9
|
2007-07-04 05:46:08 +02:00
|
|
|
modified_by 5 "hiv"
|
|
|
|
|
// 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
|
2007-08-08 04:50:02 +02:00
|
|
|
show_full_operations_definition default write_horizontally default class_drawing_mode default drawing_language default draw_all_relations default shadow default
|
2007-07-04 05:46:08 +02:00
|
|
|
//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
|
|
|
|
|
|
|
|
|
|
stereotype "src"
|
|
|
|
|
cpp_h_dir "proc/mobject"
|
|
|
|
|
cpp_src_dir "proc/mobject"
|
2007-08-09 18:51:47 +02:00
|
|
|
cpp_namespace "mobject"
|
2007-07-04 05:46:08 +02:00
|
|
|
comment "sourcecode package
|
|
|
|
|
|
|
|
|
|
MObject Subsystem
|
|
|
|
|
including the Session (EDL), Builder and Processing Controller"
|
|
|
|
|
deploymentview 128773 "gen"
|
|
|
|
|
//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 "defines source files to be generated by BOUML"
|
2007-09-27 04:45:06 +02:00
|
|
|
artifact 138757 "session"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 139653 // Session
|
|
|
|
|
end
|
|
|
|
|
comment "Interface: the session edited by the user"
|
|
|
|
|
end
|
|
|
|
|
|
2007-07-04 05:46:08 +02:00
|
|
|
artifact 128261 "mobject"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 128517 // MObject
|
|
|
|
|
end
|
2007-08-04 19:15:33 +02:00
|
|
|
comment "Key Abstraction: A Media Object in the Session"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
artifact 129029 "placement"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 128645 // Placement
|
|
|
|
|
end
|
2007-08-04 19:15:33 +02:00
|
|
|
comment "Key Abstraction: a way to place and locate a Media Object"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
artifact 129157 "explicitplacement"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 129797 // ExplicitPlacement
|
|
|
|
|
end
|
2007-08-04 19:15:33 +02:00
|
|
|
comment "special Placement yielding an absolute location (Time,Track)-location for a MObject"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
artifact 130437 "builderfacade"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 130565 // BuilderFacade
|
|
|
|
|
end
|
2007-08-04 19:15:33 +02:00
|
|
|
comment "Facade and service access point for the Builder Subsystem"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
artifact 131077 "buildable"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 134021 // Buildable
|
|
|
|
|
end
|
2007-08-04 19:15:33 +02:00
|
|
|
comment "marker interface denoting any MObject able to be treated by Tools"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
artifact 134405 "parameter"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 134533 // Parameter
|
|
|
|
|
end
|
2007-08-04 19:15:33 +02:00
|
|
|
comment "representation of an automatable effect/plugin parameter"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
artifact 134533 "paramprovider"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 134661 // ParamProvider
|
|
|
|
|
end
|
2007-08-04 19:15:33 +02:00
|
|
|
comment "interface denoting a source for actual Parameter values"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
artifact 134661 "interpolator"
|
|
|
|
|
stereotype "source"
|
|
|
|
|
cpp_h "/*
|
|
|
|
|
${NAME}.hpp - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef ${NAMESPACE}_${NAME}_H
|
|
|
|
|
#define ${NAMESPACE}_${NAME}_H
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${declarations}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
${definition}
|
|
|
|
|
${namespace_end}
|
|
|
|
|
#endif
|
|
|
|
|
"
|
|
|
|
|
cpp_src "/*
|
|
|
|
|
${Name} - ${description}
|
|
|
|
|
@{CopyrightClaim}@{GPLHeader}
|
|
|
|
|
* *****************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${includes}
|
|
|
|
|
${namespace_start}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${members}
|
|
|
|
|
${namespace_end}"
|
|
|
|
|
associated_classes
|
|
|
|
|
class_ref 134789 // Interpolator
|
|
|
|
|
end
|
2007-08-04 19:15:33 +02:00
|
|
|
comment "denotes a facility to get (continuously interpolated) parameter values"
|
2007-07-04 05:46:08 +02:00
|
|
|
end
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
package_ref 130437 // session
|
|
|
|
|
|
|
|
|
|
package_ref 130565 // builder
|
|
|
|
|
end
|