<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 04/08/2010 11:46, Wolfgang Laun wrote:
    <blockquote
      cite="mid:AANLkTimVaxnfh3p9jWSDQYMi98Kvf42SWgwWR6X5TzeD@mail.gmail.com"
      type="cite">A remark on the proposed syntax:<br>
      &nbsp;&nbsp; onChange == [name1, name2, name3]<br>
      defines a set of slots by explicit enumeration, whereas<br>
      &nbsp;&nbsp; onchange == [ ! name1, !name2, *]<br>
      defines a set my subtracting the enumerated slots from the full
      set.<br>
      <br>
      I think that using<br>
      &nbsp;&nbsp; onChange == [ ! name1, *, name2 ]<br>
      doesn't make sense, since "name2" is already in '*'. This means
      that<br>
      only negated slot names make sense in combination with '*'. This,<br>
      in turn, means that '*' in addition to a list of negated slots is<br>
      redundant.<br>
    </blockquote>
    That is true, the * could be considered explicit if you have one ore
    more negated slots.<br>
    <blockquote
      cite="mid:AANLkTimVaxnfh3p9jWSDQYMi98Kvf42SWgwWR6X5TzeD@mail.gmail.com"
      type="cite"><br>
      Therefore, only a list of all positive <i>or </i>all negated
      slot names makes<br>
      sense. Thus, all possible sets can be defined by permitting
      nothing<br>
      but one of these forms:<br>
      &nbsp;&nbsp; onChange == [&lt;name&gt;,...]<br>
      &nbsp;&nbsp; onChange == [*]<br>
      &nbsp;&nbsp; onChange != [&lt;name&gt;,...]&nbsp;&nbsp; // subtract all enumerated
      from full set<br>
    </blockquote>
    agreed<br>
    <blockquote
      cite="mid:AANLkTimVaxnfh3p9jWSDQYMi98Kvf42SWgwWR6X5TzeD@mail.gmail.com"
      type="cite"><br>
      One can also permit these two identical forms:<br>
      &nbsp;&nbsp; onChange == []<br>
      &nbsp;&nbsp; onChange != [*]<br>
      and<br>
      &nbsp;&nbsp; onChange != []<br>
      which is the same as<br>
      &nbsp;&nbsp; onChange == [*]<br>
    </blockquote>
    yup, I like those ideas too. I'll get the wiki updated with them.<br>
    <br>
    Mark<br>
    <blockquote
      cite="mid:AANLkTimVaxnfh3p9jWSDQYMi98Kvf42SWgwWR6X5TzeD@mail.gmail.com"
      type="cite"><br>
      Best<br>
      -W<br>
      <br>
      <br>
      <br>
      <br>
      <div class="gmail_quote">On 31 July 2010 20:53, Mark Proctor <span
          dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:mproctor@codehaus.org">mproctor@codehaus.org</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="border-left: 1px solid
          rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left:
          1ex;"> &nbsp;<a moz-do-not-send="true"
            href="http://blog.athico.com/2010/07/slot-specific-and-refraction.html"
            target="_blank">http://blog.athico.com/2010/07/slot-specific-and-refraction.html</a><br>
          <br>
          _______________________________________________<br>
          rules-dev mailing list<br>
          <a moz-do-not-send="true"
            href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a><br>
          <a moz-do-not-send="true"
            href="https://lists.jboss.org/mailman/listinfo/rules-dev"
            target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a><br>
        </blockquote>
      </div>
      <br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
rules-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-dev">https://lists.jboss.org/mailman/listinfo/rules-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>