Project

General

Profile

Bug #3693 ยป mic-1-simple.xml

jianwu jianwu, 12/04/2008 03:36 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="mic-1-simple" class="ptolemy.actor.TypedCompositeActor">
5
    <property name="_createdBy" class="ptolemy.kernel.attributes.VersionAttribute" value="7.1.devel">
6
    </property>
7
    <property name="_windowProperties" class="ptolemy.actor.gui.WindowPropertiesAttribute" value="{bounds={610, 91, 883, 806}, maximized=false}">
8
    </property>
9
    <property name="_vergilSize" class="ptolemy.actor.gui.SizeAttribute" value="[600, 681]">
10
    </property>
11
    <property name="_vergilZoomFactor" class="ptolemy.data.expr.ExpertParameter" value="1.0">
12
    </property>
13
    <property name="_vergilCenter" class="ptolemy.data.expr.ExpertParameter" value="{300.0, 340.5}">
14
    </property>
15
    <property name="PN Director" class="ptolemy.domains.pn.kernel.PNDirector">
16
        <property name="timeResolution" class="ptolemy.actor.parameters.SharedParameter" value="1E-10">
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;</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:1">
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:1">
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="{90, 65}">
40
        </property>
41
    </property>
42
    <entity name="MultiInstanceComposite" class="ptolemy.actor.lib.hoc.MultiInstanceComposite">
43
        <property name="nInstances" class="ptolemy.data.expr.Parameter" value="5">
44
        </property>
45
        <property name="showClones" class="ptolemy.data.expr.Parameter" value="true">
46
        </property>
47
        <property name="_location" class="ptolemy.kernel.util.Location" value="[245.0, 165.0]">
48
        </property>
49
        <property name="SDF Director" class="ptolemy.domains.sdf.kernel.SDFDirector">
50
            <property name="iterations" class="ptolemy.data.expr.Parameter" value="0">
51
            </property>
52
            <property name="vectorizationFactor" class="ptolemy.data.expr.Parameter" value="1">
53
            </property>
54
            <property name="allowDisconnectedGraphs" class="ptolemy.data.expr.Parameter" value="false">
55
            </property>
56
            <property name="allowRateChanges" class="ptolemy.data.expr.Parameter" value="false">
57
            </property>
58
            <property name="constrainBufferSizes" class="ptolemy.data.expr.Parameter" value="true">
59
            </property>
60
            <property name="period" class="ptolemy.data.expr.Parameter" value="0.0">
61
            </property>
62
            <property name="synchronizeToRealTime" class="ptolemy.data.expr.Parameter" value="false">
63
            </property>
64
            <property name="timeResolution" class="ptolemy.actor.parameters.SharedParameter" value="1E-10">
65
            </property>
66
            <property name="Scheduler" class="ptolemy.domains.sdf.kernel.SDFScheduler">
67
                <property name="constrainBufferSizes" class="ptolemy.data.expr.Parameter" value="constrainBufferSizes">
68
                </property>
69
            </property>
70
<property name="KeplerDocumentation" class="ptolemy.vergil.basic.KeplerDocumentationAttribute">
71
<property name="description" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
72
<property name="author" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>Steve Neuendorffer</configure></property>
73
<property name="version" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
74
<property name="userLevelDocumentation" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>&#10;&lt;p&gt;The SDF Director is often used to oversee fairly simple, sequential workflows in which the director can determine the order of actor invocation from the workflow. Types of workflows that would run well under an SDF Director include processing and reformatting tabular data, converting one data type to another, and reading and plotting a series of data points. A workflow in which an image is read, processed (rotated, scaled, clipped, filtered, etc.), and then displayed, is also an example of a sequential workflow that requires a director simply to ensure that each actor fires in the proper order (i.e., that each actor executes only after it receives its required inputs).&lt;/p&gt;&#10;&#10;&lt;p&gt;The SDF Director is very efficient and will not tax system resources with overhead. However, this efficiency requires that certain conditions be met, namely that the data consumption and production rate of each actor in an SDF workflow be constant and declared. If an actor reads one piece of data and calculates and outputs a single result, it must always read and output a single token of data. This data rate cannot change during workflow execution and, in general, workflows that require dynamic scheduling and/or flow control cannot use this director. Additionally, the SDF Director has no understanding of passing time (at least by default), and actors that depend on a notion of time may not work as expected. For example, a TimedPlotter actor will plot all values at time zero when used in SDF. &lt;/p&gt;&#10;&#10;&lt;p&gt;By default, the SDF Director requires that all actors in its workflow be connected. Otherwise, the director cannot account for concurrency between disconnected workflow parts. Usually, a PN Director should be used for workflows that contain disconnected actors; however, the SDF Director's allowDisconnectedGraphs parameter may also be set to true. The SDF Director will then schedule each disconnected &quot;island&quot; independently. The director cannot infer the sequential relationship between disconnected actors (i.e., nothing forces the director to finish executing all actors on one island before firing actors on another). However, the order of execution within each island should be correct. Usually, disconnected graphs in an SDF model indicate an error.&lt;/p&gt;&#10; &#10;&lt;p&gt;Because SDF Directors schedule actors to fire only after they receive their inputs, workflows that require loops (feeding an actor's output back into its input port for further processing) can cause &quot;deadlock&quot; errors. The deadlock errors occur because the actor depends on its own output value as an initial input. To fix this problem, use a SampleDelay actor to generate and inject an initial input value into the workflow.&lt;/p&gt;&#10;&#10;&lt;p&gt;The SDF Director determines the order in which actors execute and how many times each actor needs to be fired to complete a single iteration of the workflow. This schedule is calculated BEFORE the director begins to iterate the workflow. Because the SDF Director calculates a schedule in advance, it is quite efficient. However, SDF workflows must be static. In other words, the same number of tokens must be consumed/produced at every iteration of the workflow. Workflows that require dynamic control structures, such as a BooleanSwitch actor that sends output on one of two ports depending on the value of a 'control', cannot be used with an SDF Director because the number of tokens on each output can change for each execution.&lt;/p&gt;&#10;&#10;&lt;p&gt;Unless otherwise specified, the SDF Director assumes that each actor consumes and produces exactly one token per channel on each firing. Actors that do not follow the one-token-per-channel firing convention (e.g., Repeat or Ramp) must declare the number of tokens they produce or consume via the appropriate parameters. &lt;/p&gt;&#10;&#10;&lt;p&gt;The number of times a workflow is iterated is controlled by the director's iterations parameter. By default, this parameter is set to &quot;0&quot;. Note that &quot;0&quot; does not mean &quot;no iterations.&quot; Rather, &quot;0&quot; means that the workflow will iterate forever. Values greater than zero specify the actual number of times the director should execute the entire workflow. A value of 1, meaning that the director will run the workflow once, is often the best setting when building an SDF workflow. &lt;/p&gt;&#10;&#10;&lt;p&gt;The amount of data processed by an SDF workflow is a function of both the number of times the workflow iterates and the value of the director's vectorizationFactor parameter. The vectorizationFactor is used to increase the efficiency of a workflow by increasing the number of times actors fire each time the workflow iterates. If the parameter is set to a positive integer (other than 1), the director will fire each actor the specified number of times more than normal. The default is 1, indicating that no vectorization should be performed. Keep in mind that changing the vectorizationFactor parameter changes the meaning of a nested SDF workflow and may cause deadlock in a workflow that uses it. &lt;/p&gt;&#10;&#10;&lt;p&gt;The SDF Director has several advanced parameters that are generally only relevant when an SDF workflow contains composite components. In most cases the period, timeResolution, synchronizeToRealTime, allowRateChanges, timeResolution, and constrainBufferSizes parameters can be left at their default values.&lt;/p&gt;&#10;&#10;&lt;p&gt;For more information about the SDF Director, see the Ptolemy documentation (http://ptolemy.eecs.berkeley.edu/papers/05/ptIIdesign3-domains/ptIIdesign3-domains.pdf).&lt;/p&gt;&#10;&#10;</configure></property>
75
<property name="prop:allowDisconnectedGraphs" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>Specify whether to allow disconnected actors in the workflow (by default, all actors are required to be connected). If disconnected actors are permitted, the SDF Director will schedule each disconnected 'island' independently. Nothing &quot;forces&quot; the director to finish executing all actors on one island before firing actors on another. However, the order of execution within each island should be correct. Usually, disconnected graphs in an SDF workflow indicate an error.</configure></property>
76
<property name="prop:allowRateChanges" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>Specify whether dynamic rate changes are permitted or not. By default, rate changes are not permitted, and the director will perform a check to disallow such workflows. If the parameter is selected, then workflows that require rate parameters to be modified during execution are valid, and the SDF Director will dynamically compute a new schedule at runtime. This is an advanced parameter that can usually be left at its default value.</configure></property>
77
<property name="prop:constrainBufferSizes" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>Specify whether buffer sizes are fixed. By default, buffers are fixed, and attempts to write to the buffer that cause the buffer to exceed its scheduled size result in an error. This is an advanced parameter that can usually be left at its default value.</configure></property>
78
<property name="prop:timeResolution" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The time precision used by this director. All time values are rounded to the nearest multiple of this number. The value is a double that defaults to &quot;1E-10&quot; (which is 10-10). This is an advanced parameter that can usually be left at its default value.</configure></property>
79
<property name="prop:iterations" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>Specify the number of times a workflow is iterated. By default, this parameter is set to &quot;0&quot;. Note that &quot;0&quot; does not mean &quot;no iterations.&quot; Rather, &quot;0&quot; means that the workflow will iterate forever. Values greater than zero specify the actual number of times the director should execute the entire workflow. A value of 1, meaning that the director will run the workflow once, is often the best setting when building an SDF workflow. </configure></property>
80
<property name="prop:vectorizationFactor" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The vectorizationFactor is used to increase the efficiency of a workflow by increasing the number of times actors fire each time the workflow iterates. If the parameter is set to a positive integer (other than 1), the director will fire each actor the specified number of times more than normal. The default is 1, indicating that no vectorization should be performed. Keep in mind that changing the vectorizationFactor parameter changes the meaning of a nested SDF workflow and may cause deadlock in a workflow that uses it. </configure></property>
81
<property name="prop:synchronizeToRealTime" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>Specify whether the execution should synchronize to real time or not. By default, the director does not synchronize to real time. If synchronize is selected, the director will only process the workflow when elapsed real time matches the product of the period parameter and the iteration count. Note: if the period parameter has a value of 0.0 (the default), then selecting this parameter has no effect. This is an advanced parameter that can usually be left at its default value.</configure></property>
82
<property name="prop:period" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The time period of each iteration. The value is a double that defaults to 0.0, which means that the director does not increment workflow time. If the value greater than 0.0, the actor will increment workflow time each time it fires. This is an advanced parameter that can usually be left at its default value. </configure></property>
83
</property>            <property name="entityId" class="org.kepler.moml.NamedObjId" value="urn:lsid:kepler-project.org:director:1:1">
84
            </property>
85
            <property name="class" class="ptolemy.kernel.util.StringAttribute" value="ptolemy.domains.sdf.kernel.SDFDirector">
86
                <property name="id" class="ptolemy.kernel.util.StringAttribute" value="urn:lsid:kepler-project.org:directorclass:1:1">
87
                </property>
88
            </property>
89
            <property name="semanticType00" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:1:1#Director">
90
            </property>
91
            <property name="semanticType11" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:2:1#Director">
92
            </property>
93
            <property name="_location" class="ptolemy.kernel.util.Location" value="[65.0, 75.0]">
94
            </property>
95
        </property>
96
        <property name="_windowProperties" class="ptolemy.actor.gui.WindowPropertiesAttribute" value="{bounds={278, 47, 883, 806}, maximized=false}">
97
        </property>
98
        <property name="_vergilSize" class="ptolemy.actor.gui.SizeAttribute" value="[600, 681]">
99
        </property>
100
        <property name="_vergilZoomFactor" class="ptolemy.data.expr.ExpertParameter" value="1.0">
101
        </property>
102
        <property name="_vergilCenter" class="ptolemy.data.expr.ExpertParameter" value="{300.0, 340.5}">
103
        </property>
104
        <port name="in" class="ptolemy.actor.TypedIOPort">
105
            <property name="input"/>
106
            <property name="_location" class="ptolemy.kernel.util.Location" value="[110.0, 220.0]">
107
            </property>
108
        </port>
109
        <port name="out" class="ptolemy.actor.TypedIOPort">
110
            <property name="output"/>
111
            <property name="_location" class="ptolemy.kernel.util.Location" value="[430.0, 220.0]">
112
            </property>
113
        </port>
114
        <relation name="relation" class="ptolemy.actor.TypedIORelation">
115
            <property name="width" class="ptolemy.data.expr.Parameter" value="1">
116
            </property>
117
        </relation>
118
        <link port="in" relation="relation"/>
119
        <link port="out" relation="relation"/>
120
    </entity>
121
    <entity name="Ramp" class="ptolemy.actor.lib.Ramp">
122
        <property name="firingCountLimit" class="ptolemy.data.expr.Parameter" value="100">
123
        </property>
124
        <property name="NONE" class="ptolemy.data.expr.Parameter" value="0">
125
        </property>
126
        <property name="init" class="ptolemy.data.expr.Parameter" value="0">
127
        </property>
128
        <property name="step" class="ptolemy.actor.parameters.PortParameter" value="1">
129
        </property>
130
<property name="KeplerDocumentation" class="ptolemy.vergil.basic.KeplerDocumentationAttribute">
131
<property name="description" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
132
<property name="author" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>Yuhong Xiong, Edward A. Lee</configure></property>
133
<property name="version" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
134
<property name="userLevelDocumentation" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>&lt;p&gt;The Ramp actor is the equivalent of the &quot;for loop&quot; in many traditional computer languages. Its parameters include an intial value, the amount the value is incremented each time the actor fires (the 'step'), and the upper limit of the value (the firingCountLimit). The actor outputs an integer each time it is fired. &lt;/p&gt;&#10;&#10;&lt;p&gt;The actor's output can be used as a counter (increasing or decreasing), or as a parameter used in an incremented workflow. For example, the output of a Ramp actor can be input to an Expression actor to create file names that are unique for each iteration (e.g., 'file1', 'file2', etc.) The Ramp actor is also particularly useful with PN directed workflows where there is no way to set the number of iterations as a Director parameter. &lt;/p&gt;&#10;&#10;&lt;p&gt;The first time the actor fires, it outputs the value of its init parameter. The increment value, specified with either the step port or parameter, will only be added on the following iteration. To add an increment to the first iteration, use the Accumulator actor.&lt;/p&gt;&#10;&#10;&lt;p&gt;The actor accepts values of any type that support addition.&lt;/p&gt;</configure></property>
135
<property name="port:output" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>An output port that broadcasts the incremented value.</configure></property>
136
<property name="port:trigger" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>An input port 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>
137
<property name="port:step" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>An input port that accepts the amount by which the output is incremented on each iteration. The port accepts a value of any type that supports addition. The value is an integer and defaults to 1.</configure></property>
138
<property name="prop:firingCountLimit" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The number of iterations that transpire before the actor indicates that it is finished. If firingCountLimit is set to zero, the actor has no limit imposed.</configure></property>
139
<property name="prop:step" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The amount by which the output is incremented on each iteration. The port accepts a value of any type that supports addition. The default is the integer 1.</configure></property>
140
<property name="prop:init" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The value produced by the Ramp on its first iteration. The default value is the integer 0.</configure></property>
141
</property>        <property name="entityId" class="org.kepler.moml.NamedObjId" value="urn:lsid:kepler-project.org:actor:5:1">
142
        </property>
143
        <property name="class" class="ptolemy.kernel.util.StringAttribute" value="ptolemy.actor.lib.Ramp">
144
            <property name="id" class="ptolemy.kernel.util.StringAttribute" value="urn:lsid:kepler-project.org:class:881:1">
145
            </property>
146
        </property>
147
        <property name="semanticType00" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:1:1#IterativeMathOperationActor">
148
        </property>
149
        <property name="semanticType11" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:2:1#IterativeOperation">
150
        </property>
151
        <property name="semanticType22" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:2:1#WorkflowInput">
152
        </property>
153
        <property name="_location" class="ptolemy.kernel.util.Location" value="[50.0, 165.0]">
154
        </property>
155
    </entity>
156
    <entity name="Distributor" class="ptolemy.actor.lib.Distributor">
157
        <property name="blockSize" class="ptolemy.data.expr.Parameter" value="1">
158
        </property>
159
<property name="KeplerDocumentation" class="ptolemy.vergil.basic.KeplerDocumentationAttribute">
160
<property name="description" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
161
<property name="author" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>Mudit Goel, Edward A. Lee</configure></property>
162
<property name="version" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
163
<property name="userLevelDocumentation" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>&lt;p&gt;&#10;A polymorphic distributor, which splits an input stream into a set of&#10;output streams. The distributor has an input port and an output port,&#10;the latter of which is a multiport.&#10;The types of the ports are undeclared and will be resolved by the type&#10;resolution mechanism, with the constraint that the output type must be&#10;greater than or equal to the input type. On each call to the fire method, the&#10;actor reads at most &lt;i&gt;N&lt;/i&gt; tokens from the input, where &lt;i&gt;N&lt;/i&gt; is&#10;the width of the output port times the &lt;i&gt;blockSize&lt;/i&gt; parameter,&#10;and writes &lt;i&gt;blockSize&lt;/i&gt; tokens to each output channel,&#10;in the order of the channels.  If there are fewer than &lt;i&gt;N&lt;/i&gt; tokens&#10;at the input, then the all available input tokens are sent to the output&#10;channels, and the fire() method returns.  In the next iteration of this&#10;actor, it will begin producing outputs on the first channel that did&#10;not have enough tokens in the previous iteration.&#10;&lt;/p&gt;&lt;p&gt;&#10;For the benefit of domains like SDF, which need to know the token consumption&#10;or production rate for all ports before they can construct a firing schedule,&#10;this actor sets the tokenConsumptionRate parameter for the input port&#10;to equal the number of output channels times the &lt;i&gt;blockSize&lt;/i&gt; parameter,&#10;and the output production rate is set to the &lt;i&gt;blockSize&lt;/i&gt; parameter.&#10;The consumption rate parameter is set each time that a link is established with&#10;the input port, or when a link is removed.  The director is notified&#10;that the schedule is invalid, so that if the link is modified at&#10;run time, the schedule will be recalculated if necessary.&#10;&lt;/p&gt;&#10;      </configure></property>
164
<property name="port:output" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>&#10;    </configure></property>
165
<property name="port:input" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>&#10;    </configure></property>
166
<property name="prop:blockSize" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>&#10;The number of tokens produced on each output channel on each firing. This is an &#10;integer with default value 1.&#10;    </configure></property>
167
</property>        <property name="entityId" class="org.kepler.moml.NamedObjId" value="urn:lsid:kepler-project.org:actor:531:1">
168
        </property>
169
        <property name="class" class="ptolemy.kernel.util.StringAttribute" value="ptolemy.actor.lib.Distributor">
170
            <property name="id" class="ptolemy.kernel.util.StringAttribute" value="null">
171
            </property>
172
        </property>
173
        <property name="semanticType11" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:2:1#WorkflowControl">
174
        </property>
175
        <property name="_location" class="ptolemy.kernel.util.Location" value="[140.0, 165.0]">
176
        </property>
177
    </entity>
178
    <relation name="relation2" class="ptolemy.actor.TypedIORelation">
179
        <property name="width" class="ptolemy.data.expr.Parameter" value="1">
180
        </property>
181
    </relation>
182
    <relation name="relation" class="ptolemy.actor.TypedIORelation">
183
        <property name="width" class="ptolemy.data.expr.Parameter" value="1">
184
        </property>
185
    </relation>
186
    <link port="MultiInstanceComposite.in" relation="relation2"/>
187
    <link port="Ramp.output" relation="relation"/>
188
    <link port="Distributor.input" relation="relation"/>
189
    <link port="Distributor.output" relation="relation2"/>
190
</entity>
    (1-1/1)