Sparx Systems Forum

Enterprise Architect => Uml Process => Topic started by: daphne7 on August 18, 2006, 03:24:10 pm

Title: Defining a new data type within a profile
Post by: daphne7 on August 18, 2006, 03:24:10 pm
Hi,
I have a big problem. For my diploma thesis I need a special UML profile. I started to define a profile but I have a problem.

In UML only integer, string, boolean and one another data type is defined. I need a data type like an array (a composed data type) or better a vector.

For example:

<name of the variable> : <Name of the class1>, <Name of the class2>,

with concrete values:

requires: Parking-Module, Parking-Subsystem

I have read the UML specification of the OMG and also the the guide books from the UML authors but I have no information about my problem.

thanks
Title: Re: Defining a new data type within a profile
Post by: Jan ´Bary´ Glas on August 19, 2006, 11:05:04 am
UML specification says:
(http://img242.imageshack.us/img242/8494/expressionsaw6.gif) (http://imageshack.us)
Your special ValueSpecification is an Expression that consists of another ValueSpecifications.