Project

General

Profile

Bug #5607 » constant-string-2.2.xml

jianwu jianwu, 05/14/2012 11:44 AM

 
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="constant-string-2" class="ptolemy.actor.TypedCompositeActor">
5
    <property name="_createdBy" class="ptolemy.kernel.attributes.VersionAttribute" value="8.1.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/:19180:1:5">
10
    </property>
11
    <property name="_windowProperties" class="ptolemy.actor.gui.WindowPropertiesAttribute" value="{bounds={489, 196, 941, 687}, maximized=false}">
12
    </property>
13
    <property name="_vergilSize" class="ptolemy.actor.gui.SizeAttribute" value="[600, 538]">
14
    </property>
15
    <property name="_vergilZoomFactor" class="ptolemy.data.expr.ExpertParameter" value="1.0">
16
    </property>
17
    <property name="_vergilCenter" class="ptolemy.data.expr.ExpertParameter" value="{300.0, 269.0}">
18
    </property>
19
    <entity name="String Constant" class="ptolemy.actor.lib.StringConst">
20
        <property name="firingCountLimit" class="ptolemy.data.expr.Parameter" value="NONE">
21
        </property>
22
        <property name="NONE" class="ptolemy.data.expr.Parameter" value="0">
23
        </property>
24
        <property name="value" class="ptolemy.data.expr.Parameter" value="blastall -p blastn -i /Users/jianwu/Projects/bioinfo/testQueryFile/testQuery.fa  -m 8 -e 1e-5  -d /Users/jianwu/Projects/bioinfo/testQueryFile/Ocean_Alaska.fa -o /Users/jianwu/Projects/bioinfo/testQueryFile/test.out 2&gt; /Users/jianwu/Projects/bioinfo/testQueryFile/test.err">
25
        </property>
26
<property name="KeplerDocumentation" class="ptolemy.vergil.basic.KeplerDocumentationAttribute">
27
<property name="description" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
28
<property name="author" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>Edward Lee</configure></property>
29
<property name="version" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>null</configure></property>
30
<property name="userLevelDocumentation" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>&lt;p&gt;The StringConstant actor outputs a string specified via the actor's value parameter.&lt;/p&gt;&#10;&#10;&lt;p&gt;Specifying strings with the StringConstant actor is convenient, as the actor does not require that strings be surrounded by quotes. The actor is often used to specify file paths, which can be selected using the Browse button available in the actor's parameters.&lt;/p&gt;&#10;&#10;&lt;p&gt;Specified string values can include references to parameters within scope (i.e., parameters defined at the same level of the hierarchy or higher). &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;&#10;</configure></property>
31
<property name="port:output" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>An output port that broadcasts a string constant specified by the value parameter.  </configure></property>
32
<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>
33
<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>
34
<property name="prop:value" class="ptolemy.kernel.util.ConfigurableAttribute"><configure>The value produced by the actor. Specified strings do not require enclosing quotes. (To include a '$' sign in the string, enter '$$'.)</configure></property>
35
</property>        <property name="entityId" class="org.kepler.moml.NamedObjId" value="urn:lsid:kepler-project.org/ns/:19180:2:1">
36
        </property>
37
        <property name="class" class="ptolemy.kernel.util.StringAttribute" value="ptolemy.actor.lib.StringConst">
38
            <property name="id" class="ptolemy.kernel.util.StringAttribute" value="urn:lsid:kepler-project.org:class:1052:1">
39
            </property>
40
        </property>
41
        <property name="semanticType00" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:1:1#StringFunctionActor">
42
        </property>
43
        <property name="semanticType11" class="org.kepler.sms.SemanticType" value="urn:lsid:localhost:onto:2:1#Constant">
44
        </property>
45
        <property name="_icon" class="ptolemy.vergil.icon.BoxedValueIcon">
46
            <property name="attributeName" class="ptolemy.kernel.util.StringAttribute" value="value">
47
            </property>
48
            <property name="displayWidth" class="ptolemy.data.expr.Parameter" value="60">
49
            </property>
50
        </property>
51
        <property name="_location" class="ptolemy.kernel.util.Location" value="[250.0, 240.0]">
52
        </property>
53
        <property name="derivedFrom" class="org.kepler.moml.NamedObjIdReferralList" value="urn:lsid:kepler-project.org:actor:204:1">
54
        </property>
55
    </entity>
56
</entity>
(1-1/3)