summaryrefslogtreecommitdiff
path: root/DAnCE/tests/Plan_Launcher/EM-Delay/Deployment.cdp
blob: 432e577e0f481d4ce6422599686d117800d45db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!--  -->
<Deployment:DeploymentPlan
 xmlns:Deployment="http://www.omg.org/Deployment"
 xmlns:xmi="http://www.omg.org/XMI"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xsi:schemaLocation="http://www.omg.org/Deployment Deployment.xsd">
  <label>LocalityManager_SpawnOne</label>
  <UUID>LocalityManager_SpawnOne</UUID>

  <implementation xmi:id="CompSvrImpl">
    <name>CompSvr</name>
    <source />
    <artifact xmi:idref="CompSvrArt" />
    <execParameter>
      <name>edu.vanderbilt.dre.DAnCE.ImplementationType</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>edu.vanderbilt.dre.DAnCE.LocalityManager</string>
        </value>
      </value>
    </execParameter>
  </implementation>


  <instance xmi:id="CompSvrInst">
    <name>LocalityInstance</name>
    <node>LocalityOne</node>
    <source />
    <implementation xmi:idref="CompSvrImpl" />
    <configProperty>
      <name>edu.vanderbilt.dre.DAnCE.LocalityArguments</name>
      <value>
        <type>
          <kind>tk_string</kind>
        </type>
        <value>
          <string>-o InstOne.ior</string>
        </value>
      </value>
    </configProperty>
  </instance>

  <artifact xmi:id="CompSvrArt">
    <name>CompoSvrArtifactName</name>
    <source />
    <node />
    <location>ciao_componentserver</location>
  </artifact>
</Deployment:DeploymentPlan>