<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>tigerstripe-users</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/maillist.html</link>
		<description>tigerstripe-users</description>
		<language>en-us</language>
		<pubDate>Mon, 30 Jan 2012 22:30:04 GMT</pubDate>
		<lastBuildDate>Mon, 30 Jan 2012 22:30:04 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>tigerstripe-users</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/maillist.html</link>
		</image>
 

	<item>
		<title>Re: [tigerstripe-users] Bug in the methods of interface ISterotypeCapable hasStereotypeInstance and getStereotypeInstanceByName</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00099.html</link>
		<description> _______________________________________________ tigerstripe-users mailing list tigerstripe-users@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/tigerstripe-users </description>
		<content:encoded><![CDATA[Hello,<div><br></div><div>I just tried out this scenario, but I&#39;m unable to reproduce your issue. &#xA0;When you call &#39;getContatiningModelComponent()&#39; are you sure you have the right reference?&#xA0;</div><div><br></div>
<div>Please try using a more up-to-date build of Tigerstripe from here:&#xA0;<a href="http://eclipse.org/tigerstripe/downloads.php">http://eclipse.org/tigerstripe/downloads.php</a></div><div><br></div><div>I tried this on a package called xxx.yyy.zzz and I only decorated zzz with a stereotype. &#xA0;I then grabed a reference to &#39;zzz&#39; and called &lt;zzz_reference&gt;.&#xA0;getContainingModelComponent().getStereotypeInstances() and it correctly returns an empty collection. &#xA0;I got further assurance by verifying that this works properly in Tigerstripe. Here&#39;s what I did:</div>
<div>- Under Tigerstripe Explorer, click on view menu &gt; package presentation &gt; Hierarchical</div><div>- Open &#39;Annotation Property View&#39; (this view also displays stereotypes).</div><div>- Select &#39;zzz&#39;, notice it properly displays the associated stereotype</div>
<div>- Select &#39;xxx&#39; or &#39;yyy&#39;, notice nothing is displayed (which is correct).</div><div><br></div><div>Regards,</div><div>- Navid</div>







<div><br></div><div><br><div class="gmail_quote">On Fri, Jan 27, 2012 at 4:58 AM, Xose Ramon Sousa Vazquez <span dir="ltr">&lt;<a href="mailto:xrsousa@xxxxxxxxxxxxxxxxxxx">xrsousa@xxxxxxxxxxxxxxxxxxx</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Hi Navid, I had decorated the package (by example a package defined
    as <b>a.b.c</b>) with an stereotype and the API get the information
    about the stereotype. Then I need to get the stereotype information
    from the parent package, so we get the super package <b>a.b</b> and
    then use the same method to get the stereotype and we expect no
    stereotype returned, but the API retrieve one.<br>
    <br>
    To get the parent package I am using <br>
    aux_artifact=(IAbstractArtifact)
    (aux_artifact.getContainingModelComponent());<br>
    <br>
    I don&#39;t create the package <b>a.b</b>, it is part of the <b>a.b.c
    </b>package created before.<br>
    <br>
    <br>
    Best regards<br>
    <br>
    <br>
    Message: 1
    Date: Thu, 19 Jan 2012 11:11:01 -0500
    From: Navid Mehregani <a href="mailto:navid.mehregani@xxxxxxxxx" target="_blank">&lt;navid.mehregani@xxxxxxxxx&gt;</a>
    To: Tigerstripe Users list <a href="mailto:tigerstripe-users@xxxxxxxxxxx" target="_blank">&lt;tigerstripe-users@xxxxxxxxxxx&gt;</a>
    Subject: Re: [tigerstripe-users] Bug in the methods of interface
    ISterotypeCapable hasStereotypeInstance and
    getStereotypeInstanceByName
    Message-ID:
    <a href="mailto:CACRpCyHS7Nrt8+FDR4rd7Ck4+erAcKx6B5rVmJkVPrB1N0gppw@xxxxxxxxxxxxxx" target="_blank">&lt;CACRpCyHS7Nrt8+FDR4rd7Ck4+erAcKx6B5rVmJkVPrB1N0gppw@xxxxxxxxxxxxxx&gt;</a>
Content-Type:
    text/plain; charset=&quot;iso-8859-1&quot;<br>
    <br>
    &#xA0;Are you saying that when you decorate a package with a stereotype
    and you
    query the stereotypes of artifacts contained in the package,
    Tigerstripe
    incorrectly returns you the stereotype of the package?
    Not sure if I completely followed you. You seem to be using the
    correct
    APIs.
    - Navid
    On Thu, Jan 19, 2012 at 3:32 AM, Xose Ramon Sousa Vazquez &lt;
    <a href="mailto:xrsousa@xxxxxxxxxxxxxxxxxxx" target="_blank">xrsousa@xxxxxxxxxxxxxxxxxxx</a>&gt; wrote:
    <blockquote type="cite">
      <blockquote type="cite">
        <pre> I am developing  a tigerstripe project that defines a package and an
artifact inside. The package, by example xxx.yyy.zzz has a stereotype proxy
definition inside. I am using the Tigerstripe API to get the stereotype
info included in the package. To perform a validation in my logic I am
looking for another sterotype definition in the packages that contains the
artifact (xxx.yyy and xxx) and then the package container also give us an
stereotype when doesn&#39;t exist.

 xxx.yyy.zzz (with stereotype)
|_______&gt;artifact


We have checked with this two methods:
    *method hasStereotypeInstance from the interface IStereotypeCapable
    method getStereotypeInstanceByName from the interface
IStereotypeCapable*

When we evaluate the artifact xxx.yyy.zzz they give us the proxy
stereotype (That is the expected behaivor)
When we evaluate the artifact xxx.yyy they give us the proxy stereotype
from the package xxx.yyy.zzz (That is the worng behaivor)

Tigerstripe version
  Tigerstripe Annotation Framework (Incubation)    0.6.935.201102010903
org.eclipse.tigerstripe.annotation.feature.feature.group
  Tigerstripe Core (Incubation)    0.6.935.201102010903
org.eclipse.tigerstripe.base.feature.group


Is there other way to read the stereotype information?

Best regards
--

*Xose Ramon Sousa Vazquez* | Director OSS Technologies, Director I+D
T/ <a href="tel:%2B%2034%20986%20410%20091" value="+34986410091" target="_blank">+ 34 986 410 091</a> (ext) 206 | M/ <a href="tel:%2B34%20675%20550%20029" value="+34675550029" target="_blank">+34 675 550 029</a>
 <a href="http://www.optaresolutions.com" target="_blank">www.optaresolutions.com</a>

 [image: Optare Solutions] <a href="http://optarecoolvendor.com" target="_blank">&lt;http://optarecoolvendor.com&gt;</a>
<a href="http://optarecoolvendor.com" target="_blank">&lt;http://optarecoolvendor.com&gt;</a>

_______________________________________________
tigerstripe-users mailing list
<a href="mailto:tigerstripe-users@xxxxxxxxxxx" target="_blank">tigerstripe-users@xxxxxxxxxxx</a>
<a href="https://dev.eclipse.org/mailman/listinfo/tigerstripe-users" target="_blank">https://dev.eclipse.org/mailman/listinfo/tigerstripe-users</a>

</pre>
      </blockquote>
    </blockquote>
    <br>
    <br>
  </div>

<br>_______________________________________________<br>
tigerstripe-users mailing list<br>
<a href="mailto:tigerstripe-users@xxxxxxxxxxx">tigerstripe-users@xxxxxxxxxxx</a><br>
<a href="https://dev.eclipse.org/mailman/listinfo/tigerstripe-users" target="_blank">https://dev.eclipse.org/mailman/listinfo/tigerstripe-users</a><br>
<br></blockquote></div><br></div>
]]></content:encoded>
		<pubDate>Mon, 30 Jan 2012 22:26:56 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00099.html</guid>
		<author>navid.mehregani@xxxxxxx (Navid Mehregani)</author>
	</item>


	<item>
		<title>Re: [tigerstripe-users] Bug in the methods of interface ISterotypeCapable hasStereotypeInstance and getStereotypeInstanceByName</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00098.html</link>
		<description> </description>
		<content:encoded><![CDATA[<table width="100%"><tr><td bgcolor="#FFFFFF" style="background-color: #FFFFFF; color: #000000; "><font color="#000000">
  
  
    Hi Navid, I had decorated the package (by example a package defined
    as <b>a.b.c</b>) with an stereotype and the API get the information
    about the stereotype. Then I need to get the stereotype information
    from the parent package, so we get the super package <b>a.b</b> and
    then use the same method to get the stereotype and we expect no
    stereotype returned, but the API retrieve one.<br>
    <br>
    To get the parent package I am using <br>
    aux_artifact=(IAbstractArtifact)
    (aux_artifact.getContainingModelComponent());<br>
    <br>
    I don't create the package <b>a.b</b>, it is part of the <b>a.b.c
    </b>package created before.<br>
    <br>
    <br>
    Best regards<br>
    <br>
    <br>
    Message: 1
    Date: Thu, 19 Jan 2012 11:11:01 -0500
    From: Navid Mehregani <a class="moz-txt-link-rfc2396E" href="mailto:navid.mehregani@xxxxxxxxx">&lt;navid.mehregani@xxxxxxxxx&gt;</a>
    To: Tigerstripe Users list <a class="moz-txt-link-rfc2396E" href="mailto:tigerstripe-users@xxxxxxxxxxx">&lt;tigerstripe-users@xxxxxxxxxxx&gt;</a>
    Subject: Re: [tigerstripe-users] Bug in the methods of interface
    ISterotypeCapable hasStereotypeInstance and
    getStereotypeInstanceByName
    Message-ID:
    <a class="moz-txt-link-rfc2396E" href="mailto:CACRpCyHS7Nrt8+FDR4rd7Ck4+erAcKx6B5rVmJkVPrB1N0gppw@xxxxxxxxxxxxxx">&lt;CACRpCyHS7Nrt8+FDR4rd7Ck4+erAcKx6B5rVmJkVPrB1N0gppw@xxxxxxxxxxxxxx&gt;</a>
Content-Type:
    text/plain; charset="iso-8859-1"<br>
    <br>
    &nbsp;Are you saying that when you decorate a package with a stereotype
    and you
    query the stereotypes of artifacts contained in the package,
    Tigerstripe
    incorrectly returns you the stereotype of the package?
    Not sure if I completely followed you. You seem to be using the
    correct
    APIs.
    - Navid
    On Thu, Jan 19, 2012 at 3:32 AM, Xose Ramon Sousa Vazquez &lt;
    <a class="moz-txt-link-abbreviated" href="mailto:xrsousa@xxxxxxxxxxxxxxxxxxx">xrsousa@xxxxxxxxxxxxxxxxxxx</a>&gt; wrote:
    <blockquote
      cite=""
      type="cite">
      <blockquote type="cite">
        <pre wrap=""> I am developing  a tigerstripe project that defines a package and an
artifact inside. The package, by example xxx.yyy.zzz has a stereotype proxy
definition inside. I am using the Tigerstripe API to get the stereotype
info included in the package. To perform a validation in my logic I am
looking for another sterotype definition in the packages that contains the
artifact (xxx.yyy and xxx) and then the package container also give us an
stereotype when doesn't exist.

 xxx.yyy.zzz (with stereotype)
|_______&gt;artifact


We have checked with this two methods:
    *method hasStereotypeInstance from the interface IStereotypeCapable
    method getStereotypeInstanceByName from the interface
IStereotypeCapable*

When we evaluate the artifact xxx.yyy.zzz they give us the proxy
stereotype (That is the expected behaivor)
When we evaluate the artifact xxx.yyy they give us the proxy stereotype
from the package xxx.yyy.zzz (That is the worng behaivor)

Tigerstripe version
  Tigerstripe Annotation Framework (Incubation)    0.6.935.201102010903
org.eclipse.tigerstripe.annotation.feature.feature.group
  Tigerstripe Core (Incubation)    0.6.935.201102010903
org.eclipse.tigerstripe.base.feature.group


Is there other way to read the stereotype information?

Best regards
--

*Xose Ramon Sousa Vazquez* | Director OSS Technologies, Director I+D
T/ + 34 986 410 091 (ext) 206 | M/ +34 675 550 029
 <a class="moz-txt-link-abbreviated" href="http://www.optaresolutions.com">www.optaresolutions.com</a>

 [image: Optare Solutions] <a class="moz-txt-link-rfc2396E" href="http://optarecoolvendor.com">&lt;http://optarecoolvendor.com&gt;</a>
<a class="moz-txt-link-rfc2396E" href="http://optarecoolvendor.com">&lt;http://optarecoolvendor.com&gt;</a>

_______________________________________________
tigerstripe-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:tigerstripe-users@xxxxxxxxxxx">tigerstripe-users@xxxxxxxxxxx</a>
<a class="moz-txt-link-freetext" href="https://dev.eclipse.org/mailman/listinfo/tigerstripe-users">https://dev.eclipse.org/mailman/listinfo/tigerstripe-users</a>

</pre>
      </blockquote>
    </blockquote>
    <br>
    <br>
  

</font></td></tr></table>]]></content:encoded>
		<pubDate>Fri, 27 Jan 2012 10:00:30 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00098.html</guid>
		<author>xrsousa@xxxxxxx (Xose Ramon Sousa Vazquez)</author>
	</item>


	<item>
		<title>Re: [tigerstripe-users] Using set of enum in profile</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00097.html</link>
		<description>I see.  We don't have any plans of implementing such a feature in Tigerstripe.  However, I don't think it'll be very difficult to add support for this.  If someone on your team is willing to implement it, I'll be glad to review and commit the patch.- Navid...</description>
		<content:encoded><![CDATA[<table width="100%"><tr><td bgcolor="#FFFFFF" style="background-color: #FFFFFF; "><div>I see. &nbsp;We don't have any plans of implementing such a feature in Tigerstripe. &nbsp;However, I don't think it'll be very difficult to add support for this. &nbsp;If someone on your team is willing to implement it, I'll be glad to review and commit the patch.<br><br><div><span class="Apple-style-span" style="-webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); ">- Navid</span></div></div><div><br>On Jan 19, 2012, at 11:34 AM, "Flauw, Marc" &lt;<a href="mailto:Marc.Flauw@xxxxxx">Marc.Flauw@xxxxxx</a>&gt; wrote:<br><br></div><div></div><blockquote type="cite"><div><!----><!----><div class="WordSection1"><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Hi Navid,<o:p></o:p></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">I understand the selection List Attribute, but a selection is the equivalent of an enum. <o:p></o:p></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">What I would need is a set of enum, so in your example Attribute0 could take several values: anEntry2, anEntry3&#xE2;<o:p></o:p></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">See examples from SID in RSM. <o:p></o:p></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">I tried to check the isArray but it seems to work only for String and I am not getting an array of selection.<o:p></o:p></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Best regards<o:p></o:p></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D">Marc<o:p></o:p></span></p><p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p><p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></b><span style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;"> <a href="mailto:tigerstripe-users-bounces@xxxxxxxxxxx">tigerstripe-users-bounces@xxxxxxxxxxx</a> [mailto:tigerstripe-users-bounces@xxxxxxxxxxx] <b>On Behalf Of </b>Navid Mehregani<br><b>Sent:</b> Thursday, January 19, 2012 5:08 PM<br><b>To:</b> Tigerstripe Users list<br><b>Subject:</b> Re: [tigerstripe-users] Using set of enum in profile<o:p></o:p></span></p><p class="MsoNormal"><o:p>&nbsp;</o:p></p><p class="MsoNormal">Hi Marc,<o:p></o:p></p><div><p class="MsoNormal"><o:p>&nbsp;</o:p></p></div><div><p class="MsoNormal">This is already supported in Tigerstripe. &nbsp;You can create a stereotype with a number of attributes and choose "Selection List Attribute" for its type. &nbsp;You can then specify your enum values. &nbsp;Please see attached snapshot.<o:p></o:p></p></div><div><p class="MsoNormal"><o:p>&nbsp;</o:p></p></div><div><p class="MsoNormal">If I've misunderstand your intention, please further elaborate.<o:p></o:p></p></div><div><p class="MsoNormal"><o:p>&nbsp;</o:p></p></div><div><p class="MsoNormal">Regards,<o:p></o:p></p></div><div><p class="MsoNormal" style="margin-bottom:12.0pt">&nbsp;Navid<o:p></o:p></p><div><p class="MsoNormal">On Thu, Jan 19, 2012 at 4:02 AM, Flauw, Marc &lt;<a href="mailto:Marc.Flauw@xxxxxx">Marc.Flauw@xxxxxx</a>&gt; wrote:<o:p></o:p></p><div><div><p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Hi, <o:p></o:p></p><p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p><p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">We are defining in RSM/RSA for TM Forum SID work a new stereotype that would be a set of enums. <o:p></o:p></p><p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p><p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">However, I don&#xE2;t see support for it in my version of Tigerstripe. &nbsp;<o:p></o:p></p><p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p><p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Is it something planned? <o:p></o:p></p><p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">What would happen if I import a uml model where a stereotype is defined as a set of enums? <o:p></o:p></p><p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">&nbsp;<o:p></o:p></p><p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto">Thanks and regards<o:p></o:p></p><p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="color:#888888">&nbsp;<o:p></o:p></span></p><p class="MsoNormal" style="mso-margin-top-alt:auto;mso-margin-bottom-alt:auto"><span style="color:#888888">Marc<o:p></o:p></span></p></div></div><p class="MsoNormal" style="margin-bottom:12.0pt"><br>_______________________________________________<br>tigerstripe-users mailing list<br><a href="mailto:tigerstripe-users@xxxxxxxxxxx">tigerstripe-users@xxxxxxxxxxx</a><br><a href="https://dev.eclipse.org/mailman/listinfo/tigerstripe-users" target="_blank">https://dev.eclipse.org/mailman/listinfo/tigerstripe-users</a><o:p></o:p></p></div><p class="MsoNormal"><o:p>&nbsp;</o:p></p></div></div></div></blockquote><blockquote type="cite"><div>&lt;stereotype1.JPG&gt;</div></blockquote><blockquote type="cite"><div>&lt;stereotype2.JPG&gt;</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>tigerstripe-users mailing list</span><br><span><a href="mailto:tigerstripe-users@xxxxxxxxxxx">tigerstripe-users@xxxxxxxxxxx</a></span><br><span><a href="https://dev.eclipse.org/mailman/listinfo/tigerstripe-users">https://dev.eclipse.org/mailman/listinfo/tigerstripe-users</a></span><br></div></blockquote></td></tr></table>]]></content:encoded>
		<pubDate>Thu, 19 Jan 2012 19:04:37 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00097.html</guid>
		<author>navid.mehregani@xxxxxxx (Navid Mehregani)</author>
	</item>
	<item>
		<title>Re: [tigerstripe-users] Using set of enum in profile</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00096.html</link>
		<description>Hi Navid, I understand the selection List Attribute, but a selection is the equivalent of an enum.  What I would need is a set of enum, so in your example Attribute0 could take several values: anEntry2, anEntry3&amp;#8230; See examples from SID in RSM.  I tried to c...</description>
		<content:encoded><![CDATA[<table width="100%"><tr><td style="a:link { color: blue } a:visited { color: purple } "><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Hi Navid,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I understand the selection List Attribute, but a selection is the equivalent of an enum. <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>What I would need is a set of enum, so in your example Attribute0 could take several values: anEntry2, anEntry3&#8230;<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>See examples from SID in RSM. <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I tried to check the isArray but it seems to work only for String and I am not getting an array of selection.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Best regards<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Marc<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> tigerstripe-users-bounces@xxxxxxxxxxx [mailto:tigerstripe-users-bounces@xxxxxxxxxxx] <b>On Behalf Of </b>Navid Mehregani<br><b>Sent:</b> Thursday, January 19, 2012 5:08 PM<br><b>To:</b> Tigerstripe Users list<br><b>Subject:</b> Re: [tigerstripe-users] Using set of enum in profile<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Hi Marc,<o:p></o:p></p><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>This is already supported in Tigerstripe. &nbsp;You can create a stereotype with a number of attributes and choose &quot;Selection List Attribute&quot; for its type. &nbsp;You can then specify your enum values. &nbsp;Please see attached snapshot.<o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>If I've misunderstand your intention, please further elaborate.<o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>Regards,<o:p></o:p></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'>&nbsp;Navid<o:p></o:p></p><div><p class=MsoNormal>On Thu, Jan 19, 2012 at 4:02 AM, Flauw, Marc &lt;<a href="mailto:Marc.Flauw@xxxxxx">Marc.Flauw@xxxxxx</a>&gt; wrote:<o:p></o:p></p><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>Hi, <o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>We are defining in RSM/RSA for TM Forum SID work a new stereotype that would be a set of enums. <o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>However, I don&#8217;t see support for it in my version of Tigerstripe. &nbsp;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>Is it something planned? <o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>What would happen if I import a uml model where a stereotype is defined as a set of enums? <o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>Thanks and regards<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='color:#888888'>&nbsp;<o:p></o:p></span></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='color:#888888'>Marc<o:p></o:p></span></p></div></div><p class=MsoNormal style='margin-bottom:12.0pt'><br>_______________________________________________<br>tigerstripe-users mailing list<br><a href="mailto:tigerstripe-users@xxxxxxxxxxx">tigerstripe-users@xxxxxxxxxxx</a><br><a href="https://dev.eclipse.org/mailman/listinfo/tigerstripe-users" target="_blank">https://dev.eclipse.org/mailman/listinfo/tigerstripe-users</a><o:p></o:p></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></div></td></tr></table><p><strong>Attachment:
<a href="jpgPTuKrV2Qjt.jpg" ><tt>stereotype1.JPG</tt></a></strong><br>
<em>Description:</em> stereotype1.JPG</p>
<p><strong>Attachment:
<a href="jpgZVu6w2Zw3B.jpg" ><tt>stereotype2.JPG</tt></a></strong><br>
<em>Description:</em> stereotype2.JPG</p>
]]></content:encoded>
		<pubDate>Thu, 19 Jan 2012 16:35:11 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00096.html</guid>
		<author>Marc.Flauw@xxxxxxx (Flauw, Marc)</author>
	</item>
	<item>
		<title>Re: [tigerstripe-users] Bug in the methods of interface ISterotypeCapable hasStereotypeInstance and getStereotypeInstanceByName</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00095.html</link>
		<description> We have checked with this two methods: &amp;#xA0;&amp;#xA0; &amp;#xA0;method hasStereotypeInstance from the interface IStereotypeCapable &amp;#xA0;&amp;#xA0; &amp;#xA0;method getStereotypeInstanceByName from the interface IStereotypeCapable When we evaluate the artifact xxx.yyy.zzz they give us the proxy ste...</description>
		<content:encoded><![CDATA[Are you saying that when you decorate a package with a stereotype and you query the stereotypes of artifacts contained in the package, Tigerstripe incorrectly returns you the stereotype of the package?<div><br></div><div>Not sure if I completely followed you. &#xA0;You seem to be using the correct APIs.</div>
<div><br></div><div>- Navid&#xA0;<br><br><div class="gmail_quote">On Thu, Jan 19, 2012 at 3:32 AM, Xose Ramon Sousa Vazquez <span dir="ltr">&lt;<a href="mailto:xrsousa@xxxxxxxxxxxxxxxxxxx">xrsousa@xxxxxxxxxxxxxxxxxxx</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    I am developing&#xA0; a tigerstripe project that defines a package and an
    artifact inside. The package, by example xxx.yyy.zzz has a
    stereotype proxy definition inside. I am using the Tigerstripe API
    to get the stereotype info included in the package. To perform a
    validation in my logic I am looking for another sterotype definition
    in the packages that contains the artifact (xxx.yyy and xxx) and
    then the package container also give us an stereotype when doesn&#39;t
    exist.<br>
    <small><br>
    </small>
    <blockquote><small>xxx.yyy.zzz (with stereotype)</small><br>
      <small>|_______&gt;artifact</small><br>
    </blockquote>
    <br>
    We have checked with this two methods:<br>
    &#xA0;&#xA0; &#xA0;<b>method hasStereotypeInstance from the interface
      IStereotypeCapable<br>
      &#xA0;&#xA0; &#xA0;method getStereotypeInstanceByName from the interface
      IStereotypeCapable</b><br>
    <br>
    When we evaluate the artifact xxx.yyy.zzz they give us the proxy
    stereotype (That is the expected behaivor)<br>
    When we evaluate the artifact xxx.yyy they give us the proxy
    stereotype from the package xxx.yyy.zzz (That is the worng behaivor)<br>
    <br>
    <blockquote><small>Tigerstripe version</small><br>
      <small>&#xA0; Tigerstripe Annotation Framework (Incubation)&#xA0;&#xA0;&#xA0;
        0.6.935.201102010903&#xA0;&#xA0;&#xA0;
        org.eclipse.tigerstripe.annotation.feature.feature.group</small><br>
      <small>&#xA0; Tigerstripe Core (Incubation)&#xA0;&#xA0;&#xA0; 0.6.935.201102010903&#xA0;&#xA0;&#xA0;
        org.eclipse.tigerstripe.base.feature.group</small><br>
    </blockquote>
    <br>
    Is there other way to read the stereotype information?<br>
    <br>
    Best regards
    <span class="HOEnZb"><font color="#888888"><div>-- <br>
      <p style="font-size:xx-small;color:#0078aa;font-family:verdana,geneva"> <strong style="font-size:x-small">Xose
          Ramon Sousa Vazquez</strong> | Director OSS Technologies,
        Director I+D<br>
        T/ <a href="tel:%2B%2034%20986%20410%20091" value="+34986410091" target="_blank">+ 34 986 410 091</a> (ext) 206 | M/ <a href="tel:%2B34%20675%20550%20029" value="+34675550029" target="_blank">+34 675 550 029</a><br>

        <a style="text-decoration:none;color:#0078aa" href="http://www.optaresolutions.com" target="_blank"> www.optaresolutions.com<br>
        </a> <br>
        <a style="text-decoration:none;color:rgb(0,120,170)" href="http://optarecoolvendor.com" target="_blank"> <img style="border:0" src="" alt="Optare Solutions" height="113" width="361"></a><a style="text-decoration:none;color:#0078aa" href="http://optarecoolvendor.com" target="_blank">
        </a> </p>
    </div>
  </font></span></div>

<br>_______________________________________________<br>
tigerstripe-users mailing list<br>
<a href="mailto:tigerstripe-users@xxxxxxxxxxx">tigerstripe-users@xxxxxxxxxxx</a><br>
<a href="https://dev.eclipse.org/mailman/listinfo/tigerstripe-users" target="_blank">https://dev.eclipse.org/mailman/listinfo/tigerstripe-users</a><br>
<br></blockquote></div><br></div>
<p><a href="jpgAJFPRRbQOG.jpg" ><img src="jpgAJFPRRbQOG.jpg" alt="JPEG image"></a></p>
]]></content:encoded>
		<pubDate>Thu, 19 Jan 2012 16:11:03 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00095.html</guid>
		<author>navid.mehregani@xxxxxxx (Navid Mehregani)</author>
	</item>
	<item>
		<title>Re: [tigerstripe-users] Using set of enum in profile</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00094.html</link>
		<description> Attachment: stereotype_enums.png Description: PNG image </description>
		<content:encoded><![CDATA[Hi Marc,<div><br></div><div>This is already supported in Tigerstripe. &#xA0;You can create a stereotype with a number of attributes and choose &quot;Selection List Attribute&quot; for its type. &#xA0;You can then specify your enum values. &#xA0;Please see attached snapshot.</div>
<div><br></div><div>If I&#39;ve misunderstand your intention, please further elaborate.</div><div><br></div><div>Regards,</div><div>&#xA0;Navid<br><br><div class="gmail_quote">On Thu, Jan 19, 2012 at 4:02 AM, Flauw, Marc <span dir="ltr">&lt;<a href="mailto:Marc.Flauw@xxxxxx">Marc.Flauw@xxxxxx</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="purple"><div><p class="MsoNormal">Hi, <u></u><u></u></p><p class="MsoNormal"><u></u>&#xA0;<u></u></p>
<p class="MsoNormal">We are defining in RSM/RSA for TM Forum SID work a new stereotype that would be a set of enums. <u></u><u></u></p><p class="MsoNormal"><u></u>&#xA0;<u></u></p><p class="MsoNormal">However, I don&#x2019;t see support for it in my version of Tigerstripe. &#xA0;<u></u><u></u></p>
<p class="MsoNormal"><u></u>&#xA0;<u></u></p><p class="MsoNormal">Is it something planned? <u></u><u></u></p><p class="MsoNormal">What would happen if I import a uml model where a stereotype is defined as a set of enums? <u></u><u></u></p>
<p class="MsoNormal"><u></u>&#xA0;<u></u></p><p class="MsoNormal">Thanks and regards<span class="HOEnZb"><font color="#888888"><u></u><u></u></font></span></p><span class="HOEnZb"><font color="#888888"><p class="MsoNormal"><u></u>&#xA0;<u></u></p>
<p class="MsoNormal">Marc<u></u><u></u></p></font></span></div></div><br>_______________________________________________<br>
tigerstripe-users mailing list<br>
<a href="mailto:tigerstripe-users@xxxxxxxxxxx">tigerstripe-users@xxxxxxxxxxx</a><br>
<a href="https://dev.eclipse.org/mailman/listinfo/tigerstripe-users" target="_blank">https://dev.eclipse.org/mailman/listinfo/tigerstripe-users</a><br>
<br></blockquote></div><br></div>
<p><strong>Attachment:
<a href="png2Nh0eIu992.png" ><tt>stereotype_enums.png</tt></a></strong><br>
<em>Description:</em> PNG image</p>
]]></content:encoded>
		<pubDate>Thu, 19 Jan 2012 16:07:45 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00094.html</guid>
		<author>navid.mehregani@xxxxxxx (Navid Mehregani)</author>
	</item>
	<item>
		<title>[tigerstripe-users] Using set of enum in profile</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00093.html</link>
		<description>Hi,  We are defining in RSM/RSA for TM Forum SID work a new stereotype that would be a set of enums.  However, I don&amp;#8217;t see support for it in my version of Tigerstripe.   Is it something planned? What would happen if I import a uml model where a stereotype ...</description>
		<content:encoded><![CDATA[<table width="100%"><tr><td style="a:link { color: blue } a:visited { color: purple } "><div class=WordSection1><p class=MsoNormal>Hi, <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>We are defining in RSM/RSA for TM Forum SID work a new stereotype that would be a set of enums. <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>However, I don&#8217;t see support for it in my version of Tigerstripe. &nbsp;<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Is it something planned? <o:p></o:p></p><p class=MsoNormal>What would happen if I import a uml model where a stereotype is defined as a set of enums? <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Thanks and regards<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Marc<o:p></o:p></p></div></td></tr></table>]]></content:encoded>
		<pubDate>Thu, 19 Jan 2012 09:03:36 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00093.html</guid>
		<author>Marc.Flauw@xxxxxxx (Flauw, Marc)</author>
	</item>
	<item>
		<title>[tigerstripe-users] Bug in the methods of interface ISterotypeCapable hasStereotypeInstance and getStereotypeInstanceByName</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00092.html</link>
		<description> I am developing  a tigerstripe project that defines a package and an artifact inside. The package, by example xxx.yyy.zzz has a stereotype proxy definition inside. I am using the Tigerstripe API to get the stereotype info included in the package. To perfo...</description>
		<content:encoded><![CDATA[<table width="100%"><tr><td bgcolor="#FFFFFF" style="background-color: #FFFFFF; color: #000000; "><font color="#000000">
  
  
    I am developing&nbsp; a tigerstripe project that defines a package and an
    artifact inside. The package, by example xxx.yyy.zzz has a
    stereotype proxy definition inside. I am using the Tigerstripe API
    to get the stereotype info included in the package. To perform a
    validation in my logic I am looking for another sterotype definition
    in the packages that contains the artifact (xxx.yyy and xxx) and
    then the package container also give us an stereotype when doesn't
    exist.<br>
    <small><br>
    </small>
    <blockquote><small>xxx.yyy.zzz (with stereotype)</small><br>
      <small>|_______&gt;artifact</small><br>
    </blockquote>
    <br>
    We have checked with this two methods:<br>
    &nbsp;&nbsp; &nbsp;<b>method hasStereotypeInstance from the interface
      IStereotypeCapable<br>
      &nbsp;&nbsp; &nbsp;method getStereotypeInstanceByName from the interface
      IStereotypeCapable</b><br>
    <br>
    When we evaluate the artifact xxx.yyy.zzz they give us the proxy
    stereotype (That is the expected behaivor)<br>
    When we evaluate the artifact xxx.yyy they give us the proxy
    stereotype from the package xxx.yyy.zzz (That is the worng behaivor)<br>
    <br>
    <blockquote><small>Tigerstripe version</small><br>
      <small>&nbsp; Tigerstripe Annotation Framework (Incubation)&nbsp;&nbsp;&nbsp;
        0.6.935.201102010903&nbsp;&nbsp;&nbsp;
        org.eclipse.tigerstripe.annotation.feature.feature.group</small><br>
      <small>&nbsp; Tigerstripe Core (Incubation)&nbsp;&nbsp;&nbsp; 0.6.935.201102010903&nbsp;&nbsp;&nbsp;
        org.eclipse.tigerstripe.base.feature.group</small><br>
    </blockquote>
    <br>
    Is there other way to read the stereotype information?<br>
    <br>
    Best regards
    <div class="moz-signature">-- <br>
      <p style="font-size: xx-small; color: #0078aa; font-family:
        verdana, geneva;"> <strong style="font-size: x-small;">Xose
          Ramon Sousa Vazquez</strong> | Director OSS Technologies,
        Director I+D<br>
        T/ + 34 986 410 091 (ext) 206 | M/ +34 675 550 029<br>
        <a moz-do-not-send="true" style="text-decoration: none; color:
          #0078aa;" href="http://www.optaresolutions.com"
          target="_blank"> www.optaresolutions.com<br>
        </a> <br>
        <a moz-do-not-send="true" style="text-decoration: none; color:
          rgb(0, 120, 170);" href="http://optarecoolvendor.com"
          target="_blank"> <img style="border: 0;"
            src=""
            alt="Optare Solutions" height="113" width="361"></a><a
          moz-do-not-send="true" style="text-decoration: none; color:
          #0078aa;" href="http://optarecoolvendor.com" target="_blank">
        </a> </p>
    </div>
  

</font></td></tr></table><p><a href="jpgD8CmuhfZdA.jpg" ><img src="jpgD8CmuhfZdA.jpg" alt="JPEG image"></a></p>
]]></content:encoded>
		<pubDate>Thu, 19 Jan 2012 08:34:05 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00092.html</guid>
		<author>xrsousa@xxxxxxx (Xose Ramon Sousa Vazquez)</author>
	</item>


	<item>
		<title>Re: [tigerstripe-users] Read-only association ends</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00091.html</link>
		<description>Dear all,  Any clarification on the meaning of Changeable=frozen for an association end?  Thanks Marc From: Flauw, Marc Sent: Tuesday, February 08, 2011 17:35To: Tigerstripe Users listCc: OpenOSS discussionSubject: Re: [Openoss-discuss] [tigerstripe-users]...</description>
		<content:encoded><![CDATA[<table width="100%"><tr><td style="a:link { color: blue } a:visited { color: purple } "><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Dear all, <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Any clarification on the meaning of Changeable=frozen for an association end? <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Thanks<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Marc<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Flauw, Marc <br><b>Sent:</b> Tuesday, February 08, 2011 17:35<br><b>To:</b> Tigerstripe Users list<br><b>Cc:</b> OpenOSS discussion<br><b>Subject:</b> Re: [Openoss-discuss] [tigerstripe-users] Read-only association ends<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Navid,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>What is the semantics of &#8220;frozen&#8221;? <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>The set of end points is not really frozen, i.e. invariant. It simply cannot be set directly, only changed internally as a result of another operation. <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Best regards<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Marc<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> tigerstripe-users-bounces@xxxxxxxxxxx [mailto:tigerstripe-users-bounces@xxxxxxxxxxx] <b>On Behalf Of </b>Navid Mehregani<br><b>Sent:</b> Tuesday, February 08, 2011 16:37<br><b>To:</b> Tigerstripe Users list<br><b>Cc:</b> OpenOSS discussion<br><b>Subject:</b> Re: [tigerstripe-users] Read-only association ends<o:p></o:p></span></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'>Hi Marc,<br><br>Have you considered setting the 'Changeable' attribute of an association end to 'frozen'?<br><br>- Navid<o:p></o:p></p><div><p class=MsoNormal>On Tue, Feb 8, 2011 at 4:39 AM, Flauw, Marc &lt;<a href="mailto:Marc.Flauw@xxxxxx">Marc.Flauw@xxxxxx</a>&gt; wrote:<o:p></o:p></p><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>Hello,<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>In RSM I have some navigable associations, where the navigable role is marked as readonly. <o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>However, when I import in Tigerstripe, there is no such property on the aend/zend of an association. <o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>This end will show up as an attribute in the corresponding class and having it readonly is important for the generators. <o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>So how do I do to indicate that a given association end is readonly? <o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>Thanks and regards,<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='color:#888888'>Marc<o:p></o:p></span></p></div></div><p class=MsoNormal style='margin-bottom:12.0pt'><br>_______________________________________________<br>tigerstripe-users mailing list<br><a href="mailto:tigerstripe-users@xxxxxxxxxxx">tigerstripe-users@xxxxxxxxxxx</a><br><a href="https://dev.eclipse.org/mailman/listinfo/tigerstripe-users" target="_blank">https://dev.eclipse.org/mailman/listinfo/tigerstripe-users</a><o:p></o:p></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></td></tr></table>]]></content:encoded>
		<pubDate>Fri, 11 Feb 2011 15:32:01 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00091.html</guid>
		<author>Marc.Flauw@xxxxxxx (Flauw, Marc)</author>
	</item>


	<item>
		<title>Re: [tigerstripe-users] Read-only association ends</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00090.html</link>
		<description>Navid, What is the semantics of &amp;#8220;frozen&amp;#8221;?  The set of end points is not really frozen, i.e. invariant. It simply cannot be set directly, only changed internally as a result of another operation.  Best regards Marc From: tigerstripe-users-bounces@xxxxxxxxxx...</description>
		<content:encoded><![CDATA[<table width="100%"><tr><td style="a:link { color: blue } a:visited { color: purple } "><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Navid,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>What is the semantics of &#8220;frozen&#8221;? <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>The set of end points is not really frozen, i.e. invariant. It simply cannot be set directly, only changed internally as a result of another operation. <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Best regards<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Marc<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> tigerstripe-users-bounces@xxxxxxxxxxx [mailto:tigerstripe-users-bounces@xxxxxxxxxxx] <b>On Behalf Of </b>Navid Mehregani<br><b>Sent:</b> Tuesday, February 08, 2011 16:37<br><b>To:</b> Tigerstripe Users list<br><b>Cc:</b> OpenOSS discussion<br><b>Subject:</b> Re: [tigerstripe-users] Read-only association ends<o:p></o:p></span></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'>Hi Marc,<br><br>Have you considered setting the 'Changeable' attribute of an association end to 'frozen'?<br><br>- Navid<o:p></o:p></p><div><p class=MsoNormal>On Tue, Feb 8, 2011 at 4:39 AM, Flauw, Marc &lt;<a href="mailto:Marc.Flauw@xxxxxx">Marc.Flauw@xxxxxx</a>&gt; wrote:<o:p></o:p></p><div><div><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>Hello,<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>In RSM I have some navigable associations, where the navigable role is marked as readonly. <o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>However, when I import in Tigerstripe, there is no such property on the aend/zend of an association. <o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>This end will show up as an attribute in the corresponding class and having it readonly is important for the generators. <o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>So how do I do to indicate that a given association end is readonly? <o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>Thanks and regards,<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'>&nbsp;<o:p></o:p></p><p class=MsoNormal style='mso-margin-top-alt:auto;mso-margin-bottom-alt:auto'><span style='color:#888888'>Marc<o:p></o:p></span></p></div></div><p class=MsoNormal style='margin-bottom:12.0pt'><br>_______________________________________________<br>tigerstripe-users mailing list<br><a href="mailto:tigerstripe-users@xxxxxxxxxxx">tigerstripe-users@xxxxxxxxxxx</a><br><a href="https://dev.eclipse.org/mailman/listinfo/tigerstripe-users" target="_blank">https://dev.eclipse.org/mailman/listinfo/tigerstripe-users</a><o:p></o:p></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></td></tr></table>]]></content:encoded>
		<pubDate>Tue, 08 Feb 2011 16:35:36 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tigerstripe-users/msg00090.html</guid>
		<author>Marc.Flauw@xxxxxxx (Flauw, Marc)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->

