Project

General

Profile

Bug #6233 ยป dirlist-npe.xml

Daniel Crawl, 11/20/2013 05:17 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="dirlist-npe" class="ptolemy.actor.TypedCompositeActor">
5
    <property name="_createdBy" class="ptolemy.kernel.attributes.VersionAttribute" value="10.0.devel">
6
    </property>
7
    <property name="SDF Director" class="ptolemy.domains.sdf.kernel.SDFDirector">
8
        <property name="iterations" class="ptolemy.data.expr.Parameter" value="AUTO">
9
        </property>
10
        <property name="_location" class="ptolemy.kernel.util.Location" value="[75.0, 55.0]">
11
        </property>
12
    </property>
13
    <property name="_windowProperties" class="ptolemy.actor.gui.WindowPropertiesAttribute" value="{bounds={625, 260, 930, 640}, maximized=false}">
14
    </property>
15
    <property name="_vergilSize" class="ptolemy.actor.gui.SizeAttribute" value="[700, 520]">
16
    </property>
17
    <property name="_vergilZoomFactor" class="ptolemy.data.expr.ExpertParameter" value="1.0">
18
    </property>
19
    <property name="_vergilCenter" class="ptolemy.data.expr.ExpertParameter" value="{340.0, 250.0}">
20
    </property>
21
    <entity name="Display" class="ptolemy.actor.lib.gui.Display">
22
        <property name="_windowProperties" class="ptolemy.actor.gui.WindowPropertiesAttribute">
23
        </property>
24
        <property name="_paneSize" class="ptolemy.actor.gui.SizeAttribute">
25
        </property>
26
        <property name="_location" class="ptolemy.kernel.util.Location" value="[400.0, 150.0]">
27
        </property>
28
    </entity>
29
    <entity name="DirectoryListing" class="ptolemy.actor.lib.io.DirectoryListing">
30
        <property name="directoryOrURL" class="ptolemy.actor.parameters.FilePortParameter" value="/tmp">
31
        </property>
32
        <property name="_location" class="ptolemy.kernel.util.Location" value="[280.0, 150.0]">
33
        </property>
34
    </entity>
35
    <entity name="Expression" class="ptolemy.actor.lib.Expression">
36
        <property name="expression" class="ptolemy.kernel.util.StringAttribute" value="property(&quot;java.io.tmpdir&quot;)">
37
        </property>
38
        <property name="_icon" class="ptolemy.vergil.icon.BoxedValueIcon">
39
            <property name="attributeName" class="ptolemy.kernel.util.StringAttribute" value="expression">
40
            </property>
41
            <property name="displayWidth" class="ptolemy.data.expr.Parameter" value="60">
42
            </property>
43
            <property name="displayHeight" class="ptolemy.data.expr.Parameter" value="10">
44
            </property>
45
        </property>
46
        <property name="_location" class="ptolemy.kernel.util.Location" value="[108.0, 160.0]">
47
        </property>
48
    </entity>
49
    <relation name="relation" class="ptolemy.actor.TypedIORelation">
50
    </relation>
51
    <relation name="relation2" class="ptolemy.actor.TypedIORelation">
52
    </relation>
53
    <link port="Display.input" relation="relation"/>
54
    <link port="DirectoryListing.output" relation="relation"/>
55
    <link port="DirectoryListing.directoryOrURL" relation="relation2"/>
56
    <link port="Expression.output" relation="relation2"/>
57
</entity>
    (1-1/1)