Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - avr

Pages: [1]
1
General Board / Re: PIM to DDL Transformation
« on: August 12, 2005, 08:05:31 am »
ok, thanks for your answer Thomas   :)

2
General Board / Re: PIM to DDL Transformation
« on: August 12, 2005, 06:35:20 am »
Association classes are tranformed as basic classes too.
Nobody can help ??

3
General Board / Re: PIM to DDL Transformation
« on: August 09, 2005, 01:39:22 am »
up

4
General Board / PIM to DDL Transformation
« on: August 08, 2005, 08:14:44 am »
Hello,

I need to transform my PIM to DDL Model, the default template don't take into account the inheritance.
I need the following inheritance strategy where "Each class hierarchy has a single corresponding table that contains all the inherited attributes for all elements".
Has someone written a template (or modified the default one) that handles this feature? or explain me how to do that?

thanks

--
Fred

5
General Board / Re: connectorType Macro
« on: August 16, 2005, 12:51:39 am »
May be EA people can help us. I'll send a request to support.

6
General Board / connectorType Macro
« on: August 12, 2005, 08:04:06 am »
Hello

An other question, i hope someone could help. :)

I'm trying to handle associated class in DDL transformation template. What is the conectorType string for association class ?
If i write a transformation template with the folowing code, my association class's connectors are not recognized :

Code: [Select]

%if connectorType == "Association Class"%
...
%endIf%


An other question, how can i identify the associated class (the associated class GUID) from a connector of type "Association Class"  ?

thanks

--
Fred

Pages: [1]