| <html> | |
| <head> | |
| <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | |
| <title>BufferStatement</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="AppendParameterBinding.html" title="AppendParameterBinding"> | |
| <link rel="next" href="CheckStatement.html" title="CheckStatement"> | |
| </head> | |
| <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> | |
| <h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | |
| BufferStatement | |
| </h1> | |
| <div class="section" title="BufferStatement"> | |
| <div class="titlepage"> | |
| <div> | |
| <div> | |
| <h2 class="title" style="clear: both"> | |
| <a name="BufferStatement"></a> | |
| <span class="bold"><strong> | |
| <code class="code">BufferStatement</code> | |
| </strong></span> | |
| </h2> | |
| </div> | |
| </div> | |
| </div> | |
| <p>A BufferStatement declares a connection buffer and optionally assigns initial content.</p> | |
| <p>syntax: | |
| <code class="code">buffer name : type := expression;</code> | |
| </p> | |
| <p> | |
| <code class="code">type</code> or | |
| <code class="code">expression</code> but not both may be omitted. An omitted type is deduced from the initial expression values. | |
| </p> | |
| <p>conformsTo | |
| <a class="link" href="ConnectionVariable.html" title="ConnectionVariable"> | |
| <code class="code">ConnectionVariable</code> | |
| </a>, | |
| <a class="link" href="VariableStatement.html" title="VariableStatement"> | |
| <code class="code">VariableStatement</code> | |
| </a>, | |
| <a class="link" href="ObservableStatement.html" title="ObservableStatement"> | |
| <code class="code">ObservableStatement</code> | |
| </a> | |
| </p> | |
| <p> | |
| <span class="bold"><strong>Associations</strong></span> | |
| </p> | |
| <p> | |
| <code class="code">ownedExpression : OCLExpression[?]</code> | |
| </p> | |
| <p>The optional expression computing initial content values.</p> | |
| </div> | |
| </body> | |
| </html> |