Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tigerstripe-dev] Question on converting class to datatype

Chris,

 

OK, thanks. It is a nice way to do it.

This only works in I36, right?  In previous versions, the SID base types were imported as classes. I remember trying this and I got classes.

 

Best regards

 

Marc

 

From: Christopher Hartley (chrhartl) [mailto:chrhartl@xxxxxxxxx]
Sent: Monday, November 28, 2011 12:11 PM
To: Flauw, Marc
Cc: tigerstripe-dev@xxxxxxxxxxx
Subject: RE: [tigerstripe-dev] Question on converting class to datatype

 

Marc,

 

A better solution is to use the <<BaseType>> stereotype to automatically import as a Datatype.

 

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=249062

 

So this is the initial rule I need for Classes

 

If (<<baseType>> or <<dataType>>) then "map to DataType"

Else "map to Entity"

 

 

regards, Chris Hartley

Technical Leader

NMTG - XMP Model & Model Infrastructure-AU

Time zone : GMT +9:30

ph: +61 8 8124 2211

Internal VOIP nr : 8 618 2211

 

 

From: "Flauw, Marc" <Marc.Flauw@xxxxxx>

Date: 28 November 2011 08:40:02 GMT

To: Tigerstripe Developers <tigerstripe-dev@xxxxxxxxxxx>

Subject: [tigerstripe-dev] Question on converting class to datatype

Reply-To: Tigerstripe developers list <tigerstripe-dev@xxxxxxxxxxx>

 

Dear all,

 

I have seen the note from Chris mentioning the possibility to convert class to datatype in I36.

 

This is very welcomed.

 

Is there a way to call that from a program?

In fact, we would like to do this conversion while doing the SID Import (based on the UML import).

 

Thanks and regards

 

Marc

_______________________________________________
tigerstripe-dev mailing list
tigerstripe-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tigerstripe-dev

 


Back to the top