Project

General

Profile

Bug #5655 » kepler-repeat-demo-PN.xml

jianwu jianwu, 09/11/2012 02:09 PM

 
1
<?xml version="1.0" standalone="no"?>
2
<!DOCTYPE entity PUBLIC "-//UC Berkeley//DTD MoML 1//EN"
3
    "http://ptolemy.eecs.berkeley.edu/xml/dtd/MoML_1.dtd">
4
<entity name="kepler-repeat-demo-PN" class="ptolemy.actor.TypedCompositeActor">
5
    <property name="_createdBy" class="ptolemy.kernel.attributes.VersionAttribute" value="9.0.devel">
6
    </property>
7
    <property name="derivedFrom" class="org.kepler.moml.NamedObjIdReferralList">
8
    </property>
9
    <property name="entityId" class="org.kepler.moml.NamedObjId" value="urn:lsid:kepler-project.org/ns/:23596:411:44">
10
    </property>
11
    <property name="PN Director" class="ptolemy.domains.pn.kernel.PNDirector">
12
        <property name="localClock" class="ptolemy.actor.LocalClock">
13
            <property name="globalTimeResolution" class="ptolemy.actor.parameters.SharedParameter" value="1.0E-10">
14
            </property>
15
            <property name="clockRate" class="ptolemy.data.expr.Parameter" value="1.0">
16
            </property>
17
        </property>
18
        <property name="initialQueueCapacity" class="ptolemy.data.expr.Parameter" value="1">
19
        </property>
20
        <property name="maximumQueueCapacity" class="ptolemy.data.expr.Parameter" value="65536">
21
        </property>
22
<property name="KeplerDocumentation" class="ptolemy.vergil.basic.KeplerDocumentationAttribute">
23
<property name="description" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
24
<property name="author" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>Mudit Goel, Edward A. Lee, Xiaowen Xin</configure></property>
25
<property name="version" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
26
<property name="userLevelDocumentation" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>&#10;&lt;p&gt;PN Directors are natural candidates for managing workflows that require parallel processing on distributed computing systems. PN workflows are powerful because they have few restrictions. On the other hand, they can be very inefficient.&lt;/p&gt;&#10;&#10;&lt;p&gt;The Process Network (PN) Director is similar to the SDF Director in that it does not have a notion of time. However, unlike the SDF Director, the PN Director does not statically calculate firing schedules. Instead, a PN workflow is driven by data availability: tokens are created on output ports whenever input tokens are available and the outputs can be calculated. Output tokens are passed to connected actors, where they are held in a buffer until that next actor collects all required inputs and can fire. The PN Director finishes executing a workflow only when there are no new data token sources anywhere in the workflow. &lt;/p&gt;&#10;&#10;&lt;p&gt;The same execution process that gives the PN Director its flexibility can also lead to some unexpected results: workflows may refuse to automatically terminate because tokens are always generated and available to downstream actors, for example. If one actor fires at a much higher rate than another, a downstream actor's memory buffer may overflow, causing workflow execution to fail.&lt;/p&gt;&#10;&#10; &lt;p&gt;There are at least three ways for a PN model to terminate itself:&#10; &lt;ol&gt;&#10; &lt;li&gt;Have the model starve itself.  Typically, a boolean switch is used.&#10; See the PN OrderedMerge demo at&#10;  &lt;code&gt;ptolemy/domains/pn/demo/OrderedMerge/OrderedMerge.xml&lt;/code&gt;&lt;/li&gt;&#10;&#10; &lt;li&gt;Have the model call the Stop actor.  See the PN RemoveNilTokens demo at&#10;  &lt;code&gt;ptolemy/domains/pn/demo/RemoveNilTokens/RemoveNilTokens.xml&lt;/code&gt;&lt;/li&gt;&#10;&#10; &lt;li&gt;Set the &lt;i&gt;firingCountLimit&lt;/i&gt; actor&#10; parameter to the number of iterations desired.  Actors such as Ramp&#10; extend LimitedFiringSource and have the &lt;i&gt;firingCountLimit&lt;/i&gt; parameter.&lt;/li&gt;&#10; &lt;/ol&gt;&lt;/p&gt;&#10;</configure></property>
27
<property name="prop:initialQueueCapacity" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The initial size of the queues for each communication channel. The value is an integer that defaults to 1. This is an advanced parameter that can usually be left at its  default value.</configure></property>
28
<property name="prop:maximumQueueCapacity" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The maximum size of the queues for each communication channel. The value is an integer that defaults to 65536. To specify unbounded queues, set the value to 0. This is an advanced parameter that can usually be left at its  default value.</configure></property>
29
</property>        <property name="entityId" class="org.kepler.moml.NamedObjId" value="urn:lsid:kepler-project.org:director:2:2">
30
        </property>
31
        <property name="class" class="ptolemy.kernel.util.StringAttribute" value="ptolemy.domains.pn.kernel.PNDirector">
32
            <property name="id" class="ptolemy.kernel.util.StringAttribute" value="urn:lsid:kepler-project.org:directorclass:2:2">
33
            </property>
34
        </property>
35
        <property name="semanticType00" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:1:1#Director">
36
        </property>
37
        <property name="semanticType11" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:2:1#Director">
38
        </property>
39
        <property name="_location" class="ptolemy.kernel.util.Location" value="{125, 105}">
40
        </property>
41
    </property>
42
    <property name="Annotation" class="ptolemy.vergil.kernel.attributes.TextAttribute">
43
        <property name="_hideName" class="ptolemy.data.expr.SingletonParameter" value="true">
44
        </property>
45
        <property name="_hideAllParameters" class="ptolemy.data.expr.Parameter" value="true">
46
        </property>
47
        <property name="textSize" class="ptolemy.data.expr.Parameter" value="14">
48
        </property>
49
        <property name="textColor" class="ptolemy.actor.gui.ColorAttribute" value="{0.0, 0.0, 1.0, 1.0}">
50
        </property>
51
        <property name="fontFamily" class="ptolemy.data.expr.StringParameter" value="SansSerif">
52
        </property>
53
        <property name="bold" class="ptolemy.data.expr.Parameter" value="false">
54
        </property>
55
        <property name="italic" class="ptolemy.data.expr.Parameter" value="false">
56
        </property>
57
        <property name="anchor" class="ptolemy.data.expr.StringParameter" value="northwest">
58
        </property>
59
        <property name="text" class="ptolemy.kernel.util.StringAttribute" value="The repeat will show repeated data with PN director. &#10;This workflow repeat the data in portinput port by a certain number.&#10;The number is specified in portNum port.">
60
            <property name="_style" class="ptolemy.actor.gui.style.TextStyle">
61
                <property name="height" class="ptolemy.data.expr.Parameter" value="15">
62
                </property>
63
                <property name="width" class="ptolemy.data.expr.Parameter" value="40">
64
                </property>
65
            </property>
66
        </property>
67
<property name="KeplerDocumentation" class="ptolemy.vergil.basic.KeplerDocumentationAttribute">
68
<property name="description" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
69
<property name="author" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>Edward A. Lee</configure></property>
70
<property name="version" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
71
<property name="userLevelDocumentation" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>Use the Annotation attribute to annotate a workflow. Double-click the attribute to customize the content, font size, color, and basic formatting (bold and italics).</configure></property>
72
<property name="prop:fontFamily" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The font face. Select a font from the drop-down menu. The default is &quot;SansSerif&quot;.</configure></property>
73
<property name="prop:italic" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>Select to indicate that the type should be italics. By default, type will not be italicized.</configure></property>
74
<property name="prop:bold" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>Select to indicate that the type should be bold. By default, type will not be bold.</configure></property>
75
<property name="prop:textColor" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The font color. Specify a string representing an array of four elements: red, green, blue, and alpha, where alpha is transparency. The default is an opaque black, {0.0, 0.0, 0.0, 1.0}</configure></property>
76
<property name="prop:textSize" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The font size. Select an integer from the drop-down menu or specify a new size by typing it directly into the value field.  The default is 14.</configure></property>
77
<property name="prop:text" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The text of the annotation.</configure></property>
78
</property>        <property name="entityId" class="org.kepler.moml.NamedObjId" value="urn:lsid:kepler-project.org/ns/:23596:417:3">
79
        </property>
80
        <property name="class" class="ptolemy.kernel.util.StringAttribute" value="ptolemy.vergil.kernel.attributes.TextAttribute">
81
            <property name="id" class="ptolemy.kernel.util.StringAttribute" value="urn:lsid:kepler-project.org:class:1199:1">
82
            </property>
83
        </property>
84
        <property name="semanticType00" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:1:1#DocumentationActor">
85
        </property>
86
        <property name="semanticType11" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:2:1#WorkflowDocumentation">
87
        </property>
88
        <property name="_location" class="ptolemy.kernel.util.Location" value="[45.0, 350.0]">
89
        </property>
90
        <property name="derivedFrom" class="org.kepler.moml.NamedObjIdReferralList" value="urn:lsid:kepler-project.org:actor:436:1">
91
        </property>
92
    </property>
93
    <property name="_windowProperties" class="ptolemy.actor.gui.WindowPropertiesAttribute" value="{bounds={489, 196, 941, 687}, maximized=false}">
94
    </property>
95
    <property name="_vergilSize" class="ptolemy.actor.gui.SizeAttribute" value="[600, 538]">
96
    </property>
97
    <property name="_vergilZoomFactor" class="ptolemy.data.expr.ExpertParameter" value="1.0">
98
    </property>
99
    <property name="_vergilCenter" class="ptolemy.data.expr.ExpertParameter" value="{300.0, 237.0}">
100
    </property>
101
    <entity name="Repeat" class="org.sdm.spa.Repeat">
102
        <property name="_location" class="ptolemy.kernel.util.Location" value="[270.0, 205.0]">
103
        </property>
104
<property name="KeplerDocumentation" class="ptolemy.vergil.basic.KeplerDocumentationAttribute">
105
<property name="description" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
106
<property name="author" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
107
<property name="version" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
108
<property name="userLevelDocumentation" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
109
<property name="port:portOutput" class="ptolemy.kernel.util.ConfigurableAttribute"><configure></configure></property>
110
<property name="port:portNum" class="ptolemy.kernel.util.ConfigurableAttribute"><configure></configure></property>
111
<property name="port:portInput" class="ptolemy.kernel.util.ConfigurableAttribute"><configure></configure></property>
112
</property>        <property name="" class="ptolemy.vergil.basic.DocAttribute">
113
        </property>
114
    </entity>
115
    <entity name="Constant" class="ptolemy.actor.lib.Const">
116
        <property name="value" class="ptolemy.data.expr.Parameter" value="1">
117
        </property>
118
        <property name="firingCountLimit" class="ptolemy.data.expr.Parameter" value="1">
119
        </property>
120
        <property name="NONE" class="ptolemy.data.expr.Parameter" value="0">
121
        </property>
122
<property name="KeplerDocumentation" class="ptolemy.vergil.basic.KeplerDocumentationAttribute">
123
<property name="description" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
124
<property name="author" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
125
<property name="version" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
126
<property name="userLevelDocumentation" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>&lt;p&gt;The Constant actor outputs a constant, which is specified by the value parameter. By default, the actor outputs the integer 1.&lt;/p&gt;&#10;&#10;&lt;p&gt;The actor can be used to output other types of values, e.g., a string (such as &quot;Hello&quot;) or a double (such as 1.2). The actor'&#10;s output type matches the type of the specified value.&lt;/p&gt;&#10;&#10;&lt;p&gt;The Ptolemy II Expression language defines the syntax&#10;for the &lt;i&gt;value&lt;/i&gt; parameter.  In Kepler, documentation is available&#10;via the Help button in the Edit Parameters window.  Documentation&#10;is also available on-line at&#10;&lt;a href=&quot;http://http://ptolemy.berkeley.edu/ptolemyII/designdoc.htm#in_browser&quot;&gt;http://ptolemy.berkeley.edu/ptolemyII/designdoc.htm&lt;/a&gt;.&lt;/p&gt;&#10;&#10;&lt;p&gt;NOTE: If using a PN Director, the 'firingCountLimit' parameter is often set to a finite integer (e.g. '1') so that the workflow will terminate. &lt;/p&gt;&#10;</configure></property>
127
<property name="port:output" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>An output port that broadcasts the specified constant. By default, the output is 1.</configure></property>
128
<property name="port:trigger" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>A multiport that has no declared type (in other words, the port can accept any data type: double, int, array, etc.) If the port is connected, the actor will not fire until the trigger port receives an input token. Connecting the port is optional, but useful when scheduling the actor to perform at a certain time.</configure></property>
129
<property name="prop:firingCountLimit" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The limit on the number of times the actor will fire. The default value is 'NONE', meaning there is no limit on the number of time the constant will be provided to the output port. Any integer can be provided as a value for this parameter.</configure></property>
130
<property name="prop:value" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The value produced by the Constant actor. By default, the value is the integer token 1. The value can be set to another type, e.g., a string (such as &quot;Hello&quot;) or a double (such as 1.2). The  output type matches the type of the value specified here.</configure></property>
131
</property>        <property name="entityId" class="org.kepler.moml.NamedObjId" value="urn:lsid:kepler-project.org/ns/:23596:416:1">
132
        </property>
133
        <property name="class" class="ptolemy.kernel.util.StringAttribute" value="ptolemy.actor.lib.Const">
134
            <property name="id" class="ptolemy.kernel.util.StringAttribute" value="urn:lsid:kepler-project.org:class:877:1">
135
            </property>
136
        </property>
137
        <property name="semanticType00" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:1:1#ConstantActor">
138
        </property>
139
        <property name="semanticType11" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:2:1#Constant">
140
        </property>
141
        <property name="kar" class="ptolemy.kernel.util.StringAttribute" value="urn:lsid:kepler-project.org:kar:57:1">
142
        </property>
143
        <property name="_icon" class="ptolemy.vergil.icon.BoxedValueIcon">
144
            <property name="attributeName" class="ptolemy.kernel.util.StringAttribute" value="value">
145
            </property>
146
            <property name="displayWidth" class="ptolemy.data.expr.Parameter" value="40">
147
            </property>
148
        </property>
149
        <property name="_location" class="ptolemy.kernel.util.Location" value="{135, 225}">
150
        </property>
151
        <property name="derivedFrom" class="org.kepler.moml.NamedObjIdReferralList" value="urn:lsid:kepler-project.org:actor:1:1">
152
        </property>
153
        <port name="trigger" class="ptolemy.actor.TypedIOPort">
154
            <property name="input"/>
155
            <property name="multiport"/>
156
            <property name="_showName" class="ptolemy.data.expr.SingletonParameter" value="true">
157
            </property>
158
        </port>
159
    </entity>
160
    <entity name="Constant2" class="ptolemy.actor.lib.Const">
161
        <property name="value" class="ptolemy.data.expr.Parameter" value="4">
162
        </property>
163
        <property name="firingCountLimit" class="ptolemy.data.expr.Parameter" value="1">
164
        </property>
165
        <property name="NONE" class="ptolemy.data.expr.Parameter" value="0">
166
        </property>
167
<property name="KeplerDocumentation" class="ptolemy.vergil.basic.KeplerDocumentationAttribute">
168
<property name="description" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
169
<property name="author" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
170
<property name="version" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
171
<property name="userLevelDocumentation" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>&lt;p&gt;The Constant actor outputs a constant, which is specified by the value parameter. By default, the actor outputs the integer 1.&lt;/p&gt;&#10;&#10;&lt;p&gt;The actor can be used to output other types of values, e.g., a string (such as &quot;Hello&quot;) or a double (such as 1.2). The actor'&#10;s output type matches the type of the specified value.&lt;/p&gt;&#10;&#10;&lt;p&gt;The Ptolemy II Expression language defines the syntax&#10;for the &lt;i&gt;value&lt;/i&gt; parameter.  In Kepler, documentation is available&#10;via the Help button in the Edit Parameters window.  Documentation&#10;is also available on-line at&#10;&lt;a href=&quot;http://http://ptolemy.berkeley.edu/ptolemyII/designdoc.htm#in_browser&quot;&gt;http://ptolemy.berkeley.edu/ptolemyII/designdoc.htm&lt;/a&gt;.&lt;/p&gt;&#10;&#10;&lt;p&gt;NOTE: If using a PN Director, the 'firingCountLimit' parameter is often set to a finite integer (e.g. '1') so that the workflow will terminate. &lt;/p&gt;&#10;</configure></property>
172
<property name="port:output" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>An output port that broadcasts the specified constant. By default, the output is 1.</configure></property>
173
<property name="port:trigger" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>A multiport that has no declared type (in other words, the port can accept any data type: double, int, array, etc.) If the port is connected, the actor will not fire until the trigger port receives an input token. Connecting the port is optional, but useful when scheduling the actor to perform at a certain time.</configure></property>
174
<property name="prop:firingCountLimit" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The limit on the number of times the actor will fire. The default value is 'NONE', meaning there is no limit on the number of time the constant will be provided to the output port. Any integer can be provided as a value for this parameter.</configure></property>
175
<property name="prop:value" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The value produced by the Constant actor. By default, the value is the integer token 1. The value can be set to another type, e.g., a string (such as &quot;Hello&quot;) or a double (such as 1.2). The  output type matches the type of the value specified here.</configure></property>
176
</property>        <property name="entityId" class="org.kepler.moml.NamedObjId" value="urn:lsid:kepler-project.org/ns/:23596:414:2">
177
        </property>
178
        <property name="class" class="ptolemy.kernel.util.StringAttribute" value="ptolemy.actor.lib.Const">
179
            <property name="id" class="ptolemy.kernel.util.StringAttribute" value="urn:lsid:kepler-project.org:class:877:1">
180
            </property>
181
        </property>
182
        <property name="semanticType00" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:1:1#ConstantActor">
183
        </property>
184
        <property name="semanticType11" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:2:1#Constant">
185
        </property>
186
        <property name="kar" class="ptolemy.kernel.util.StringAttribute" value="urn:lsid:kepler-project.org:kar:57:1">
187
        </property>
188
        <property name="_icon" class="ptolemy.vergil.icon.BoxedValueIcon">
189
            <property name="attributeName" class="ptolemy.kernel.util.StringAttribute" value="value">
190
            </property>
191
            <property name="displayWidth" class="ptolemy.data.expr.Parameter" value="40">
192
            </property>
193
        </property>
194
        <property name="_location" class="ptolemy.kernel.util.Location" value="{150, 270}">
195
        </property>
196
        <property name="derivedFrom" class="org.kepler.moml.NamedObjIdReferralList" value="urn:lsid:kepler-project.org:actor:1:1">
197
        </property>
198
        <port name="trigger" class="ptolemy.actor.TypedIOPort">
199
            <property name="input"/>
200
            <property name="multiport"/>
201
            <property name="_showName" class="ptolemy.data.expr.SingletonParameter" value="true">
202
            </property>
203
        </port>
204
    </entity>
205
    <entity name="Display" class="ptolemy.actor.lib.gui.Display">
206
        <property name="_windowProperties" class="ptolemy.actor.gui.WindowPropertiesAttribute" value="{bounds={718, 447, 484, 186}, maximized=false}">
207
        </property>
208
        <property name="_paneSize" class="ptolemy.actor.gui.SizeAttribute" value="[484, 164]">
209
        </property>
210
        <property name="rowsDisplayed" class="ptolemy.data.expr.Parameter" value="10">
211
        </property>
212
        <property name="columnsDisplayed" class="ptolemy.data.expr.Parameter" value="40">
213
        </property>
214
        <property name="suppressBlankLines" class="ptolemy.data.expr.Parameter" value="false">
215
        </property>
216
        <property name="title" class="ptolemy.data.expr.StringParameter" value="">
217
        </property>
218
<property name="KeplerDocumentation" class="ptolemy.vergil.basic.KeplerDocumentationAttribute">
219
<property name="description" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
220
<property name="author" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>Yuhong Xiong, Edward A. Lee</configure></property>
221
<property name="version" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
222
<property name="userLevelDocumentation" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>&lt;p&gt;The Display actor reads tokens of any type via its input multiport, and displays each token on a separate line in a text display window.&lt;/p&gt;&#10;&#10;&lt;p&gt;Specify the size of the text display window with the rowsDisplayed and columnsDisplayed parameters. Simply resizing the window onscreen does not persistently change the size when the workflow is saved, closed, and then re-opened. &lt;/p&gt;&#10;&#10;&lt;p&gt;If the input is a string token, then the actor strips the surrounding quotation marks before displaying the value.&lt;/p&gt; &#10;&#10;&lt;p&gt;Select the suppressBlankLines parameter to specify that the actor not add blank lines to the display. By default, the actor will add blank lines.&lt;/p&gt;&#10;&#10;&lt;p&gt;Note: this actor can consume large amounts of memory. It is not advisable to use it to display large output streams.&lt;/p&gt;</configure></property>
223
<property name="port:input" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>A multiport that accepts tokens of any type.</configure></property>
224
<property name="prop:suppressBlankLines" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>Specify whether the actor should display blank lines (the default) or suppress them.</configure></property>
225
<property name="prop:rowsDisplayed" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The vertical size of the display, in rows. The value is an integer that defaults to 10.</configure></property>
226
<property name="prop:columnsDisplayed" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The horizontal size of the display, in columns. The value is an integer that defaults to 40.</configure></property>
227
<property name="prop:title" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The title of the text display window. If specified, the value will appear in the title bar of the text display window.</configure></property>
228
</property>        <property name="entityId" class="org.kepler.moml.NamedObjId" value="urn:lsid:kepler-project.org/ns/:23596:415:1">
229
        </property>
230
        <property name="class" class="ptolemy.kernel.util.StringAttribute" value="ptolemy.actor.lib.gui.Display">
231
            <property name="id" class="ptolemy.kernel.util.StringAttribute" value="urn:lsid:kepler-project.org:class:883:1">
232
            </property>
233
        </property>
234
        <property name="semanticType00" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:1:1#TextualOutputActor">
235
        </property>
236
        <property name="semanticType11" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:2:1#TextualOutput">
237
        </property>
238
        <property name="_location" class="ptolemy.kernel.util.Location" value="{440, 240}">
239
        </property>
240
        <property name="derivedFrom" class="org.kepler.moml.NamedObjIdReferralList" value="urn:lsid:kepler-project.org:actor:7:1">
241
        </property>
242
    </entity>
243
    <relation name="relation" class="ptolemy.actor.TypedIORelation">
244
    </relation>
245
    <relation name="relation2" class="ptolemy.actor.TypedIORelation">
246
    </relation>
247
    <relation name="relation3" class="ptolemy.actor.TypedIORelation">
248
    </relation>
249
    <link port="Repeat.portOutput" relation="relation3"/>
250
    <link port="Repeat.portInput" relation="relation"/>
251
    <link port="Repeat.portNum" relation="relation2"/>
252
    <link port="Constant.output" relation="relation"/>
253
    <link port="Constant2.output" relation="relation2"/>
254
    <link port="Display.input" relation="relation3"/>
255
</entity>
(4-4/4)