[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Thu Jan 15 17:21:01 UTC 2004
CVS commit by okellogg:
Patch reviewed by J. Riddell:
Allow composition of class with datatype.
M +1 -0 assocrules.cpp 1.22
--- kdesdk/umbrello/umbrello/assocrules.cpp #1.21:1.22
@@ -307,4 +307,5 @@ AssocRules::Assoc_Rule AssocRules::m_Ass
{ at_Composition, wt_Class, wt_Class, true, true, false, true },
{ at_Composition, wt_Class, wt_Interface, true, true, false, false },
+ { at_Composition, wt_Class, wt_Datatype, false, false, false, false },
{ at_Composition, wt_Class, wt_Enum, false, false, false, false },
{ at_Implementation,wt_Class, wt_Class, false, false, false, false },
More information about the umbrello-devel
mailing list