<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.ormfoundation.org/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Other Tools</title><link>http://www.ormfoundation.org/forums/64.aspx</link><description>This forum is for discussing tools such as VisioModeler, Visio for Enterprise Architects, XORM and CaseTalk.  If you want to discuss a different tool, just start a new thread.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Re: A new tool, the Constellation Query Language</title><link>http://www.ormfoundation.org/forums/thread/1242.aspx</link><pubDate>Wed, 27 Aug 2008 07:55:25 GMT</pubDate><guid isPermaLink="false">9d039735-a311-4a8d-9c49-a0bb2572af9e:1242</guid><dc:creator>Clifford Heath</dc:creator><slash:comments>0</slash:comments><comments>http://www.ormfoundation.org/forums/thread/1242.aspx</comments><wfw:commentRss>http://www.ormfoundation.org/forums/commentrss.aspx?SectionID=64&amp;PostID=1242</wfw:commentRss><description>&lt;p&gt;Brian,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for your comments. I&amp;#39;ve spent the afternoon revising and adding new information, and have uploaded a new draft to the Library-&amp;gt;Tools-&amp;gt;ORM section of this website.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Clifford Heath.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: A new tool, the Constellation Query Language</title><link>http://www.ormfoundation.org/forums/thread/1240.aspx</link><pubDate>Wed, 27 Aug 2008 04:27:28 GMT</pubDate><guid isPermaLink="false">9d039735-a311-4a8d-9c49-a0bb2572af9e:1240</guid><dc:creator>Clifford Heath</dc:creator><slash:comments>0</slash:comments><comments>http://www.ormfoundation.org/forums/thread/1240.aspx</comments><wfw:commentRss>http://www.ormfoundation.org/forums/commentrss.aspx?SectionID=64&amp;PostID=1240</wfw:commentRss><description>&lt;p&gt;CQL for your caller preferences model follows. It lacks subtype exclusion between the CommunicationPath subtypes, by the way. The uniqueness constraints at the end of the file would have been embedded in a reading in the fact type definition, if a reading in the correct role order was provided.&amp;nbsp; This CQL file compiles and re-emits identical CQL, meaning the converter works.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Clifford Heath.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;vocabulary Com;&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt;&amp;nbsp;* Value Types&lt;br /&gt;&amp;nbsp;*/&lt;br /&gt;CommunicationPath_code is defined as FixedLengthText();&lt;br /&gt;Contact_name is defined as VariableLengthText();&lt;br /&gt;Device_type is defined as VariableLengthText();&lt;br /&gt;TimeSlot_type is defined as VariableLengthText();&lt;br /&gt;Use_type is defined as VariableLengthText();&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt;&amp;nbsp;* Entity Types&lt;br /&gt;&amp;nbsp;*/&lt;br /&gt;CommunicationPath is identified by CommunicationPath_code where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CommunicationPath has exactly one CommunicationPath_code,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CommunicationPath_code is of at most one CommunicationPath;&lt;br /&gt;&lt;br /&gt;Contact is identified by Contact_name where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Contact has exactly one Contact_name,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Contact_name is of at most one Contact;&lt;br /&gt;&lt;br /&gt;Device is identified by Device_type where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Device has exactly one Device_type,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Device_type is of at most one Device;&lt;br /&gt;&lt;br /&gt;EmailAddress is a kind of CommunicationPath;&lt;br /&gt;Contact has EmailAddress;&lt;br /&gt;&lt;br /&gt;PhoneNumber is a kind of CommunicationPath;&lt;br /&gt;Contact has PhoneNumber;&lt;br /&gt;PhoneNumber is for at most one Device;&lt;br /&gt;&lt;br /&gt;TimeSlot is identified by TimeSlot_type where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TimeSlot has exactly one TimeSlot_type,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TimeSlot_type is of at most one TimeSlot;&lt;br /&gt;ContactPrefersCommunicationPathDuringTimeSlot is where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Contact prefers at most one CommunicationPath during TimeSlot;&lt;br /&gt;&lt;br /&gt;Use is identified by Use_type where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use has exactly one Use_type,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Use_type is of at most one Use;&lt;br /&gt;PhoneNumberIsForUse is where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PhoneNumber is for Use;&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt;&amp;nbsp;* Constraints:&lt;br /&gt;&amp;nbsp;*/&lt;br /&gt;each EmailAddress occurs at most one time in&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Contact has EmailAddress;&lt;br /&gt;each PhoneNumber occurs at most one time in&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Contact has PhoneNumber;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: A new tool, the Constellation Query Language</title><link>http://www.ormfoundation.org/forums/thread/1237.aspx</link><pubDate>Tue, 26 Aug 2008 18:19:49 GMT</pubDate><guid isPermaLink="false">9d039735-a311-4a8d-9c49-a0bb2572af9e:1237</guid><dc:creator>Brian Nalewajek</dc:creator><slash:comments>0</slash:comments><comments>http://www.ormfoundation.org/forums/thread/1237.aspx</comments><wfw:commentRss>http://www.ormfoundation.org/forums/commentrss.aspx?SectionID=64&amp;PostID=1237</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi Clifford,&lt;/p&gt;&lt;p&gt;I forgot to mention this earlier, but .orm (nORMa tool files), uploaded to the Library section here, ought to make good test fodder for your converter (as in the model fragment I uploaded about caller preferences: http://www.ormfoundation.org/files/folders/norma/entry1191.aspx )&amp;nbsp; Posting the concerted file up for comparison couldn&amp;#39;t hurt.&lt;/p&gt;&lt;p&gt;BRN.. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: A new tool, the Constellation Query Language</title><link>http://www.ormfoundation.org/forums/thread/1236.aspx</link><pubDate>Tue, 26 Aug 2008 18:06:08 GMT</pubDate><guid isPermaLink="false">9d039735-a311-4a8d-9c49-a0bb2572af9e:1236</guid><dc:creator>Brian Nalewajek</dc:creator><slash:comments>0</slash:comments><comments>http://www.ormfoundation.org/forums/thread/1236.aspx</comments><wfw:commentRss>http://www.ormfoundation.org/forums/commentrss.aspx?SectionID=64&amp;PostID=1236</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi Clifford,&lt;/p&gt;&lt;p&gt;I&amp;#39;m just now taking a first look at your &amp;quot;Introduction to CQL&amp;quot; draft version pdf file. &amp;nbsp; My first impression is that it has a familiar ring to ORM trained ears.&amp;nbsp; The reasons why that is are obvious (at least to me, as you&amp;#39;ve talked about the ORM theory basis to your work).&amp;nbsp; That familiarity may be a two edged sword.&amp;nbsp; On the one hand, it makes it easier for ORM users to get up to speed; but on the other, the concepts (if all new to a reader), may be a lot to take in.&amp;nbsp; Looks like you&amp;#39;ve taken this into account.&amp;nbsp; However, consider making a reference to Object Role Modeling right up front - I think that would help both ORM and non-ORM users.&amp;nbsp; Where a term or concept has an understood meaning in ORM, use a form of notation to indicate if it is as it is in ORM, or has a different meaning (perhaps with a footnote to explain the difference).&amp;nbsp; Given that many of the early adopters for CQL will an ORM background, the reference notation would be helpful.&lt;/p&gt;&lt;blockquote&gt;White space and comments like C and C++ are allowed: /* comment may&lt;br /&gt;&lt;/blockquote&gt;&lt;blockquote&gt;span lines */ and // introduces a comment to end of the current line.&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;...comment indicators as used in C and C++..., is clearer&lt;/blockquote&gt;&lt;blockquote&gt;&amp;nbsp;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;Each CQL file must start with a vocabulary definition.&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;This looks to be an important point; seperate and add emphasis.&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&amp;nbsp; An import definition imports concept names from another vocabulary, possibly&lt;br /&gt;using the alias syntax to rename some terms:&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;No reference yet to Vocabulary.&amp;nbsp; If these are in the SBVR context, mention that, as I suggested for ORM terms.&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&amp;nbsp;Technically, where a fact type isn’t named, it isn’t treated&lt;br /&gt;as a concept, as it cannot play roles in other fact types. Syntactically though&lt;br /&gt;it’s more convenient to discuss these together.&lt;/blockquote&gt;&lt;blockquote&gt;&lt;blockquote&gt;Indicate how this is related to Objectification, you mentioned earlier.&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;p&gt;Well, that&amp;#39;s about a third way through.&amp;nbsp; I&amp;#39;ll take shot at the rest, another time.&amp;nbsp; Glad you&amp;#39;re putting together such a document.&amp;nbsp; I&amp;#39;ll bet writing it has helped refine your own thoughts about CQL. &lt;/p&gt;&lt;p&gt;BRN.. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: A new tool, the Constellation Query Language</title><link>http://www.ormfoundation.org/forums/thread/1188.aspx</link><pubDate>Mon, 04 Aug 2008 02:46:02 GMT</pubDate><guid isPermaLink="false">9d039735-a311-4a8d-9c49-a0bb2572af9e:1188</guid><dc:creator>Clifford Heath</dc:creator><slash:comments>0</slash:comments><comments>http://www.ormfoundation.org/forums/thread/1188.aspx</comments><wfw:commentRss>http://www.ormfoundation.org/forums/commentrss.aspx?SectionID=64&amp;PostID=1188</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m working on an &amp;quot;Introduction to CQL&amp;quot; document that will become the CQL language definition. The draft is attached for your comments please.&amp;nbsp;&lt;/p&gt;</description></item><item><title>CQL - the OilSupply sample model</title><link>http://www.ormfoundation.org/forums/thread/1155.aspx</link><pubDate>Fri, 18 Jul 2008 05:09:49 GMT</pubDate><guid isPermaLink="false">9d039735-a311-4a8d-9c49-a0bb2572af9e:1155</guid><dc:creator>Clifford Heath</dc:creator><slash:comments>0</slash:comments><comments>http://www.ormfoundation.org/forums/thread/1155.aspx</comments><wfw:commentRss>http://www.ormfoundation.org/forums/commentrss.aspx?SectionID=64&amp;PostID=1155</wfw:commentRss><description>vocabulary OilSupply;&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt;&amp;nbsp;* Value Types&lt;br /&gt;&amp;nbsp;*/&lt;br /&gt;Cost is defined as Money();&lt;br /&gt;Month is defined as VariableLengthText(3);&lt;br /&gt;Product is defined as VariableLengthText(80);&lt;br /&gt;Quantity is defined as UnsignedInteger(32);&lt;br /&gt;RefineryName is defined as VariableLengthText(80);&lt;br /&gt;Region is defined as VariableLengthText(80);&lt;br /&gt;Season is defined as VariableLengthText(6) restricted to {&amp;#39;Spring&amp;#39;, &amp;#39;Summer&amp;#39;, &amp;#39;Autumn&amp;#39;, &amp;#39;Winter&amp;#39;};&lt;br /&gt;TransportMethod is defined as VariableLengthText() restricted to {&amp;#39;Rail&amp;#39;, &amp;#39;Road&amp;#39;, &amp;#39;Sea&amp;#39;};&lt;br /&gt;Year is defined as SignedInteger(32); &lt;br /&gt;&lt;br /&gt;/*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;* Entity Types&lt;br /&gt;&amp;nbsp;*/&lt;br /&gt;Refinery is identified by RefineryName where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Refinery has exactly one RefineryName,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RefineryName is of at most one Refinery;&lt;br /&gt;TransportRoute is where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TransportMethod transportation is available from Refinery to Region at at most one Cost per kL,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TransportMethod transportation is available to Region from Refinery at Cost per kL;&lt;br /&gt;&lt;br /&gt;SupplyPeriod is identified by Month and Year where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SupplyPeriod is in exactly one Month,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SupplyPeriod is in exactly one Year;&lt;br /&gt;ProductionCommitment is where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Refinery has committed to produce Quantity of Product in SupplyPeriod at at most one Cost;&lt;br /&gt;RegionalDemand is where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Region will need at most one Quantity of Product in SupplyPeriod;&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt;&amp;nbsp;* Fact Types&lt;br /&gt;&amp;nbsp;*/&lt;br /&gt;Month is in exactly one Season;&lt;br /&gt;AcceptableSubstitutes is where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product may be substituted by alternate-Product in Season [acyclic, intransitive],&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alternate-Product is an acceptable substitute for Product in Season;&lt;br /&gt;</description></item><item><title>The CompanyDirector model</title><link>http://www.ormfoundation.org/forums/thread/1154.aspx</link><pubDate>Fri, 18 Jul 2008 05:07:44 GMT</pubDate><guid isPermaLink="false">9d039735-a311-4a8d-9c49-a0bb2572af9e:1154</guid><dc:creator>Clifford Heath</dc:creator><slash:comments>0</slash:comments><comments>http://www.ormfoundation.org/forums/thread/1154.aspx</comments><wfw:commentRss>http://www.ormfoundation.org/forums/commentrss.aspx?SectionID=64&amp;PostID=1154</wfw:commentRss><description>&lt;p&gt;vocabulary CompanyDirector;&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt;&amp;nbsp;* Value Types&lt;br /&gt;&amp;nbsp;*/&lt;br /&gt;CompanyName is defined as VariableLengthText(48);&lt;br /&gt;Name is defined as VariableLengthText(48);&lt;br /&gt;&lt;br /&gt;/*&lt;br /&gt;&amp;nbsp;* Entity Types&lt;br /&gt;&amp;nbsp;*/&lt;br /&gt;Company is identified by CompanyName where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Company is called exactly one CompanyName,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CompanyName is of at most one Company;&lt;br /&gt;Meeting is where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Company held meeting on Date;&lt;br /&gt;Meeting is board meeting;&lt;br /&gt;&lt;br /&gt;Person is identified by given-Name and family-Name where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Person has exactly one given-Name,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; given-Name is of Person,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; family-Name is of Person,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Person is called at most one family-Name;&lt;br /&gt;Person was born on at most one birth-Date;&lt;br /&gt;Attendance is where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Person (as Attendee) attended Meeting,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Meeting was attended by Attendee;&lt;br /&gt;Directorship is where&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Person (as Director) directs Company,&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Company is directed by at least one Director;&lt;br /&gt;Directorship began on exactly one appointment-Date;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>A new tool, the Constellation Query Language</title><link>http://www.ormfoundation.org/forums/thread/1153.aspx</link><pubDate>Fri, 18 Jul 2008 05:06:30 GMT</pubDate><guid isPermaLink="false">9d039735-a311-4a8d-9c49-a0bb2572af9e:1153</guid><dc:creator>Clifford Heath</dc:creator><slash:comments>0</slash:comments><comments>http://www.ormfoundation.org/forums/thread/1153.aspx</comments><wfw:commentRss>http://www.ormfoundation.org/forums/commentrss.aspx?SectionID=64&amp;PostID=1153</wfw:commentRss><description>&lt;p&gt;Folk,&lt;/p&gt;&lt;p&gt;&amp;nbsp;Some of you know that I am working on an implementation of a structured-text language in the ORM/SBVR family. After more than a year of work, I&amp;#39;d like to report some recent milestones.&lt;/p&gt;&lt;p&gt;The CQL Data Definition Language is complete but for most external constraints, which I&amp;#39;m working on completing now. I can dump any nORMa model to CQL, and I can generate Ruby code for an object-oriented API to manage the fact populations allowed by the model. I can also compile the CQL, emitting either the same CQL or the same Ruby code, except where the Ruby code depends on constraints that were not converted in the first instance. The generated Ruby code doesn&amp;#39;t yet enforce any constraints other than those implied by its structure. &lt;/p&gt;&lt;p&gt;&amp;nbsp;In some cases, nORMa models require additional readings or changes in the wording of readings to allow CQL to parse the input. For example, it&amp;#39;s not legal to use names of existing concepts (entity types or value types) as linking words in a reading; such names may only be used where the implied concept is intended.&lt;/p&gt;&lt;p&gt;The generators make use of Ruby code to store a compiled model, and
this code is itself generated from a nORMa (or CQL!) meta-model. My metamodel adopts relevant terminology from SBVR, so rather than use &amp;quot;model&amp;quot; or &amp;quot;schema&amp;quot;, I use &amp;quot;vocabulary&amp;quot;. I also use the term &amp;quot;concept&amp;quot; to denote a object type (entity type or value type). The metamodel also includes a number of extensions to the core ORM2 concepts, such as units for value types, ability to import (and alias concepts from) external vocabularies. These features aren&amp;#39;t yet implemented in the CQL language yet. However, I believe that my metamodel is a suitable basis for evolving a shared understanding of fact orientation, and I&amp;#39;d welcome this discussion to be re-opened by anyone with an interest in improving it. &lt;/p&gt;&lt;p&gt;&amp;nbsp;After completing the external constraints, I will implement relational mapping and conceptual queries (most query syntax is already recognised), and the generated Ruby data management code will be wired up to retrieve, modify and save data from the relational database.&lt;/p&gt;&lt;p&gt;In the meantime, I plan to make the nORMa-&amp;gt;CQL converter available as a web service through my website &lt;a href="http://dataconstellation.com" title="Data Constellation" target="_blank"&gt;http://dataconstellation.com&lt;/a&gt;. Until I do that, feel free to make contact with me by emailing cjh@dataconstellation.com, and send me an nORMa file if you want to know how your model will look in CQL.&lt;/p&gt;&lt;p&gt;&amp;nbsp;At present, almost all of the implementation of CQL is open source, hosted on rubyforge.org as the ActiveFacts project. The Ruby version of these tools will always be open source, but in future, I envisage commercialising application generators for languages other than Ruby, so if you would take objection to helping me in such an endeavour, please refrain! I need some way to rationalise the many months of effort that have gone into the tools so far.&lt;/p&gt;&lt;p&gt;I&amp;#39;ll follow up with a couple of simple examples of CQL, and leave it to you to comment.&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>