| <html> | |
| <head> | |
| <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | |
| <title>LoopParameterBinding</title> | |
| <link href="book.css" rel="stylesheet" type="text/css"> | |
| <meta content="DocBook XSL Stylesheets V1.75.1" name="generator"> | |
| <link rel="home" href="index.html" title="QVT Declarative Documentation"> | |
| <link rel="up" href="qvtimperative.html" title="qvtimperative"> | |
| <link rel="prev" href="ImperativeTypedModel.html" title="ImperativeTypedModel"> | |
| <link rel="next" href="LoopVariable.html" title="LoopVariable"> | |
| </head> | |
| <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> | |
| <h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | |
| LoopParameterBinding | |
| </h1> | |
| <div class="section" title="LoopParameterBinding"> | |
| <div class="titlepage"> | |
| <div> | |
| <div> | |
| <h2 class="title" style="clear: both"> | |
| <a name="LoopParameterBinding"></a> | |
| <span class="bold"><strong> | |
| <code class="code">LoopParameterBinding</code> | |
| </strong></span> | |
| </h2> | |
| </div> | |
| </div> | |
| </div> | |
| <p>A LoopParameterBinding binds a guard parameter of an invoked Mapping to the value of a loop variable | |
| in the invoker. Execution of the mapping may use the value.</p> | |
| <p>syntax: | |
| <code class="code">formalName iterates expression;</code> | |
| </p> | |
| <p>Deprecated – WIP for a consuming stream</p> | |
| <p>conformsTo | |
| <a class="link" href="MappingParameterBinding.html" title="MappingParameterBinding"> | |
| <code class="code">MappingParameterBinding</code> | |
| </a> | |
| </p> | |
| <p> | |
| <span class="bold"><strong>Attributes</strong></span> | |
| </p> | |
| <p> | |
| <code class="code">isCheck : Boolean[?]</code> | |
| </p> | |
| <p>Whether the variable initialization needs to be checked as a predicate. This is a derivation of not ownedInit.type.conformsTo(self.type).</p> | |
| <p> | |
| <span class="bold"><strong>Associations</strong></span> | |
| </p> | |
| <p> | |
| <code class="code">value : ::LoopVariable[1]</code> | |
| </p> | |
| <p>The value or collection of values to bind to boundVariable</p> | |
| </div> | |
| </body> | |
| </html> |