summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Large_Deployment
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/examples/Large_Deployment')
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/.gitignore1
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/.gitignore7
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Common.idl18
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Common.mpc22
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.idl11
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.mpc104
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/Connector/.gitignore8
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/Connector/Large_Connector.idl17
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/Connector/Large_Connector.mpc138
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/.gitignore5
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub.idl14
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub.mpc138
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub_exec.cpp70
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub_exec.h52
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/.gitignore5
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.idl13
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.mpc136
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub_exec.cpp180
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub_exec.h158
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/.gitignore5
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.idl12
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.mpc146
-rw-r--r--CIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/LargePlan.cdp90685
-rwxr-xr-xCIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/generate_large_plan.py247
-rwxr-xr-xCIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/run_test.pl235
25 files changed, 0 insertions, 92427 deletions
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/.gitignore b/CIAO/connectors/dds4ccm/examples/Large_Deployment/.gitignore
deleted file mode 100644
index 502167fa0b8..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/lib
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/.gitignore b/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/.gitignore
deleted file mode 100644
index 434fd0a2d00..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-/Common.cxx
-/Common.h
-/CommonPlugin.cxx
-/CommonPlugin.h
-/CommonSupport.cxx
-/CommonSupport.h
-/Large_Deployment_Common_stub_export.h
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Common.idl b/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Common.idl
deleted file mode 100644
index f1228b5852b..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Common.idl
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef LARGE_COMMON_IDL
-#define LARGE_COMMON_IDL
-
-#pragma ndds typesupport "Common/CommonSupport.h"
-#pragma opendds typesupport "Common/CommonTypeSupportImpl.h"
-
-#pragma DCPS_DATA_TYPE "LargeType"
-#pragma DCPS_DATA_KEY "LargeType value"
-
-struct LargeType {
- string value; //@key
-};
-
-#if defined DDS4CCM_NEEDS_SEQUENCES_DEFINED
-typedef sequence<LargeType> LargeTypeSeq;
-#endif
-
-#endif
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Common.mpc b/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Common.mpc
deleted file mode 100644
index 5cf821a62c1..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Common.mpc
+++ /dev/null
@@ -1,22 +0,0 @@
-project (Large_Deployment_stub) : taoidldefaults, dds4ccm_ts_default {
- sharedname = Large_Deployment_stub
- dynamicflags += LARGE_DEPLOYMENT_COMMON_STUB_BUILD_DLL
- libout = ../lib
-
- idlflags += -Gxhst \
- -Wb,export_macro=LARGE_DEPLOYMENT_COMMON_STUB_Export \
- -Wb,export_include=Large_Deployment_Common_stub_export.h
-
- IDL_Files {
- Common.idl
- }
-
- opendds_ts_flags += --export=LARGE_DEPLOYMENT_COMMON_STUB_Export
-
- DDSGenerator_Files {
- Common.idl
- }
-
- Source_Files {
- }
-}
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.idl b/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.idl
deleted file mode 100644
index 4d09d57664c..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.idl
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef SINGLE_SERVICE_COMMON_IDL_
-#define SINGLE_SERVICE_COMMON_IDL_
-
-#pragma ciao lem "Common/Single_Service_CommonE.idl"
-
-interface Simple_Service
-{
- oneway void ping ();
-};
-
-#endif /* SINGLE_SERVICE_COMMON_IDL_ */
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.mpc b/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.mpc
deleted file mode 100644
index 199292d2aae..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Common/Single_Service_Common.mpc
+++ /dev/null
@@ -1,104 +0,0 @@
-project(Single_Service_Common_idl_gen) : taoidldefaults {
- custom_only = 1
- idlflags += -Wb,stub_export_macro=SINGLE_SERVICE_COMMON_STUB_Export \
- -Wb,stub_export_include=Single_Service_Common_stub_export.h \
- -Wb,skel_export_macro=SINGLE_SERVICE_COMMON_SKEL_Export \
- -Wb,skel_export_include=Single_Service_Common_skel_export.h \
- -Gxhst -Gxhsk -Gsv -Glem
-
- IDL_Files {
- Single_Service_Common.idl
- }
-}
-
-project(Single_Service_Common_idl_lem_gen) : ciaoidldefaults {
- after += Single_Service_Common_idl_gen
- custom_only = 1
- idlflags += -Wb,stub_export_macro=SINGLE_SERVICE_COMMON_LEM_STUB_Export \
- -Wb,stub_export_include=Single_Service_Common_lem_stub_export.h \
- -SS -Gxhst -I..
-
- IDL_Files {
- Single_Service_CommonE.idl
- }
-}
-
-project(Single_Service_Common_lem_stub) : ccm_svnt {
- after += Single_Service_Common_idl_lem_gen \
- Single_Service_Common_stub
- libs += Single_Service_Common_stub
-
- libpaths += ../lib
- libout = ../lib
-
- sharedname = Single_Service_Common_lem_stub
- dynamicflags += SINGLE_SERVICE_COMMON_LEM_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Single_Service_CommonEC.cpp
- }
-
- Header_Files {
- Single_Service_CommonEC.h
- Single_Service_Common_lem_stub_export.h
- }
-
- Inline_Files {
- Single_Service_CommonEC.inl
- }
-}
-
-project(Single_Service_Common_stub) : ccm_stub {
- after += Single_Service_Common_idl_gen
-
- libpaths += ../lib
- libout = ../lib
-
- sharedname = Single_Service_Common_stub
- dynamicflags += SINGLE_SERVICE_COMMON_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Single_Service_CommonC.cpp
- }
-
- Header_Files {
- Single_Service_CommonC.h
- Single_Service_Common_stub_export.h
- }
-
- Inline_Files {
- Single_Service_CommonC.inl
- }
-}
-
-project(Single_Service_Common_skel) : ccm_svnt {
- after += Single_Service_Common_stub
- libs += Single_Service_Common_stub
-
- libpaths += ../lib
- libout = ../lib
-
- sharedname = Single_Service_Common_skel
- dynamicflags += SINGLE_SERVICE_COMMON_SKEL_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Single_Service_CommonS.cpp
- }
-
- Header_Files {
- Single_Service_CommonS.h
- Single_Service_Common_skel_export.h
- }
-
- Inline_Files {
- }
-}
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Connector/.gitignore b/CIAO/connectors/dds4ccm/examples/Large_Deployment/Connector/.gitignore
deleted file mode 100644
index 852b25767b6..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Connector/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-/LARGE_Connector_conn_export.h
-/Large_ConnectorE.idl
-/Large_Connector_conn.cpp
-/Large_Connector_conn.h
-/Large_Connector_exec_export.h
-/Large_Connector_lem_stub_export.h
-/Large_Connector_stub_export.h
-/Large_Connector_svnt_export.h
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Connector/Large_Connector.idl b/CIAO/connectors/dds4ccm/examples/Large_Deployment/Connector/Large_Connector.idl
deleted file mode 100644
index 5ebdec65340..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Connector/Large_Connector.idl
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef LARGE_CONNECTOR_IDL
-#define LARGE_CONNECTOR_IDL
-
-#include <Components.idl>
-#include <ccm_dds.idl>
-
-#include "Common/Common.idl"
-
-#pragma ciao lem "Connector/Large_ConnectorE.idl"
-
-#if (CIAO_DDS4CCM_OPENDDS==1)
-# include "Common/CommonTypeSupport.idl"
-#endif
-
-module ::CCM_DDS::Typed < ::LargeType, ::LargeTypeSeq> LargeTypeConn;
-
-#endif
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Connector/Large_Connector.mpc b/CIAO/connectors/dds4ccm/examples/Large_Deployment/Connector/Large_Connector.mpc
deleted file mode 100644
index 9579a4fe6dc..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Connector/Large_Connector.mpc
+++ /dev/null
@@ -1,138 +0,0 @@
-// This file is generated with "generate_component_mpc.pl -l ../lib -o ../lib -b dds4ccm_base -u Large Large_Connector"
-
-project(Large_Connector_idl_gen) : connectoridldefaults, dds4ccm {
- after += DDS4CCM_idl_gen Large_Deployment_stub
- custom_only = 1
- idlflags += -Wb,stub_export_macro=LARGE_CONNECTOR_STUB_Export \
- -Wb,stub_export_include=Large_Connector_stub_export.h \
- -Wb,skel_export_macro=LARGE_CONNECTOR_SVNT_Export \
- -Wb,skel_export_include=Large_Connector_svnt_export.h \
- -Wb,exec_export_macro=LARGE_CONNECTOR_EXEC_Export \
- -Wb,exec_export_include=Large_Connector_exec_export.h \
- -Wb,conn_export_macro=LARGE_CONNECTOR_CONN_Export \
- -Wb,conn_export_include=LARGE_Connector_conn_export.h \
- -Gxhex -Gxhsk -Gxhst -I..
-
- IDL_Files {
- Large_Connector.idl
- }
-}
-
-project(Large_Connector_lem_gen) : ciaoidldefaults, dds4ccm_base {
- after += Large_Connector_idl_gen
- custom_only = 1
- idlflags += -Wb,stub_export_macro=LARGE_CONNECTOR_LEM_STUB_Export \
- -Wb,stub_export_include=Large_Connector_lem_stub_export.h \
- -SS -Gxhst -I..
-
- IDL_Files {
- Large_ConnectorE.idl
- }
-}
-
-project(Large_Connector_lem_stub) : ccm_svnt, dds4ccm_lem_stub {
- after += Large_Connector_lem_gen Large_Connector_stub Large_Deployment_stub
- libs += Large_Connector_stub Large_Deployment_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- sharedname = Large_Connector_lem_stub
- dynamicflags += LARGE_CONNECTOR_LEM_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Large_ConnectorEC.cpp
- }
-
- Header_Files {
- Large_ConnectorEC.h
- Large_Connector_lem_stub_export.h
- }
-
- Inline_Files {
- Large_ConnectorEC.inl
- }
-}
-
-project(Large_Connector_stub) : ccm_stub, dds4ccm_base {
- after += Large_Connector_idl_gen Large_Deployment_stub
- libs += Large_Deployment_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- sharedname = Large_Connector_stub
- dynamicflags += LARGE_CONNECTOR_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Large_ConnectorC.cpp
- }
-
- Header_Files {
- Large_ConnectorC.h
- Large_Connector_stub_export.h
- }
-
- Inline_Files {
- Large_ConnectorC.inl
- }
-}
-
-project(Large_Connector_exec) : ciao_executor, dds4ccm_impl {
- after += Large_Connector_lem_stub Large_Connector_stub
- sharedname = Large_Connector_exec
- libs += Large_Connector_stub Large_Connector_lem_stub Large_Deployment_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- dynamicflags += LARGE_CONNECTOR_CONN_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Large_Connector_conn.cpp
- }
-
- Header_Files {
- Large_Connector_conn.h
- Large_Connector_conn_export.h
- }
-
- Inline_Files {
- }
-}
-
-
-project(Large_Connector_svnt) : ciao_servant, dds4ccm_impl {
- after += Large_Connector_lem_stub Large_Connector_exec Large_Connector_stub
- sharedname = Large_Connector_svnt
- libs += Large_Connector_stub Large_Connector_lem_stub Large_Connector_exec Large_Deployment_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- dynamicflags += LARGE_CONNECTOR_SVNT_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Large_ConnectorS.cpp
- Large_Connector_svnt.cpp
- }
-
- Header_Files {
- Large_ConnectorS.h
- Large_Connector_svnt.h
- Large_Connector_svnt_export.h
- }
-
- Inline_Files {
- }
-}
-
-
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/.gitignore b/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/.gitignore
deleted file mode 100644
index 259c7437324..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/DDS_PubE.idl
-/DDS_Pub_exec_export.h
-/DDS_Pub_lem_stub_export.h
-/DDS_Pub_stub_export.h
-/DDS_Pub_svnt_export.h
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub.idl b/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub.idl
deleted file mode 100644
index 2d9312de929..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub.idl
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef DDS_PUB_IDL
-#define DDS_PUB_IDL
-
-#include "Common/Single_Service_Common.idl"
-#include "Connector/Large_Connector.idl"
-
-component DDS_Pub
-{
- port LargeTypeConn::DDS_Write info;
- uses Simple_Service ping_one;
- uses Simple_Service ping_two;
-};
-
-#endif
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub.mpc b/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub.mpc
deleted file mode 100644
index df88edcce88..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub.mpc
+++ /dev/null
@@ -1,138 +0,0 @@
-// This file is generated with "generate_component_mpc.pl -l ../lib -o ../lib -b dds4ccm_base -u Large DDS_Pub"
-
-project(Large_DDS_Pub_idl_gen) : componentidldefaults, dds4ccm {
- custom_only = 1
- after += Large_Deployment_stub
- idlflags += -Wb,stub_export_macro=DDS_PUB_STUB_Export \
- -Wb,stub_export_include=DDS_Pub_stub_export.h \
- -Wb,skel_export_macro=DDS_PUB_SVNT_Export \
- -Wb,skel_export_include=DDS_Pub_svnt_export.h \
- -Wb,exec_export_macro=DDS_PUB_EXEC_Export \
- -Wb,exec_export_include=DDS_Pub_exec_export.h \
- -Gxhex -Gxhsk -Gxhst -I..
-
- IDL_Files {
- DDS_Pub.idl
- }
-}
-
-project(Large_DDS_Pub_lem_gen) : ciaoidldefaults, dds4ccm {
- after += Large_DDS_Pub_idl_gen Large_Connector_idl_gen \
- Single_Service_Common_lem_stub
- custom_only = 1
- idlflags += -Wb,stub_export_macro=DDS_PUB_LEM_STUB_Export \
- -Wb,stub_export_include=DDS_Pub_lem_stub_export.h \
- -SS -Gxhst -I..
-
- IDL_Files {
- DDS_PubE.idl
- }
-}
-
-project(Large_DDS_Pub_lem_stub) : ccm_svnt, dds4ccm_base {
- after += Large_DDS_Pub_lem_gen Large_DDS_Pub_stub Large_Deployment_stub
- libs += DDS_Pub_stub Large_Deployment_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- sharedname = DDS_Pub_lem_stub
- dynamicflags += DDS_PUB_LEM_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- DDS_PubEC.cpp
- }
-
- Header_Files {
- DDS_PubEC.h
- DDS_Pub_lem_stub_export.h
- }
-
- Inline_Files {
- DDS_PubEC.inl
- }
-}
-
-project(Large_DDS_Pub_stub) : ccm_stub, dds4ccm_base {
- after += Large_DDS_Pub_idl_gen Large_Deployment_stub Single_Service_Common_stub
- libs += Large_Deployment_stub Single_Service_Common_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- sharedname = DDS_Pub_stub
- dynamicflags += DDS_PUB_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- DDS_PubC.cpp
- }
-
- Header_Files {
- DDS_PubC.h
- DDS_Pub_stub_export.h
- }
-
- Inline_Files {
- DDS_PubC.inl
- }
-}
-
-project(Large_DDS_Pub_exec) : ciao_executor, dds4ccm_lem_stub {
- after += Large_DDS_Pub_lem_stub Large_DDS_Pub_stub Large_Connector_stub Large_Connector_lem_stub Single_Service_Common_stub
- sharedname = DDS_Pub_exec
- libs += DDS_Pub_stub DDS_Pub_lem_stub Large_Deployment_stub Large_Connector_stub Large_Connector_lem_stub Single_Service_Common_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- dynamicflags += DDS_PUB_EXEC_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- DDS_Pub_exec.cpp
- }
-
- Header_Files {
- DDS_Pub_exec.h
- DDS_Pub_exec_export.h
- }
-
- Inline_Files {
- }
-}
-
-
-project(Large_DDS_Pub_svnt) : ciao_servant, dds4ccm_base {
- after += Large_DDS_Pub_lem_stub Large_Connector_stub Single_Service_Common_stub
- sharedname = DDS_Pub_svnt
- libs += DDS_Pub_stub DDS_Pub_lem_stub Large_Deployment_stub Single_Service_Common_stub
- libs += Large_Connector_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- dynamicflags += DDS_PUB_SVNT_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- DDS_PubS.cpp
- DDS_Pub_svnt.cpp
- }
-
- Header_Files {
- DDS_PubS.h
- DDS_Pub_svnt.h
- DDS_Pub_svnt_export.h
- }
-
- Inline_Files {
- }
-}
-
-
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub_exec.cpp b/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub_exec.cpp
deleted file mode 100644
index 4371b10e038..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub_exec.cpp
+++ /dev/null
@@ -1,70 +0,0 @@
-// -*- C++ -*-
-#include "DDS_Pub_exec.h"
-
-namespace CIAO_DDS_Pub_Impl
-{
- //============================================================
- // Component Executor Implementation Class: DDS_Pub_exec_i
- //============================================================
-
- DDS_Pub_exec_i::DDS_Pub_exec_i (void)
- {
- }
-
- DDS_Pub_exec_i::~DDS_Pub_exec_i (void)
- {
- }
-
- // Operations from Components::SessionComponent.
-
- void
- DDS_Pub_exec_i::set_session_context (
- ::Components::SessionContext_ptr ctx)
- {
- this->context_ =
- ::CCM_DDS_Pub_Context::_narrow (ctx);
-
- if ( ::CORBA::is_nil (this->context_.in ()))
- {
- throw ::CORBA::INTERNAL ();
- }
- }
-
- void
- DDS_Pub_exec_i::configuration_complete (void)
- {
- /* Your code here. */
- }
-
- void
- DDS_Pub_exec_i::ccm_activate (void)
- {
- /* Your code here. */
- }
-
- void
- DDS_Pub_exec_i::ccm_passivate (void)
- {
- /* Your code here. */
- }
-
- void
- DDS_Pub_exec_i::ccm_remove (void)
- {
- /* Your code here. */
- }
-
- extern "C" DDS_PUB_EXEC_Export ::Components::EnterpriseComponent_ptr
- create_DDS_Pub_Impl (void)
- {
- ::Components::EnterpriseComponent_ptr retval =
- ::Components::EnterpriseComponent::_nil ();
-
- ACE_NEW_NORETURN (
- retval,
- DDS_Pub_exec_i);
-
- return retval;
- }
-}
-
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub_exec.h b/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub_exec.h
deleted file mode 100644
index a73f16144fe..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub_exec.h
+++ /dev/null
@@ -1,52 +0,0 @@
-// -*- C++ -*-
-#ifndef CIAO_DDS_PUB_EXEC_MKL1YH_H_
-#define CIAO_DDS_PUB_EXEC_MKL1YH_H_
-
-#include /**/ "ace/pre.h"
-
-#include "DDS_PubEC.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include /**/ "DDS_Pub_exec_export.h"
-#include "tao/LocalObject.h"
-
-namespace CIAO_DDS_Pub_Impl
-{
- class DDS_PUB_EXEC_Export DDS_Pub_exec_i
- : public virtual DDS_Pub_Exec,
- public virtual ::CORBA::LocalObject
- {
- public:
- DDS_Pub_exec_i (void);
- virtual ~DDS_Pub_exec_i (void);
-
- //@{
- /** Operations from Components::SessionComponent. */
-
- virtual void
- set_session_context (
- ::Components::SessionContext_ptr ctx);
-
- virtual void configuration_complete (void);
-
- virtual void ccm_activate (void);
- virtual void ccm_passivate (void);
- virtual void ccm_remove (void);
- //@}
-
-
- private:
- ::CCM_DDS_Pub_Context_var context_;
- };
-
- extern "C" DDS_PUB_EXEC_Export ::Components::EnterpriseComponent_ptr
- create_DDS_Pub_Impl (void);
-}
-
-#include /**/ "ace/post.h"
-
-#endif /* ifndef */
-
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/.gitignore b/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/.gitignore
deleted file mode 100644
index dc9f40e4d41..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/DDS_SubE.idl
-/DDS_Sub_exec_export.h
-/DDS_Sub_lem_stub_export.h
-/DDS_Sub_stub_export.h
-/DDS_Sub_svnt_export.h
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.idl b/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.idl
deleted file mode 100644
index ca811ce932a..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.idl
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef DDS_SUB_IDL
-#define DDS_SUB_IDL
-
-#include "Common/Single_Service_Common.idl"
-#include "Connector/Large_Connector.idl"
-
-component DDS_Sub
-{
- port LargeTypeConn::DDS_Listen info_in;
- port LargeTypeConn::DDS_Get ingo_get;
- uses Simple_Service ping_port;
-};
-#endif
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.mpc b/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.mpc
deleted file mode 100644
index 7a5cb320bb1..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.mpc
+++ /dev/null
@@ -1,136 +0,0 @@
-// This file is generated with "generate_component_mpc.pl -l ../lib -o ../lib -b dds4ccm_base -u Large DDS_Sub"
-
-project(Large_DDS_Sub_idl_gen) : componentidldefaults, dds4ccm {
- custom_only = 1
- after += Large_Deployment_stub
- idlflags += -Wb,stub_export_macro=DDS_SUB_STUB_Export \
- -Wb,stub_export_include=DDS_Sub_stub_export.h \
- -Wb,skel_export_macro=DDS_SUB_SVNT_Export \
- -Wb,skel_export_include=DDS_Sub_svnt_export.h \
- -Wb,exec_export_macro=DDS_SUB_EXEC_Export \
- -Wb,exec_export_include=DDS_Sub_exec_export.h \
- -Gxhex -Gxhsk -Gxhst -I..
-
- IDL_Files {
- DDS_Sub.idl
- }
-}
-
-project(Large_DDS_Sub_lem_gen) : ciaoidldefaults, dds4ccm {
- after += Large_DDS_Sub_idl_gen Large_Connector_idl_gen
- custom_only = 1
- idlflags += -Wb,stub_export_macro=DDS_SUB_LEM_STUB_Export \
- -Wb,stub_export_include=DDS_Sub_lem_stub_export.h \
- -SS -Gxhst -I..
-
- IDL_Files {
- DDS_SubE.idl
- }
-}
-
-project(Large_DDS_Sub_lem_stub) : ccm_svnt, dds4ccm_base {
- after += Large_DDS_Sub_lem_gen Large_DDS_Sub_stub Large_Deployment_stub
- libs += DDS_Sub_stub Large_Deployment_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- sharedname = DDS_Sub_lem_stub
- dynamicflags += DDS_SUB_LEM_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- DDS_SubEC.cpp
- }
-
- Header_Files {
- DDS_SubEC.h
- DDS_Sub_lem_stub_export.h
- }
-
- Inline_Files {
- DDS_SubEC.inl
- }
-}
-
-project(Large_DDS_Sub_stub) : ccm_stub, dds4ccm_base {
- after += Large_DDS_Sub_idl_gen Large_Deployment_stub Single_Service_Common_stub
- libs += Large_Deployment_stub Single_Service_Common_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- sharedname = DDS_Sub_stub
- dynamicflags += DDS_SUB_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- DDS_SubC.cpp
- }
-
- Header_Files {
- DDS_SubC.h
- DDS_Sub_stub_export.h
- }
-
- Inline_Files {
- DDS_SubC.inl
- }
-}
-
-project(Large_DDS_Sub_exec) : ciao_executor, dds4ccm_lem_stub {
- after += Large_DDS_Sub_lem_stub Large_DDS_Sub_stub Large_Connector_stub Large_Connector_lem_stub Single_Service_Common_stub
- sharedname = DDS_Sub_exec
- libs += DDS_Sub_stub DDS_Sub_lem_stub Large_Deployment_stub Large_Connector_stub Large_Connector_lem_stub Single_Service_Common_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- dynamicflags += DDS_SUB_EXEC_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- DDS_Sub_exec.cpp
- }
-
- Header_Files {
- DDS_Sub_exec.h
- DDS_Sub_exec_export.h
- }
-
- Inline_Files {
- }
-}
-
-
-project(Large_DDS_Sub_svnt) : ciao_servant, dds4ccm_base {
- after += Large_DDS_Sub_lem_stub Large_Connector_stub Single_Service_Common_stub
- sharedname = DDS_Sub_svnt
- libs += DDS_Sub_stub DDS_Sub_lem_stub Large_Deployment_stub Large_Connector_stub Single_Service_Common_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- dynamicflags += DDS_SUB_SVNT_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- DDS_SubS.cpp
- DDS_Sub_svnt.cpp
- }
-
- Header_Files {
- DDS_SubS.h
- DDS_Sub_svnt.h
- DDS_Sub_svnt_export.h
- }
-
- Inline_Files {
- }
-}
-
-
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub_exec.cpp b/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub_exec.cpp
deleted file mode 100644
index ae7b567ead4..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub_exec.cpp
+++ /dev/null
@@ -1,180 +0,0 @@
-// -*- C++ -*-
-/**
- * Code generated by the The ACE ORB (TAO) IDL Compiler v1.7.7
- * TAO and the TAO IDL Compiler have been developed by:
- * Center for Distributed Object Computing
- * Washington University
- * St. Louis, MO
- * USA
- * http://www.cs.wustl.edu/~schmidt/doc-center.html
- * and
- * Distributed Object Computing Laboratory
- * University of California at Irvine
- * Irvine, CA
- * USA
- * and
- * Institute for Software Integrated Systems
- * Vanderbilt University
- * Nashville, TN
- * USA
- * http://www.isis.vanderbilt.edu/
- *
- * Information about TAO is available at:
- * http://www.dre.vanderbilt.edu/~schmidt/TAO.html
- **/
-
-// TAO_IDL - Generated from
-// be/be_codegen.cpp:1277
-
-#include "DDS_Sub_exec.h"
-
-namespace CIAO_DDS_Sub_Impl
-{
- //============================================================
- // Facet Executor Implementation Class: Listener_exec_i
- //============================================================
-
- Listener_exec_i::Listener_exec_i (void)
- {
- }
-
- Listener_exec_i::~Listener_exec_i (void)
- {
- }
-
- // Operations from ::LargeTypeConn::Listener
-
- void
- Listener_exec_i::on_one_data (
- const ::LargeType & /* datum */,
- const ::CCM_DDS::ReadInfo & /* info */)
- {
- /* Your code here. */
- }
-
- void
- Listener_exec_i::on_many_data (
- const ::LargeTypeSeq & /* data */,
- const ::CCM_DDS::ReadInfoSeq & /* infos */)
- {
- /* Your code here. */
- }
- //============================================================
- // Facet Executor Implementation Class: PortStatusListener_exec_i
- //============================================================
-
- PortStatusListener_exec_i::PortStatusListener_exec_i (void)
- {
- }
-
- PortStatusListener_exec_i::~PortStatusListener_exec_i (void)
- {
- }
-
- // Operations from ::CCM_DDS::PortStatusListener
-
- void
- PortStatusListener_exec_i::on_requested_deadline_missed (
- ::DDS::DataReader_ptr /* the_reader */,
- const ::DDS::RequestedDeadlineMissedStatus & /* status */)
- {
- /* Your code here. */
- }
-
- void
- PortStatusListener_exec_i::on_sample_lost (
- ::DDS::DataReader_ptr /* the_reader */,
- const ::DDS::SampleLostStatus & /* status */)
- {
- /* Your code here. */
- }
- //============================================================
- // Component Executor Implementation Class: DDS_Sub_exec_i
- //============================================================
-
- DDS_Sub_exec_i::DDS_Sub_exec_i (void)
- {
- }
-
- DDS_Sub_exec_i::~DDS_Sub_exec_i (void)
- {
- }
-
- // Supported operations and attributes.
-
- // Component attributes and port operations.
-
- ::LargeTypeConn::CCM_Listener_ptr
- DDS_Sub_exec_i::get_info_in_data_listener (void)
- {
- /* Your code here. */
- return ::LargeTypeConn::CCM_Listener::_nil ();
- }
-
- ::CCM_DDS::CCM_PortStatusListener_ptr
- DDS_Sub_exec_i::get_info_in_status (void)
- {
- /* Your code here. */
- return ::CCM_DDS::CCM_PortStatusListener::_nil ();
- }
-
- ::CCM_DDS::CCM_PortStatusListener_ptr
- DDS_Sub_exec_i::get_ingo_get_status (void)
- {
- /* Your code here. */
- return ::CCM_DDS::CCM_PortStatusListener::_nil ();
- }
-
- // Operations from Components::SessionComponent.
-
- void
- DDS_Sub_exec_i::set_session_context (
- ::Components::SessionContext_ptr ctx)
- {
- this->context_ =
- ::CCM_DDS_Sub_Context::_narrow (ctx);
-
- if ( ::CORBA::is_nil (this->context_.in ()))
- {
- throw ::CORBA::INTERNAL ();
- }
- }
-
- void
- DDS_Sub_exec_i::configuration_complete (void)
- {
- /* Your code here. */
- }
-
- void
- DDS_Sub_exec_i::ccm_activate (void)
- {
- /* Your code here. */
- }
-
- void
- DDS_Sub_exec_i::ccm_passivate (void)
- {
- /* Your code here. */
- }
-
- void
- DDS_Sub_exec_i::ccm_remove (void)
- {
- /* Your code here. */
- }
-
- extern "C" DDS_SUB_EXEC_Export ::Components::EnterpriseComponent_ptr
- create_DDS_Sub_Impl (void)
- {
- ::Components::EnterpriseComponent_ptr retval =
- ::Components::EnterpriseComponent::_nil ();
-
- ACE_NEW_NORETURN (
- retval,
- DDS_Sub_exec_i);
-
- return retval;
- }
-}
-
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub_exec.h b/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub_exec.h
deleted file mode 100644
index 61cea1dcd92..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub_exec.h
+++ /dev/null
@@ -1,158 +0,0 @@
-// -*- C++ -*-
-/**
- * Code generated by the The ACE ORB (TAO) IDL Compiler v1.7.7
- * TAO and the TAO IDL Compiler have been developed by:
- * Center for Distributed Object Computing
- * Washington University
- * St. Louis, MO
- * USA
- * http://www.cs.wustl.edu/~schmidt/doc-center.html
- * and
- * Distributed Object Computing Laboratory
- * University of California at Irvine
- * Irvine, CA
- * USA
- * and
- * Institute for Software Integrated Systems
- * Vanderbilt University
- * Nashville, TN
- * USA
- * http://www.isis.vanderbilt.edu/
- *
- * Information about TAO is available at:
- * http://www.dre.vanderbilt.edu/~schmidt/TAO.html
- **/
-
-// TAO_IDL - Generated from
-// be/be_codegen.cpp:1216
-
-#ifndef CIAO_DDS_SUB_EXEC_NW9STU_H_
-#define CIAO_DDS_SUB_EXEC_NW9STU_H_
-
-#include /**/ "ace/pre.h"
-
-#include "DDS_SubEC.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-#include /**/ "DDS_Sub_exec_export.h"
-#include "tao/LocalObject.h"
-
-namespace CIAO_DDS_Sub_Impl
-{
- // TAO_IDL - Generated from
- // be/be_visitor_component/facet_exh.cpp:53
-
- class DDS_SUB_EXEC_Export Listener_exec_i
- : public virtual ::LargeTypeConn::CCM_Listener,
- public virtual ::CORBA::LocalObject
- {
- public:
- Listener_exec_i (void);
- virtual ~Listener_exec_i (void);
-
- // Operations and attributes from LargeTypeConn::Listener
-
- // TAO_IDL - Generated from
- // be/be_visitor_operation/operation_ch.cpp:37
-
- virtual void
- on_one_data (
- const ::LargeType & datum,
- const ::CCM_DDS::ReadInfo & info) = 0;
-
- // TAO_IDL - Generated from
- // be/be_visitor_operation/operation_ch.cpp:37
-
- virtual void
- on_many_data (
- const ::LargeTypeSeq & data,
- const ::CCM_DDS::ReadInfoSeq & infos) = 0;
- };
-
- // TAO_IDL - Generated from
- // be/be_visitor_component/facet_exh.cpp:53
-
- class DDS_SUB_EXEC_Export PortStatusListener_exec_i
- : public virtual ::CCM_DDS::CCM_PortStatusListener,
- public virtual ::CORBA::LocalObject
- {
- public:
- PortStatusListener_exec_i (void);
- virtual ~PortStatusListener_exec_i (void);
-
- // Operations and attributes from CCM_DDS::PortStatusListener
-
- // TAO_IDL - Generated from
- // be/be_visitor_operation/operation_ch.cpp:37
-
- virtual void
- on_requested_deadline_missed (
- ::DDS::DataReader_ptr the_reader,
- const ::DDS::RequestedDeadlineMissedStatus & status) = 0;
-
- // TAO_IDL - Generated from
- // be/be_visitor_operation/operation_ch.cpp:37
-
- virtual void
- on_sample_lost (
- ::DDS::DataReader_ptr the_reader,
- const ::DDS::SampleLostStatus & status) = 0;
- };
-
- class DDS_SUB_EXEC_Export DDS_Sub_exec_i
- : public virtual DDS_Sub_Exec,
- public virtual ::CORBA::LocalObject
- {
- public:
- DDS_Sub_exec_i (void);
- virtual ~DDS_Sub_exec_i (void);
-
- //@{
- /** Supported operations and attributes. */
-
- //@}
-
- //@{
- /** Component attributes and port operations. */
-
-
- virtual ::LargeTypeConn::CCM_Listener_ptr
- get_info_in_data_listener (void);
-
- virtual ::CCM_DDS::CCM_PortStatusListener_ptr
- get_info_in_status (void);
-
- virtual ::CCM_DDS::CCM_PortStatusListener_ptr
- get_ingo_get_status (void);
- //@}
-
- //@{
- /** Operations from Components::SessionComponent. */
-
- virtual void
- set_session_context (
- ::Components::SessionContext_ptr ctx);
-
- virtual void configuration_complete (void);
-
- virtual void ccm_activate (void);
- virtual void ccm_passivate (void);
- virtual void ccm_remove (void);
- //@}
-
-
- private:
- ::CCM_DDS_Sub_Context_var context_;
- };
-
- extern "C" DDS_SUB_EXEC_Export ::Components::EnterpriseComponent_ptr
- create_DDS_Sub_Impl (void);
-}
-
-#include /**/ "ace/post.h"
-
-#endif /* ifndef */
-
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/.gitignore b/CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/.gitignore
deleted file mode 100644
index ac427c54200..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/Single_ServiceE.idl
-/Single_Service_exec_export.h
-/Single_Service_lem_stub_export.h
-/Single_Service_stub_export.h
-/Single_Service_svnt_export.h
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.idl b/CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.idl
deleted file mode 100644
index 9fde2b41c5d..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.idl
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef SINGLE_SERVICE_IDL
-#define SINGLE_SERVICE_IDL
-
-#include <Components.idl>
-#include "Common/Single_Service_Common.idl"
-
-component Single_Service
-{
- provides Simple_Service ping_port;
-};
-
-#endif
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.mpc b/CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.mpc
deleted file mode 100644
index 8292e9267b5..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/Single_Service/Single_Service.mpc
+++ /dev/null
@@ -1,146 +0,0 @@
-// This file is generated with "generate_component_mpc.pl -o ../lib -l ../lib Single_Service"
-
-project(Single_Service_idl_gen) : componentidldefaults {
- custom_only = 1
- idlflags += -Wb,stub_export_macro=SINGLE_SERVICE_STUB_Export \
- -Wb,stub_export_include=Single_Service_stub_export.h \
- -Wb,skel_export_macro=SINGLE_SERVICE_SVNT_Export \
- -Wb,skel_export_include=Single_Service_svnt_export.h \
- -Wb,exec_export_macro=SINGLE_SERVICE_EXEC_Export \
- -Wb,exec_export_include=Single_Service_exec_export.h \
- -Gxhex -Gxhsk -Gxhst -I.. -Gex
-
- IDL_Files {
- Single_Service.idl
- }
-}
-
-project(Single_Service_lem_gen) : ciaoidldefaults {
- after += Single_Service_idl_gen
- custom_only = 1
- idlflags += -Wb,stub_export_macro=SINGLE_SERVICE_LEM_STUB_Export \
- -Wb,stub_export_include=Single_Service_lem_stub_export.h \
- -SS -Gxhst -I..
-
- IDL_Files {
- Single_ServiceE.idl
- }
-}
-
-project(Single_Service_lem_stub) : ccm_svnt {
- after += Single_Service_lem_gen Single_Service_stub Single_Service_Common_stub
- libs += Single_Service_stub Single_Service_Common_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- sharedname = Single_Service_lem_stub
- dynamicflags += SINGLE_SERVICE_LEM_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Single_ServiceEC.cpp
- }
-
- Header_Files {
- Single_ServiceEC.h
- Single_Service_lem_stub_export.h
- }
-
- Inline_Files {
- Single_ServiceEC.inl
- }
-}
-
-project(Single_Service_stub) : ccm_stub {
- after += Single_Service_idl_gen Single_Service_Common_stub
- libs += Single_Service_Common_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- sharedname = Single_Service_stub
- dynamicflags += SINGLE_SERVICE_STUB_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Single_ServiceC.cpp
- }
-
- Header_Files {
- Single_ServiceC.h
- Single_Service_stub_export.h
- }
-
- Inline_Files {
- Single_ServiceC.inl
- }
-}
-
-project(Single_Service_exec) : ciao_executor {
- after += Single_Service_lem_stub \
- Single_Service_stub \
- Single_Service_Common_stub \
- Single_Service_Common_lem_stub
- sharedname = Single_Service_exec
- libs += Single_Service_stub \
- Single_Service_lem_stub \
- Single_Service_Common_stub \
- Single_Service_Common_lem_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- dynamicflags += SINGLE_SERVICE_EXEC_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Single_Service_exec.cpp
- }
-
- Header_Files {
- Single_Service_exec.h
- Single_Service_exec_export.h
- }
-
- Inline_Files {
- }
-}
-
-
-project(Single_Service_svnt) : ciao_servant {
- after += Single_Service_lem_stub \
- Single_Service_Common_skel \
- Single_Service_Common_stub \
- Single_Service_Common_lem_stub
- sharedname = Single_Service_svnt
- libs += Single_Service_stub \
- Single_Service_lem_stub \
- Single_Service_Common_skel \
- Single_Service_Common_stub \
- Single_Service_Common_lem_stub
- libpaths += ../lib
- libout = ../lib
- includes += ..
- dynamicflags += SINGLE_SERVICE_SVNT_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Single_ServiceS.cpp
- Single_Service_svnt.cpp
- }
-
- Header_Files {
- Single_ServiceS.h
- Single_Service_svnt.h
- Single_Service_svnt_export.h
- }
-
- Inline_Files {
- }
-}
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/LargePlan.cdp b/CIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/LargePlan.cdp
deleted file mode 100644
index bde3c3fef10..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/LargePlan.cdp
+++ /dev/null
@@ -1,90685 +0,0 @@
-<!-- -->
-<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>Large_Plan</label>
- <UUID>Large_Plan</UUID>
-
-<implementation xmi:id="Large_ConnectorComponentImplementation">
- <name>Large_ConnectorComponentImplementation</name>
- <source/>
- <artifact xmi:idref="Large_Connector_ExecArtifact" />
- <artifact xmi:idref="Large_Connector_SvntArtifact" />
- <execParameter>
- <!-- entrypoint as exec parameter (see 10.6.1) -->
- <name>component factory</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_LargeTypeConn_DDS_Event_Impl</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ServantEntrypoint</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_LargeTypeConn_DDS_Event_Servant</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ServantArtifact</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Large_Connector_svnt</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ExecutorArtifact</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Large_Connector_exec</string>
- </value>
- </value>
- </execParameter>
-</implementation>
-<implementation xmi:id="Single_ServiceComponentImplementation">
- <name>Single_ServiceComponentImplementation</name>
- <source/>
- <artifact xmi:idref="Single_Service_ExecArtifact" />
- <artifact xmi:idref="Single_Service_SvntArtifact" />
- <execParameter>
- <!-- entrypoint as exec parameter (see 10.6.1) -->
- <name>component factory</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_Single_Service_Impl</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ServantEntrypoint</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_Single_Service_Servant</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ServantArtifact</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Single_Service_svnt</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ExecutorArtifact</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Single_Service_exec</string>
- </value>
- </value>
- </execParameter>
-</implementation>
-<implementation xmi:id="DDS_PubComponentImplementation">
- <name>DDS_PubComponentImplementation</name>
- <source/>
- <artifact xmi:idref="DDS_Pub_ExecArtifact" />
- <artifact xmi:idref="DDS_Pub_SvntArtifact" />
- <execParameter>
- <!-- entrypoint as exec parameter (see 10.6.1) -->
- <name>component factory</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_DDS_Pub_Impl</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ServantEntrypoint</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_DDS_Pub_Servant</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ServantArtifact</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>DDS_Pub_svnt</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ExecutorArtifact</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>DDS_Pub_exec</string>
- </value>
- </value>
- </execParameter>
-</implementation>
-<implementation xmi:id="DDS_SubComponentImplementation">
- <name>DDS_SubComponentImplementation</name>
- <source/>
- <artifact xmi:idref="DDS_Sub_ExecArtifact" />
- <artifact xmi:idref="DDS_Sub_SvntArtifact" />
- <execParameter>
- <!-- entrypoint as exec parameter (see 10.6.1) -->
- <name>component factory</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_DDS_Sub_Impl</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ServantEntrypoint</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>create_DDS_Sub_Servant</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ServantArtifact</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>DDS_Sub_svnt</string>
- </value>
- </value>
- </execParameter>
- <execParameter>
- <name>edu.vanderbilt.dre.CIAO.ExecutorArtifact</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>DDS_Sub_exec</string>
- </value>
- </value>
- </execParameter>
-</implementation>
-<instance xmi:id="Pub_Node_0_0_0_ComponentInstance">
- <name>Pub_Node_0_0_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_0_0__prov1ComponentInstance">
- <name>Pub_Node_0_0_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_0_0__prov2ComponentInstance">
- <name>Pub_Node_0_0_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_0_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_0_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_195</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_0_1_ComponentInstance">
- <name>Pub_Node_0_0_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_0_1__prov1ComponentInstance">
- <name>Pub_Node_0_0_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_0_1__prov2ComponentInstance">
- <name>Pub_Node_0_0_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_0_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_0_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_195</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_0_0_ComponentInstance">
- <name>Sub_Node_0_0_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_0_0__prov1ComponentInstance">
- <name>Sub_Node_0_0_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_0_0__prov2ComponentInstance">
- <name>Sub_Node_0_0_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_0_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_0_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_171</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_0_1_ComponentInstance">
- <name>Sub_Node_0_0_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_0_1__prov1ComponentInstance">
- <name>Sub_Node_0_0_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_0_1__prov2ComponentInstance">
- <name>Sub_Node_0_0_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_0_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_0_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_197</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_1_0_ComponentInstance">
- <name>Pub_Node_0_1_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_1_0__prov1ComponentInstance">
- <name>Pub_Node_0_1_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_1_0__prov2ComponentInstance">
- <name>Pub_Node_0_1_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_1_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_1_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_66</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_1_1_ComponentInstance">
- <name>Pub_Node_0_1_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_1_1__prov1ComponentInstance">
- <name>Pub_Node_0_1_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_1_1__prov2ComponentInstance">
- <name>Pub_Node_0_1_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_1_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_1_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_14</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_1_0_ComponentInstance">
- <name>Sub_Node_0_1_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_1_0__prov1ComponentInstance">
- <name>Sub_Node_0_1_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_1_0__prov2ComponentInstance">
- <name>Sub_Node_0_1_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_1_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_1_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_71</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_1_1_ComponentInstance">
- <name>Sub_Node_0_1_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_1_1__prov1ComponentInstance">
- <name>Sub_Node_0_1_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_1_1__prov2ComponentInstance">
- <name>Sub_Node_0_1_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_1_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_1_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_159</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_2_0_ComponentInstance">
- <name>Pub_Node_0_2_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_2_0__prov1ComponentInstance">
- <name>Pub_Node_0_2_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_2_0__prov2ComponentInstance">
- <name>Pub_Node_0_2_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_2_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_2_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_118</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_2_1_ComponentInstance">
- <name>Pub_Node_0_2_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_2_1__prov1ComponentInstance">
- <name>Pub_Node_0_2_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_2_1__prov2ComponentInstance">
- <name>Pub_Node_0_2_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_2_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_2_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_102</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_2_0_ComponentInstance">
- <name>Sub_Node_0_2_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_2_0__prov1ComponentInstance">
- <name>Sub_Node_0_2_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_2_0__prov2ComponentInstance">
- <name>Sub_Node_0_2_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_2_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_2_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_200</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_2_1_ComponentInstance">
- <name>Sub_Node_0_2_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_2_1__prov1ComponentInstance">
- <name>Sub_Node_0_2_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_2_1__prov2ComponentInstance">
- <name>Sub_Node_0_2_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_2_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_2_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_95</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_3_0_ComponentInstance">
- <name>Pub_Node_0_3_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_3_0__prov1ComponentInstance">
- <name>Pub_Node_0_3_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_3_0__prov2ComponentInstance">
- <name>Pub_Node_0_3_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_3_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_3_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_242</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_3_1_ComponentInstance">
- <name>Pub_Node_0_3_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_3_1__prov1ComponentInstance">
- <name>Pub_Node_0_3_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_3_1__prov2ComponentInstance">
- <name>Pub_Node_0_3_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_3_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_3_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_107</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_3_0_ComponentInstance">
- <name>Sub_Node_0_3_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_3_0__prov1ComponentInstance">
- <name>Sub_Node_0_3_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_3_0__prov2ComponentInstance">
- <name>Sub_Node_0_3_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_3_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_3_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_41</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_3_1_ComponentInstance">
- <name>Sub_Node_0_3_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_3_1__prov1ComponentInstance">
- <name>Sub_Node_0_3_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_3_1__prov2ComponentInstance">
- <name>Sub_Node_0_3_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_3_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_3_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_164</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_4_0_ComponentInstance">
- <name>Pub_Node_0_4_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_4_0__prov1ComponentInstance">
- <name>Pub_Node_0_4_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_4_0__prov2ComponentInstance">
- <name>Pub_Node_0_4_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_4_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_4_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_123</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_4_1_ComponentInstance">
- <name>Pub_Node_0_4_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_4_1__prov1ComponentInstance">
- <name>Pub_Node_0_4_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_4_1__prov2ComponentInstance">
- <name>Pub_Node_0_4_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_4_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_4_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_160</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_4_0_ComponentInstance">
- <name>Sub_Node_0_4_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_4_0__prov1ComponentInstance">
- <name>Sub_Node_0_4_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_4_0__prov2ComponentInstance">
- <name>Sub_Node_0_4_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_4_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_4_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_141</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_4_1_ComponentInstance">
- <name>Sub_Node_0_4_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_4_1__prov1ComponentInstance">
- <name>Sub_Node_0_4_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_4_1__prov2ComponentInstance">
- <name>Sub_Node_0_4_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_4_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_4_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_47</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_5_0_ComponentInstance">
- <name>Pub_Node_0_5_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_5_0__prov1ComponentInstance">
- <name>Pub_Node_0_5_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_5_0__prov2ComponentInstance">
- <name>Pub_Node_0_5_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_5_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_5_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_137</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_5_1_ComponentInstance">
- <name>Pub_Node_0_5_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_5_1__prov1ComponentInstance">
- <name>Pub_Node_0_5_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_5_1__prov2ComponentInstance">
- <name>Pub_Node_0_5_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_5_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_5_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_169</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_5_0_ComponentInstance">
- <name>Sub_Node_0_5_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_5_0__prov1ComponentInstance">
- <name>Sub_Node_0_5_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_5_0__prov2ComponentInstance">
- <name>Sub_Node_0_5_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_5_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_5_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_75</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_5_1_ComponentInstance">
- <name>Sub_Node_0_5_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_5_1__prov1ComponentInstance">
- <name>Sub_Node_0_5_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_5_1__prov2ComponentInstance">
- <name>Sub_Node_0_5_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_5_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_5_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_91</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_6_0_ComponentInstance">
- <name>Pub_Node_0_6_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_6_0__prov1ComponentInstance">
- <name>Pub_Node_0_6_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_6_0__prov2ComponentInstance">
- <name>Pub_Node_0_6_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_6_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_6_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_182</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_6_1_ComponentInstance">
- <name>Pub_Node_0_6_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_6_1__prov1ComponentInstance">
- <name>Pub_Node_0_6_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_6_1__prov2ComponentInstance">
- <name>Pub_Node_0_6_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_6_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_6_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_74</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_6_0_ComponentInstance">
- <name>Sub_Node_0_6_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_6_0__prov1ComponentInstance">
- <name>Sub_Node_0_6_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_6_0__prov2ComponentInstance">
- <name>Sub_Node_0_6_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_6_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_6_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_46</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_6_1_ComponentInstance">
- <name>Sub_Node_0_6_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_6_1__prov1ComponentInstance">
- <name>Sub_Node_0_6_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_6_1__prov2ComponentInstance">
- <name>Sub_Node_0_6_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_6_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_6_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_123</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_7_0_ComponentInstance">
- <name>Pub_Node_0_7_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_7_0__prov1ComponentInstance">
- <name>Pub_Node_0_7_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_7_0__prov2ComponentInstance">
- <name>Pub_Node_0_7_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_7_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_7_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_198</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_7_1_ComponentInstance">
- <name>Pub_Node_0_7_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_7_1__prov1ComponentInstance">
- <name>Pub_Node_0_7_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_7_1__prov2ComponentInstance">
- <name>Pub_Node_0_7_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_7_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_7_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_140</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_7_0_ComponentInstance">
- <name>Sub_Node_0_7_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_7_0__prov1ComponentInstance">
- <name>Sub_Node_0_7_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_7_0__prov2ComponentInstance">
- <name>Sub_Node_0_7_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_7_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_7_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_17</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_7_1_ComponentInstance">
- <name>Sub_Node_0_7_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_7_1__prov1ComponentInstance">
- <name>Sub_Node_0_7_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_7_1__prov2ComponentInstance">
- <name>Sub_Node_0_7_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_7_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_7_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_61</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_8_0_ComponentInstance">
- <name>Pub_Node_0_8_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_8_0__prov1ComponentInstance">
- <name>Pub_Node_0_8_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_8_0__prov2ComponentInstance">
- <name>Pub_Node_0_8_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_8_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_8_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_166</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_8_1_ComponentInstance">
- <name>Pub_Node_0_8_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_8_1__prov1ComponentInstance">
- <name>Pub_Node_0_8_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_8_1__prov2ComponentInstance">
- <name>Pub_Node_0_8_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_8_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_8_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_170</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_8_0_ComponentInstance">
- <name>Sub_Node_0_8_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_8_0__prov1ComponentInstance">
- <name>Sub_Node_0_8_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_8_0__prov2ComponentInstance">
- <name>Sub_Node_0_8_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_8_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_8_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_38</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_8_1_ComponentInstance">
- <name>Sub_Node_0_8_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_8_1__prov1ComponentInstance">
- <name>Sub_Node_0_8_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_8_1__prov2ComponentInstance">
- <name>Sub_Node_0_8_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_8_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_8_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_155</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_9_0_ComponentInstance">
- <name>Pub_Node_0_9_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_9_0__prov1ComponentInstance">
- <name>Pub_Node_0_9_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_9_0__prov2ComponentInstance">
- <name>Pub_Node_0_9_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_9_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_9_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_233</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_9_1_ComponentInstance">
- <name>Pub_Node_0_9_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_9_1__prov1ComponentInstance">
- <name>Pub_Node_0_9_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_9_1__prov2ComponentInstance">
- <name>Pub_Node_0_9_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_9_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_9_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_173</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_9_0_ComponentInstance">
- <name>Sub_Node_0_9_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_9_0__prov1ComponentInstance">
- <name>Sub_Node_0_9_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_9_0__prov2ComponentInstance">
- <name>Sub_Node_0_9_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_9_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_9_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_221</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_9_1_ComponentInstance">
- <name>Sub_Node_0_9_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_9_1__prov1ComponentInstance">
- <name>Sub_Node_0_9_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_9_1__prov2ComponentInstance">
- <name>Sub_Node_0_9_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_9_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_9_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_92</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_10_0_ComponentInstance">
- <name>Pub_Node_0_10_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_10_0__prov1ComponentInstance">
- <name>Pub_Node_0_10_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_10_0__prov2ComponentInstance">
- <name>Pub_Node_0_10_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_10_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_10_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_161</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_10_1_ComponentInstance">
- <name>Pub_Node_0_10_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_10_1__prov1ComponentInstance">
- <name>Pub_Node_0_10_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_10_1__prov2ComponentInstance">
- <name>Pub_Node_0_10_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_10_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_10_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_182</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_10_0_ComponentInstance">
- <name>Sub_Node_0_10_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_10_0__prov1ComponentInstance">
- <name>Sub_Node_0_10_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_10_0__prov2ComponentInstance">
- <name>Sub_Node_0_10_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_10_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_10_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_27</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_10_1_ComponentInstance">
- <name>Sub_Node_0_10_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_10_1__prov1ComponentInstance">
- <name>Sub_Node_0_10_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_10_1__prov2ComponentInstance">
- <name>Sub_Node_0_10_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_10_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_10_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_180</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_11_0_ComponentInstance">
- <name>Pub_Node_0_11_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_11_0__prov1ComponentInstance">
- <name>Pub_Node_0_11_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_11_0__prov2ComponentInstance">
- <name>Pub_Node_0_11_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_11_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_11_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_219</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_11_1_ComponentInstance">
- <name>Pub_Node_0_11_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_11_1__prov1ComponentInstance">
- <name>Pub_Node_0_11_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_11_1__prov2ComponentInstance">
- <name>Pub_Node_0_11_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_11_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_11_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_160</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_11_0_ComponentInstance">
- <name>Sub_Node_0_11_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_11_0__prov1ComponentInstance">
- <name>Sub_Node_0_11_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_11_0__prov2ComponentInstance">
- <name>Sub_Node_0_11_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_11_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_11_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_153</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_11_1_ComponentInstance">
- <name>Sub_Node_0_11_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_11_1__prov1ComponentInstance">
- <name>Sub_Node_0_11_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_11_1__prov2ComponentInstance">
- <name>Sub_Node_0_11_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_11_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_11_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_185</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_12_0_ComponentInstance">
- <name>Pub_Node_0_12_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_12_0__prov1ComponentInstance">
- <name>Pub_Node_0_12_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_12_0__prov2ComponentInstance">
- <name>Pub_Node_0_12_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_12_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_12_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_67</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_12_1_ComponentInstance">
- <name>Pub_Node_0_12_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_12_1__prov1ComponentInstance">
- <name>Pub_Node_0_12_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_12_1__prov2ComponentInstance">
- <name>Pub_Node_0_12_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_12_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_12_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_148</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_12_0_ComponentInstance">
- <name>Sub_Node_0_12_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_12_0__prov1ComponentInstance">
- <name>Sub_Node_0_12_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_12_0__prov2ComponentInstance">
- <name>Sub_Node_0_12_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_12_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_12_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_163</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_12_1_ComponentInstance">
- <name>Sub_Node_0_12_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_12_1__prov1ComponentInstance">
- <name>Sub_Node_0_12_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_12_1__prov2ComponentInstance">
- <name>Sub_Node_0_12_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_12_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_12_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_179</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_13_0_ComponentInstance">
- <name>Pub_Node_0_13_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_13_0__prov1ComponentInstance">
- <name>Pub_Node_0_13_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_13_0__prov2ComponentInstance">
- <name>Pub_Node_0_13_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_13_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_13_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_20</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_13_1_ComponentInstance">
- <name>Pub_Node_0_13_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_13_1__prov1ComponentInstance">
- <name>Pub_Node_0_13_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_13_1__prov2ComponentInstance">
- <name>Pub_Node_0_13_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_13_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_13_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_210</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_13_0_ComponentInstance">
- <name>Sub_Node_0_13_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_13_0__prov1ComponentInstance">
- <name>Sub_Node_0_13_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_13_0__prov2ComponentInstance">
- <name>Sub_Node_0_13_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_13_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_13_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_124</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_13_1_ComponentInstance">
- <name>Sub_Node_0_13_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_13_1__prov1ComponentInstance">
- <name>Sub_Node_0_13_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_13_1__prov2ComponentInstance">
- <name>Sub_Node_0_13_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_13_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_13_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_100</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_14_0_ComponentInstance">
- <name>Pub_Node_0_14_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_14_0__prov1ComponentInstance">
- <name>Pub_Node_0_14_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_14_0__prov2ComponentInstance">
- <name>Pub_Node_0_14_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_14_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_14_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_140</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_14_1_ComponentInstance">
- <name>Pub_Node_0_14_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_14_1__prov1ComponentInstance">
- <name>Pub_Node_0_14_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_14_1__prov2ComponentInstance">
- <name>Pub_Node_0_14_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_14_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_14_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_169</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_14_0_ComponentInstance">
- <name>Sub_Node_0_14_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_14_0__prov1ComponentInstance">
- <name>Sub_Node_0_14_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_14_0__prov2ComponentInstance">
- <name>Sub_Node_0_14_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_14_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_14_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_11</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_14_1_ComponentInstance">
- <name>Sub_Node_0_14_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_14_1__prov1ComponentInstance">
- <name>Sub_Node_0_14_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_14_1__prov2ComponentInstance">
- <name>Sub_Node_0_14_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_14_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_14_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_166</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_15_0_ComponentInstance">
- <name>Pub_Node_0_15_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_15_0__prov1ComponentInstance">
- <name>Pub_Node_0_15_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_15_0__prov2ComponentInstance">
- <name>Pub_Node_0_15_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_15_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_15_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_87</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_15_1_ComponentInstance">
- <name>Pub_Node_0_15_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_15_1__prov1ComponentInstance">
- <name>Pub_Node_0_15_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_15_1__prov2ComponentInstance">
- <name>Pub_Node_0_15_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_15_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_15_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_93</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_15_0_ComponentInstance">
- <name>Sub_Node_0_15_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_15_0__prov1ComponentInstance">
- <name>Sub_Node_0_15_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_15_0__prov2ComponentInstance">
- <name>Sub_Node_0_15_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_15_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_15_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_87</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_15_1_ComponentInstance">
- <name>Sub_Node_0_15_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_15_1__prov1ComponentInstance">
- <name>Sub_Node_0_15_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_15_1__prov2ComponentInstance">
- <name>Sub_Node_0_15_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_15_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_15_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_143</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_16_0_ComponentInstance">
- <name>Pub_Node_0_16_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_16_0__prov1ComponentInstance">
- <name>Pub_Node_0_16_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_16_0__prov2ComponentInstance">
- <name>Pub_Node_0_16_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_16_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_16_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_179</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_16_1_ComponentInstance">
- <name>Pub_Node_0_16_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_16_1__prov1ComponentInstance">
- <name>Pub_Node_0_16_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_16_1__prov2ComponentInstance">
- <name>Pub_Node_0_16_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_16_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_16_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_204</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_16_0_ComponentInstance">
- <name>Sub_Node_0_16_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_16_0__prov1ComponentInstance">
- <name>Sub_Node_0_16_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_16_0__prov2ComponentInstance">
- <name>Sub_Node_0_16_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_16_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_16_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_119</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_16_1_ComponentInstance">
- <name>Sub_Node_0_16_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_16_1__prov1ComponentInstance">
- <name>Sub_Node_0_16_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_16_1__prov2ComponentInstance">
- <name>Sub_Node_0_16_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_16_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_16_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_245</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_17_0_ComponentInstance">
- <name>Pub_Node_0_17_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_17_0__prov1ComponentInstance">
- <name>Pub_Node_0_17_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_17_0__prov2ComponentInstance">
- <name>Pub_Node_0_17_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_17_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_17_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_159</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_17_1_ComponentInstance">
- <name>Pub_Node_0_17_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_17_1__prov1ComponentInstance">
- <name>Pub_Node_0_17_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_17_1__prov2ComponentInstance">
- <name>Pub_Node_0_17_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_17_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_17_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_197</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_17_0_ComponentInstance">
- <name>Sub_Node_0_17_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_17_0__prov1ComponentInstance">
- <name>Sub_Node_0_17_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_17_0__prov2ComponentInstance">
- <name>Sub_Node_0_17_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_17_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_17_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_242</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_17_1_ComponentInstance">
- <name>Sub_Node_0_17_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_17_1__prov1ComponentInstance">
- <name>Sub_Node_0_17_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_17_1__prov2ComponentInstance">
- <name>Sub_Node_0_17_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_17_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_17_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_185</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_18_0_ComponentInstance">
- <name>Pub_Node_0_18_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_18_0__prov1ComponentInstance">
- <name>Pub_Node_0_18_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_18_0__prov2ComponentInstance">
- <name>Pub_Node_0_18_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_18_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_18_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_24</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_18_1_ComponentInstance">
- <name>Pub_Node_0_18_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_18_1__prov1ComponentInstance">
- <name>Pub_Node_0_18_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_18_1__prov2ComponentInstance">
- <name>Pub_Node_0_18_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_18_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_18_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_120</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_18_0_ComponentInstance">
- <name>Sub_Node_0_18_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_18_0__prov1ComponentInstance">
- <name>Sub_Node_0_18_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_18_0__prov2ComponentInstance">
- <name>Sub_Node_0_18_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_18_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_18_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_75</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_18_1_ComponentInstance">
- <name>Sub_Node_0_18_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_18_1__prov1ComponentInstance">
- <name>Sub_Node_0_18_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_18_1__prov2ComponentInstance">
- <name>Sub_Node_0_18_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_18_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_18_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_213</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_19_0_ComponentInstance">
- <name>Pub_Node_0_19_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_19_0__prov1ComponentInstance">
- <name>Pub_Node_0_19_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_19_0__prov2ComponentInstance">
- <name>Pub_Node_0_19_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_19_0_DDSConnectorComponentInstance">
- <name>Pub_Node_0_19_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_39</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_19_1_ComponentInstance">
- <name>Pub_Node_0_19_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_19_1__prov1ComponentInstance">
- <name>Pub_Node_0_19_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_19_1__prov2ComponentInstance">
- <name>Pub_Node_0_19_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_0_19_1_DDSConnectorComponentInstance">
- <name>Pub_Node_0_19_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_14</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_19_0_ComponentInstance">
- <name>Sub_Node_0_19_0_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_19_0__prov1ComponentInstance">
- <name>Sub_Node_0_19_0__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_19_0__prov2ComponentInstance">
- <name>Sub_Node_0_19_0__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_19_0_DDSConnectorComponentInstance">
- <name>Sub_Node_0_19_0_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_106</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_19_1_ComponentInstance">
- <name>Sub_Node_0_19_1_Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_19_1__prov1ComponentInstance">
- <name>Sub_Node_0_19_1__prov1Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_19_1__prov2ComponentInstance">
- <name>Sub_Node_0_19_1__prov2Component</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_0_19_1_DDSConnectorComponentInstance">
- <name>Sub_Node_0_19_1_DDSConnectorComponent</name>
- <node>Node_0</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_18</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_0_0_ComponentInstance">
- <name>Pub_Node_1_0_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_0_0__prov1ComponentInstance">
- <name>Pub_Node_1_0_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_0_0__prov2ComponentInstance">
- <name>Pub_Node_1_0_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_0_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_0_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_38</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_0_1_ComponentInstance">
- <name>Pub_Node_1_0_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_0_1__prov1ComponentInstance">
- <name>Pub_Node_1_0_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_0_1__prov2ComponentInstance">
- <name>Pub_Node_1_0_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_0_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_0_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_159</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_0_0_ComponentInstance">
- <name>Sub_Node_1_0_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_0_0__prov1ComponentInstance">
- <name>Sub_Node_1_0_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_0_0__prov2ComponentInstance">
- <name>Sub_Node_1_0_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_0_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_0_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_137</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_0_1_ComponentInstance">
- <name>Sub_Node_1_0_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_0_1__prov1ComponentInstance">
- <name>Sub_Node_1_0_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_0_1__prov2ComponentInstance">
- <name>Sub_Node_1_0_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_0_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_0_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_74</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_1_0_ComponentInstance">
- <name>Pub_Node_1_1_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_1_0__prov1ComponentInstance">
- <name>Pub_Node_1_1_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_1_0__prov2ComponentInstance">
- <name>Pub_Node_1_1_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_1_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_1_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_191</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_1_1_ComponentInstance">
- <name>Pub_Node_1_1_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_1_1__prov1ComponentInstance">
- <name>Pub_Node_1_1_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_1_1__prov2ComponentInstance">
- <name>Pub_Node_1_1_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_1_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_1_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_146</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_1_0_ComponentInstance">
- <name>Sub_Node_1_1_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_1_0__prov1ComponentInstance">
- <name>Sub_Node_1_1_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_1_0__prov2ComponentInstance">
- <name>Sub_Node_1_1_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_1_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_1_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_69</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_1_1_ComponentInstance">
- <name>Sub_Node_1_1_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_1_1__prov1ComponentInstance">
- <name>Sub_Node_1_1_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_1_1__prov2ComponentInstance">
- <name>Sub_Node_1_1_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_1_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_1_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_116</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_2_0_ComponentInstance">
- <name>Pub_Node_1_2_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_2_0__prov1ComponentInstance">
- <name>Pub_Node_1_2_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_2_0__prov2ComponentInstance">
- <name>Pub_Node_1_2_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_2_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_2_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_167</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_2_1_ComponentInstance">
- <name>Pub_Node_1_2_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_2_1__prov1ComponentInstance">
- <name>Pub_Node_1_2_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_2_1__prov2ComponentInstance">
- <name>Pub_Node_1_2_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_2_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_2_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_238</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_2_0_ComponentInstance">
- <name>Sub_Node_1_2_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_2_0__prov1ComponentInstance">
- <name>Sub_Node_1_2_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_2_0__prov2ComponentInstance">
- <name>Sub_Node_1_2_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_2_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_2_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_44</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_2_1_ComponentInstance">
- <name>Sub_Node_1_2_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_2_1__prov1ComponentInstance">
- <name>Sub_Node_1_2_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_2_1__prov2ComponentInstance">
- <name>Sub_Node_1_2_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_2_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_2_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_49</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_3_0_ComponentInstance">
- <name>Pub_Node_1_3_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_3_0__prov1ComponentInstance">
- <name>Pub_Node_1_3_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_3_0__prov2ComponentInstance">
- <name>Pub_Node_1_3_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_3_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_3_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_10</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_3_1_ComponentInstance">
- <name>Pub_Node_1_3_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_3_1__prov1ComponentInstance">
- <name>Pub_Node_1_3_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_3_1__prov2ComponentInstance">
- <name>Pub_Node_1_3_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_3_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_3_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_190</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_3_0_ComponentInstance">
- <name>Sub_Node_1_3_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_3_0__prov1ComponentInstance">
- <name>Sub_Node_1_3_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_3_0__prov2ComponentInstance">
- <name>Sub_Node_1_3_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_3_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_3_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_120</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_3_1_ComponentInstance">
- <name>Sub_Node_1_3_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_3_1__prov1ComponentInstance">
- <name>Sub_Node_1_3_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_3_1__prov2ComponentInstance">
- <name>Sub_Node_1_3_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_3_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_3_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_245</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_4_0_ComponentInstance">
- <name>Pub_Node_1_4_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_4_0__prov1ComponentInstance">
- <name>Pub_Node_1_4_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_4_0__prov2ComponentInstance">
- <name>Pub_Node_1_4_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_4_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_4_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_149</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_4_1_ComponentInstance">
- <name>Pub_Node_1_4_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_4_1__prov1ComponentInstance">
- <name>Pub_Node_1_4_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_4_1__prov2ComponentInstance">
- <name>Pub_Node_1_4_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_4_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_4_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_36</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_4_0_ComponentInstance">
- <name>Sub_Node_1_4_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_4_0__prov1ComponentInstance">
- <name>Sub_Node_1_4_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_4_0__prov2ComponentInstance">
- <name>Sub_Node_1_4_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_4_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_4_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_174</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_4_1_ComponentInstance">
- <name>Sub_Node_1_4_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_4_1__prov1ComponentInstance">
- <name>Sub_Node_1_4_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_4_1__prov2ComponentInstance">
- <name>Sub_Node_1_4_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_4_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_4_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_151</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_5_0_ComponentInstance">
- <name>Pub_Node_1_5_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_5_0__prov1ComponentInstance">
- <name>Pub_Node_1_5_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_5_0__prov2ComponentInstance">
- <name>Pub_Node_1_5_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_5_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_5_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_111</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_5_1_ComponentInstance">
- <name>Pub_Node_1_5_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_5_1__prov1ComponentInstance">
- <name>Pub_Node_1_5_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_5_1__prov2ComponentInstance">
- <name>Pub_Node_1_5_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_5_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_5_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_173</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_5_0_ComponentInstance">
- <name>Sub_Node_1_5_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_5_0__prov1ComponentInstance">
- <name>Sub_Node_1_5_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_5_0__prov2ComponentInstance">
- <name>Sub_Node_1_5_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_5_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_5_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_172</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_5_1_ComponentInstance">
- <name>Sub_Node_1_5_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_5_1__prov1ComponentInstance">
- <name>Sub_Node_1_5_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_5_1__prov2ComponentInstance">
- <name>Sub_Node_1_5_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_5_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_5_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_108</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_6_0_ComponentInstance">
- <name>Pub_Node_1_6_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_6_0__prov1ComponentInstance">
- <name>Pub_Node_1_6_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_6_0__prov2ComponentInstance">
- <name>Pub_Node_1_6_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_6_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_6_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_38</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_6_1_ComponentInstance">
- <name>Pub_Node_1_6_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_6_1__prov1ComponentInstance">
- <name>Pub_Node_1_6_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_6_1__prov2ComponentInstance">
- <name>Pub_Node_1_6_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_6_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_6_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_210</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_6_0_ComponentInstance">
- <name>Sub_Node_1_6_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_6_0__prov1ComponentInstance">
- <name>Sub_Node_1_6_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_6_0__prov2ComponentInstance">
- <name>Sub_Node_1_6_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_6_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_6_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_107</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_6_1_ComponentInstance">
- <name>Sub_Node_1_6_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_6_1__prov1ComponentInstance">
- <name>Sub_Node_1_6_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_6_1__prov2ComponentInstance">
- <name>Sub_Node_1_6_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_6_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_6_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_232</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_7_0_ComponentInstance">
- <name>Pub_Node_1_7_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_7_0__prov1ComponentInstance">
- <name>Pub_Node_1_7_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_7_0__prov2ComponentInstance">
- <name>Pub_Node_1_7_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_7_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_7_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_232</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_7_1_ComponentInstance">
- <name>Pub_Node_1_7_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_7_1__prov1ComponentInstance">
- <name>Pub_Node_1_7_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_7_1__prov2ComponentInstance">
- <name>Pub_Node_1_7_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_7_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_7_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_197</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_7_0_ComponentInstance">
- <name>Sub_Node_1_7_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_7_0__prov1ComponentInstance">
- <name>Sub_Node_1_7_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_7_0__prov2ComponentInstance">
- <name>Sub_Node_1_7_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_7_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_7_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_18</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_7_1_ComponentInstance">
- <name>Sub_Node_1_7_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_7_1__prov1ComponentInstance">
- <name>Sub_Node_1_7_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_7_1__prov2ComponentInstance">
- <name>Sub_Node_1_7_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_7_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_7_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_2</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_8_0_ComponentInstance">
- <name>Pub_Node_1_8_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_8_0__prov1ComponentInstance">
- <name>Pub_Node_1_8_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_8_0__prov2ComponentInstance">
- <name>Pub_Node_1_8_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_8_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_8_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_126</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_8_1_ComponentInstance">
- <name>Pub_Node_1_8_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_8_1__prov1ComponentInstance">
- <name>Pub_Node_1_8_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_8_1__prov2ComponentInstance">
- <name>Pub_Node_1_8_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_8_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_8_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_30</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_8_0_ComponentInstance">
- <name>Sub_Node_1_8_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_8_0__prov1ComponentInstance">
- <name>Sub_Node_1_8_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_8_0__prov2ComponentInstance">
- <name>Sub_Node_1_8_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_8_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_8_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_47</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_8_1_ComponentInstance">
- <name>Sub_Node_1_8_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_8_1__prov1ComponentInstance">
- <name>Sub_Node_1_8_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_8_1__prov2ComponentInstance">
- <name>Sub_Node_1_8_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_8_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_8_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_178</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_9_0_ComponentInstance">
- <name>Pub_Node_1_9_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_9_0__prov1ComponentInstance">
- <name>Pub_Node_1_9_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_9_0__prov2ComponentInstance">
- <name>Pub_Node_1_9_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_9_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_9_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_183</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_9_1_ComponentInstance">
- <name>Pub_Node_1_9_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_9_1__prov1ComponentInstance">
- <name>Pub_Node_1_9_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_9_1__prov2ComponentInstance">
- <name>Pub_Node_1_9_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_9_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_9_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_187</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_9_0_ComponentInstance">
- <name>Sub_Node_1_9_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_9_0__prov1ComponentInstance">
- <name>Sub_Node_1_9_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_9_0__prov2ComponentInstance">
- <name>Sub_Node_1_9_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_9_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_9_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_247</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_9_1_ComponentInstance">
- <name>Sub_Node_1_9_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_9_1__prov1ComponentInstance">
- <name>Sub_Node_1_9_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_9_1__prov2ComponentInstance">
- <name>Sub_Node_1_9_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_9_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_9_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_101</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_10_0_ComponentInstance">
- <name>Pub_Node_1_10_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_10_0__prov1ComponentInstance">
- <name>Pub_Node_1_10_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_10_0__prov2ComponentInstance">
- <name>Pub_Node_1_10_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_10_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_10_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_51</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_10_1_ComponentInstance">
- <name>Pub_Node_1_10_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_10_1__prov1ComponentInstance">
- <name>Pub_Node_1_10_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_10_1__prov2ComponentInstance">
- <name>Pub_Node_1_10_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_10_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_10_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_144</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_10_0_ComponentInstance">
- <name>Sub_Node_1_10_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_10_0__prov1ComponentInstance">
- <name>Sub_Node_1_10_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_10_0__prov2ComponentInstance">
- <name>Sub_Node_1_10_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_10_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_10_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_55</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_10_1_ComponentInstance">
- <name>Sub_Node_1_10_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_10_1__prov1ComponentInstance">
- <name>Sub_Node_1_10_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_10_1__prov2ComponentInstance">
- <name>Sub_Node_1_10_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_10_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_10_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_96</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_11_0_ComponentInstance">
- <name>Pub_Node_1_11_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_11_0__prov1ComponentInstance">
- <name>Pub_Node_1_11_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_11_0__prov2ComponentInstance">
- <name>Pub_Node_1_11_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_11_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_11_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_203</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_11_1_ComponentInstance">
- <name>Pub_Node_1_11_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_11_1__prov1ComponentInstance">
- <name>Pub_Node_1_11_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_11_1__prov2ComponentInstance">
- <name>Pub_Node_1_11_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_11_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_11_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_238</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_11_0_ComponentInstance">
- <name>Sub_Node_1_11_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_11_0__prov1ComponentInstance">
- <name>Sub_Node_1_11_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_11_0__prov2ComponentInstance">
- <name>Sub_Node_1_11_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_11_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_11_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_182</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_11_1_ComponentInstance">
- <name>Sub_Node_1_11_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_11_1__prov1ComponentInstance">
- <name>Sub_Node_1_11_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_11_1__prov2ComponentInstance">
- <name>Sub_Node_1_11_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_11_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_11_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_217</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_12_0_ComponentInstance">
- <name>Pub_Node_1_12_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_12_0__prov1ComponentInstance">
- <name>Pub_Node_1_12_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_12_0__prov2ComponentInstance">
- <name>Pub_Node_1_12_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_12_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_12_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_187</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_12_1_ComponentInstance">
- <name>Pub_Node_1_12_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_12_1__prov1ComponentInstance">
- <name>Pub_Node_1_12_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_12_1__prov2ComponentInstance">
- <name>Pub_Node_1_12_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_12_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_12_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_169</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_12_0_ComponentInstance">
- <name>Sub_Node_1_12_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_12_0__prov1ComponentInstance">
- <name>Sub_Node_1_12_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_12_0__prov2ComponentInstance">
- <name>Sub_Node_1_12_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_12_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_12_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_15</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_12_1_ComponentInstance">
- <name>Sub_Node_1_12_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_12_1__prov1ComponentInstance">
- <name>Sub_Node_1_12_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_12_1__prov2ComponentInstance">
- <name>Sub_Node_1_12_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_12_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_12_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_87</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_13_0_ComponentInstance">
- <name>Pub_Node_1_13_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_13_0__prov1ComponentInstance">
- <name>Pub_Node_1_13_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_13_0__prov2ComponentInstance">
- <name>Pub_Node_1_13_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_13_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_13_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_29</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_13_1_ComponentInstance">
- <name>Pub_Node_1_13_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_13_1__prov1ComponentInstance">
- <name>Pub_Node_1_13_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_13_1__prov2ComponentInstance">
- <name>Pub_Node_1_13_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_13_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_13_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_124</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_13_0_ComponentInstance">
- <name>Sub_Node_1_13_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_13_0__prov1ComponentInstance">
- <name>Sub_Node_1_13_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_13_0__prov2ComponentInstance">
- <name>Sub_Node_1_13_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_13_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_13_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_28</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_13_1_ComponentInstance">
- <name>Sub_Node_1_13_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_13_1__prov1ComponentInstance">
- <name>Sub_Node_1_13_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_13_1__prov2ComponentInstance">
- <name>Sub_Node_1_13_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_13_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_13_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_171</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_14_0_ComponentInstance">
- <name>Pub_Node_1_14_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_14_0__prov1ComponentInstance">
- <name>Pub_Node_1_14_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_14_0__prov2ComponentInstance">
- <name>Pub_Node_1_14_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_14_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_14_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_81</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_14_1_ComponentInstance">
- <name>Pub_Node_1_14_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_14_1__prov1ComponentInstance">
- <name>Pub_Node_1_14_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_14_1__prov2ComponentInstance">
- <name>Pub_Node_1_14_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_14_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_14_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_60</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_14_0_ComponentInstance">
- <name>Sub_Node_1_14_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_14_0__prov1ComponentInstance">
- <name>Sub_Node_1_14_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_14_0__prov2ComponentInstance">
- <name>Sub_Node_1_14_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_14_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_14_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_54</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_14_1_ComponentInstance">
- <name>Sub_Node_1_14_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_14_1__prov1ComponentInstance">
- <name>Sub_Node_1_14_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_14_1__prov2ComponentInstance">
- <name>Sub_Node_1_14_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_14_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_14_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_80</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_15_0_ComponentInstance">
- <name>Pub_Node_1_15_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_15_0__prov1ComponentInstance">
- <name>Pub_Node_1_15_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_15_0__prov2ComponentInstance">
- <name>Pub_Node_1_15_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_15_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_15_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_208</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_15_1_ComponentInstance">
- <name>Pub_Node_1_15_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_15_1__prov1ComponentInstance">
- <name>Pub_Node_1_15_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_15_1__prov2ComponentInstance">
- <name>Pub_Node_1_15_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_15_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_15_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_48</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_15_0_ComponentInstance">
- <name>Sub_Node_1_15_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_15_0__prov1ComponentInstance">
- <name>Sub_Node_1_15_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_15_0__prov2ComponentInstance">
- <name>Sub_Node_1_15_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_15_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_15_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_122</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_15_1_ComponentInstance">
- <name>Sub_Node_1_15_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_15_1__prov1ComponentInstance">
- <name>Sub_Node_1_15_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_15_1__prov2ComponentInstance">
- <name>Sub_Node_1_15_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_15_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_15_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_180</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_16_0_ComponentInstance">
- <name>Pub_Node_1_16_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_16_0__prov1ComponentInstance">
- <name>Pub_Node_1_16_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_16_0__prov2ComponentInstance">
- <name>Pub_Node_1_16_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_16_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_16_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_98</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_16_1_ComponentInstance">
- <name>Pub_Node_1_16_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_16_1__prov1ComponentInstance">
- <name>Pub_Node_1_16_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_16_1__prov2ComponentInstance">
- <name>Pub_Node_1_16_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_16_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_16_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_12</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_16_0_ComponentInstance">
- <name>Sub_Node_1_16_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_16_0__prov1ComponentInstance">
- <name>Sub_Node_1_16_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_16_0__prov2ComponentInstance">
- <name>Sub_Node_1_16_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_16_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_16_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_117</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_16_1_ComponentInstance">
- <name>Sub_Node_1_16_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_16_1__prov1ComponentInstance">
- <name>Sub_Node_1_16_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_16_1__prov2ComponentInstance">
- <name>Sub_Node_1_16_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_16_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_16_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_247</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_17_0_ComponentInstance">
- <name>Pub_Node_1_17_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_17_0__prov1ComponentInstance">
- <name>Pub_Node_1_17_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_17_0__prov2ComponentInstance">
- <name>Pub_Node_1_17_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_17_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_17_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_181</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_17_1_ComponentInstance">
- <name>Pub_Node_1_17_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_17_1__prov1ComponentInstance">
- <name>Pub_Node_1_17_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_17_1__prov2ComponentInstance">
- <name>Pub_Node_1_17_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_17_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_17_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_19</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_17_0_ComponentInstance">
- <name>Sub_Node_1_17_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_17_0__prov1ComponentInstance">
- <name>Sub_Node_1_17_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_17_0__prov2ComponentInstance">
- <name>Sub_Node_1_17_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_17_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_17_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_62</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_17_1_ComponentInstance">
- <name>Sub_Node_1_17_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_17_1__prov1ComponentInstance">
- <name>Sub_Node_1_17_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_17_1__prov2ComponentInstance">
- <name>Sub_Node_1_17_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_17_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_17_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_167</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_18_0_ComponentInstance">
- <name>Pub_Node_1_18_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_18_0__prov1ComponentInstance">
- <name>Pub_Node_1_18_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_18_0__prov2ComponentInstance">
- <name>Pub_Node_1_18_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_18_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_18_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_199</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_18_1_ComponentInstance">
- <name>Pub_Node_1_18_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_18_1__prov1ComponentInstance">
- <name>Pub_Node_1_18_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_18_1__prov2ComponentInstance">
- <name>Pub_Node_1_18_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_18_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_18_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_192</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_18_0_ComponentInstance">
- <name>Sub_Node_1_18_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_18_0__prov1ComponentInstance">
- <name>Sub_Node_1_18_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_18_0__prov2ComponentInstance">
- <name>Sub_Node_1_18_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_18_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_18_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_92</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_18_1_ComponentInstance">
- <name>Sub_Node_1_18_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_18_1__prov1ComponentInstance">
- <name>Sub_Node_1_18_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_18_1__prov2ComponentInstance">
- <name>Sub_Node_1_18_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_18_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_18_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_36</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_19_0_ComponentInstance">
- <name>Pub_Node_1_19_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_19_0__prov1ComponentInstance">
- <name>Pub_Node_1_19_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_19_0__prov2ComponentInstance">
- <name>Pub_Node_1_19_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_19_0_DDSConnectorComponentInstance">
- <name>Pub_Node_1_19_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_14</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_19_1_ComponentInstance">
- <name>Pub_Node_1_19_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_19_1__prov1ComponentInstance">
- <name>Pub_Node_1_19_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_19_1__prov2ComponentInstance">
- <name>Pub_Node_1_19_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_1_19_1_DDSConnectorComponentInstance">
- <name>Pub_Node_1_19_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_16</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_19_0_ComponentInstance">
- <name>Sub_Node_1_19_0_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_19_0__prov1ComponentInstance">
- <name>Sub_Node_1_19_0__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_19_0__prov2ComponentInstance">
- <name>Sub_Node_1_19_0__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_19_0_DDSConnectorComponentInstance">
- <name>Sub_Node_1_19_0_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_148</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_19_1_ComponentInstance">
- <name>Sub_Node_1_19_1_Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_19_1__prov1ComponentInstance">
- <name>Sub_Node_1_19_1__prov1Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_19_1__prov2ComponentInstance">
- <name>Sub_Node_1_19_1__prov2Component</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_1_19_1_DDSConnectorComponentInstance">
- <name>Sub_Node_1_19_1_DDSConnectorComponent</name>
- <node>Node_1</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_232</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_0_0_ComponentInstance">
- <name>Pub_Node_2_0_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_0_0__prov1ComponentInstance">
- <name>Pub_Node_2_0_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_0_0__prov2ComponentInstance">
- <name>Pub_Node_2_0_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_0_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_0_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_31</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_0_1_ComponentInstance">
- <name>Pub_Node_2_0_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_0_1__prov1ComponentInstance">
- <name>Pub_Node_2_0_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_0_1__prov2ComponentInstance">
- <name>Pub_Node_2_0_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_0_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_0_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_85</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_0_0_ComponentInstance">
- <name>Sub_Node_2_0_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_0_0__prov1ComponentInstance">
- <name>Sub_Node_2_0_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_0_0__prov2ComponentInstance">
- <name>Sub_Node_2_0_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_0_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_0_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_134</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_0_1_ComponentInstance">
- <name>Sub_Node_2_0_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_0_1__prov1ComponentInstance">
- <name>Sub_Node_2_0_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_0_1__prov2ComponentInstance">
- <name>Sub_Node_2_0_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_0_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_0_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_138</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_1_0_ComponentInstance">
- <name>Pub_Node_2_1_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_1_0__prov1ComponentInstance">
- <name>Pub_Node_2_1_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_1_0__prov2ComponentInstance">
- <name>Pub_Node_2_1_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_1_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_1_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_40</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_1_1_ComponentInstance">
- <name>Pub_Node_2_1_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_1_1__prov1ComponentInstance">
- <name>Pub_Node_2_1_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_1_1__prov2ComponentInstance">
- <name>Pub_Node_2_1_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_1_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_1_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_202</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_1_0_ComponentInstance">
- <name>Sub_Node_2_1_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_1_0__prov1ComponentInstance">
- <name>Sub_Node_2_1_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_1_0__prov2ComponentInstance">
- <name>Sub_Node_2_1_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_1_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_1_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_131</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_1_1_ComponentInstance">
- <name>Sub_Node_2_1_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_1_1__prov1ComponentInstance">
- <name>Sub_Node_2_1_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_1_1__prov2ComponentInstance">
- <name>Sub_Node_2_1_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_1_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_1_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_123</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_2_0_ComponentInstance">
- <name>Pub_Node_2_2_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_2_0__prov1ComponentInstance">
- <name>Pub_Node_2_2_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_2_0__prov2ComponentInstance">
- <name>Pub_Node_2_2_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_2_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_2_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_193</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_2_1_ComponentInstance">
- <name>Pub_Node_2_2_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_2_1__prov1ComponentInstance">
- <name>Pub_Node_2_2_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_2_1__prov2ComponentInstance">
- <name>Pub_Node_2_2_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_2_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_2_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_147</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_2_0_ComponentInstance">
- <name>Sub_Node_2_2_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_2_0__prov1ComponentInstance">
- <name>Sub_Node_2_2_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_2_0__prov2ComponentInstance">
- <name>Sub_Node_2_2_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_2_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_2_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_142</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_2_1_ComponentInstance">
- <name>Sub_Node_2_2_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_2_1__prov1ComponentInstance">
- <name>Sub_Node_2_2_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_2_1__prov2ComponentInstance">
- <name>Sub_Node_2_2_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_2_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_2_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_215</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_3_0_ComponentInstance">
- <name>Pub_Node_2_3_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_3_0__prov1ComponentInstance">
- <name>Pub_Node_2_3_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_3_0__prov2ComponentInstance">
- <name>Pub_Node_2_3_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_3_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_3_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_143</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_3_1_ComponentInstance">
- <name>Pub_Node_2_3_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_3_1__prov1ComponentInstance">
- <name>Pub_Node_2_3_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_3_1__prov2ComponentInstance">
- <name>Pub_Node_2_3_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_3_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_3_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_5</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_3_0_ComponentInstance">
- <name>Sub_Node_2_3_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_3_0__prov1ComponentInstance">
- <name>Sub_Node_2_3_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_3_0__prov2ComponentInstance">
- <name>Sub_Node_2_3_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_3_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_3_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_157</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_3_1_ComponentInstance">
- <name>Sub_Node_2_3_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_3_1__prov1ComponentInstance">
- <name>Sub_Node_2_3_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_3_1__prov2ComponentInstance">
- <name>Sub_Node_2_3_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_3_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_3_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_240</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_4_0_ComponentInstance">
- <name>Pub_Node_2_4_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_4_0__prov1ComponentInstance">
- <name>Pub_Node_2_4_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_4_0__prov2ComponentInstance">
- <name>Pub_Node_2_4_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_4_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_4_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_200</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_4_1_ComponentInstance">
- <name>Pub_Node_2_4_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_4_1__prov1ComponentInstance">
- <name>Pub_Node_2_4_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_4_1__prov2ComponentInstance">
- <name>Pub_Node_2_4_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_4_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_4_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_59</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_4_0_ComponentInstance">
- <name>Sub_Node_2_4_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_4_0__prov1ComponentInstance">
- <name>Sub_Node_2_4_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_4_0__prov2ComponentInstance">
- <name>Sub_Node_2_4_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_4_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_4_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_200</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_4_1_ComponentInstance">
- <name>Sub_Node_2_4_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_4_1__prov1ComponentInstance">
- <name>Sub_Node_2_4_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_4_1__prov2ComponentInstance">
- <name>Sub_Node_2_4_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_4_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_4_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_123</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_5_0_ComponentInstance">
- <name>Pub_Node_2_5_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_5_0__prov1ComponentInstance">
- <name>Pub_Node_2_5_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_5_0__prov2ComponentInstance">
- <name>Pub_Node_2_5_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_5_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_5_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_45</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_5_1_ComponentInstance">
- <name>Pub_Node_2_5_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_5_1__prov1ComponentInstance">
- <name>Pub_Node_2_5_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_5_1__prov2ComponentInstance">
- <name>Pub_Node_2_5_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_5_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_5_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_174</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_5_0_ComponentInstance">
- <name>Sub_Node_2_5_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_5_0__prov1ComponentInstance">
- <name>Sub_Node_2_5_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_5_0__prov2ComponentInstance">
- <name>Sub_Node_2_5_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_5_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_5_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_0</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_5_1_ComponentInstance">
- <name>Sub_Node_2_5_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_5_1__prov1ComponentInstance">
- <name>Sub_Node_2_5_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_5_1__prov2ComponentInstance">
- <name>Sub_Node_2_5_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_5_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_5_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_6</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_6_0_ComponentInstance">
- <name>Pub_Node_2_6_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_6_0__prov1ComponentInstance">
- <name>Pub_Node_2_6_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_6_0__prov2ComponentInstance">
- <name>Pub_Node_2_6_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_6_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_6_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_87</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_6_1_ComponentInstance">
- <name>Pub_Node_2_6_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_6_1__prov1ComponentInstance">
- <name>Pub_Node_2_6_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_6_1__prov2ComponentInstance">
- <name>Pub_Node_2_6_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_6_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_6_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_249</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_6_0_ComponentInstance">
- <name>Sub_Node_2_6_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_6_0__prov1ComponentInstance">
- <name>Sub_Node_2_6_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_6_0__prov2ComponentInstance">
- <name>Sub_Node_2_6_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_6_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_6_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_0</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_6_1_ComponentInstance">
- <name>Sub_Node_2_6_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_6_1__prov1ComponentInstance">
- <name>Sub_Node_2_6_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_6_1__prov2ComponentInstance">
- <name>Sub_Node_2_6_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_6_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_6_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_206</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_7_0_ComponentInstance">
- <name>Pub_Node_2_7_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_7_0__prov1ComponentInstance">
- <name>Pub_Node_2_7_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_7_0__prov2ComponentInstance">
- <name>Pub_Node_2_7_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_7_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_7_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_191</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_7_1_ComponentInstance">
- <name>Pub_Node_2_7_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_7_1__prov1ComponentInstance">
- <name>Pub_Node_2_7_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_7_1__prov2ComponentInstance">
- <name>Pub_Node_2_7_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_7_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_7_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_216</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_7_0_ComponentInstance">
- <name>Sub_Node_2_7_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_7_0__prov1ComponentInstance">
- <name>Sub_Node_2_7_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_7_0__prov2ComponentInstance">
- <name>Sub_Node_2_7_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_7_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_7_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_47</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_7_1_ComponentInstance">
- <name>Sub_Node_2_7_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_7_1__prov1ComponentInstance">
- <name>Sub_Node_2_7_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_7_1__prov2ComponentInstance">
- <name>Sub_Node_2_7_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_7_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_7_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_51</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_8_0_ComponentInstance">
- <name>Pub_Node_2_8_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_8_0__prov1ComponentInstance">
- <name>Pub_Node_2_8_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_8_0__prov2ComponentInstance">
- <name>Pub_Node_2_8_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_8_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_8_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_102</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_8_1_ComponentInstance">
- <name>Pub_Node_2_8_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_8_1__prov1ComponentInstance">
- <name>Pub_Node_2_8_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_8_1__prov2ComponentInstance">
- <name>Pub_Node_2_8_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_8_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_8_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_108</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_8_0_ComponentInstance">
- <name>Sub_Node_2_8_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_8_0__prov1ComponentInstance">
- <name>Sub_Node_2_8_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_8_0__prov2ComponentInstance">
- <name>Sub_Node_2_8_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_8_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_8_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_10</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_8_1_ComponentInstance">
- <name>Sub_Node_2_8_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_8_1__prov1ComponentInstance">
- <name>Sub_Node_2_8_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_8_1__prov2ComponentInstance">
- <name>Sub_Node_2_8_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_8_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_8_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_194</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_9_0_ComponentInstance">
- <name>Pub_Node_2_9_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_9_0__prov1ComponentInstance">
- <name>Pub_Node_2_9_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_9_0__prov2ComponentInstance">
- <name>Pub_Node_2_9_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_9_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_9_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_123</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_9_1_ComponentInstance">
- <name>Pub_Node_2_9_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_9_1__prov1ComponentInstance">
- <name>Pub_Node_2_9_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_9_1__prov2ComponentInstance">
- <name>Pub_Node_2_9_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_9_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_9_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_159</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_9_0_ComponentInstance">
- <name>Sub_Node_2_9_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_9_0__prov1ComponentInstance">
- <name>Sub_Node_2_9_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_9_0__prov2ComponentInstance">
- <name>Sub_Node_2_9_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_9_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_9_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_153</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_9_1_ComponentInstance">
- <name>Sub_Node_2_9_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_9_1__prov1ComponentInstance">
- <name>Sub_Node_2_9_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_9_1__prov2ComponentInstance">
- <name>Sub_Node_2_9_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_9_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_9_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_186</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_10_0_ComponentInstance">
- <name>Pub_Node_2_10_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_10_0__prov1ComponentInstance">
- <name>Pub_Node_2_10_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_10_0__prov2ComponentInstance">
- <name>Pub_Node_2_10_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_10_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_10_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_61</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_10_1_ComponentInstance">
- <name>Pub_Node_2_10_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_10_1__prov1ComponentInstance">
- <name>Pub_Node_2_10_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_10_1__prov2ComponentInstance">
- <name>Pub_Node_2_10_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_10_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_10_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_137</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_10_0_ComponentInstance">
- <name>Sub_Node_2_10_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_10_0__prov1ComponentInstance">
- <name>Sub_Node_2_10_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_10_0__prov2ComponentInstance">
- <name>Sub_Node_2_10_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_10_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_10_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_24</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_10_1_ComponentInstance">
- <name>Sub_Node_2_10_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_10_1__prov1ComponentInstance">
- <name>Sub_Node_2_10_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_10_1__prov2ComponentInstance">
- <name>Sub_Node_2_10_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_10_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_10_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_15</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_11_0_ComponentInstance">
- <name>Pub_Node_2_11_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_11_0__prov1ComponentInstance">
- <name>Pub_Node_2_11_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_11_0__prov2ComponentInstance">
- <name>Pub_Node_2_11_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_11_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_11_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_135</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_11_1_ComponentInstance">
- <name>Pub_Node_2_11_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_11_1__prov1ComponentInstance">
- <name>Pub_Node_2_11_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_11_1__prov2ComponentInstance">
- <name>Pub_Node_2_11_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_11_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_11_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_221</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_11_0_ComponentInstance">
- <name>Sub_Node_2_11_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_11_0__prov1ComponentInstance">
- <name>Sub_Node_2_11_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_11_0__prov2ComponentInstance">
- <name>Sub_Node_2_11_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_11_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_11_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_2</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_11_1_ComponentInstance">
- <name>Sub_Node_2_11_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_11_1__prov1ComponentInstance">
- <name>Sub_Node_2_11_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_11_1__prov2ComponentInstance">
- <name>Sub_Node_2_11_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_11_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_11_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_90</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_12_0_ComponentInstance">
- <name>Pub_Node_2_12_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_12_0__prov1ComponentInstance">
- <name>Pub_Node_2_12_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_12_0__prov2ComponentInstance">
- <name>Pub_Node_2_12_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_12_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_12_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_246</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_12_1_ComponentInstance">
- <name>Pub_Node_2_12_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_12_1__prov1ComponentInstance">
- <name>Pub_Node_2_12_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_12_1__prov2ComponentInstance">
- <name>Pub_Node_2_12_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_12_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_12_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_124</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_12_0_ComponentInstance">
- <name>Sub_Node_2_12_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_12_0__prov1ComponentInstance">
- <name>Sub_Node_2_12_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_12_0__prov2ComponentInstance">
- <name>Sub_Node_2_12_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_12_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_12_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_140</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_12_1_ComponentInstance">
- <name>Sub_Node_2_12_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_12_1__prov1ComponentInstance">
- <name>Sub_Node_2_12_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_12_1__prov2ComponentInstance">
- <name>Sub_Node_2_12_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_12_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_12_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_108</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_13_0_ComponentInstance">
- <name>Pub_Node_2_13_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_13_0__prov1ComponentInstance">
- <name>Pub_Node_2_13_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_13_0__prov2ComponentInstance">
- <name>Pub_Node_2_13_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_13_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_13_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_44</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_13_1_ComponentInstance">
- <name>Pub_Node_2_13_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_13_1__prov1ComponentInstance">
- <name>Pub_Node_2_13_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_13_1__prov2ComponentInstance">
- <name>Pub_Node_2_13_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_13_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_13_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_161</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_13_0_ComponentInstance">
- <name>Sub_Node_2_13_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_13_0__prov1ComponentInstance">
- <name>Sub_Node_2_13_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_13_0__prov2ComponentInstance">
- <name>Sub_Node_2_13_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_13_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_13_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_144</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_13_1_ComponentInstance">
- <name>Sub_Node_2_13_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_13_1__prov1ComponentInstance">
- <name>Sub_Node_2_13_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_13_1__prov2ComponentInstance">
- <name>Sub_Node_2_13_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_13_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_13_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_164</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_14_0_ComponentInstance">
- <name>Pub_Node_2_14_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_14_0__prov1ComponentInstance">
- <name>Pub_Node_2_14_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_14_0__prov2ComponentInstance">
- <name>Pub_Node_2_14_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_14_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_14_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_181</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_14_1_ComponentInstance">
- <name>Pub_Node_2_14_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_14_1__prov1ComponentInstance">
- <name>Pub_Node_2_14_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_14_1__prov2ComponentInstance">
- <name>Pub_Node_2_14_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_14_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_14_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_50</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_14_0_ComponentInstance">
- <name>Sub_Node_2_14_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_14_0__prov1ComponentInstance">
- <name>Sub_Node_2_14_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_14_0__prov2ComponentInstance">
- <name>Sub_Node_2_14_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_14_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_14_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_74</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_14_1_ComponentInstance">
- <name>Sub_Node_2_14_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_14_1__prov1ComponentInstance">
- <name>Sub_Node_2_14_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_14_1__prov2ComponentInstance">
- <name>Sub_Node_2_14_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_14_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_14_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_200</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_15_0_ComponentInstance">
- <name>Pub_Node_2_15_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_15_0__prov1ComponentInstance">
- <name>Pub_Node_2_15_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_15_0__prov2ComponentInstance">
- <name>Pub_Node_2_15_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_15_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_15_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_218</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_15_1_ComponentInstance">
- <name>Pub_Node_2_15_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_15_1__prov1ComponentInstance">
- <name>Pub_Node_2_15_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_15_1__prov2ComponentInstance">
- <name>Pub_Node_2_15_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_15_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_15_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_63</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_15_0_ComponentInstance">
- <name>Sub_Node_2_15_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_15_0__prov1ComponentInstance">
- <name>Sub_Node_2_15_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_15_0__prov2ComponentInstance">
- <name>Sub_Node_2_15_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_15_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_15_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_151</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_15_1_ComponentInstance">
- <name>Sub_Node_2_15_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_15_1__prov1ComponentInstance">
- <name>Sub_Node_2_15_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_15_1__prov2ComponentInstance">
- <name>Sub_Node_2_15_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_15_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_15_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_227</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_16_0_ComponentInstance">
- <name>Pub_Node_2_16_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_16_0__prov1ComponentInstance">
- <name>Pub_Node_2_16_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_16_0__prov2ComponentInstance">
- <name>Pub_Node_2_16_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_16_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_16_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_105</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_16_1_ComponentInstance">
- <name>Pub_Node_2_16_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_16_1__prov1ComponentInstance">
- <name>Pub_Node_2_16_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_16_1__prov2ComponentInstance">
- <name>Pub_Node_2_16_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_16_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_16_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_167</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_16_0_ComponentInstance">
- <name>Sub_Node_2_16_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_16_0__prov1ComponentInstance">
- <name>Sub_Node_2_16_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_16_0__prov2ComponentInstance">
- <name>Sub_Node_2_16_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_16_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_16_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_205</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_16_1_ComponentInstance">
- <name>Sub_Node_2_16_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_16_1__prov1ComponentInstance">
- <name>Sub_Node_2_16_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_16_1__prov2ComponentInstance">
- <name>Sub_Node_2_16_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_16_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_16_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_145</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_17_0_ComponentInstance">
- <name>Pub_Node_2_17_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_17_0__prov1ComponentInstance">
- <name>Pub_Node_2_17_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_17_0__prov2ComponentInstance">
- <name>Pub_Node_2_17_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_17_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_17_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_24</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_17_1_ComponentInstance">
- <name>Pub_Node_2_17_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_17_1__prov1ComponentInstance">
- <name>Pub_Node_2_17_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_17_1__prov2ComponentInstance">
- <name>Pub_Node_2_17_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_17_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_17_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_239</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_17_0_ComponentInstance">
- <name>Sub_Node_2_17_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_17_0__prov1ComponentInstance">
- <name>Sub_Node_2_17_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_17_0__prov2ComponentInstance">
- <name>Sub_Node_2_17_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_17_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_17_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_19</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_17_1_ComponentInstance">
- <name>Sub_Node_2_17_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_17_1__prov1ComponentInstance">
- <name>Sub_Node_2_17_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_17_1__prov2ComponentInstance">
- <name>Sub_Node_2_17_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_17_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_17_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_106</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_18_0_ComponentInstance">
- <name>Pub_Node_2_18_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_18_0__prov1ComponentInstance">
- <name>Pub_Node_2_18_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_18_0__prov2ComponentInstance">
- <name>Pub_Node_2_18_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_18_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_18_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_214</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_18_1_ComponentInstance">
- <name>Pub_Node_2_18_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_18_1__prov1ComponentInstance">
- <name>Pub_Node_2_18_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_18_1__prov2ComponentInstance">
- <name>Pub_Node_2_18_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_18_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_18_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_184</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_18_0_ComponentInstance">
- <name>Sub_Node_2_18_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_18_0__prov1ComponentInstance">
- <name>Sub_Node_2_18_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_18_0__prov2ComponentInstance">
- <name>Sub_Node_2_18_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_18_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_18_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_233</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_18_1_ComponentInstance">
- <name>Sub_Node_2_18_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_18_1__prov1ComponentInstance">
- <name>Sub_Node_2_18_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_18_1__prov2ComponentInstance">
- <name>Sub_Node_2_18_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_18_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_18_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_152</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_19_0_ComponentInstance">
- <name>Pub_Node_2_19_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_19_0__prov1ComponentInstance">
- <name>Pub_Node_2_19_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_19_0__prov2ComponentInstance">
- <name>Pub_Node_2_19_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_19_0_DDSConnectorComponentInstance">
- <name>Pub_Node_2_19_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_113</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_19_1_ComponentInstance">
- <name>Pub_Node_2_19_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_19_1__prov1ComponentInstance">
- <name>Pub_Node_2_19_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_19_1__prov2ComponentInstance">
- <name>Pub_Node_2_19_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_2_19_1_DDSConnectorComponentInstance">
- <name>Pub_Node_2_19_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_107</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_19_0_ComponentInstance">
- <name>Sub_Node_2_19_0_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_19_0__prov1ComponentInstance">
- <name>Sub_Node_2_19_0__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_19_0__prov2ComponentInstance">
- <name>Sub_Node_2_19_0__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_19_0_DDSConnectorComponentInstance">
- <name>Sub_Node_2_19_0_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_127</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_19_1_ComponentInstance">
- <name>Sub_Node_2_19_1_Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_19_1__prov1ComponentInstance">
- <name>Sub_Node_2_19_1__prov1Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_19_1__prov2ComponentInstance">
- <name>Sub_Node_2_19_1__prov2Component</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_2_19_1_DDSConnectorComponentInstance">
- <name>Sub_Node_2_19_1_DDSConnectorComponent</name>
- <node>Node_2</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_89</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_0_0_ComponentInstance">
- <name>Pub_Node_3_0_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_0_0__prov1ComponentInstance">
- <name>Pub_Node_3_0_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_0_0__prov2ComponentInstance">
- <name>Pub_Node_3_0_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_0_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_0_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_180</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_0_1_ComponentInstance">
- <name>Pub_Node_3_0_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_0_1__prov1ComponentInstance">
- <name>Pub_Node_3_0_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_0_1__prov2ComponentInstance">
- <name>Pub_Node_3_0_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_0_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_0_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_242</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_0_0_ComponentInstance">
- <name>Sub_Node_3_0_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_0_0__prov1ComponentInstance">
- <name>Sub_Node_3_0_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_0_0__prov2ComponentInstance">
- <name>Sub_Node_3_0_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_0_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_0_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_100</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_0_1_ComponentInstance">
- <name>Sub_Node_3_0_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_0_1__prov1ComponentInstance">
- <name>Sub_Node_3_0_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_0_1__prov2ComponentInstance">
- <name>Sub_Node_3_0_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_0_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_0_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_58</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_1_0_ComponentInstance">
- <name>Pub_Node_3_1_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_1_0__prov1ComponentInstance">
- <name>Pub_Node_3_1_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_1_0__prov2ComponentInstance">
- <name>Pub_Node_3_1_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_1_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_1_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_237</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_1_1_ComponentInstance">
- <name>Pub_Node_3_1_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_1_1__prov1ComponentInstance">
- <name>Pub_Node_3_1_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_1_1__prov2ComponentInstance">
- <name>Pub_Node_3_1_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_1_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_1_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_56</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_1_0_ComponentInstance">
- <name>Sub_Node_3_1_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_1_0__prov1ComponentInstance">
- <name>Sub_Node_3_1_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_1_0__prov2ComponentInstance">
- <name>Sub_Node_3_1_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_1_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_1_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_164</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_1_1_ComponentInstance">
- <name>Sub_Node_3_1_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_1_1__prov1ComponentInstance">
- <name>Sub_Node_3_1_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_1_1__prov2ComponentInstance">
- <name>Sub_Node_3_1_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_1_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_1_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_89</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_2_0_ComponentInstance">
- <name>Pub_Node_3_2_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_2_0__prov1ComponentInstance">
- <name>Pub_Node_3_2_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_2_0__prov2ComponentInstance">
- <name>Pub_Node_3_2_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_2_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_2_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_58</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_2_1_ComponentInstance">
- <name>Pub_Node_3_2_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_2_1__prov1ComponentInstance">
- <name>Pub_Node_3_2_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_2_1__prov2ComponentInstance">
- <name>Pub_Node_3_2_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_2_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_2_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_221</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_2_0_ComponentInstance">
- <name>Sub_Node_3_2_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_2_0__prov1ComponentInstance">
- <name>Sub_Node_3_2_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_2_0__prov2ComponentInstance">
- <name>Sub_Node_3_2_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_2_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_2_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_40</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_2_1_ComponentInstance">
- <name>Sub_Node_3_2_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_2_1__prov1ComponentInstance">
- <name>Sub_Node_3_2_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_2_1__prov2ComponentInstance">
- <name>Sub_Node_3_2_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_2_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_2_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_23</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_3_0_ComponentInstance">
- <name>Pub_Node_3_3_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_3_0__prov1ComponentInstance">
- <name>Pub_Node_3_3_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_3_0__prov2ComponentInstance">
- <name>Pub_Node_3_3_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_3_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_3_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_136</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_3_1_ComponentInstance">
- <name>Pub_Node_3_3_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_3_1__prov1ComponentInstance">
- <name>Pub_Node_3_3_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_3_1__prov2ComponentInstance">
- <name>Pub_Node_3_3_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_3_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_3_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_162</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_3_0_ComponentInstance">
- <name>Sub_Node_3_3_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_3_0__prov1ComponentInstance">
- <name>Sub_Node_3_3_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_3_0__prov2ComponentInstance">
- <name>Sub_Node_3_3_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_3_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_3_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_72</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_3_1_ComponentInstance">
- <name>Sub_Node_3_3_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_3_1__prov1ComponentInstance">
- <name>Sub_Node_3_3_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_3_1__prov2ComponentInstance">
- <name>Sub_Node_3_3_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_3_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_3_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_236</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_4_0_ComponentInstance">
- <name>Pub_Node_3_4_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_4_0__prov1ComponentInstance">
- <name>Pub_Node_3_4_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_4_0__prov2ComponentInstance">
- <name>Pub_Node_3_4_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_4_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_4_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_164</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_4_1_ComponentInstance">
- <name>Pub_Node_3_4_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_4_1__prov1ComponentInstance">
- <name>Pub_Node_3_4_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_4_1__prov2ComponentInstance">
- <name>Pub_Node_3_4_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_4_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_4_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_113</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_4_0_ComponentInstance">
- <name>Sub_Node_3_4_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_4_0__prov1ComponentInstance">
- <name>Sub_Node_3_4_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_4_0__prov2ComponentInstance">
- <name>Sub_Node_3_4_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_4_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_4_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_186</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_4_1_ComponentInstance">
- <name>Sub_Node_3_4_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_4_1__prov1ComponentInstance">
- <name>Sub_Node_3_4_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_4_1__prov2ComponentInstance">
- <name>Sub_Node_3_4_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_4_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_4_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_183</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_5_0_ComponentInstance">
- <name>Pub_Node_3_5_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_5_0__prov1ComponentInstance">
- <name>Pub_Node_3_5_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_5_0__prov2ComponentInstance">
- <name>Pub_Node_3_5_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_5_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_5_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_93</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_5_1_ComponentInstance">
- <name>Pub_Node_3_5_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_5_1__prov1ComponentInstance">
- <name>Pub_Node_3_5_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_5_1__prov2ComponentInstance">
- <name>Pub_Node_3_5_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_5_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_5_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_21</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_5_0_ComponentInstance">
- <name>Sub_Node_3_5_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_5_0__prov1ComponentInstance">
- <name>Sub_Node_3_5_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_5_0__prov2ComponentInstance">
- <name>Sub_Node_3_5_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_5_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_5_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_118</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_5_1_ComponentInstance">
- <name>Sub_Node_3_5_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_5_1__prov1ComponentInstance">
- <name>Sub_Node_3_5_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_5_1__prov2ComponentInstance">
- <name>Sub_Node_3_5_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_5_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_5_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_99</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_6_0_ComponentInstance">
- <name>Pub_Node_3_6_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_6_0__prov1ComponentInstance">
- <name>Pub_Node_3_6_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_6_0__prov2ComponentInstance">
- <name>Pub_Node_3_6_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_6_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_6_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_2</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_6_1_ComponentInstance">
- <name>Pub_Node_3_6_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_6_1__prov1ComponentInstance">
- <name>Pub_Node_3_6_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_6_1__prov2ComponentInstance">
- <name>Pub_Node_3_6_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_6_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_6_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_237</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_6_0_ComponentInstance">
- <name>Sub_Node_3_6_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_6_0__prov1ComponentInstance">
- <name>Sub_Node_3_6_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_6_0__prov2ComponentInstance">
- <name>Sub_Node_3_6_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_6_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_6_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_140</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_6_1_ComponentInstance">
- <name>Sub_Node_3_6_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_6_1__prov1ComponentInstance">
- <name>Sub_Node_3_6_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_6_1__prov2ComponentInstance">
- <name>Sub_Node_3_6_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_6_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_6_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_159</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_7_0_ComponentInstance">
- <name>Pub_Node_3_7_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_7_0__prov1ComponentInstance">
- <name>Pub_Node_3_7_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_7_0__prov2ComponentInstance">
- <name>Pub_Node_3_7_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_7_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_7_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_12</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_7_1_ComponentInstance">
- <name>Pub_Node_3_7_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_7_1__prov1ComponentInstance">
- <name>Pub_Node_3_7_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_7_1__prov2ComponentInstance">
- <name>Pub_Node_3_7_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_7_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_7_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_242</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_7_0_ComponentInstance">
- <name>Sub_Node_3_7_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_7_0__prov1ComponentInstance">
- <name>Sub_Node_3_7_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_7_0__prov2ComponentInstance">
- <name>Sub_Node_3_7_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_7_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_7_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_186</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_7_1_ComponentInstance">
- <name>Sub_Node_3_7_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_7_1__prov1ComponentInstance">
- <name>Sub_Node_3_7_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_7_1__prov2ComponentInstance">
- <name>Sub_Node_3_7_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_7_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_7_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_109</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_8_0_ComponentInstance">
- <name>Pub_Node_3_8_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_8_0__prov1ComponentInstance">
- <name>Pub_Node_3_8_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_8_0__prov2ComponentInstance">
- <name>Pub_Node_3_8_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_8_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_8_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_155</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_8_1_ComponentInstance">
- <name>Pub_Node_3_8_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_8_1__prov1ComponentInstance">
- <name>Pub_Node_3_8_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_8_1__prov2ComponentInstance">
- <name>Pub_Node_3_8_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_8_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_8_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_187</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_8_0_ComponentInstance">
- <name>Sub_Node_3_8_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_8_0__prov1ComponentInstance">
- <name>Sub_Node_3_8_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_8_0__prov2ComponentInstance">
- <name>Sub_Node_3_8_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_8_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_8_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_61</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_8_1_ComponentInstance">
- <name>Sub_Node_3_8_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_8_1__prov1ComponentInstance">
- <name>Sub_Node_3_8_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_8_1__prov2ComponentInstance">
- <name>Sub_Node_3_8_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_8_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_8_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_218</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_9_0_ComponentInstance">
- <name>Pub_Node_3_9_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_9_0__prov1ComponentInstance">
- <name>Pub_Node_3_9_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_9_0__prov2ComponentInstance">
- <name>Pub_Node_3_9_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_9_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_9_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_35</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_9_1_ComponentInstance">
- <name>Pub_Node_3_9_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_9_1__prov1ComponentInstance">
- <name>Pub_Node_3_9_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_9_1__prov2ComponentInstance">
- <name>Pub_Node_3_9_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_9_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_9_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_188</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_9_0_ComponentInstance">
- <name>Sub_Node_3_9_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_9_0__prov1ComponentInstance">
- <name>Sub_Node_3_9_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_9_0__prov2ComponentInstance">
- <name>Sub_Node_3_9_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_9_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_9_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_42</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_9_1_ComponentInstance">
- <name>Sub_Node_3_9_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_9_1__prov1ComponentInstance">
- <name>Sub_Node_3_9_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_9_1__prov2ComponentInstance">
- <name>Sub_Node_3_9_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_9_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_9_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_160</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_10_0_ComponentInstance">
- <name>Pub_Node_3_10_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_10_0__prov1ComponentInstance">
- <name>Pub_Node_3_10_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_10_0__prov2ComponentInstance">
- <name>Pub_Node_3_10_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_10_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_10_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_116</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_10_1_ComponentInstance">
- <name>Pub_Node_3_10_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_10_1__prov1ComponentInstance">
- <name>Pub_Node_3_10_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_10_1__prov2ComponentInstance">
- <name>Pub_Node_3_10_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_10_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_10_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_244</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_10_0_ComponentInstance">
- <name>Sub_Node_3_10_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_10_0__prov1ComponentInstance">
- <name>Sub_Node_3_10_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_10_0__prov2ComponentInstance">
- <name>Sub_Node_3_10_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_10_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_10_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_125</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_10_1_ComponentInstance">
- <name>Sub_Node_3_10_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_10_1__prov1ComponentInstance">
- <name>Sub_Node_3_10_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_10_1__prov2ComponentInstance">
- <name>Sub_Node_3_10_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_10_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_10_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_193</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_11_0_ComponentInstance">
- <name>Pub_Node_3_11_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_11_0__prov1ComponentInstance">
- <name>Pub_Node_3_11_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_11_0__prov2ComponentInstance">
- <name>Pub_Node_3_11_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_11_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_11_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_188</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_11_1_ComponentInstance">
- <name>Pub_Node_3_11_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_11_1__prov1ComponentInstance">
- <name>Pub_Node_3_11_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_11_1__prov2ComponentInstance">
- <name>Pub_Node_3_11_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_11_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_11_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_197</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_11_0_ComponentInstance">
- <name>Sub_Node_3_11_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_11_0__prov1ComponentInstance">
- <name>Sub_Node_3_11_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_11_0__prov2ComponentInstance">
- <name>Sub_Node_3_11_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_11_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_11_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_93</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_11_1_ComponentInstance">
- <name>Sub_Node_3_11_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_11_1__prov1ComponentInstance">
- <name>Sub_Node_3_11_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_11_1__prov2ComponentInstance">
- <name>Sub_Node_3_11_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_11_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_11_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_94</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_12_0_ComponentInstance">
- <name>Pub_Node_3_12_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_12_0__prov1ComponentInstance">
- <name>Pub_Node_3_12_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_12_0__prov2ComponentInstance">
- <name>Pub_Node_3_12_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_12_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_12_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_152</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_12_1_ComponentInstance">
- <name>Pub_Node_3_12_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_12_1__prov1ComponentInstance">
- <name>Pub_Node_3_12_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_12_1__prov2ComponentInstance">
- <name>Pub_Node_3_12_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_12_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_12_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_245</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_12_0_ComponentInstance">
- <name>Sub_Node_3_12_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_12_0__prov1ComponentInstance">
- <name>Sub_Node_3_12_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_12_0__prov2ComponentInstance">
- <name>Sub_Node_3_12_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_12_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_12_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_76</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_12_1_ComponentInstance">
- <name>Sub_Node_3_12_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_12_1__prov1ComponentInstance">
- <name>Sub_Node_3_12_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_12_1__prov2ComponentInstance">
- <name>Sub_Node_3_12_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_12_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_12_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_191</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_13_0_ComponentInstance">
- <name>Pub_Node_3_13_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_13_0__prov1ComponentInstance">
- <name>Pub_Node_3_13_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_13_0__prov2ComponentInstance">
- <name>Pub_Node_3_13_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_13_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_13_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_233</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_13_1_ComponentInstance">
- <name>Pub_Node_3_13_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_13_1__prov1ComponentInstance">
- <name>Pub_Node_3_13_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_13_1__prov2ComponentInstance">
- <name>Pub_Node_3_13_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_13_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_13_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_242</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_13_0_ComponentInstance">
- <name>Sub_Node_3_13_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_13_0__prov1ComponentInstance">
- <name>Sub_Node_3_13_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_13_0__prov2ComponentInstance">
- <name>Sub_Node_3_13_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_13_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_13_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_145</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_13_1_ComponentInstance">
- <name>Sub_Node_3_13_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_13_1__prov1ComponentInstance">
- <name>Sub_Node_3_13_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_13_1__prov2ComponentInstance">
- <name>Sub_Node_3_13_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_13_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_13_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_204</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_14_0_ComponentInstance">
- <name>Pub_Node_3_14_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_14_0__prov1ComponentInstance">
- <name>Pub_Node_3_14_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_14_0__prov2ComponentInstance">
- <name>Pub_Node_3_14_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_14_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_14_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_182</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_14_1_ComponentInstance">
- <name>Pub_Node_3_14_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_14_1__prov1ComponentInstance">
- <name>Pub_Node_3_14_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_14_1__prov2ComponentInstance">
- <name>Pub_Node_3_14_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_14_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_14_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_21</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_14_0_ComponentInstance">
- <name>Sub_Node_3_14_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_14_0__prov1ComponentInstance">
- <name>Sub_Node_3_14_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_14_0__prov2ComponentInstance">
- <name>Sub_Node_3_14_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_14_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_14_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_64</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_14_1_ComponentInstance">
- <name>Sub_Node_3_14_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_14_1__prov1ComponentInstance">
- <name>Sub_Node_3_14_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_14_1__prov2ComponentInstance">
- <name>Sub_Node_3_14_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_14_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_14_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_230</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_15_0_ComponentInstance">
- <name>Pub_Node_3_15_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_15_0__prov1ComponentInstance">
- <name>Pub_Node_3_15_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_15_0__prov2ComponentInstance">
- <name>Pub_Node_3_15_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_15_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_15_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_246</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_15_1_ComponentInstance">
- <name>Pub_Node_3_15_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_15_1__prov1ComponentInstance">
- <name>Pub_Node_3_15_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_15_1__prov2ComponentInstance">
- <name>Pub_Node_3_15_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_15_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_15_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_76</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_15_0_ComponentInstance">
- <name>Sub_Node_3_15_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_15_0__prov1ComponentInstance">
- <name>Sub_Node_3_15_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_15_0__prov2ComponentInstance">
- <name>Sub_Node_3_15_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_15_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_15_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_204</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_15_1_ComponentInstance">
- <name>Sub_Node_3_15_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_15_1__prov1ComponentInstance">
- <name>Sub_Node_3_15_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_15_1__prov2ComponentInstance">
- <name>Sub_Node_3_15_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_15_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_15_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_82</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_16_0_ComponentInstance">
- <name>Pub_Node_3_16_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_16_0__prov1ComponentInstance">
- <name>Pub_Node_3_16_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_16_0__prov2ComponentInstance">
- <name>Pub_Node_3_16_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_16_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_16_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_191</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_16_1_ComponentInstance">
- <name>Pub_Node_3_16_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_16_1__prov1ComponentInstance">
- <name>Pub_Node_3_16_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_16_1__prov2ComponentInstance">
- <name>Pub_Node_3_16_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_16_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_16_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_193</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_16_0_ComponentInstance">
- <name>Sub_Node_3_16_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_16_0__prov1ComponentInstance">
- <name>Sub_Node_3_16_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_16_0__prov2ComponentInstance">
- <name>Sub_Node_3_16_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_16_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_16_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_128</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_16_1_ComponentInstance">
- <name>Sub_Node_3_16_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_16_1__prov1ComponentInstance">
- <name>Sub_Node_3_16_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_16_1__prov2ComponentInstance">
- <name>Sub_Node_3_16_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_16_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_16_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_198</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_17_0_ComponentInstance">
- <name>Pub_Node_3_17_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_17_0__prov1ComponentInstance">
- <name>Pub_Node_3_17_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_17_0__prov2ComponentInstance">
- <name>Pub_Node_3_17_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_17_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_17_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_5</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_17_1_ComponentInstance">
- <name>Pub_Node_3_17_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_17_1__prov1ComponentInstance">
- <name>Pub_Node_3_17_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_17_1__prov2ComponentInstance">
- <name>Pub_Node_3_17_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_17_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_17_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_114</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_17_0_ComponentInstance">
- <name>Sub_Node_3_17_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_17_0__prov1ComponentInstance">
- <name>Sub_Node_3_17_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_17_0__prov2ComponentInstance">
- <name>Sub_Node_3_17_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_17_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_17_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_112</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_17_1_ComponentInstance">
- <name>Sub_Node_3_17_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_17_1__prov1ComponentInstance">
- <name>Sub_Node_3_17_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_17_1__prov2ComponentInstance">
- <name>Sub_Node_3_17_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_17_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_17_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_71</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_18_0_ComponentInstance">
- <name>Pub_Node_3_18_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_18_0__prov1ComponentInstance">
- <name>Pub_Node_3_18_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_18_0__prov2ComponentInstance">
- <name>Pub_Node_3_18_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_18_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_18_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_176</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_18_1_ComponentInstance">
- <name>Pub_Node_3_18_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_18_1__prov1ComponentInstance">
- <name>Pub_Node_3_18_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_18_1__prov2ComponentInstance">
- <name>Pub_Node_3_18_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_18_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_18_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_190</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_18_0_ComponentInstance">
- <name>Sub_Node_3_18_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_18_0__prov1ComponentInstance">
- <name>Sub_Node_3_18_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_18_0__prov2ComponentInstance">
- <name>Sub_Node_3_18_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_18_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_18_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_191</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_18_1_ComponentInstance">
- <name>Sub_Node_3_18_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_18_1__prov1ComponentInstance">
- <name>Sub_Node_3_18_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_18_1__prov2ComponentInstance">
- <name>Sub_Node_3_18_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_18_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_18_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_130</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_19_0_ComponentInstance">
- <name>Pub_Node_3_19_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_19_0__prov1ComponentInstance">
- <name>Pub_Node_3_19_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_19_0__prov2ComponentInstance">
- <name>Pub_Node_3_19_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_19_0_DDSConnectorComponentInstance">
- <name>Pub_Node_3_19_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_183</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_19_1_ComponentInstance">
- <name>Pub_Node_3_19_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_19_1__prov1ComponentInstance">
- <name>Pub_Node_3_19_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_19_1__prov2ComponentInstance">
- <name>Pub_Node_3_19_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_3_19_1_DDSConnectorComponentInstance">
- <name>Pub_Node_3_19_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_15</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_19_0_ComponentInstance">
- <name>Sub_Node_3_19_0_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_19_0__prov1ComponentInstance">
- <name>Sub_Node_3_19_0__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_19_0__prov2ComponentInstance">
- <name>Sub_Node_3_19_0__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_19_0_DDSConnectorComponentInstance">
- <name>Sub_Node_3_19_0_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_187</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_19_1_ComponentInstance">
- <name>Sub_Node_3_19_1_Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_19_1__prov1ComponentInstance">
- <name>Sub_Node_3_19_1__prov1Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_19_1__prov2ComponentInstance">
- <name>Sub_Node_3_19_1__prov2Component</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_3_19_1_DDSConnectorComponentInstance">
- <name>Sub_Node_3_19_1_DDSConnectorComponent</name>
- <node>Node_3</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_165</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_0_0_ComponentInstance">
- <name>Pub_Node_4_0_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_0_0__prov1ComponentInstance">
- <name>Pub_Node_4_0_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_0_0__prov2ComponentInstance">
- <name>Pub_Node_4_0_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_0_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_0_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_195</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_0_1_ComponentInstance">
- <name>Pub_Node_4_0_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_0_1__prov1ComponentInstance">
- <name>Pub_Node_4_0_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_0_1__prov2ComponentInstance">
- <name>Pub_Node_4_0_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_0_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_0_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_11</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_0_0_ComponentInstance">
- <name>Sub_Node_4_0_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_0_0__prov1ComponentInstance">
- <name>Sub_Node_4_0_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_0_0__prov2ComponentInstance">
- <name>Sub_Node_4_0_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_0_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_0_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_71</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_0_1_ComponentInstance">
- <name>Sub_Node_4_0_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_0_1__prov1ComponentInstance">
- <name>Sub_Node_4_0_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_0_1__prov2ComponentInstance">
- <name>Sub_Node_4_0_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_0_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_0_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_34</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_1_0_ComponentInstance">
- <name>Pub_Node_4_1_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_1_0__prov1ComponentInstance">
- <name>Pub_Node_4_1_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_1_0__prov2ComponentInstance">
- <name>Pub_Node_4_1_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_1_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_1_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_153</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_1_1_ComponentInstance">
- <name>Pub_Node_4_1_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_1_1__prov1ComponentInstance">
- <name>Pub_Node_4_1_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_1_1__prov2ComponentInstance">
- <name>Pub_Node_4_1_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_1_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_1_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_248</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_1_0_ComponentInstance">
- <name>Sub_Node_4_1_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_1_0__prov1ComponentInstance">
- <name>Sub_Node_4_1_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_1_0__prov2ComponentInstance">
- <name>Sub_Node_4_1_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_1_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_1_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_72</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_1_1_ComponentInstance">
- <name>Sub_Node_4_1_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_1_1__prov1ComponentInstance">
- <name>Sub_Node_4_1_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_1_1__prov2ComponentInstance">
- <name>Sub_Node_4_1_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_1_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_1_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_204</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_2_0_ComponentInstance">
- <name>Pub_Node_4_2_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_2_0__prov1ComponentInstance">
- <name>Pub_Node_4_2_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_2_0__prov2ComponentInstance">
- <name>Pub_Node_4_2_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_2_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_2_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_245</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_2_1_ComponentInstance">
- <name>Pub_Node_4_2_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_2_1__prov1ComponentInstance">
- <name>Pub_Node_4_2_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_2_1__prov2ComponentInstance">
- <name>Pub_Node_4_2_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_2_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_2_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_145</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_2_0_ComponentInstance">
- <name>Sub_Node_4_2_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_2_0__prov1ComponentInstance">
- <name>Sub_Node_4_2_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_2_0__prov2ComponentInstance">
- <name>Sub_Node_4_2_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_2_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_2_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_176</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_2_1_ComponentInstance">
- <name>Sub_Node_4_2_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_2_1__prov1ComponentInstance">
- <name>Sub_Node_4_2_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_2_1__prov2ComponentInstance">
- <name>Sub_Node_4_2_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_2_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_2_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_97</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_3_0_ComponentInstance">
- <name>Pub_Node_4_3_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_3_0__prov1ComponentInstance">
- <name>Pub_Node_4_3_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_3_0__prov2ComponentInstance">
- <name>Pub_Node_4_3_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_3_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_3_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_193</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_3_1_ComponentInstance">
- <name>Pub_Node_4_3_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_3_1__prov1ComponentInstance">
- <name>Pub_Node_4_3_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_3_1__prov2ComponentInstance">
- <name>Pub_Node_4_3_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_3_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_3_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_4</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_3_0_ComponentInstance">
- <name>Sub_Node_4_3_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_3_0__prov1ComponentInstance">
- <name>Sub_Node_4_3_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_3_0__prov2ComponentInstance">
- <name>Sub_Node_4_3_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_3_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_3_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_102</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_3_1_ComponentInstance">
- <name>Sub_Node_4_3_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_3_1__prov1ComponentInstance">
- <name>Sub_Node_4_3_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_3_1__prov2ComponentInstance">
- <name>Sub_Node_4_3_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_3_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_3_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_182</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_4_0_ComponentInstance">
- <name>Pub_Node_4_4_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_4_0__prov1ComponentInstance">
- <name>Pub_Node_4_4_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_4_0__prov2ComponentInstance">
- <name>Pub_Node_4_4_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_4_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_4_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_129</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_4_1_ComponentInstance">
- <name>Pub_Node_4_4_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_4_1__prov1ComponentInstance">
- <name>Pub_Node_4_4_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_4_1__prov2ComponentInstance">
- <name>Pub_Node_4_4_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_4_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_4_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_174</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_4_0_ComponentInstance">
- <name>Sub_Node_4_4_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_4_0__prov1ComponentInstance">
- <name>Sub_Node_4_4_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_4_0__prov2ComponentInstance">
- <name>Sub_Node_4_4_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_4_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_4_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_174</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_4_1_ComponentInstance">
- <name>Sub_Node_4_4_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_4_1__prov1ComponentInstance">
- <name>Sub_Node_4_4_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_4_1__prov2ComponentInstance">
- <name>Sub_Node_4_4_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_4_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_4_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_176</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_5_0_ComponentInstance">
- <name>Pub_Node_4_5_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_5_0__prov1ComponentInstance">
- <name>Pub_Node_4_5_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_5_0__prov2ComponentInstance">
- <name>Pub_Node_4_5_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_5_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_5_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_190</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_5_1_ComponentInstance">
- <name>Pub_Node_4_5_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_5_1__prov1ComponentInstance">
- <name>Pub_Node_4_5_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_5_1__prov2ComponentInstance">
- <name>Pub_Node_4_5_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_5_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_5_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_76</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_5_0_ComponentInstance">
- <name>Sub_Node_4_5_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_5_0__prov1ComponentInstance">
- <name>Sub_Node_4_5_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_5_0__prov2ComponentInstance">
- <name>Sub_Node_4_5_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_5_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_5_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_11</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_5_1_ComponentInstance">
- <name>Sub_Node_4_5_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_5_1__prov1ComponentInstance">
- <name>Sub_Node_4_5_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_5_1__prov2ComponentInstance">
- <name>Sub_Node_4_5_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_5_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_5_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_169</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_6_0_ComponentInstance">
- <name>Pub_Node_4_6_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_6_0__prov1ComponentInstance">
- <name>Pub_Node_4_6_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_6_0__prov2ComponentInstance">
- <name>Pub_Node_4_6_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_6_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_6_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_155</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_6_1_ComponentInstance">
- <name>Pub_Node_4_6_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_6_1__prov1ComponentInstance">
- <name>Pub_Node_4_6_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_6_1__prov2ComponentInstance">
- <name>Pub_Node_4_6_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_6_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_6_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_74</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_6_0_ComponentInstance">
- <name>Sub_Node_4_6_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_6_0__prov1ComponentInstance">
- <name>Sub_Node_4_6_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_6_0__prov2ComponentInstance">
- <name>Sub_Node_4_6_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_6_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_6_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_141</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_6_1_ComponentInstance">
- <name>Sub_Node_4_6_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_6_1__prov1ComponentInstance">
- <name>Sub_Node_4_6_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_6_1__prov2ComponentInstance">
- <name>Sub_Node_4_6_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_6_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_6_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_227</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_7_0_ComponentInstance">
- <name>Pub_Node_4_7_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_7_0__prov1ComponentInstance">
- <name>Pub_Node_4_7_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_7_0__prov2ComponentInstance">
- <name>Pub_Node_4_7_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_7_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_7_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_28</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_7_1_ComponentInstance">
- <name>Pub_Node_4_7_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_7_1__prov1ComponentInstance">
- <name>Pub_Node_4_7_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_7_1__prov2ComponentInstance">
- <name>Pub_Node_4_7_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_7_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_7_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_214</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_7_0_ComponentInstance">
- <name>Sub_Node_4_7_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_7_0__prov1ComponentInstance">
- <name>Sub_Node_4_7_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_7_0__prov2ComponentInstance">
- <name>Sub_Node_4_7_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_7_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_7_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_160</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_7_1_ComponentInstance">
- <name>Sub_Node_4_7_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_7_1__prov1ComponentInstance">
- <name>Sub_Node_4_7_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_7_1__prov2ComponentInstance">
- <name>Sub_Node_4_7_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_7_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_7_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_11</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_8_0_ComponentInstance">
- <name>Pub_Node_4_8_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_8_0__prov1ComponentInstance">
- <name>Pub_Node_4_8_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_8_0__prov2ComponentInstance">
- <name>Pub_Node_4_8_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_8_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_8_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_178</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_8_1_ComponentInstance">
- <name>Pub_Node_4_8_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_8_1__prov1ComponentInstance">
- <name>Pub_Node_4_8_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_8_1__prov2ComponentInstance">
- <name>Pub_Node_4_8_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_8_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_8_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_207</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_8_0_ComponentInstance">
- <name>Sub_Node_4_8_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_8_0__prov1ComponentInstance">
- <name>Sub_Node_4_8_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_8_0__prov2ComponentInstance">
- <name>Sub_Node_4_8_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_8_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_8_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_39</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_8_1_ComponentInstance">
- <name>Sub_Node_4_8_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_8_1__prov1ComponentInstance">
- <name>Sub_Node_4_8_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_8_1__prov2ComponentInstance">
- <name>Sub_Node_4_8_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_8_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_8_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_178</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_9_0_ComponentInstance">
- <name>Pub_Node_4_9_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_9_0__prov1ComponentInstance">
- <name>Pub_Node_4_9_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_9_0__prov2ComponentInstance">
- <name>Pub_Node_4_9_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_9_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_9_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_140</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_9_1_ComponentInstance">
- <name>Pub_Node_4_9_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_9_1__prov1ComponentInstance">
- <name>Pub_Node_4_9_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_9_1__prov2ComponentInstance">
- <name>Pub_Node_4_9_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_9_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_9_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_102</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_9_0_ComponentInstance">
- <name>Sub_Node_4_9_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_9_0__prov1ComponentInstance">
- <name>Sub_Node_4_9_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_9_0__prov2ComponentInstance">
- <name>Sub_Node_4_9_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_9_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_9_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_142</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_9_1_ComponentInstance">
- <name>Sub_Node_4_9_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_9_1__prov1ComponentInstance">
- <name>Sub_Node_4_9_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_9_1__prov2ComponentInstance">
- <name>Sub_Node_4_9_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_9_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_9_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_158</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_10_0_ComponentInstance">
- <name>Pub_Node_4_10_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_10_0__prov1ComponentInstance">
- <name>Pub_Node_4_10_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_10_0__prov2ComponentInstance">
- <name>Pub_Node_4_10_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_10_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_10_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_82</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_10_1_ComponentInstance">
- <name>Pub_Node_4_10_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_10_1__prov1ComponentInstance">
- <name>Pub_Node_4_10_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_10_1__prov2ComponentInstance">
- <name>Pub_Node_4_10_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_10_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_10_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_191</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_10_0_ComponentInstance">
- <name>Sub_Node_4_10_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_10_0__prov1ComponentInstance">
- <name>Sub_Node_4_10_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_10_0__prov2ComponentInstance">
- <name>Sub_Node_4_10_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_10_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_10_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_232</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_10_1_ComponentInstance">
- <name>Sub_Node_4_10_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_10_1__prov1ComponentInstance">
- <name>Sub_Node_4_10_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_10_1__prov2ComponentInstance">
- <name>Sub_Node_4_10_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_10_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_10_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_170</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_11_0_ComponentInstance">
- <name>Pub_Node_4_11_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_11_0__prov1ComponentInstance">
- <name>Pub_Node_4_11_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_11_0__prov2ComponentInstance">
- <name>Pub_Node_4_11_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_11_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_11_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_69</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_11_1_ComponentInstance">
- <name>Pub_Node_4_11_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_11_1__prov1ComponentInstance">
- <name>Pub_Node_4_11_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_11_1__prov2ComponentInstance">
- <name>Pub_Node_4_11_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_11_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_11_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_115</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_11_0_ComponentInstance">
- <name>Sub_Node_4_11_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_11_0__prov1ComponentInstance">
- <name>Sub_Node_4_11_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_11_0__prov2ComponentInstance">
- <name>Sub_Node_4_11_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_11_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_11_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_146</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_11_1_ComponentInstance">
- <name>Sub_Node_4_11_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_11_1__prov1ComponentInstance">
- <name>Sub_Node_4_11_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_11_1__prov2ComponentInstance">
- <name>Sub_Node_4_11_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_11_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_11_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_118</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_12_0_ComponentInstance">
- <name>Pub_Node_4_12_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_12_0__prov1ComponentInstance">
- <name>Pub_Node_4_12_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_12_0__prov2ComponentInstance">
- <name>Pub_Node_4_12_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_12_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_12_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_226</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_12_1_ComponentInstance">
- <name>Pub_Node_4_12_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_12_1__prov1ComponentInstance">
- <name>Pub_Node_4_12_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_12_1__prov2ComponentInstance">
- <name>Pub_Node_4_12_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_12_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_12_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_179</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_12_0_ComponentInstance">
- <name>Sub_Node_4_12_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_12_0__prov1ComponentInstance">
- <name>Sub_Node_4_12_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_12_0__prov2ComponentInstance">
- <name>Sub_Node_4_12_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_12_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_12_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_14</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_12_1_ComponentInstance">
- <name>Sub_Node_4_12_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_12_1__prov1ComponentInstance">
- <name>Sub_Node_4_12_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_12_1__prov2ComponentInstance">
- <name>Sub_Node_4_12_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_12_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_12_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_218</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_13_0_ComponentInstance">
- <name>Pub_Node_4_13_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_13_0__prov1ComponentInstance">
- <name>Pub_Node_4_13_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_13_0__prov2ComponentInstance">
- <name>Pub_Node_4_13_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_13_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_13_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_145</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_13_1_ComponentInstance">
- <name>Pub_Node_4_13_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_13_1__prov1ComponentInstance">
- <name>Pub_Node_4_13_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_13_1__prov2ComponentInstance">
- <name>Pub_Node_4_13_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_13_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_13_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_97</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_13_0_ComponentInstance">
- <name>Sub_Node_4_13_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_13_0__prov1ComponentInstance">
- <name>Sub_Node_4_13_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_13_0__prov2ComponentInstance">
- <name>Sub_Node_4_13_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_13_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_13_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_119</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_13_1_ComponentInstance">
- <name>Sub_Node_4_13_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_13_1__prov1ComponentInstance">
- <name>Sub_Node_4_13_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_13_1__prov2ComponentInstance">
- <name>Sub_Node_4_13_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_13_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_13_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_98</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_14_0_ComponentInstance">
- <name>Pub_Node_4_14_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_14_0__prov1ComponentInstance">
- <name>Pub_Node_4_14_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_14_0__prov2ComponentInstance">
- <name>Pub_Node_4_14_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_14_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_14_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_200</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_14_1_ComponentInstance">
- <name>Pub_Node_4_14_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_14_1__prov1ComponentInstance">
- <name>Pub_Node_4_14_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_14_1__prov2ComponentInstance">
- <name>Pub_Node_4_14_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_14_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_14_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_119</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_14_0_ComponentInstance">
- <name>Sub_Node_4_14_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_14_0__prov1ComponentInstance">
- <name>Sub_Node_4_14_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_14_0__prov2ComponentInstance">
- <name>Sub_Node_4_14_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_14_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_14_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_59</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_14_1_ComponentInstance">
- <name>Sub_Node_4_14_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_14_1__prov1ComponentInstance">
- <name>Sub_Node_4_14_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_14_1__prov2ComponentInstance">
- <name>Sub_Node_4_14_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_14_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_14_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_196</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_15_0_ComponentInstance">
- <name>Pub_Node_4_15_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_15_0__prov1ComponentInstance">
- <name>Pub_Node_4_15_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_15_0__prov2ComponentInstance">
- <name>Pub_Node_4_15_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_15_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_15_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_157</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_15_1_ComponentInstance">
- <name>Pub_Node_4_15_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_15_1__prov1ComponentInstance">
- <name>Pub_Node_4_15_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_15_1__prov2ComponentInstance">
- <name>Pub_Node_4_15_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_15_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_15_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_6</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_15_0_ComponentInstance">
- <name>Sub_Node_4_15_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_15_0__prov1ComponentInstance">
- <name>Sub_Node_4_15_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_15_0__prov2ComponentInstance">
- <name>Sub_Node_4_15_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_15_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_15_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_237</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_15_1_ComponentInstance">
- <name>Sub_Node_4_15_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_15_1__prov1ComponentInstance">
- <name>Sub_Node_4_15_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_15_1__prov2ComponentInstance">
- <name>Sub_Node_4_15_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_15_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_15_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_130</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_16_0_ComponentInstance">
- <name>Pub_Node_4_16_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_16_0__prov1ComponentInstance">
- <name>Pub_Node_4_16_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_16_0__prov2ComponentInstance">
- <name>Pub_Node_4_16_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_16_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_16_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_210</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_16_1_ComponentInstance">
- <name>Pub_Node_4_16_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_16_1__prov1ComponentInstance">
- <name>Pub_Node_4_16_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_16_1__prov2ComponentInstance">
- <name>Pub_Node_4_16_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_16_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_16_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_47</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_16_0_ComponentInstance">
- <name>Sub_Node_4_16_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_16_0__prov1ComponentInstance">
- <name>Sub_Node_4_16_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_16_0__prov2ComponentInstance">
- <name>Sub_Node_4_16_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_16_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_16_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_128</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_16_1_ComponentInstance">
- <name>Sub_Node_4_16_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_16_1__prov1ComponentInstance">
- <name>Sub_Node_4_16_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_16_1__prov2ComponentInstance">
- <name>Sub_Node_4_16_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_16_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_16_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_218</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_17_0_ComponentInstance">
- <name>Pub_Node_4_17_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_17_0__prov1ComponentInstance">
- <name>Pub_Node_4_17_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_17_0__prov2ComponentInstance">
- <name>Pub_Node_4_17_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_17_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_17_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_140</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_17_1_ComponentInstance">
- <name>Pub_Node_4_17_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_17_1__prov1ComponentInstance">
- <name>Pub_Node_4_17_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_17_1__prov2ComponentInstance">
- <name>Pub_Node_4_17_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_17_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_17_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_156</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_17_0_ComponentInstance">
- <name>Sub_Node_4_17_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_17_0__prov1ComponentInstance">
- <name>Sub_Node_4_17_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_17_0__prov2ComponentInstance">
- <name>Sub_Node_4_17_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_17_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_17_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_178</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_17_1_ComponentInstance">
- <name>Sub_Node_4_17_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_17_1__prov1ComponentInstance">
- <name>Sub_Node_4_17_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_17_1__prov2ComponentInstance">
- <name>Sub_Node_4_17_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_17_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_17_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_151</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_18_0_ComponentInstance">
- <name>Pub_Node_4_18_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_18_0__prov1ComponentInstance">
- <name>Pub_Node_4_18_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_18_0__prov2ComponentInstance">
- <name>Pub_Node_4_18_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_18_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_18_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_161</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_18_1_ComponentInstance">
- <name>Pub_Node_4_18_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_18_1__prov1ComponentInstance">
- <name>Pub_Node_4_18_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_18_1__prov2ComponentInstance">
- <name>Pub_Node_4_18_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_18_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_18_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_188</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_18_0_ComponentInstance">
- <name>Sub_Node_4_18_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_18_0__prov1ComponentInstance">
- <name>Sub_Node_4_18_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_18_0__prov2ComponentInstance">
- <name>Sub_Node_4_18_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_18_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_18_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_166</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_18_1_ComponentInstance">
- <name>Sub_Node_4_18_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_18_1__prov1ComponentInstance">
- <name>Sub_Node_4_18_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_18_1__prov2ComponentInstance">
- <name>Sub_Node_4_18_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_18_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_18_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_229</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_19_0_ComponentInstance">
- <name>Pub_Node_4_19_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_19_0__prov1ComponentInstance">
- <name>Pub_Node_4_19_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_19_0__prov2ComponentInstance">
- <name>Pub_Node_4_19_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_19_0_DDSConnectorComponentInstance">
- <name>Pub_Node_4_19_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_24</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_19_1_ComponentInstance">
- <name>Pub_Node_4_19_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_19_1__prov1ComponentInstance">
- <name>Pub_Node_4_19_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_19_1__prov2ComponentInstance">
- <name>Pub_Node_4_19_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_4_19_1_DDSConnectorComponentInstance">
- <name>Pub_Node_4_19_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_6</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_19_0_ComponentInstance">
- <name>Sub_Node_4_19_0_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_19_0__prov1ComponentInstance">
- <name>Sub_Node_4_19_0__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_19_0__prov2ComponentInstance">
- <name>Sub_Node_4_19_0__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_19_0_DDSConnectorComponentInstance">
- <name>Sub_Node_4_19_0_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_71</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_19_1_ComponentInstance">
- <name>Sub_Node_4_19_1_Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_19_1__prov1ComponentInstance">
- <name>Sub_Node_4_19_1__prov1Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_19_1__prov2ComponentInstance">
- <name>Sub_Node_4_19_1__prov2Component</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_4_19_1_DDSConnectorComponentInstance">
- <name>Sub_Node_4_19_1_DDSConnectorComponent</name>
- <node>Node_4</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_1</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_0_0_ComponentInstance">
- <name>Pub_Node_5_0_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_0_0__prov1ComponentInstance">
- <name>Pub_Node_5_0_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_0_0__prov2ComponentInstance">
- <name>Pub_Node_5_0_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_0_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_0_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_3</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_0_1_ComponentInstance">
- <name>Pub_Node_5_0_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_0_1__prov1ComponentInstance">
- <name>Pub_Node_5_0_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_0_1__prov2ComponentInstance">
- <name>Pub_Node_5_0_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_0_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_0_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_23</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_0_0_ComponentInstance">
- <name>Sub_Node_5_0_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_0_0__prov1ComponentInstance">
- <name>Sub_Node_5_0_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_0_0__prov2ComponentInstance">
- <name>Sub_Node_5_0_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_0_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_0_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_185</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_0_1_ComponentInstance">
- <name>Sub_Node_5_0_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_0_1__prov1ComponentInstance">
- <name>Sub_Node_5_0_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_0_1__prov2ComponentInstance">
- <name>Sub_Node_5_0_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_0_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_0_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_117</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_1_0_ComponentInstance">
- <name>Pub_Node_5_1_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_1_0__prov1ComponentInstance">
- <name>Pub_Node_5_1_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_1_0__prov2ComponentInstance">
- <name>Pub_Node_5_1_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_1_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_1_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_21</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_1_1_ComponentInstance">
- <name>Pub_Node_5_1_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_1_1__prov1ComponentInstance">
- <name>Pub_Node_5_1_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_1_1__prov2ComponentInstance">
- <name>Pub_Node_5_1_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_1_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_1_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_107</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_1_0_ComponentInstance">
- <name>Sub_Node_5_1_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_1_0__prov1ComponentInstance">
- <name>Sub_Node_5_1_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_1_0__prov2ComponentInstance">
- <name>Sub_Node_5_1_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_1_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_1_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_221</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_1_1_ComponentInstance">
- <name>Sub_Node_5_1_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_1_1__prov1ComponentInstance">
- <name>Sub_Node_5_1_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_1_1__prov2ComponentInstance">
- <name>Sub_Node_5_1_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_1_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_1_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_150</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_2_0_ComponentInstance">
- <name>Pub_Node_5_2_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_2_0__prov1ComponentInstance">
- <name>Pub_Node_5_2_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_2_0__prov2ComponentInstance">
- <name>Pub_Node_5_2_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_2_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_2_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_1</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_2_1_ComponentInstance">
- <name>Pub_Node_5_2_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_2_1__prov1ComponentInstance">
- <name>Pub_Node_5_2_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_2_1__prov2ComponentInstance">
- <name>Pub_Node_5_2_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_2_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_2_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_31</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_2_0_ComponentInstance">
- <name>Sub_Node_5_2_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_2_0__prov1ComponentInstance">
- <name>Sub_Node_5_2_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_2_0__prov2ComponentInstance">
- <name>Sub_Node_5_2_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_2_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_2_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_149</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_2_1_ComponentInstance">
- <name>Sub_Node_5_2_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_2_1__prov1ComponentInstance">
- <name>Sub_Node_5_2_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_2_1__prov2ComponentInstance">
- <name>Sub_Node_5_2_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_2_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_2_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_92</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_3_0_ComponentInstance">
- <name>Pub_Node_5_3_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_3_0__prov1ComponentInstance">
- <name>Pub_Node_5_3_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_3_0__prov2ComponentInstance">
- <name>Pub_Node_5_3_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_3_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_3_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_67</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_3_1_ComponentInstance">
- <name>Pub_Node_5_3_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_3_1__prov1ComponentInstance">
- <name>Pub_Node_5_3_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_3_1__prov2ComponentInstance">
- <name>Pub_Node_5_3_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_3_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_3_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_201</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_3_0_ComponentInstance">
- <name>Sub_Node_5_3_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_3_0__prov1ComponentInstance">
- <name>Sub_Node_5_3_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_3_0__prov2ComponentInstance">
- <name>Sub_Node_5_3_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_3_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_3_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_5</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_3_1_ComponentInstance">
- <name>Sub_Node_5_3_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_3_1__prov1ComponentInstance">
- <name>Sub_Node_5_3_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_3_1__prov2ComponentInstance">
- <name>Sub_Node_5_3_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_3_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_3_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_150</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_4_0_ComponentInstance">
- <name>Pub_Node_5_4_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_4_0__prov1ComponentInstance">
- <name>Pub_Node_5_4_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_4_0__prov2ComponentInstance">
- <name>Pub_Node_5_4_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_4_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_4_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_242</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_4_1_ComponentInstance">
- <name>Pub_Node_5_4_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_4_1__prov1ComponentInstance">
- <name>Pub_Node_5_4_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_4_1__prov2ComponentInstance">
- <name>Pub_Node_5_4_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_4_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_4_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_65</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_4_0_ComponentInstance">
- <name>Sub_Node_5_4_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_4_0__prov1ComponentInstance">
- <name>Sub_Node_5_4_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_4_0__prov2ComponentInstance">
- <name>Sub_Node_5_4_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_4_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_4_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_232</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_4_1_ComponentInstance">
- <name>Sub_Node_5_4_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_4_1__prov1ComponentInstance">
- <name>Sub_Node_5_4_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_4_1__prov2ComponentInstance">
- <name>Sub_Node_5_4_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_4_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_4_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_65</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_5_0_ComponentInstance">
- <name>Pub_Node_5_5_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_5_0__prov1ComponentInstance">
- <name>Pub_Node_5_5_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_5_0__prov2ComponentInstance">
- <name>Pub_Node_5_5_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_5_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_5_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_21</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_5_1_ComponentInstance">
- <name>Pub_Node_5_5_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_5_1__prov1ComponentInstance">
- <name>Pub_Node_5_5_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_5_1__prov2ComponentInstance">
- <name>Pub_Node_5_5_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_5_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_5_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_168</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_5_0_ComponentInstance">
- <name>Sub_Node_5_5_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_5_0__prov1ComponentInstance">
- <name>Sub_Node_5_5_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_5_0__prov2ComponentInstance">
- <name>Sub_Node_5_5_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_5_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_5_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_160</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_5_1_ComponentInstance">
- <name>Sub_Node_5_5_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_5_1__prov1ComponentInstance">
- <name>Sub_Node_5_5_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_5_1__prov2ComponentInstance">
- <name>Sub_Node_5_5_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_5_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_5_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_104</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_6_0_ComponentInstance">
- <name>Pub_Node_5_6_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_6_0__prov1ComponentInstance">
- <name>Pub_Node_5_6_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_6_0__prov2ComponentInstance">
- <name>Pub_Node_5_6_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_6_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_6_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_146</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_6_1_ComponentInstance">
- <name>Pub_Node_5_6_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_6_1__prov1ComponentInstance">
- <name>Pub_Node_5_6_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_6_1__prov2ComponentInstance">
- <name>Pub_Node_5_6_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_6_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_6_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_23</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_6_0_ComponentInstance">
- <name>Sub_Node_5_6_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_6_0__prov1ComponentInstance">
- <name>Sub_Node_5_6_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_6_0__prov2ComponentInstance">
- <name>Sub_Node_5_6_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_6_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_6_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_203</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_6_1_ComponentInstance">
- <name>Sub_Node_5_6_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_6_1__prov1ComponentInstance">
- <name>Sub_Node_5_6_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_6_1__prov2ComponentInstance">
- <name>Sub_Node_5_6_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_6_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_6_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_228</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_7_0_ComponentInstance">
- <name>Pub_Node_5_7_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_7_0__prov1ComponentInstance">
- <name>Pub_Node_5_7_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_7_0__prov2ComponentInstance">
- <name>Pub_Node_5_7_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_7_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_7_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_207</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_7_1_ComponentInstance">
- <name>Pub_Node_5_7_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_7_1__prov1ComponentInstance">
- <name>Pub_Node_5_7_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_7_1__prov2ComponentInstance">
- <name>Pub_Node_5_7_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_7_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_7_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_226</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_7_0_ComponentInstance">
- <name>Sub_Node_5_7_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_7_0__prov1ComponentInstance">
- <name>Sub_Node_5_7_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_7_0__prov2ComponentInstance">
- <name>Sub_Node_5_7_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_7_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_7_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_215</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_7_1_ComponentInstance">
- <name>Sub_Node_5_7_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_7_1__prov1ComponentInstance">
- <name>Sub_Node_5_7_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_7_1__prov2ComponentInstance">
- <name>Sub_Node_5_7_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_7_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_7_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_165</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_8_0_ComponentInstance">
- <name>Pub_Node_5_8_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_8_0__prov1ComponentInstance">
- <name>Pub_Node_5_8_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_8_0__prov2ComponentInstance">
- <name>Pub_Node_5_8_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_8_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_8_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_144</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_8_1_ComponentInstance">
- <name>Pub_Node_5_8_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_8_1__prov1ComponentInstance">
- <name>Pub_Node_5_8_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_8_1__prov2ComponentInstance">
- <name>Pub_Node_5_8_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_8_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_8_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_71</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_8_0_ComponentInstance">
- <name>Sub_Node_5_8_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_8_0__prov1ComponentInstance">
- <name>Sub_Node_5_8_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_8_0__prov2ComponentInstance">
- <name>Sub_Node_5_8_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_8_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_8_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_99</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_8_1_ComponentInstance">
- <name>Sub_Node_5_8_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_8_1__prov1ComponentInstance">
- <name>Sub_Node_5_8_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_8_1__prov2ComponentInstance">
- <name>Sub_Node_5_8_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_8_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_8_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_121</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_9_0_ComponentInstance">
- <name>Pub_Node_5_9_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_9_0__prov1ComponentInstance">
- <name>Pub_Node_5_9_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_9_0__prov2ComponentInstance">
- <name>Pub_Node_5_9_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_9_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_9_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_110</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_9_1_ComponentInstance">
- <name>Pub_Node_5_9_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_9_1__prov1ComponentInstance">
- <name>Pub_Node_5_9_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_9_1__prov2ComponentInstance">
- <name>Pub_Node_5_9_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_9_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_9_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_116</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_9_0_ComponentInstance">
- <name>Sub_Node_5_9_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_9_0__prov1ComponentInstance">
- <name>Sub_Node_5_9_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_9_0__prov2ComponentInstance">
- <name>Sub_Node_5_9_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_9_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_9_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_12</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_9_1_ComponentInstance">
- <name>Sub_Node_5_9_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_9_1__prov1ComponentInstance">
- <name>Sub_Node_5_9_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_9_1__prov2ComponentInstance">
- <name>Sub_Node_5_9_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_9_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_9_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_173</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_10_0_ComponentInstance">
- <name>Pub_Node_5_10_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_10_0__prov1ComponentInstance">
- <name>Pub_Node_5_10_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_10_0__prov2ComponentInstance">
- <name>Pub_Node_5_10_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_10_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_10_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_80</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_10_1_ComponentInstance">
- <name>Pub_Node_5_10_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_10_1__prov1ComponentInstance">
- <name>Pub_Node_5_10_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_10_1__prov2ComponentInstance">
- <name>Pub_Node_5_10_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_10_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_10_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_78</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_10_0_ComponentInstance">
- <name>Sub_Node_5_10_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_10_0__prov1ComponentInstance">
- <name>Sub_Node_5_10_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_10_0__prov2ComponentInstance">
- <name>Sub_Node_5_10_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_10_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_10_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_196</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_10_1_ComponentInstance">
- <name>Sub_Node_5_10_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_10_1__prov1ComponentInstance">
- <name>Sub_Node_5_10_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_10_1__prov2ComponentInstance">
- <name>Sub_Node_5_10_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_10_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_10_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_115</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_11_0_ComponentInstance">
- <name>Pub_Node_5_11_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_11_0__prov1ComponentInstance">
- <name>Pub_Node_5_11_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_11_0__prov2ComponentInstance">
- <name>Pub_Node_5_11_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_11_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_11_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_196</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_11_1_ComponentInstance">
- <name>Pub_Node_5_11_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_11_1__prov1ComponentInstance">
- <name>Pub_Node_5_11_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_11_1__prov2ComponentInstance">
- <name>Pub_Node_5_11_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_11_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_11_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_183</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_11_0_ComponentInstance">
- <name>Sub_Node_5_11_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_11_0__prov1ComponentInstance">
- <name>Sub_Node_5_11_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_11_0__prov2ComponentInstance">
- <name>Sub_Node_5_11_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_11_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_11_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_230</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_11_1_ComponentInstance">
- <name>Sub_Node_5_11_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_11_1__prov1ComponentInstance">
- <name>Sub_Node_5_11_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_11_1__prov2ComponentInstance">
- <name>Sub_Node_5_11_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_11_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_11_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_3</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_12_0_ComponentInstance">
- <name>Pub_Node_5_12_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_12_0__prov1ComponentInstance">
- <name>Pub_Node_5_12_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_12_0__prov2ComponentInstance">
- <name>Pub_Node_5_12_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_12_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_12_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_201</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_12_1_ComponentInstance">
- <name>Pub_Node_5_12_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_12_1__prov1ComponentInstance">
- <name>Pub_Node_5_12_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_12_1__prov2ComponentInstance">
- <name>Pub_Node_5_12_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_12_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_12_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_162</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_12_0_ComponentInstance">
- <name>Sub_Node_5_12_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_12_0__prov1ComponentInstance">
- <name>Sub_Node_5_12_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_12_0__prov2ComponentInstance">
- <name>Sub_Node_5_12_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_12_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_12_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_62</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_12_1_ComponentInstance">
- <name>Sub_Node_5_12_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_12_1__prov1ComponentInstance">
- <name>Sub_Node_5_12_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_12_1__prov2ComponentInstance">
- <name>Sub_Node_5_12_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_12_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_12_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_167</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_13_0_ComponentInstance">
- <name>Pub_Node_5_13_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_13_0__prov1ComponentInstance">
- <name>Pub_Node_5_13_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_13_0__prov2ComponentInstance">
- <name>Pub_Node_5_13_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_13_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_13_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_56</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_13_1_ComponentInstance">
- <name>Pub_Node_5_13_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_13_1__prov1ComponentInstance">
- <name>Pub_Node_5_13_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_13_1__prov2ComponentInstance">
- <name>Pub_Node_5_13_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_13_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_13_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_169</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_13_0_ComponentInstance">
- <name>Sub_Node_5_13_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_13_0__prov1ComponentInstance">
- <name>Sub_Node_5_13_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_13_0__prov2ComponentInstance">
- <name>Sub_Node_5_13_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_13_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_13_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_147</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_13_1_ComponentInstance">
- <name>Sub_Node_5_13_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_13_1__prov1ComponentInstance">
- <name>Sub_Node_5_13_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_13_1__prov2ComponentInstance">
- <name>Sub_Node_5_13_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_13_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_13_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_132</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_14_0_ComponentInstance">
- <name>Pub_Node_5_14_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_14_0__prov1ComponentInstance">
- <name>Pub_Node_5_14_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_14_0__prov2ComponentInstance">
- <name>Pub_Node_5_14_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_14_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_14_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_124</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_14_1_ComponentInstance">
- <name>Pub_Node_5_14_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_14_1__prov1ComponentInstance">
- <name>Pub_Node_5_14_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_14_1__prov2ComponentInstance">
- <name>Pub_Node_5_14_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_14_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_14_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_133</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_14_0_ComponentInstance">
- <name>Sub_Node_5_14_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_14_0__prov1ComponentInstance">
- <name>Sub_Node_5_14_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_14_0__prov2ComponentInstance">
- <name>Sub_Node_5_14_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_14_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_14_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_122</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_14_1_ComponentInstance">
- <name>Sub_Node_5_14_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_14_1__prov1ComponentInstance">
- <name>Sub_Node_5_14_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_14_1__prov2ComponentInstance">
- <name>Sub_Node_5_14_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_14_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_14_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_132</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_15_0_ComponentInstance">
- <name>Pub_Node_5_15_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_15_0__prov1ComponentInstance">
- <name>Pub_Node_5_15_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_15_0__prov2ComponentInstance">
- <name>Pub_Node_5_15_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_15_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_15_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_137</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_15_1_ComponentInstance">
- <name>Pub_Node_5_15_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_15_1__prov1ComponentInstance">
- <name>Pub_Node_5_15_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_15_1__prov2ComponentInstance">
- <name>Pub_Node_5_15_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_15_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_15_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_200</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_15_0_ComponentInstance">
- <name>Sub_Node_5_15_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_15_0__prov1ComponentInstance">
- <name>Sub_Node_5_15_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_15_0__prov2ComponentInstance">
- <name>Sub_Node_5_15_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_15_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_15_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_42</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_15_1_ComponentInstance">
- <name>Sub_Node_5_15_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_15_1__prov1ComponentInstance">
- <name>Sub_Node_5_15_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_15_1__prov2ComponentInstance">
- <name>Sub_Node_5_15_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_15_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_15_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_30</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_16_0_ComponentInstance">
- <name>Pub_Node_5_16_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_16_0__prov1ComponentInstance">
- <name>Pub_Node_5_16_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_16_0__prov2ComponentInstance">
- <name>Pub_Node_5_16_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_16_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_16_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_202</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_16_1_ComponentInstance">
- <name>Pub_Node_5_16_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_16_1__prov1ComponentInstance">
- <name>Pub_Node_5_16_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_16_1__prov2ComponentInstance">
- <name>Pub_Node_5_16_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_16_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_16_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_230</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_16_0_ComponentInstance">
- <name>Sub_Node_5_16_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_16_0__prov1ComponentInstance">
- <name>Sub_Node_5_16_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_16_0__prov2ComponentInstance">
- <name>Sub_Node_5_16_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_16_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_16_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_147</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_16_1_ComponentInstance">
- <name>Sub_Node_5_16_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_16_1__prov1ComponentInstance">
- <name>Sub_Node_5_16_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_16_1__prov2ComponentInstance">
- <name>Sub_Node_5_16_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_16_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_16_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_107</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_17_0_ComponentInstance">
- <name>Pub_Node_5_17_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_17_0__prov1ComponentInstance">
- <name>Pub_Node_5_17_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_17_0__prov2ComponentInstance">
- <name>Pub_Node_5_17_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_17_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_17_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_32</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_17_1_ComponentInstance">
- <name>Pub_Node_5_17_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_17_1__prov1ComponentInstance">
- <name>Pub_Node_5_17_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_17_1__prov2ComponentInstance">
- <name>Pub_Node_5_17_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_17_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_17_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_233</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_17_0_ComponentInstance">
- <name>Sub_Node_5_17_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_17_0__prov1ComponentInstance">
- <name>Sub_Node_5_17_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_17_0__prov2ComponentInstance">
- <name>Sub_Node_5_17_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_17_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_17_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_53</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_17_1_ComponentInstance">
- <name>Sub_Node_5_17_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_17_1__prov1ComponentInstance">
- <name>Sub_Node_5_17_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_17_1__prov2ComponentInstance">
- <name>Sub_Node_5_17_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_17_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_17_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_24</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_18_0_ComponentInstance">
- <name>Pub_Node_5_18_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_18_0__prov1ComponentInstance">
- <name>Pub_Node_5_18_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_18_0__prov2ComponentInstance">
- <name>Pub_Node_5_18_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_18_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_18_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_138</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_18_1_ComponentInstance">
- <name>Pub_Node_5_18_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_18_1__prov1ComponentInstance">
- <name>Pub_Node_5_18_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_18_1__prov2ComponentInstance">
- <name>Pub_Node_5_18_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_18_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_18_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_118</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_18_0_ComponentInstance">
- <name>Sub_Node_5_18_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_18_0__prov1ComponentInstance">
- <name>Sub_Node_5_18_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_18_0__prov2ComponentInstance">
- <name>Sub_Node_5_18_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_18_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_18_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_155</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_18_1_ComponentInstance">
- <name>Sub_Node_5_18_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_18_1__prov1ComponentInstance">
- <name>Sub_Node_5_18_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_18_1__prov2ComponentInstance">
- <name>Sub_Node_5_18_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_18_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_18_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_230</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_19_0_ComponentInstance">
- <name>Pub_Node_5_19_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_19_0__prov1ComponentInstance">
- <name>Pub_Node_5_19_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_19_0__prov2ComponentInstance">
- <name>Pub_Node_5_19_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_19_0_DDSConnectorComponentInstance">
- <name>Pub_Node_5_19_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_75</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_19_1_ComponentInstance">
- <name>Pub_Node_5_19_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_19_1__prov1ComponentInstance">
- <name>Pub_Node_5_19_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_19_1__prov2ComponentInstance">
- <name>Pub_Node_5_19_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_5_19_1_DDSConnectorComponentInstance">
- <name>Pub_Node_5_19_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_9</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_19_0_ComponentInstance">
- <name>Sub_Node_5_19_0_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_19_0__prov1ComponentInstance">
- <name>Sub_Node_5_19_0__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_19_0__prov2ComponentInstance">
- <name>Sub_Node_5_19_0__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_19_0_DDSConnectorComponentInstance">
- <name>Sub_Node_5_19_0_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_206</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_19_1_ComponentInstance">
- <name>Sub_Node_5_19_1_Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_19_1__prov1ComponentInstance">
- <name>Sub_Node_5_19_1__prov1Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_19_1__prov2ComponentInstance">
- <name>Sub_Node_5_19_1__prov2Component</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_5_19_1_DDSConnectorComponentInstance">
- <name>Sub_Node_5_19_1_DDSConnectorComponent</name>
- <node>Node_5</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_125</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_0_0_ComponentInstance">
- <name>Pub_Node_6_0_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_0_0__prov1ComponentInstance">
- <name>Pub_Node_6_0_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_0_0__prov2ComponentInstance">
- <name>Pub_Node_6_0_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_0_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_0_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_175</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_0_1_ComponentInstance">
- <name>Pub_Node_6_0_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_0_1__prov1ComponentInstance">
- <name>Pub_Node_6_0_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_0_1__prov2ComponentInstance">
- <name>Pub_Node_6_0_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_0_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_0_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_205</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_0_0_ComponentInstance">
- <name>Sub_Node_6_0_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_0_0__prov1ComponentInstance">
- <name>Sub_Node_6_0_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_0_0__prov2ComponentInstance">
- <name>Sub_Node_6_0_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_0_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_0_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_10</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_0_1_ComponentInstance">
- <name>Sub_Node_6_0_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_0_1__prov1ComponentInstance">
- <name>Sub_Node_6_0_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_0_1__prov2ComponentInstance">
- <name>Sub_Node_6_0_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_0_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_0_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_57</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_1_0_ComponentInstance">
- <name>Pub_Node_6_1_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_1_0__prov1ComponentInstance">
- <name>Pub_Node_6_1_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_1_0__prov2ComponentInstance">
- <name>Pub_Node_6_1_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_1_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_1_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_208</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_1_1_ComponentInstance">
- <name>Pub_Node_6_1_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_1_1__prov1ComponentInstance">
- <name>Pub_Node_6_1_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_1_1__prov2ComponentInstance">
- <name>Pub_Node_6_1_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_1_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_1_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_172</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_1_0_ComponentInstance">
- <name>Sub_Node_6_1_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_1_0__prov1ComponentInstance">
- <name>Sub_Node_6_1_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_1_0__prov2ComponentInstance">
- <name>Sub_Node_6_1_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_1_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_1_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_216</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_1_1_ComponentInstance">
- <name>Sub_Node_6_1_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_1_1__prov1ComponentInstance">
- <name>Sub_Node_6_1_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_1_1__prov2ComponentInstance">
- <name>Sub_Node_6_1_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_1_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_1_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_197</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_2_0_ComponentInstance">
- <name>Pub_Node_6_2_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_2_0__prov1ComponentInstance">
- <name>Pub_Node_6_2_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_2_0__prov2ComponentInstance">
- <name>Pub_Node_6_2_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_2_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_2_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_244</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_2_1_ComponentInstance">
- <name>Pub_Node_6_2_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_2_1__prov1ComponentInstance">
- <name>Pub_Node_6_2_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_2_1__prov2ComponentInstance">
- <name>Pub_Node_6_2_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_2_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_2_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_216</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_2_0_ComponentInstance">
- <name>Sub_Node_6_2_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_2_0__prov1ComponentInstance">
- <name>Sub_Node_6_2_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_2_0__prov2ComponentInstance">
- <name>Sub_Node_6_2_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_2_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_2_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_90</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_2_1_ComponentInstance">
- <name>Sub_Node_6_2_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_2_1__prov1ComponentInstance">
- <name>Sub_Node_6_2_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_2_1__prov2ComponentInstance">
- <name>Sub_Node_6_2_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_2_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_2_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_241</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_3_0_ComponentInstance">
- <name>Pub_Node_6_3_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_3_0__prov1ComponentInstance">
- <name>Pub_Node_6_3_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_3_0__prov2ComponentInstance">
- <name>Pub_Node_6_3_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_3_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_3_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_73</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_3_1_ComponentInstance">
- <name>Pub_Node_6_3_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_3_1__prov1ComponentInstance">
- <name>Pub_Node_6_3_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_3_1__prov2ComponentInstance">
- <name>Pub_Node_6_3_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_3_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_3_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_224</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_3_0_ComponentInstance">
- <name>Sub_Node_6_3_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_3_0__prov1ComponentInstance">
- <name>Sub_Node_6_3_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_3_0__prov2ComponentInstance">
- <name>Sub_Node_6_3_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_3_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_3_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_38</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_3_1_ComponentInstance">
- <name>Sub_Node_6_3_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_3_1__prov1ComponentInstance">
- <name>Sub_Node_6_3_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_3_1__prov2ComponentInstance">
- <name>Sub_Node_6_3_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_3_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_3_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_149</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_4_0_ComponentInstance">
- <name>Pub_Node_6_4_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_4_0__prov1ComponentInstance">
- <name>Pub_Node_6_4_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_4_0__prov2ComponentInstance">
- <name>Pub_Node_6_4_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_4_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_4_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_192</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_4_1_ComponentInstance">
- <name>Pub_Node_6_4_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_4_1__prov1ComponentInstance">
- <name>Pub_Node_6_4_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_4_1__prov2ComponentInstance">
- <name>Pub_Node_6_4_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_4_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_4_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_128</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_4_0_ComponentInstance">
- <name>Sub_Node_6_4_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_4_0__prov1ComponentInstance">
- <name>Sub_Node_6_4_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_4_0__prov2ComponentInstance">
- <name>Sub_Node_6_4_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_4_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_4_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_235</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_4_1_ComponentInstance">
- <name>Sub_Node_6_4_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_4_1__prov1ComponentInstance">
- <name>Sub_Node_6_4_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_4_1__prov2ComponentInstance">
- <name>Sub_Node_6_4_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_4_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_4_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_86</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_5_0_ComponentInstance">
- <name>Pub_Node_6_5_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_5_0__prov1ComponentInstance">
- <name>Pub_Node_6_5_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_5_0__prov2ComponentInstance">
- <name>Pub_Node_6_5_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_5_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_5_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_183</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_5_1_ComponentInstance">
- <name>Pub_Node_6_5_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_5_1__prov1ComponentInstance">
- <name>Pub_Node_6_5_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_5_1__prov2ComponentInstance">
- <name>Pub_Node_6_5_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_5_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_5_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_144</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_5_0_ComponentInstance">
- <name>Sub_Node_6_5_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_5_0__prov1ComponentInstance">
- <name>Sub_Node_6_5_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_5_0__prov2ComponentInstance">
- <name>Sub_Node_6_5_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_5_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_5_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_199</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_5_1_ComponentInstance">
- <name>Sub_Node_6_5_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_5_1__prov1ComponentInstance">
- <name>Sub_Node_6_5_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_5_1__prov2ComponentInstance">
- <name>Sub_Node_6_5_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_5_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_5_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_186</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_6_0_ComponentInstance">
- <name>Pub_Node_6_6_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_6_0__prov1ComponentInstance">
- <name>Pub_Node_6_6_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_6_0__prov2ComponentInstance">
- <name>Pub_Node_6_6_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_6_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_6_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_24</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_6_1_ComponentInstance">
- <name>Pub_Node_6_6_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_6_1__prov1ComponentInstance">
- <name>Pub_Node_6_6_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_6_1__prov2ComponentInstance">
- <name>Pub_Node_6_6_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_6_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_6_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_199</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_6_0_ComponentInstance">
- <name>Sub_Node_6_6_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_6_0__prov1ComponentInstance">
- <name>Sub_Node_6_6_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_6_0__prov2ComponentInstance">
- <name>Sub_Node_6_6_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_6_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_6_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_180</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_6_1_ComponentInstance">
- <name>Sub_Node_6_6_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_6_1__prov1ComponentInstance">
- <name>Sub_Node_6_6_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_6_1__prov2ComponentInstance">
- <name>Sub_Node_6_6_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_6_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_6_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_53</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_7_0_ComponentInstance">
- <name>Pub_Node_6_7_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_7_0__prov1ComponentInstance">
- <name>Pub_Node_6_7_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_7_0__prov2ComponentInstance">
- <name>Pub_Node_6_7_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_7_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_7_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_224</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_7_1_ComponentInstance">
- <name>Pub_Node_6_7_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_7_1__prov1ComponentInstance">
- <name>Pub_Node_6_7_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_7_1__prov2ComponentInstance">
- <name>Pub_Node_6_7_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_7_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_7_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_221</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_7_0_ComponentInstance">
- <name>Sub_Node_6_7_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_7_0__prov1ComponentInstance">
- <name>Sub_Node_6_7_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_7_0__prov2ComponentInstance">
- <name>Sub_Node_6_7_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_7_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_7_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_190</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_7_1_ComponentInstance">
- <name>Sub_Node_6_7_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_7_1__prov1ComponentInstance">
- <name>Sub_Node_6_7_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_7_1__prov2ComponentInstance">
- <name>Sub_Node_6_7_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_7_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_7_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_122</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_8_0_ComponentInstance">
- <name>Pub_Node_6_8_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_8_0__prov1ComponentInstance">
- <name>Pub_Node_6_8_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_8_0__prov2ComponentInstance">
- <name>Pub_Node_6_8_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_8_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_8_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_78</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_8_1_ComponentInstance">
- <name>Pub_Node_6_8_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_8_1__prov1ComponentInstance">
- <name>Pub_Node_6_8_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_8_1__prov2ComponentInstance">
- <name>Pub_Node_6_8_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_8_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_8_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_85</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_8_0_ComponentInstance">
- <name>Sub_Node_6_8_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_8_0__prov1ComponentInstance">
- <name>Sub_Node_6_8_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_8_0__prov2ComponentInstance">
- <name>Sub_Node_6_8_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_8_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_8_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_60</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_8_1_ComponentInstance">
- <name>Sub_Node_6_8_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_8_1__prov1ComponentInstance">
- <name>Sub_Node_6_8_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_8_1__prov2ComponentInstance">
- <name>Sub_Node_6_8_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_8_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_8_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_84</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_9_0_ComponentInstance">
- <name>Pub_Node_6_9_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_9_0__prov1ComponentInstance">
- <name>Pub_Node_6_9_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_9_0__prov2ComponentInstance">
- <name>Pub_Node_6_9_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_9_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_9_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_166</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_9_1_ComponentInstance">
- <name>Pub_Node_6_9_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_9_1__prov1ComponentInstance">
- <name>Pub_Node_6_9_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_9_1__prov2ComponentInstance">
- <name>Pub_Node_6_9_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_9_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_9_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_88</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_9_0_ComponentInstance">
- <name>Sub_Node_6_9_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_9_0__prov1ComponentInstance">
- <name>Sub_Node_6_9_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_9_0__prov2ComponentInstance">
- <name>Sub_Node_6_9_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_9_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_9_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_193</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_9_1_ComponentInstance">
- <name>Sub_Node_6_9_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_9_1__prov1ComponentInstance">
- <name>Sub_Node_6_9_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_9_1__prov2ComponentInstance">
- <name>Sub_Node_6_9_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_9_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_9_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_124</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_10_0_ComponentInstance">
- <name>Pub_Node_6_10_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_10_0__prov1ComponentInstance">
- <name>Pub_Node_6_10_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_10_0__prov2ComponentInstance">
- <name>Pub_Node_6_10_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_10_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_10_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_108</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_10_1_ComponentInstance">
- <name>Pub_Node_6_10_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_10_1__prov1ComponentInstance">
- <name>Pub_Node_6_10_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_10_1__prov2ComponentInstance">
- <name>Pub_Node_6_10_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_10_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_10_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_229</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_10_0_ComponentInstance">
- <name>Sub_Node_6_10_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_10_0__prov1ComponentInstance">
- <name>Sub_Node_6_10_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_10_0__prov2ComponentInstance">
- <name>Sub_Node_6_10_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_10_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_10_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_160</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_10_1_ComponentInstance">
- <name>Sub_Node_6_10_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_10_1__prov1ComponentInstance">
- <name>Sub_Node_6_10_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_10_1__prov2ComponentInstance">
- <name>Sub_Node_6_10_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_10_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_10_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_116</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_11_0_ComponentInstance">
- <name>Pub_Node_6_11_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_11_0__prov1ComponentInstance">
- <name>Pub_Node_6_11_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_11_0__prov2ComponentInstance">
- <name>Pub_Node_6_11_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_11_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_11_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_135</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_11_1_ComponentInstance">
- <name>Pub_Node_6_11_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_11_1__prov1ComponentInstance">
- <name>Pub_Node_6_11_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_11_1__prov2ComponentInstance">
- <name>Pub_Node_6_11_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_11_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_11_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_142</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_11_0_ComponentInstance">
- <name>Sub_Node_6_11_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_11_0__prov1ComponentInstance">
- <name>Sub_Node_6_11_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_11_0__prov2ComponentInstance">
- <name>Sub_Node_6_11_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_11_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_11_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_106</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_11_1_ComponentInstance">
- <name>Sub_Node_6_11_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_11_1__prov1ComponentInstance">
- <name>Sub_Node_6_11_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_11_1__prov2ComponentInstance">
- <name>Sub_Node_6_11_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_11_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_11_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_214</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_12_0_ComponentInstance">
- <name>Pub_Node_6_12_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_12_0__prov1ComponentInstance">
- <name>Pub_Node_6_12_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_12_0__prov2ComponentInstance">
- <name>Pub_Node_6_12_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_12_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_12_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_175</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_12_1_ComponentInstance">
- <name>Pub_Node_6_12_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_12_1__prov1ComponentInstance">
- <name>Pub_Node_6_12_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_12_1__prov2ComponentInstance">
- <name>Pub_Node_6_12_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_12_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_12_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_151</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_12_0_ComponentInstance">
- <name>Sub_Node_6_12_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_12_0__prov1ComponentInstance">
- <name>Sub_Node_6_12_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_12_0__prov2ComponentInstance">
- <name>Sub_Node_6_12_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_12_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_12_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_165</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_12_1_ComponentInstance">
- <name>Sub_Node_6_12_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_12_1__prov1ComponentInstance">
- <name>Sub_Node_6_12_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_12_1__prov2ComponentInstance">
- <name>Sub_Node_6_12_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_12_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_12_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_185</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_13_0_ComponentInstance">
- <name>Pub_Node_6_13_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_13_0__prov1ComponentInstance">
- <name>Pub_Node_6_13_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_13_0__prov2ComponentInstance">
- <name>Pub_Node_6_13_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_13_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_13_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_52</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_13_1_ComponentInstance">
- <name>Pub_Node_6_13_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_13_1__prov1ComponentInstance">
- <name>Pub_Node_6_13_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_13_1__prov2ComponentInstance">
- <name>Pub_Node_6_13_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_13_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_13_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_59</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_13_0_ComponentInstance">
- <name>Sub_Node_6_13_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_13_0__prov1ComponentInstance">
- <name>Sub_Node_6_13_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_13_0__prov2ComponentInstance">
- <name>Sub_Node_6_13_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_13_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_13_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_78</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_13_1_ComponentInstance">
- <name>Sub_Node_6_13_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_13_1__prov1ComponentInstance">
- <name>Sub_Node_6_13_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_13_1__prov2ComponentInstance">
- <name>Sub_Node_6_13_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_13_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_13_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_239</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_14_0_ComponentInstance">
- <name>Pub_Node_6_14_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_14_0__prov1ComponentInstance">
- <name>Pub_Node_6_14_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_14_0__prov2ComponentInstance">
- <name>Pub_Node_6_14_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_14_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_14_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_225</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_14_1_ComponentInstance">
- <name>Pub_Node_6_14_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_14_1__prov1ComponentInstance">
- <name>Pub_Node_6_14_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_14_1__prov2ComponentInstance">
- <name>Pub_Node_6_14_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_14_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_14_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_36</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_14_0_ComponentInstance">
- <name>Sub_Node_6_14_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_14_0__prov1ComponentInstance">
- <name>Sub_Node_6_14_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_14_0__prov2ComponentInstance">
- <name>Sub_Node_6_14_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_14_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_14_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_66</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_14_1_ComponentInstance">
- <name>Sub_Node_6_14_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_14_1__prov1ComponentInstance">
- <name>Sub_Node_6_14_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_14_1__prov2ComponentInstance">
- <name>Sub_Node_6_14_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_14_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_14_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_163</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_15_0_ComponentInstance">
- <name>Pub_Node_6_15_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_15_0__prov1ComponentInstance">
- <name>Pub_Node_6_15_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_15_0__prov2ComponentInstance">
- <name>Pub_Node_6_15_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_15_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_15_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_124</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_15_1_ComponentInstance">
- <name>Pub_Node_6_15_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_15_1__prov1ComponentInstance">
- <name>Pub_Node_6_15_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_15_1__prov2ComponentInstance">
- <name>Pub_Node_6_15_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_15_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_15_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_204</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_15_0_ComponentInstance">
- <name>Sub_Node_6_15_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_15_0__prov1ComponentInstance">
- <name>Sub_Node_6_15_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_15_0__prov2ComponentInstance">
- <name>Sub_Node_6_15_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_15_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_15_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_217</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_15_1_ComponentInstance">
- <name>Sub_Node_6_15_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_15_1__prov1ComponentInstance">
- <name>Sub_Node_6_15_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_15_1__prov2ComponentInstance">
- <name>Sub_Node_6_15_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_15_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_15_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_196</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_16_0_ComponentInstance">
- <name>Pub_Node_6_16_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_16_0__prov1ComponentInstance">
- <name>Pub_Node_6_16_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_16_0__prov2ComponentInstance">
- <name>Pub_Node_6_16_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_16_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_16_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_155</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_16_1_ComponentInstance">
- <name>Pub_Node_6_16_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_16_1__prov1ComponentInstance">
- <name>Pub_Node_6_16_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_16_1__prov2ComponentInstance">
- <name>Pub_Node_6_16_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_16_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_16_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_7</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_16_0_ComponentInstance">
- <name>Sub_Node_6_16_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_16_0__prov1ComponentInstance">
- <name>Sub_Node_6_16_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_16_0__prov2ComponentInstance">
- <name>Sub_Node_6_16_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_16_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_16_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_18</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_16_1_ComponentInstance">
- <name>Sub_Node_6_16_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_16_1__prov1ComponentInstance">
- <name>Sub_Node_6_16_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_16_1__prov2ComponentInstance">
- <name>Sub_Node_6_16_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_16_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_16_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_73</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_17_0_ComponentInstance">
- <name>Pub_Node_6_17_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_17_0__prov1ComponentInstance">
- <name>Pub_Node_6_17_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_17_0__prov2ComponentInstance">
- <name>Pub_Node_6_17_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_17_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_17_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_151</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_17_1_ComponentInstance">
- <name>Pub_Node_6_17_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_17_1__prov1ComponentInstance">
- <name>Pub_Node_6_17_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_17_1__prov2ComponentInstance">
- <name>Pub_Node_6_17_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_17_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_17_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_127</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_17_0_ComponentInstance">
- <name>Sub_Node_6_17_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_17_0__prov1ComponentInstance">
- <name>Sub_Node_6_17_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_17_0__prov2ComponentInstance">
- <name>Sub_Node_6_17_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_17_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_17_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_73</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_17_1_ComponentInstance">
- <name>Sub_Node_6_17_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_17_1__prov1ComponentInstance">
- <name>Sub_Node_6_17_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_17_1__prov2ComponentInstance">
- <name>Sub_Node_6_17_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_17_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_17_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_87</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_18_0_ComponentInstance">
- <name>Pub_Node_6_18_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_18_0__prov1ComponentInstance">
- <name>Pub_Node_6_18_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_18_0__prov2ComponentInstance">
- <name>Pub_Node_6_18_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_18_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_18_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_203</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_18_1_ComponentInstance">
- <name>Pub_Node_6_18_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_18_1__prov1ComponentInstance">
- <name>Pub_Node_6_18_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_18_1__prov2ComponentInstance">
- <name>Pub_Node_6_18_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_18_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_18_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_173</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_18_0_ComponentInstance">
- <name>Sub_Node_6_18_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_18_0__prov1ComponentInstance">
- <name>Sub_Node_6_18_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_18_0__prov2ComponentInstance">
- <name>Sub_Node_6_18_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_18_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_18_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_151</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_18_1_ComponentInstance">
- <name>Sub_Node_6_18_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_18_1__prov1ComponentInstance">
- <name>Sub_Node_6_18_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_18_1__prov2ComponentInstance">
- <name>Sub_Node_6_18_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_18_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_18_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_136</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_19_0_ComponentInstance">
- <name>Pub_Node_6_19_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_19_0__prov1ComponentInstance">
- <name>Pub_Node_6_19_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_19_0__prov2ComponentInstance">
- <name>Pub_Node_6_19_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_19_0_DDSConnectorComponentInstance">
- <name>Pub_Node_6_19_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_92</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_19_1_ComponentInstance">
- <name>Pub_Node_6_19_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_19_1__prov1ComponentInstance">
- <name>Pub_Node_6_19_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_19_1__prov2ComponentInstance">
- <name>Pub_Node_6_19_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_6_19_1_DDSConnectorComponentInstance">
- <name>Pub_Node_6_19_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_187</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_19_0_ComponentInstance">
- <name>Sub_Node_6_19_0_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_19_0__prov1ComponentInstance">
- <name>Sub_Node_6_19_0__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_19_0__prov2ComponentInstance">
- <name>Sub_Node_6_19_0__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_19_0_DDSConnectorComponentInstance">
- <name>Sub_Node_6_19_0_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_164</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_19_1_ComponentInstance">
- <name>Sub_Node_6_19_1_Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_19_1__prov1ComponentInstance">
- <name>Sub_Node_6_19_1__prov1Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_19_1__prov2ComponentInstance">
- <name>Sub_Node_6_19_1__prov2Component</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_6_19_1_DDSConnectorComponentInstance">
- <name>Sub_Node_6_19_1_DDSConnectorComponent</name>
- <node>Node_6</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_12</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_0_0_ComponentInstance">
- <name>Pub_Node_7_0_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_0_0__prov1ComponentInstance">
- <name>Pub_Node_7_0_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_0_0__prov2ComponentInstance">
- <name>Pub_Node_7_0_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_0_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_0_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_110</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_0_1_ComponentInstance">
- <name>Pub_Node_7_0_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_0_1__prov1ComponentInstance">
- <name>Pub_Node_7_0_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_0_1__prov2ComponentInstance">
- <name>Pub_Node_7_0_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_0_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_0_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_229</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_0_0_ComponentInstance">
- <name>Sub_Node_7_0_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_0_0__prov1ComponentInstance">
- <name>Sub_Node_7_0_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_0_0__prov2ComponentInstance">
- <name>Sub_Node_7_0_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_0_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_0_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_237</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_0_1_ComponentInstance">
- <name>Sub_Node_7_0_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_0_1__prov1ComponentInstance">
- <name>Sub_Node_7_0_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_0_1__prov2ComponentInstance">
- <name>Sub_Node_7_0_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_0_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_0_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_91</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_1_0_ComponentInstance">
- <name>Pub_Node_7_1_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_1_0__prov1ComponentInstance">
- <name>Pub_Node_7_1_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_1_0__prov2ComponentInstance">
- <name>Pub_Node_7_1_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_1_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_1_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_118</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_1_1_ComponentInstance">
- <name>Pub_Node_7_1_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_1_1__prov1ComponentInstance">
- <name>Pub_Node_7_1_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_1_1__prov2ComponentInstance">
- <name>Pub_Node_7_1_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_1_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_1_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_24</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_1_0_ComponentInstance">
- <name>Sub_Node_7_1_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_1_0__prov1ComponentInstance">
- <name>Sub_Node_7_1_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_1_0__prov2ComponentInstance">
- <name>Sub_Node_7_1_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_1_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_1_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_187</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_1_1_ComponentInstance">
- <name>Sub_Node_7_1_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_1_1__prov1ComponentInstance">
- <name>Sub_Node_7_1_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_1_1__prov2ComponentInstance">
- <name>Sub_Node_7_1_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_1_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_1_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_40</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_2_0_ComponentInstance">
- <name>Pub_Node_7_2_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_2_0__prov1ComponentInstance">
- <name>Pub_Node_7_2_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_2_0__prov2ComponentInstance">
- <name>Pub_Node_7_2_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_2_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_2_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_105</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_2_1_ComponentInstance">
- <name>Pub_Node_7_2_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_2_1__prov1ComponentInstance">
- <name>Pub_Node_7_2_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_2_1__prov2ComponentInstance">
- <name>Pub_Node_7_2_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_2_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_2_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_160</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_2_0_ComponentInstance">
- <name>Sub_Node_7_2_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_2_0__prov1ComponentInstance">
- <name>Sub_Node_7_2_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_2_0__prov2ComponentInstance">
- <name>Sub_Node_7_2_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_2_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_2_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_93</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_2_1_ComponentInstance">
- <name>Sub_Node_7_2_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_2_1__prov1ComponentInstance">
- <name>Sub_Node_7_2_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_2_1__prov2ComponentInstance">
- <name>Sub_Node_7_2_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_2_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_2_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_95</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_3_0_ComponentInstance">
- <name>Pub_Node_7_3_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_3_0__prov1ComponentInstance">
- <name>Pub_Node_7_3_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_3_0__prov2ComponentInstance">
- <name>Pub_Node_7_3_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_3_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_3_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_99</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_3_1_ComponentInstance">
- <name>Pub_Node_7_3_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_3_1__prov1ComponentInstance">
- <name>Pub_Node_7_3_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_3_1__prov2ComponentInstance">
- <name>Pub_Node_7_3_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_3_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_3_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_197</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_3_0_ComponentInstance">
- <name>Sub_Node_7_3_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_3_0__prov1ComponentInstance">
- <name>Sub_Node_7_3_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_3_0__prov2ComponentInstance">
- <name>Sub_Node_7_3_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_3_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_3_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_175</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_3_1_ComponentInstance">
- <name>Sub_Node_7_3_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_3_1__prov1ComponentInstance">
- <name>Sub_Node_7_3_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_3_1__prov2ComponentInstance">
- <name>Sub_Node_7_3_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_3_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_3_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_4</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_4_0_ComponentInstance">
- <name>Pub_Node_7_4_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_4_0__prov1ComponentInstance">
- <name>Pub_Node_7_4_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_4_0__prov2ComponentInstance">
- <name>Pub_Node_7_4_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_4_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_4_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_143</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_4_1_ComponentInstance">
- <name>Pub_Node_7_4_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_4_1__prov1ComponentInstance">
- <name>Pub_Node_7_4_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_4_1__prov2ComponentInstance">
- <name>Pub_Node_7_4_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_4_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_4_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_205</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_4_0_ComponentInstance">
- <name>Sub_Node_7_4_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_4_0__prov1ComponentInstance">
- <name>Sub_Node_7_4_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_4_0__prov2ComponentInstance">
- <name>Sub_Node_7_4_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_4_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_4_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_152</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_4_1_ComponentInstance">
- <name>Sub_Node_7_4_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_4_1__prov1ComponentInstance">
- <name>Sub_Node_7_4_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_4_1__prov2ComponentInstance">
- <name>Sub_Node_7_4_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_4_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_4_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_128</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_5_0_ComponentInstance">
- <name>Pub_Node_7_5_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_5_0__prov1ComponentInstance">
- <name>Pub_Node_7_5_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_5_0__prov2ComponentInstance">
- <name>Pub_Node_7_5_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_5_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_5_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_135</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_5_1_ComponentInstance">
- <name>Pub_Node_7_5_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_5_1__prov1ComponentInstance">
- <name>Pub_Node_7_5_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_5_1__prov2ComponentInstance">
- <name>Pub_Node_7_5_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_5_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_5_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_173</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_5_0_ComponentInstance">
- <name>Sub_Node_7_5_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_5_0__prov1ComponentInstance">
- <name>Sub_Node_7_5_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_5_0__prov2ComponentInstance">
- <name>Sub_Node_7_5_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_5_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_5_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_126</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_5_1_ComponentInstance">
- <name>Sub_Node_7_5_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_5_1__prov1ComponentInstance">
- <name>Sub_Node_7_5_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_5_1__prov2ComponentInstance">
- <name>Sub_Node_7_5_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_5_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_5_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_27</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_6_0_ComponentInstance">
- <name>Pub_Node_7_6_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_6_0__prov1ComponentInstance">
- <name>Pub_Node_7_6_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_6_0__prov2ComponentInstance">
- <name>Pub_Node_7_6_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_6_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_6_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_245</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_6_1_ComponentInstance">
- <name>Pub_Node_7_6_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_6_1__prov1ComponentInstance">
- <name>Pub_Node_7_6_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_6_1__prov2ComponentInstance">
- <name>Pub_Node_7_6_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_6_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_6_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_118</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_6_0_ComponentInstance">
- <name>Sub_Node_7_6_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_6_0__prov1ComponentInstance">
- <name>Sub_Node_7_6_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_6_0__prov2ComponentInstance">
- <name>Sub_Node_7_6_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_6_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_6_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_145</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_6_1_ComponentInstance">
- <name>Sub_Node_7_6_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_6_1__prov1ComponentInstance">
- <name>Sub_Node_7_6_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_6_1__prov2ComponentInstance">
- <name>Sub_Node_7_6_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_6_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_6_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_101</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_7_0_ComponentInstance">
- <name>Pub_Node_7_7_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_7_0__prov1ComponentInstance">
- <name>Pub_Node_7_7_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_7_0__prov2ComponentInstance">
- <name>Pub_Node_7_7_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_7_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_7_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_143</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_7_1_ComponentInstance">
- <name>Pub_Node_7_7_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_7_1__prov1ComponentInstance">
- <name>Pub_Node_7_7_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_7_1__prov2ComponentInstance">
- <name>Pub_Node_7_7_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_7_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_7_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_148</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_7_0_ComponentInstance">
- <name>Sub_Node_7_7_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_7_0__prov1ComponentInstance">
- <name>Sub_Node_7_7_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_7_0__prov2ComponentInstance">
- <name>Sub_Node_7_7_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_7_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_7_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_22</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_7_1_ComponentInstance">
- <name>Sub_Node_7_7_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_7_1__prov1ComponentInstance">
- <name>Sub_Node_7_7_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_7_1__prov2ComponentInstance">
- <name>Sub_Node_7_7_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_7_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_7_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_131</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_8_0_ComponentInstance">
- <name>Pub_Node_7_8_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_8_0__prov1ComponentInstance">
- <name>Pub_Node_7_8_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_8_0__prov2ComponentInstance">
- <name>Pub_Node_7_8_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_8_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_8_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_245</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_8_1_ComponentInstance">
- <name>Pub_Node_7_8_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_8_1__prov1ComponentInstance">
- <name>Pub_Node_7_8_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_8_1__prov2ComponentInstance">
- <name>Pub_Node_7_8_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_8_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_8_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_206</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_8_0_ComponentInstance">
- <name>Sub_Node_7_8_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_8_0__prov1ComponentInstance">
- <name>Sub_Node_7_8_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_8_0__prov2ComponentInstance">
- <name>Sub_Node_7_8_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_8_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_8_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_221</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_8_1_ComponentInstance">
- <name>Sub_Node_7_8_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_8_1__prov1ComponentInstance">
- <name>Sub_Node_7_8_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_8_1__prov2ComponentInstance">
- <name>Sub_Node_7_8_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_8_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_8_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_64</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_9_0_ComponentInstance">
- <name>Pub_Node_7_9_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_9_0__prov1ComponentInstance">
- <name>Pub_Node_7_9_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_9_0__prov2ComponentInstance">
- <name>Pub_Node_7_9_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_9_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_9_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_167</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_9_1_ComponentInstance">
- <name>Pub_Node_7_9_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_9_1__prov1ComponentInstance">
- <name>Pub_Node_7_9_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_9_1__prov2ComponentInstance">
- <name>Pub_Node_7_9_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_9_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_9_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_117</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_9_0_ComponentInstance">
- <name>Sub_Node_7_9_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_9_0__prov1ComponentInstance">
- <name>Sub_Node_7_9_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_9_0__prov2ComponentInstance">
- <name>Sub_Node_7_9_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_9_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_9_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_117</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_9_1_ComponentInstance">
- <name>Sub_Node_7_9_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_9_1__prov1ComponentInstance">
- <name>Sub_Node_7_9_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_9_1__prov2ComponentInstance">
- <name>Sub_Node_7_9_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_9_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_9_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_27</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_10_0_ComponentInstance">
- <name>Pub_Node_7_10_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_10_0__prov1ComponentInstance">
- <name>Pub_Node_7_10_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_10_0__prov2ComponentInstance">
- <name>Pub_Node_7_10_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_10_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_10_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_106</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_10_1_ComponentInstance">
- <name>Pub_Node_7_10_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_10_1__prov1ComponentInstance">
- <name>Pub_Node_7_10_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_10_1__prov2ComponentInstance">
- <name>Pub_Node_7_10_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_10_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_10_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_112</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_10_0_ComponentInstance">
- <name>Sub_Node_7_10_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_10_0__prov1ComponentInstance">
- <name>Sub_Node_7_10_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_10_0__prov2ComponentInstance">
- <name>Sub_Node_7_10_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_10_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_10_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_47</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_10_1_ComponentInstance">
- <name>Sub_Node_7_10_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_10_1__prov1ComponentInstance">
- <name>Sub_Node_7_10_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_10_1__prov2ComponentInstance">
- <name>Sub_Node_7_10_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_10_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_10_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_60</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_11_0_ComponentInstance">
- <name>Pub_Node_7_11_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_11_0__prov1ComponentInstance">
- <name>Pub_Node_7_11_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_11_0__prov2ComponentInstance">
- <name>Pub_Node_7_11_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_11_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_11_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_167</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_11_1_ComponentInstance">
- <name>Pub_Node_7_11_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_11_1__prov1ComponentInstance">
- <name>Pub_Node_7_11_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_11_1__prov2ComponentInstance">
- <name>Pub_Node_7_11_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_11_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_11_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_224</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_11_0_ComponentInstance">
- <name>Sub_Node_7_11_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_11_0__prov1ComponentInstance">
- <name>Sub_Node_7_11_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_11_0__prov2ComponentInstance">
- <name>Sub_Node_7_11_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_11_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_11_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_165</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_11_1_ComponentInstance">
- <name>Sub_Node_7_11_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_11_1__prov1ComponentInstance">
- <name>Sub_Node_7_11_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_11_1__prov2ComponentInstance">
- <name>Sub_Node_7_11_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_11_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_11_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_64</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_12_0_ComponentInstance">
- <name>Pub_Node_7_12_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_12_0__prov1ComponentInstance">
- <name>Pub_Node_7_12_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_12_0__prov2ComponentInstance">
- <name>Pub_Node_7_12_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_12_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_12_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_137</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_12_1_ComponentInstance">
- <name>Pub_Node_7_12_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_12_1__prov1ComponentInstance">
- <name>Pub_Node_7_12_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_12_1__prov2ComponentInstance">
- <name>Pub_Node_7_12_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_12_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_12_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_209</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_12_0_ComponentInstance">
- <name>Sub_Node_7_12_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_12_0__prov1ComponentInstance">
- <name>Sub_Node_7_12_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_12_0__prov2ComponentInstance">
- <name>Sub_Node_7_12_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_12_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_12_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_203</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_12_1_ComponentInstance">
- <name>Sub_Node_7_12_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_12_1__prov1ComponentInstance">
- <name>Sub_Node_7_12_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_12_1__prov2ComponentInstance">
- <name>Sub_Node_7_12_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_12_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_12_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_200</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_13_0_ComponentInstance">
- <name>Pub_Node_7_13_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_13_0__prov1ComponentInstance">
- <name>Pub_Node_7_13_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_13_0__prov2ComponentInstance">
- <name>Pub_Node_7_13_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_13_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_13_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_156</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_13_1_ComponentInstance">
- <name>Pub_Node_7_13_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_13_1__prov1ComponentInstance">
- <name>Pub_Node_7_13_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_13_1__prov2ComponentInstance">
- <name>Pub_Node_7_13_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_13_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_13_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_10</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_13_0_ComponentInstance">
- <name>Sub_Node_7_13_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_13_0__prov1ComponentInstance">
- <name>Sub_Node_7_13_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_13_0__prov2ComponentInstance">
- <name>Sub_Node_7_13_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_13_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_13_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_235</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_13_1_ComponentInstance">
- <name>Sub_Node_7_13_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_13_1__prov1ComponentInstance">
- <name>Sub_Node_7_13_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_13_1__prov2ComponentInstance">
- <name>Sub_Node_7_13_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_13_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_13_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_78</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_14_0_ComponentInstance">
- <name>Pub_Node_7_14_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_14_0__prov1ComponentInstance">
- <name>Pub_Node_7_14_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_14_0__prov2ComponentInstance">
- <name>Pub_Node_7_14_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_14_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_14_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_177</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_14_1_ComponentInstance">
- <name>Pub_Node_7_14_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_14_1__prov1ComponentInstance">
- <name>Pub_Node_7_14_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_14_1__prov2ComponentInstance">
- <name>Pub_Node_7_14_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_14_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_14_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_115</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_14_0_ComponentInstance">
- <name>Sub_Node_7_14_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_14_0__prov1ComponentInstance">
- <name>Sub_Node_7_14_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_14_0__prov2ComponentInstance">
- <name>Sub_Node_7_14_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_14_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_14_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_13</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_14_1_ComponentInstance">
- <name>Sub_Node_7_14_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_14_1__prov1ComponentInstance">
- <name>Sub_Node_7_14_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_14_1__prov2ComponentInstance">
- <name>Sub_Node_7_14_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_14_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_14_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_143</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_15_0_ComponentInstance">
- <name>Pub_Node_7_15_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_15_0__prov1ComponentInstance">
- <name>Pub_Node_7_15_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_15_0__prov2ComponentInstance">
- <name>Pub_Node_7_15_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_15_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_15_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_154</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_15_1_ComponentInstance">
- <name>Pub_Node_7_15_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_15_1__prov1ComponentInstance">
- <name>Pub_Node_7_15_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_15_1__prov2ComponentInstance">
- <name>Pub_Node_7_15_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_15_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_15_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_142</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_15_0_ComponentInstance">
- <name>Sub_Node_7_15_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_15_0__prov1ComponentInstance">
- <name>Sub_Node_7_15_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_15_0__prov2ComponentInstance">
- <name>Sub_Node_7_15_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_15_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_15_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_212</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_15_1_ComponentInstance">
- <name>Sub_Node_7_15_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_15_1__prov1ComponentInstance">
- <name>Sub_Node_7_15_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_15_1__prov2ComponentInstance">
- <name>Sub_Node_7_15_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_15_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_15_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_156</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_16_0_ComponentInstance">
- <name>Pub_Node_7_16_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_16_0__prov1ComponentInstance">
- <name>Pub_Node_7_16_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_16_0__prov2ComponentInstance">
- <name>Pub_Node_7_16_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_16_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_16_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_96</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_16_1_ComponentInstance">
- <name>Pub_Node_7_16_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_16_1__prov1ComponentInstance">
- <name>Pub_Node_7_16_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_16_1__prov2ComponentInstance">
- <name>Pub_Node_7_16_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_16_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_16_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_26</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_16_0_ComponentInstance">
- <name>Sub_Node_7_16_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_16_0__prov1ComponentInstance">
- <name>Sub_Node_7_16_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_16_0__prov2ComponentInstance">
- <name>Sub_Node_7_16_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_16_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_16_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_48</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_16_1_ComponentInstance">
- <name>Sub_Node_7_16_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_16_1__prov1ComponentInstance">
- <name>Sub_Node_7_16_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_16_1__prov2ComponentInstance">
- <name>Sub_Node_7_16_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_16_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_16_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_124</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_17_0_ComponentInstance">
- <name>Pub_Node_7_17_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_17_0__prov1ComponentInstance">
- <name>Pub_Node_7_17_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_17_0__prov2ComponentInstance">
- <name>Pub_Node_7_17_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_17_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_17_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_84</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_17_1_ComponentInstance">
- <name>Pub_Node_7_17_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_17_1__prov1ComponentInstance">
- <name>Pub_Node_7_17_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_17_1__prov2ComponentInstance">
- <name>Pub_Node_7_17_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_17_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_17_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_99</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_17_0_ComponentInstance">
- <name>Sub_Node_7_17_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_17_0__prov1ComponentInstance">
- <name>Sub_Node_7_17_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_17_0__prov2ComponentInstance">
- <name>Sub_Node_7_17_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_17_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_17_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_224</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_17_1_ComponentInstance">
- <name>Sub_Node_7_17_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_17_1__prov1ComponentInstance">
- <name>Sub_Node_7_17_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_17_1__prov2ComponentInstance">
- <name>Sub_Node_7_17_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_17_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_17_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_18</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_18_0_ComponentInstance">
- <name>Pub_Node_7_18_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_18_0__prov1ComponentInstance">
- <name>Pub_Node_7_18_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_18_0__prov2ComponentInstance">
- <name>Pub_Node_7_18_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_18_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_18_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_78</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_18_1_ComponentInstance">
- <name>Pub_Node_7_18_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_18_1__prov1ComponentInstance">
- <name>Pub_Node_7_18_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_18_1__prov2ComponentInstance">
- <name>Pub_Node_7_18_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_18_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_18_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_63</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_18_0_ComponentInstance">
- <name>Sub_Node_7_18_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_18_0__prov1ComponentInstance">
- <name>Sub_Node_7_18_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_18_0__prov2ComponentInstance">
- <name>Sub_Node_7_18_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_18_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_18_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_246</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_18_1_ComponentInstance">
- <name>Sub_Node_7_18_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_18_1__prov1ComponentInstance">
- <name>Sub_Node_7_18_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_18_1__prov2ComponentInstance">
- <name>Sub_Node_7_18_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_18_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_18_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_49</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_19_0_ComponentInstance">
- <name>Pub_Node_7_19_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_19_0__prov1ComponentInstance">
- <name>Pub_Node_7_19_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_19_0__prov2ComponentInstance">
- <name>Pub_Node_7_19_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_19_0_DDSConnectorComponentInstance">
- <name>Pub_Node_7_19_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_103</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_19_1_ComponentInstance">
- <name>Pub_Node_7_19_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_19_1__prov1ComponentInstance">
- <name>Pub_Node_7_19_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_19_1__prov2ComponentInstance">
- <name>Pub_Node_7_19_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_7_19_1_DDSConnectorComponentInstance">
- <name>Pub_Node_7_19_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_89</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_19_0_ComponentInstance">
- <name>Sub_Node_7_19_0_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_19_0__prov1ComponentInstance">
- <name>Sub_Node_7_19_0__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_19_0__prov2ComponentInstance">
- <name>Sub_Node_7_19_0__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_19_0_DDSConnectorComponentInstance">
- <name>Sub_Node_7_19_0_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_19</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_19_1_ComponentInstance">
- <name>Sub_Node_7_19_1_Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_19_1__prov1ComponentInstance">
- <name>Sub_Node_7_19_1__prov1Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_19_1__prov2ComponentInstance">
- <name>Sub_Node_7_19_1__prov2Component</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_7_19_1_DDSConnectorComponentInstance">
- <name>Sub_Node_7_19_1_DDSConnectorComponent</name>
- <node>Node_7</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_10</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_0_0_ComponentInstance">
- <name>Pub_Node_8_0_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_0_0__prov1ComponentInstance">
- <name>Pub_Node_8_0_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_0_0__prov2ComponentInstance">
- <name>Pub_Node_8_0_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_0_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_0_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_204</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_0_1_ComponentInstance">
- <name>Pub_Node_8_0_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_0_1__prov1ComponentInstance">
- <name>Pub_Node_8_0_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_0_1__prov2ComponentInstance">
- <name>Pub_Node_8_0_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_0_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_0_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_107</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_0_0_ComponentInstance">
- <name>Sub_Node_8_0_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_0_0__prov1ComponentInstance">
- <name>Sub_Node_8_0_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_0_0__prov2ComponentInstance">
- <name>Sub_Node_8_0_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_0_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_0_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_65</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_0_1_ComponentInstance">
- <name>Sub_Node_8_0_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_0_1__prov1ComponentInstance">
- <name>Sub_Node_8_0_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_0_1__prov2ComponentInstance">
- <name>Sub_Node_8_0_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_0_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_0_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_74</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_1_0_ComponentInstance">
- <name>Pub_Node_8_1_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_1_0__prov1ComponentInstance">
- <name>Pub_Node_8_1_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_1_0__prov2ComponentInstance">
- <name>Pub_Node_8_1_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_1_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_1_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_0</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_1_1_ComponentInstance">
- <name>Pub_Node_8_1_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_1_1__prov1ComponentInstance">
- <name>Pub_Node_8_1_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_1_1__prov2ComponentInstance">
- <name>Pub_Node_8_1_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_1_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_1_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_56</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_1_0_ComponentInstance">
- <name>Sub_Node_8_1_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_1_0__prov1ComponentInstance">
- <name>Sub_Node_8_1_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_1_0__prov2ComponentInstance">
- <name>Sub_Node_8_1_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_1_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_1_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_212</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_1_1_ComponentInstance">
- <name>Sub_Node_8_1_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_1_1__prov1ComponentInstance">
- <name>Sub_Node_8_1_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_1_1__prov2ComponentInstance">
- <name>Sub_Node_8_1_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_1_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_1_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_245</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_2_0_ComponentInstance">
- <name>Pub_Node_8_2_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_2_0__prov1ComponentInstance">
- <name>Pub_Node_8_2_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_2_0__prov2ComponentInstance">
- <name>Pub_Node_8_2_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_2_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_2_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_137</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_2_1_ComponentInstance">
- <name>Pub_Node_8_2_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_2_1__prov1ComponentInstance">
- <name>Pub_Node_8_2_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_2_1__prov2ComponentInstance">
- <name>Pub_Node_8_2_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_2_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_2_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_170</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_2_0_ComponentInstance">
- <name>Sub_Node_8_2_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_2_0__prov1ComponentInstance">
- <name>Sub_Node_8_2_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_2_0__prov2ComponentInstance">
- <name>Sub_Node_8_2_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_2_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_2_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_211</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_2_1_ComponentInstance">
- <name>Sub_Node_8_2_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_2_1__prov1ComponentInstance">
- <name>Sub_Node_8_2_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_2_1__prov2ComponentInstance">
- <name>Sub_Node_8_2_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_2_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_2_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_185</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_3_0_ComponentInstance">
- <name>Pub_Node_8_3_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_3_0__prov1ComponentInstance">
- <name>Pub_Node_8_3_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_3_0__prov2ComponentInstance">
- <name>Pub_Node_8_3_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_3_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_3_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_249</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_3_1_ComponentInstance">
- <name>Pub_Node_8_3_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_3_1__prov1ComponentInstance">
- <name>Pub_Node_8_3_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_3_1__prov2ComponentInstance">
- <name>Pub_Node_8_3_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_3_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_3_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_219</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_3_0_ComponentInstance">
- <name>Sub_Node_8_3_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_3_0__prov1ComponentInstance">
- <name>Sub_Node_8_3_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_3_0__prov2ComponentInstance">
- <name>Sub_Node_8_3_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_3_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_3_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_31</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_3_1_ComponentInstance">
- <name>Sub_Node_8_3_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_3_1__prov1ComponentInstance">
- <name>Sub_Node_8_3_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_3_1__prov2ComponentInstance">
- <name>Sub_Node_8_3_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_3_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_3_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_247</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_4_0_ComponentInstance">
- <name>Pub_Node_8_4_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_4_0__prov1ComponentInstance">
- <name>Pub_Node_8_4_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_4_0__prov2ComponentInstance">
- <name>Pub_Node_8_4_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_4_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_4_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_170</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_4_1_ComponentInstance">
- <name>Pub_Node_8_4_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_4_1__prov1ComponentInstance">
- <name>Pub_Node_8_4_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_4_1__prov2ComponentInstance">
- <name>Pub_Node_8_4_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_4_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_4_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_141</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_4_0_ComponentInstance">
- <name>Sub_Node_8_4_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_4_0__prov1ComponentInstance">
- <name>Sub_Node_8_4_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_4_0__prov2ComponentInstance">
- <name>Sub_Node_8_4_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_4_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_4_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_148</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_4_1_ComponentInstance">
- <name>Sub_Node_8_4_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_4_1__prov1ComponentInstance">
- <name>Sub_Node_8_4_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_4_1__prov2ComponentInstance">
- <name>Sub_Node_8_4_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_4_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_4_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_75</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_5_0_ComponentInstance">
- <name>Pub_Node_8_5_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_5_0__prov1ComponentInstance">
- <name>Pub_Node_8_5_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_5_0__prov2ComponentInstance">
- <name>Pub_Node_8_5_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_5_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_5_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_222</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_5_1_ComponentInstance">
- <name>Pub_Node_8_5_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_5_1__prov1ComponentInstance">
- <name>Pub_Node_8_5_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_5_1__prov2ComponentInstance">
- <name>Pub_Node_8_5_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_5_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_5_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_240</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_5_0_ComponentInstance">
- <name>Sub_Node_8_5_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_5_0__prov1ComponentInstance">
- <name>Sub_Node_8_5_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_5_0__prov2ComponentInstance">
- <name>Sub_Node_8_5_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_5_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_5_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_173</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_5_1_ComponentInstance">
- <name>Sub_Node_8_5_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_5_1__prov1ComponentInstance">
- <name>Sub_Node_8_5_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_5_1__prov2ComponentInstance">
- <name>Sub_Node_8_5_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_5_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_5_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_136</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_6_0_ComponentInstance">
- <name>Pub_Node_8_6_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_6_0__prov1ComponentInstance">
- <name>Pub_Node_8_6_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_6_0__prov2ComponentInstance">
- <name>Pub_Node_8_6_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_6_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_6_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_85</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_6_1_ComponentInstance">
- <name>Pub_Node_8_6_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_6_1__prov1ComponentInstance">
- <name>Pub_Node_8_6_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_6_1__prov2ComponentInstance">
- <name>Pub_Node_8_6_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_6_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_6_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_217</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_6_0_ComponentInstance">
- <name>Sub_Node_8_6_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_6_0__prov1ComponentInstance">
- <name>Sub_Node_8_6_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_6_0__prov2ComponentInstance">
- <name>Sub_Node_8_6_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_6_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_6_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_16</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_6_1_ComponentInstance">
- <name>Sub_Node_8_6_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_6_1__prov1ComponentInstance">
- <name>Sub_Node_8_6_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_6_1__prov2ComponentInstance">
- <name>Sub_Node_8_6_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_6_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_6_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_68</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_7_0_ComponentInstance">
- <name>Pub_Node_8_7_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_7_0__prov1ComponentInstance">
- <name>Pub_Node_8_7_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_7_0__prov2ComponentInstance">
- <name>Pub_Node_8_7_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_7_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_7_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_19</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_7_1_ComponentInstance">
- <name>Pub_Node_8_7_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_7_1__prov1ComponentInstance">
- <name>Pub_Node_8_7_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_7_1__prov2ComponentInstance">
- <name>Pub_Node_8_7_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_7_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_7_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_95</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_7_0_ComponentInstance">
- <name>Sub_Node_8_7_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_7_0__prov1ComponentInstance">
- <name>Sub_Node_8_7_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_7_0__prov2ComponentInstance">
- <name>Sub_Node_8_7_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_7_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_7_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_75</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_7_1_ComponentInstance">
- <name>Sub_Node_8_7_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_7_1__prov1ComponentInstance">
- <name>Sub_Node_8_7_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_7_1__prov2ComponentInstance">
- <name>Sub_Node_8_7_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_7_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_7_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_32</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_8_0_ComponentInstance">
- <name>Pub_Node_8_8_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_8_0__prov1ComponentInstance">
- <name>Pub_Node_8_8_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_8_0__prov2ComponentInstance">
- <name>Pub_Node_8_8_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_8_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_8_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_42</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_8_1_ComponentInstance">
- <name>Pub_Node_8_8_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_8_1__prov1ComponentInstance">
- <name>Pub_Node_8_8_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_8_1__prov2ComponentInstance">
- <name>Pub_Node_8_8_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_8_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_8_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_158</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_8_0_ComponentInstance">
- <name>Sub_Node_8_8_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_8_0__prov1ComponentInstance">
- <name>Sub_Node_8_8_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_8_0__prov2ComponentInstance">
- <name>Sub_Node_8_8_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_8_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_8_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_148</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_8_1_ComponentInstance">
- <name>Sub_Node_8_8_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_8_1__prov1ComponentInstance">
- <name>Sub_Node_8_8_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_8_1__prov2ComponentInstance">
- <name>Sub_Node_8_8_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_8_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_8_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_192</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_9_0_ComponentInstance">
- <name>Pub_Node_8_9_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_9_0__prov1ComponentInstance">
- <name>Pub_Node_8_9_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_9_0__prov2ComponentInstance">
- <name>Pub_Node_8_9_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_9_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_9_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_152</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_9_1_ComponentInstance">
- <name>Pub_Node_8_9_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_9_1__prov1ComponentInstance">
- <name>Pub_Node_8_9_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_9_1__prov2ComponentInstance">
- <name>Pub_Node_8_9_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_9_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_9_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_238</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_9_0_ComponentInstance">
- <name>Sub_Node_8_9_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_9_0__prov1ComponentInstance">
- <name>Sub_Node_8_9_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_9_0__prov2ComponentInstance">
- <name>Sub_Node_8_9_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_9_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_9_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_180</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_9_1_ComponentInstance">
- <name>Sub_Node_8_9_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_9_1__prov1ComponentInstance">
- <name>Sub_Node_8_9_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_9_1__prov2ComponentInstance">
- <name>Sub_Node_8_9_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_9_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_9_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_36</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_10_0_ComponentInstance">
- <name>Pub_Node_8_10_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_10_0__prov1ComponentInstance">
- <name>Pub_Node_8_10_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_10_0__prov2ComponentInstance">
- <name>Pub_Node_8_10_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_10_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_10_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_122</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_10_1_ComponentInstance">
- <name>Pub_Node_8_10_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_10_1__prov1ComponentInstance">
- <name>Pub_Node_8_10_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_10_1__prov2ComponentInstance">
- <name>Pub_Node_8_10_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_10_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_10_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_111</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_10_0_ComponentInstance">
- <name>Sub_Node_8_10_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_10_0__prov1ComponentInstance">
- <name>Sub_Node_8_10_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_10_0__prov2ComponentInstance">
- <name>Sub_Node_8_10_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_10_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_10_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_15</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_10_1_ComponentInstance">
- <name>Sub_Node_8_10_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_10_1__prov1ComponentInstance">
- <name>Sub_Node_8_10_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_10_1__prov2ComponentInstance">
- <name>Sub_Node_8_10_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_10_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_10_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_138</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_11_0_ComponentInstance">
- <name>Pub_Node_8_11_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_11_0__prov1ComponentInstance">
- <name>Pub_Node_8_11_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_11_0__prov2ComponentInstance">
- <name>Pub_Node_8_11_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_11_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_11_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_181</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_11_1_ComponentInstance">
- <name>Pub_Node_8_11_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_11_1__prov1ComponentInstance">
- <name>Pub_Node_8_11_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_11_1__prov2ComponentInstance">
- <name>Pub_Node_8_11_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_11_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_11_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_155</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_11_0_ComponentInstance">
- <name>Sub_Node_8_11_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_11_0__prov1ComponentInstance">
- <name>Sub_Node_8_11_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_11_0__prov2ComponentInstance">
- <name>Sub_Node_8_11_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_11_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_11_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_179</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_11_1_ComponentInstance">
- <name>Sub_Node_8_11_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_11_1__prov1ComponentInstance">
- <name>Sub_Node_8_11_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_11_1__prov2ComponentInstance">
- <name>Sub_Node_8_11_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_11_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_11_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_170</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_12_0_ComponentInstance">
- <name>Pub_Node_8_12_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_12_0__prov1ComponentInstance">
- <name>Pub_Node_8_12_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_12_0__prov2ComponentInstance">
- <name>Pub_Node_8_12_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_12_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_12_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_51</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_12_1_ComponentInstance">
- <name>Pub_Node_8_12_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_12_1__prov1ComponentInstance">
- <name>Pub_Node_8_12_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_12_1__prov2ComponentInstance">
- <name>Pub_Node_8_12_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_12_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_12_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_108</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_12_0_ComponentInstance">
- <name>Sub_Node_8_12_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_12_0__prov1ComponentInstance">
- <name>Sub_Node_8_12_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_12_0__prov2ComponentInstance">
- <name>Sub_Node_8_12_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_12_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_12_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_234</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_12_1_ComponentInstance">
- <name>Sub_Node_8_12_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_12_1__prov1ComponentInstance">
- <name>Sub_Node_8_12_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_12_1__prov2ComponentInstance">
- <name>Sub_Node_8_12_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_12_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_12_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_50</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_13_0_ComponentInstance">
- <name>Pub_Node_8_13_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_13_0__prov1ComponentInstance">
- <name>Pub_Node_8_13_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_13_0__prov2ComponentInstance">
- <name>Pub_Node_8_13_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_13_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_13_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_245</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_13_1_ComponentInstance">
- <name>Pub_Node_8_13_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_13_1__prov1ComponentInstance">
- <name>Pub_Node_8_13_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_13_1__prov2ComponentInstance">
- <name>Pub_Node_8_13_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_13_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_13_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_153</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_13_0_ComponentInstance">
- <name>Sub_Node_8_13_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_13_0__prov1ComponentInstance">
- <name>Sub_Node_8_13_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_13_0__prov2ComponentInstance">
- <name>Sub_Node_8_13_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_13_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_13_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_44</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_13_1_ComponentInstance">
- <name>Sub_Node_8_13_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_13_1__prov1ComponentInstance">
- <name>Sub_Node_8_13_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_13_1__prov2ComponentInstance">
- <name>Sub_Node_8_13_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_13_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_13_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_100</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_14_0_ComponentInstance">
- <name>Pub_Node_8_14_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_14_0__prov1ComponentInstance">
- <name>Pub_Node_8_14_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_14_0__prov2ComponentInstance">
- <name>Pub_Node_8_14_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_14_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_14_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_121</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_14_1_ComponentInstance">
- <name>Pub_Node_8_14_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_14_1__prov1ComponentInstance">
- <name>Pub_Node_8_14_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_14_1__prov2ComponentInstance">
- <name>Pub_Node_8_14_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_14_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_14_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_127</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_14_0_ComponentInstance">
- <name>Sub_Node_8_14_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_14_0__prov1ComponentInstance">
- <name>Sub_Node_8_14_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_14_0__prov2ComponentInstance">
- <name>Sub_Node_8_14_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_14_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_14_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_49</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_14_1_ComponentInstance">
- <name>Sub_Node_8_14_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_14_1__prov1ComponentInstance">
- <name>Sub_Node_8_14_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_14_1__prov2ComponentInstance">
- <name>Sub_Node_8_14_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_14_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_14_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_230</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_15_0_ComponentInstance">
- <name>Pub_Node_8_15_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_15_0__prov1ComponentInstance">
- <name>Pub_Node_8_15_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_15_0__prov2ComponentInstance">
- <name>Pub_Node_8_15_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_15_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_15_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_125</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_15_1_ComponentInstance">
- <name>Pub_Node_8_15_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_15_1__prov1ComponentInstance">
- <name>Pub_Node_8_15_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_15_1__prov2ComponentInstance">
- <name>Pub_Node_8_15_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_15_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_15_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_181</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_15_0_ComponentInstance">
- <name>Sub_Node_8_15_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_15_0__prov1ComponentInstance">
- <name>Sub_Node_8_15_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_15_0__prov2ComponentInstance">
- <name>Sub_Node_8_15_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_15_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_15_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_60</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_15_1_ComponentInstance">
- <name>Sub_Node_8_15_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_15_1__prov1ComponentInstance">
- <name>Sub_Node_8_15_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_15_1__prov2ComponentInstance">
- <name>Sub_Node_8_15_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_15_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_15_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_214</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_16_0_ComponentInstance">
- <name>Pub_Node_8_16_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_16_0__prov1ComponentInstance">
- <name>Pub_Node_8_16_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_16_0__prov2ComponentInstance">
- <name>Pub_Node_8_16_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_16_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_16_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_38</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_16_1_ComponentInstance">
- <name>Pub_Node_8_16_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_16_1__prov1ComponentInstance">
- <name>Pub_Node_8_16_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_16_1__prov2ComponentInstance">
- <name>Pub_Node_8_16_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_16_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_16_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_140</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_16_0_ComponentInstance">
- <name>Sub_Node_8_16_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_16_0__prov1ComponentInstance">
- <name>Sub_Node_8_16_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_16_0__prov2ComponentInstance">
- <name>Sub_Node_8_16_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_16_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_16_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_89</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_16_1_ComponentInstance">
- <name>Sub_Node_8_16_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_16_1__prov1ComponentInstance">
- <name>Sub_Node_8_16_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_16_1__prov2ComponentInstance">
- <name>Sub_Node_8_16_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_16_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_16_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_186</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_17_0_ComponentInstance">
- <name>Pub_Node_8_17_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_17_0__prov1ComponentInstance">
- <name>Pub_Node_8_17_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_17_0__prov2ComponentInstance">
- <name>Pub_Node_8_17_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_17_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_17_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_217</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_17_1_ComponentInstance">
- <name>Pub_Node_8_17_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_17_1__prov1ComponentInstance">
- <name>Pub_Node_8_17_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_17_1__prov2ComponentInstance">
- <name>Pub_Node_8_17_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_17_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_17_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_160</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_17_0_ComponentInstance">
- <name>Sub_Node_8_17_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_17_0__prov1ComponentInstance">
- <name>Sub_Node_8_17_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_17_0__prov2ComponentInstance">
- <name>Sub_Node_8_17_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_17_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_17_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_82</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_17_1_ComponentInstance">
- <name>Sub_Node_8_17_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_17_1__prov1ComponentInstance">
- <name>Sub_Node_8_17_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_17_1__prov2ComponentInstance">
- <name>Sub_Node_8_17_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_17_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_17_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_233</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_18_0_ComponentInstance">
- <name>Pub_Node_8_18_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_18_0__prov1ComponentInstance">
- <name>Pub_Node_8_18_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_18_0__prov2ComponentInstance">
- <name>Pub_Node_8_18_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_18_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_18_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_186</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_18_1_ComponentInstance">
- <name>Pub_Node_8_18_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_18_1__prov1ComponentInstance">
- <name>Pub_Node_8_18_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_18_1__prov2ComponentInstance">
- <name>Pub_Node_8_18_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_18_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_18_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_212</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_18_0_ComponentInstance">
- <name>Sub_Node_8_18_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_18_0__prov1ComponentInstance">
- <name>Sub_Node_8_18_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_18_0__prov2ComponentInstance">
- <name>Sub_Node_8_18_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_18_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_18_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_248</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_18_1_ComponentInstance">
- <name>Sub_Node_8_18_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_18_1__prov1ComponentInstance">
- <name>Sub_Node_8_18_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_18_1__prov2ComponentInstance">
- <name>Sub_Node_8_18_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_18_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_18_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_197</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_19_0_ComponentInstance">
- <name>Pub_Node_8_19_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_19_0__prov1ComponentInstance">
- <name>Pub_Node_8_19_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_19_0__prov2ComponentInstance">
- <name>Pub_Node_8_19_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_19_0_DDSConnectorComponentInstance">
- <name>Pub_Node_8_19_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_120</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_19_1_ComponentInstance">
- <name>Pub_Node_8_19_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_19_1__prov1ComponentInstance">
- <name>Pub_Node_8_19_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_19_1__prov2ComponentInstance">
- <name>Pub_Node_8_19_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_8_19_1_DDSConnectorComponentInstance">
- <name>Pub_Node_8_19_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_178</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_19_0_ComponentInstance">
- <name>Sub_Node_8_19_0_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_19_0__prov1ComponentInstance">
- <name>Sub_Node_8_19_0__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_19_0__prov2ComponentInstance">
- <name>Sub_Node_8_19_0__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_19_0_DDSConnectorComponentInstance">
- <name>Sub_Node_8_19_0_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_198</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_19_1_ComponentInstance">
- <name>Sub_Node_8_19_1_Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_19_1__prov1ComponentInstance">
- <name>Sub_Node_8_19_1__prov1Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_19_1__prov2ComponentInstance">
- <name>Sub_Node_8_19_1__prov2Component</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_8_19_1_DDSConnectorComponentInstance">
- <name>Sub_Node_8_19_1_DDSConnectorComponent</name>
- <node>Node_8</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_76</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_0_0_ComponentInstance">
- <name>Pub_Node_9_0_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_0_0__prov1ComponentInstance">
- <name>Pub_Node_9_0_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_0_0__prov2ComponentInstance">
- <name>Pub_Node_9_0_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_0_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_0_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_114</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_0_1_ComponentInstance">
- <name>Pub_Node_9_0_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_0_1__prov1ComponentInstance">
- <name>Pub_Node_9_0_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_0_1__prov2ComponentInstance">
- <name>Pub_Node_9_0_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_0_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_0_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_7</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_0_0_ComponentInstance">
- <name>Sub_Node_9_0_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_0_0__prov1ComponentInstance">
- <name>Sub_Node_9_0_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_0_0__prov2ComponentInstance">
- <name>Sub_Node_9_0_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_0_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_0_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_129</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_0_1_ComponentInstance">
- <name>Sub_Node_9_0_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_0_1__prov1ComponentInstance">
- <name>Sub_Node_9_0_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_0_1__prov2ComponentInstance">
- <name>Sub_Node_9_0_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_0_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_0_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_59</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_1_0_ComponentInstance">
- <name>Pub_Node_9_1_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_1_0__prov1ComponentInstance">
- <name>Pub_Node_9_1_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_1_0__prov2ComponentInstance">
- <name>Pub_Node_9_1_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_1_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_1_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_84</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_1_1_ComponentInstance">
- <name>Pub_Node_9_1_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_1_1__prov1ComponentInstance">
- <name>Pub_Node_9_1_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_1_1__prov2ComponentInstance">
- <name>Pub_Node_9_1_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_1_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_1_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_247</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_1_0_ComponentInstance">
- <name>Sub_Node_9_1_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_1_0__prov1ComponentInstance">
- <name>Sub_Node_9_1_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_1_0__prov2ComponentInstance">
- <name>Sub_Node_9_1_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_1_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_1_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_0</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_1_1_ComponentInstance">
- <name>Sub_Node_9_1_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_1_1__prov1ComponentInstance">
- <name>Sub_Node_9_1_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_1_1__prov2ComponentInstance">
- <name>Sub_Node_9_1_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_1_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_1_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_179</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_2_0_ComponentInstance">
- <name>Pub_Node_9_2_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_2_0__prov1ComponentInstance">
- <name>Pub_Node_9_2_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_2_0__prov2ComponentInstance">
- <name>Pub_Node_9_2_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_2_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_2_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_210</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_2_1_ComponentInstance">
- <name>Pub_Node_9_2_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_2_1__prov1ComponentInstance">
- <name>Pub_Node_9_2_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_2_1__prov2ComponentInstance">
- <name>Pub_Node_9_2_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_2_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_2_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_11</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_2_0_ComponentInstance">
- <name>Sub_Node_9_2_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_2_0__prov1ComponentInstance">
- <name>Sub_Node_9_2_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_2_0__prov2ComponentInstance">
- <name>Sub_Node_9_2_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_2_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_2_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_19</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_2_1_ComponentInstance">
- <name>Sub_Node_9_2_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_2_1__prov1ComponentInstance">
- <name>Sub_Node_9_2_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_2_1__prov2ComponentInstance">
- <name>Sub_Node_9_2_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_2_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_2_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_72</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_3_0_ComponentInstance">
- <name>Pub_Node_9_3_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_3_0__prov1ComponentInstance">
- <name>Pub_Node_9_3_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_3_0__prov2ComponentInstance">
- <name>Pub_Node_9_3_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_3_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_3_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_94</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_3_1_ComponentInstance">
- <name>Pub_Node_9_3_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_3_1__prov1ComponentInstance">
- <name>Pub_Node_9_3_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_3_1__prov2ComponentInstance">
- <name>Pub_Node_9_3_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_3_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_3_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_116</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_3_0_ComponentInstance">
- <name>Sub_Node_9_3_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_3_0__prov1ComponentInstance">
- <name>Sub_Node_9_3_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_3_0__prov2ComponentInstance">
- <name>Sub_Node_9_3_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_3_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_3_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_182</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_3_1_ComponentInstance">
- <name>Sub_Node_9_3_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_3_1__prov1ComponentInstance">
- <name>Sub_Node_9_3_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_3_1__prov2ComponentInstance">
- <name>Sub_Node_9_3_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_3_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_3_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_138</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_4_0_ComponentInstance">
- <name>Pub_Node_9_4_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_4_0__prov1ComponentInstance">
- <name>Pub_Node_9_4_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_4_0__prov2ComponentInstance">
- <name>Pub_Node_9_4_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_4_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_4_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_30</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_4_1_ComponentInstance">
- <name>Pub_Node_9_4_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_4_1__prov1ComponentInstance">
- <name>Pub_Node_9_4_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_4_1__prov2ComponentInstance">
- <name>Pub_Node_9_4_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_4_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_4_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_83</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_4_0_ComponentInstance">
- <name>Sub_Node_9_4_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_4_0__prov1ComponentInstance">
- <name>Sub_Node_9_4_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_4_0__prov2ComponentInstance">
- <name>Sub_Node_9_4_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_4_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_4_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_206</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_4_1_ComponentInstance">
- <name>Sub_Node_9_4_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_4_1__prov1ComponentInstance">
- <name>Sub_Node_9_4_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_4_1__prov2ComponentInstance">
- <name>Sub_Node_9_4_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_4_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_4_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_110</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_5_0_ComponentInstance">
- <name>Pub_Node_9_5_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_5_0__prov1ComponentInstance">
- <name>Pub_Node_9_5_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_5_0__prov2ComponentInstance">
- <name>Pub_Node_9_5_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_5_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_5_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_37</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_5_1_ComponentInstance">
- <name>Pub_Node_9_5_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_5_1__prov1ComponentInstance">
- <name>Pub_Node_9_5_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_5_1__prov2ComponentInstance">
- <name>Pub_Node_9_5_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_5_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_5_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_9</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_5_0_ComponentInstance">
- <name>Sub_Node_9_5_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_5_0__prov1ComponentInstance">
- <name>Sub_Node_9_5_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_5_0__prov2ComponentInstance">
- <name>Sub_Node_9_5_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_5_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_5_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_2</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_5_1_ComponentInstance">
- <name>Sub_Node_9_5_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_5_1__prov1ComponentInstance">
- <name>Sub_Node_9_5_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_5_1__prov2ComponentInstance">
- <name>Sub_Node_9_5_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_5_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_5_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_50</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_6_0_ComponentInstance">
- <name>Pub_Node_9_6_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_6_0__prov1ComponentInstance">
- <name>Pub_Node_9_6_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_6_0__prov2ComponentInstance">
- <name>Pub_Node_9_6_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_6_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_6_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_197</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_6_1_ComponentInstance">
- <name>Pub_Node_9_6_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_6_1__prov1ComponentInstance">
- <name>Pub_Node_9_6_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_6_1__prov2ComponentInstance">
- <name>Pub_Node_9_6_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_6_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_6_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_13</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_6_0_ComponentInstance">
- <name>Sub_Node_9_6_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_6_0__prov1ComponentInstance">
- <name>Sub_Node_9_6_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_6_0__prov2ComponentInstance">
- <name>Sub_Node_9_6_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_6_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_6_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_52</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_6_1_ComponentInstance">
- <name>Sub_Node_9_6_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_6_1__prov1ComponentInstance">
- <name>Sub_Node_9_6_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_6_1__prov2ComponentInstance">
- <name>Sub_Node_9_6_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_6_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_6_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_191</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_7_0_ComponentInstance">
- <name>Pub_Node_9_7_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_7_0__prov1ComponentInstance">
- <name>Pub_Node_9_7_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_7_0__prov2ComponentInstance">
- <name>Pub_Node_9_7_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_7_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_7_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_22</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_7_1_ComponentInstance">
- <name>Pub_Node_9_7_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_7_1__prov1ComponentInstance">
- <name>Pub_Node_9_7_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_7_1__prov2ComponentInstance">
- <name>Pub_Node_9_7_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_7_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_7_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_33</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_7_0_ComponentInstance">
- <name>Sub_Node_9_7_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_7_0__prov1ComponentInstance">
- <name>Sub_Node_9_7_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_7_0__prov2ComponentInstance">
- <name>Sub_Node_9_7_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_7_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_7_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_101</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_7_1_ComponentInstance">
- <name>Sub_Node_9_7_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_7_1__prov1ComponentInstance">
- <name>Sub_Node_9_7_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_7_1__prov2ComponentInstance">
- <name>Sub_Node_9_7_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_7_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_7_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_205</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_8_0_ComponentInstance">
- <name>Pub_Node_9_8_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_8_0__prov1ComponentInstance">
- <name>Pub_Node_9_8_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_8_0__prov2ComponentInstance">
- <name>Pub_Node_9_8_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_8_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_8_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_243</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_8_1_ComponentInstance">
- <name>Pub_Node_9_8_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_8_1__prov1ComponentInstance">
- <name>Pub_Node_9_8_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_8_1__prov2ComponentInstance">
- <name>Pub_Node_9_8_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_8_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_8_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_157</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_8_0_ComponentInstance">
- <name>Sub_Node_9_8_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_8_0__prov1ComponentInstance">
- <name>Sub_Node_9_8_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_8_0__prov2ComponentInstance">
- <name>Sub_Node_9_8_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_8_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_8_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_240</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_8_1_ComponentInstance">
- <name>Sub_Node_9_8_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_8_1__prov1ComponentInstance">
- <name>Sub_Node_9_8_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_8_1__prov2ComponentInstance">
- <name>Sub_Node_9_8_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_8_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_8_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_60</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_9_0_ComponentInstance">
- <name>Pub_Node_9_9_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_9_0__prov1ComponentInstance">
- <name>Pub_Node_9_9_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_9_0__prov2ComponentInstance">
- <name>Pub_Node_9_9_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_9_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_9_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_164</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_9_1_ComponentInstance">
- <name>Pub_Node_9_9_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_9_1__prov1ComponentInstance">
- <name>Pub_Node_9_9_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_9_1__prov2ComponentInstance">
- <name>Pub_Node_9_9_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_9_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_9_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_241</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_9_0_ComponentInstance">
- <name>Sub_Node_9_9_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_9_0__prov1ComponentInstance">
- <name>Sub_Node_9_9_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_9_0__prov2ComponentInstance">
- <name>Sub_Node_9_9_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_9_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_9_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_129</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_9_1_ComponentInstance">
- <name>Sub_Node_9_9_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_9_1__prov1ComponentInstance">
- <name>Sub_Node_9_9_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_9_1__prov2ComponentInstance">
- <name>Sub_Node_9_9_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_9_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_9_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_31</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_10_0_ComponentInstance">
- <name>Pub_Node_9_10_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_10_0__prov1ComponentInstance">
- <name>Pub_Node_9_10_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_10_0__prov2ComponentInstance">
- <name>Pub_Node_9_10_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_10_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_10_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_218</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_10_1_ComponentInstance">
- <name>Pub_Node_9_10_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_10_1__prov1ComponentInstance">
- <name>Pub_Node_9_10_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_10_1__prov2ComponentInstance">
- <name>Pub_Node_9_10_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_10_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_10_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_168</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_10_0_ComponentInstance">
- <name>Sub_Node_9_10_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_10_0__prov1ComponentInstance">
- <name>Sub_Node_9_10_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_10_0__prov2ComponentInstance">
- <name>Sub_Node_9_10_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_10_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_10_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_92</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_10_1_ComponentInstance">
- <name>Sub_Node_9_10_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_10_1__prov1ComponentInstance">
- <name>Sub_Node_9_10_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_10_1__prov2ComponentInstance">
- <name>Sub_Node_9_10_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_10_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_10_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_20</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_11_0_ComponentInstance">
- <name>Pub_Node_9_11_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_11_0__prov1ComponentInstance">
- <name>Pub_Node_9_11_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_11_0__prov2ComponentInstance">
- <name>Pub_Node_9_11_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_11_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_11_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_6</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_11_1_ComponentInstance">
- <name>Pub_Node_9_11_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_11_1__prov1ComponentInstance">
- <name>Pub_Node_9_11_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_11_1__prov2ComponentInstance">
- <name>Pub_Node_9_11_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_11_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_11_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_7</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_11_0_ComponentInstance">
- <name>Sub_Node_9_11_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_11_0__prov1ComponentInstance">
- <name>Sub_Node_9_11_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_11_0__prov2ComponentInstance">
- <name>Sub_Node_9_11_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_11_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_11_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_49</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_11_1_ComponentInstance">
- <name>Sub_Node_9_11_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_11_1__prov1ComponentInstance">
- <name>Sub_Node_9_11_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_11_1__prov2ComponentInstance">
- <name>Sub_Node_9_11_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_11_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_11_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_186</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_12_0_ComponentInstance">
- <name>Pub_Node_9_12_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_12_0__prov1ComponentInstance">
- <name>Pub_Node_9_12_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_12_0__prov2ComponentInstance">
- <name>Pub_Node_9_12_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_12_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_12_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_162</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_12_1_ComponentInstance">
- <name>Pub_Node_9_12_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_12_1__prov1ComponentInstance">
- <name>Pub_Node_9_12_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_12_1__prov2ComponentInstance">
- <name>Pub_Node_9_12_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_12_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_12_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_89</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_12_0_ComponentInstance">
- <name>Sub_Node_9_12_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_12_0__prov1ComponentInstance">
- <name>Sub_Node_9_12_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_12_0__prov2ComponentInstance">
- <name>Sub_Node_9_12_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_12_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_12_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_96</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_12_1_ComponentInstance">
- <name>Sub_Node_9_12_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_12_1__prov1ComponentInstance">
- <name>Sub_Node_9_12_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_12_1__prov2ComponentInstance">
- <name>Sub_Node_9_12_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_12_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_12_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_47</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_13_0_ComponentInstance">
- <name>Pub_Node_9_13_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_13_0__prov1ComponentInstance">
- <name>Pub_Node_9_13_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_13_0__prov2ComponentInstance">
- <name>Pub_Node_9_13_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_13_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_13_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_238</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_13_1_ComponentInstance">
- <name>Pub_Node_9_13_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_13_1__prov1ComponentInstance">
- <name>Pub_Node_9_13_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_13_1__prov2ComponentInstance">
- <name>Pub_Node_9_13_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_13_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_13_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_137</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_13_0_ComponentInstance">
- <name>Sub_Node_9_13_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_13_0__prov1ComponentInstance">
- <name>Sub_Node_9_13_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_13_0__prov2ComponentInstance">
- <name>Sub_Node_9_13_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_13_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_13_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_238</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_13_1_ComponentInstance">
- <name>Sub_Node_9_13_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_13_1__prov1ComponentInstance">
- <name>Sub_Node_9_13_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_13_1__prov2ComponentInstance">
- <name>Sub_Node_9_13_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_13_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_13_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_8</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_14_0_ComponentInstance">
- <name>Pub_Node_9_14_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_14_0__prov1ComponentInstance">
- <name>Pub_Node_9_14_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_14_0__prov2ComponentInstance">
- <name>Pub_Node_9_14_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_14_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_14_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_222</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_14_1_ComponentInstance">
- <name>Pub_Node_9_14_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_14_1__prov1ComponentInstance">
- <name>Pub_Node_9_14_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_14_1__prov2ComponentInstance">
- <name>Pub_Node_9_14_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_14_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_14_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_135</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_14_0_ComponentInstance">
- <name>Sub_Node_9_14_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_14_0__prov1ComponentInstance">
- <name>Sub_Node_9_14_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_14_0__prov2ComponentInstance">
- <name>Sub_Node_9_14_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_14_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_14_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_232</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_14_1_ComponentInstance">
- <name>Sub_Node_9_14_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_14_1__prov1ComponentInstance">
- <name>Sub_Node_9_14_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_14_1__prov2ComponentInstance">
- <name>Sub_Node_9_14_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_14_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_14_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_202</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_15_0_ComponentInstance">
- <name>Pub_Node_9_15_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_15_0__prov1ComponentInstance">
- <name>Pub_Node_9_15_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_15_0__prov2ComponentInstance">
- <name>Pub_Node_9_15_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_15_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_15_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_180</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_15_1_ComponentInstance">
- <name>Pub_Node_9_15_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_15_1__prov1ComponentInstance">
- <name>Pub_Node_9_15_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_15_1__prov2ComponentInstance">
- <name>Pub_Node_9_15_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_15_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_15_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_132</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_15_0_ComponentInstance">
- <name>Sub_Node_9_15_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_15_0__prov1ComponentInstance">
- <name>Sub_Node_9_15_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_15_0__prov2ComponentInstance">
- <name>Sub_Node_9_15_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_15_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_15_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_88</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_15_1_ComponentInstance">
- <name>Sub_Node_9_15_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_15_1__prov1ComponentInstance">
- <name>Sub_Node_9_15_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_15_1__prov2ComponentInstance">
- <name>Sub_Node_9_15_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_15_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_15_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_213</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_16_0_ComponentInstance">
- <name>Pub_Node_9_16_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_16_0__prov1ComponentInstance">
- <name>Pub_Node_9_16_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_16_0__prov2ComponentInstance">
- <name>Pub_Node_9_16_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_16_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_16_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_229</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_16_1_ComponentInstance">
- <name>Pub_Node_9_16_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_16_1__prov1ComponentInstance">
- <name>Pub_Node_9_16_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_16_1__prov2ComponentInstance">
- <name>Pub_Node_9_16_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_16_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_16_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_108</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_16_0_ComponentInstance">
- <name>Sub_Node_9_16_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_16_0__prov1ComponentInstance">
- <name>Sub_Node_9_16_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_16_0__prov2ComponentInstance">
- <name>Sub_Node_9_16_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_16_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_16_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_59</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_16_1_ComponentInstance">
- <name>Sub_Node_9_16_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_16_1__prov1ComponentInstance">
- <name>Sub_Node_9_16_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_16_1__prov2ComponentInstance">
- <name>Sub_Node_9_16_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_16_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_16_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_174</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_17_0_ComponentInstance">
- <name>Pub_Node_9_17_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_17_0__prov1ComponentInstance">
- <name>Pub_Node_9_17_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_17_0__prov2ComponentInstance">
- <name>Pub_Node_9_17_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_17_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_17_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_191</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_17_1_ComponentInstance">
- <name>Pub_Node_9_17_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_17_1__prov1ComponentInstance">
- <name>Pub_Node_9_17_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_17_1__prov2ComponentInstance">
- <name>Pub_Node_9_17_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_17_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_17_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_168</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_17_0_ComponentInstance">
- <name>Sub_Node_9_17_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_17_0__prov1ComponentInstance">
- <name>Sub_Node_9_17_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_17_0__prov2ComponentInstance">
- <name>Sub_Node_9_17_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_17_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_17_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_175</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_17_1_ComponentInstance">
- <name>Sub_Node_9_17_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_17_1__prov1ComponentInstance">
- <name>Sub_Node_9_17_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_17_1__prov2ComponentInstance">
- <name>Sub_Node_9_17_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_17_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_17_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_49</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_18_0_ComponentInstance">
- <name>Pub_Node_9_18_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_18_0__prov1ComponentInstance">
- <name>Pub_Node_9_18_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_18_0__prov2ComponentInstance">
- <name>Pub_Node_9_18_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_18_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_18_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_93</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_18_1_ComponentInstance">
- <name>Pub_Node_9_18_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_18_1__prov1ComponentInstance">
- <name>Pub_Node_9_18_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_18_1__prov2ComponentInstance">
- <name>Pub_Node_9_18_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_18_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_18_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_68</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_18_0_ComponentInstance">
- <name>Sub_Node_9_18_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_18_0__prov1ComponentInstance">
- <name>Sub_Node_9_18_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_18_0__prov2ComponentInstance">
- <name>Sub_Node_9_18_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_18_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_18_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_217</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_18_1_ComponentInstance">
- <name>Sub_Node_9_18_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_18_1__prov1ComponentInstance">
- <name>Sub_Node_9_18_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_18_1__prov2ComponentInstance">
- <name>Sub_Node_9_18_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_18_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_18_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_140</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_19_0_ComponentInstance">
- <name>Pub_Node_9_19_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_19_0__prov1ComponentInstance">
- <name>Pub_Node_9_19_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_19_0__prov2ComponentInstance">
- <name>Pub_Node_9_19_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_19_0_DDSConnectorComponentInstance">
- <name>Pub_Node_9_19_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_18</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_19_1_ComponentInstance">
- <name>Pub_Node_9_19_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_19_1__prov1ComponentInstance">
- <name>Pub_Node_9_19_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_19_1__prov2ComponentInstance">
- <name>Pub_Node_9_19_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Pub_Node_9_19_1_DDSConnectorComponentInstance">
- <name>Pub_Node_9_19_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_120</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_19_0_ComponentInstance">
- <name>Sub_Node_9_19_0_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_19_0__prov1ComponentInstance">
- <name>Sub_Node_9_19_0__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_19_0__prov2ComponentInstance">
- <name>Sub_Node_9_19_0__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_19_0_DDSConnectorComponentInstance">
- <name>Sub_Node_9_19_0_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_65</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_19_1_ComponentInstance">
- <name>Sub_Node_9_19_1_Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="DDS_PubComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_19_1__prov1ComponentInstance">
- <name>Sub_Node_9_19_1__prov1Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_19_1__prov2ComponentInstance">
- <name>Sub_Node_9_19_1__prov2Component</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Single_ServiceComponentImplementation" />
-
-
-</instance>
-
-
-<instance xmi:id="Sub_Node_9_19_1_DDSConnectorComponentInstance">
- <name>Sub_Node_9_19_1_DDSConnectorComponent</name>
- <node>Node_9</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="Large_ConnectorComponentImplementation" />
-
- <configProperty>
- <name>topic_name</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>Topic_9</string>
- </value>
- </value>
-</configProperty>
-
-</instance>
-
-<connection>
- <name>Pub_Node_0_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_0_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_0_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_0_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_0_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_0_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_0_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_1_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_1_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_1_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_1_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_1_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_1_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_2_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_2_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_2_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_2_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_2_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_2_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_3_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_3_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_3_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_3_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_3_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_3_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_4_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_4_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_4_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_4_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_4_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_4_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_5_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_5_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_5_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_5_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_5_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_5_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_6_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_6_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_6_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_6_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_6_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_6_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_7_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_7_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_7_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_7_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_7_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_7_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_8_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_8_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_8_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_8_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_8_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_8_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_0_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_0_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_0_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_0_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_0_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_0_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_0_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_0_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_0_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_0_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_0_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_0_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_0_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_0_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_0_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_0_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_1_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_1_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_1_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_1_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_1_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_1_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_1_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_1_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_1_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_1_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_1_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_1_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_1_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_1_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_1_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_1_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_2_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_2_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_2_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_2_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_2_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_2_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_2_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_2_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_2_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_2_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_2_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_2_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_2_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_2_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_2_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_2_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_3_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_3_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_3_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_3_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_3_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_3_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_3_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_3_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_3_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_3_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_3_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_3_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_3_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_3_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_3_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_3_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_4_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_4_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_4_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_4_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_4_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_4_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_4_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_4_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_4_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_4_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_4_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_4_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_4_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_4_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_4_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_4_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_5_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_5_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_5_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_5_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_5_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_5_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_5_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_5_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_5_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_5_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_5_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_5_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_5_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_5_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_5_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_5_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_6_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_6_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_6_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_6_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_6_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_6_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_6_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_6_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_6_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_6_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_6_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_6_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_6_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_6_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_6_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_6_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_7_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_7_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_7_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_7_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_7_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_7_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_7_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_7_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_7_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_7_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_7_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_7_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_7_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_7_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_7_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_7_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_8_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_8_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_8_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_8_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_8_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_8_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_8_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_8_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_8_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_8_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_8_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_8_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_8_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_8_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_8_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_8_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_9_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_9_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_9_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_9_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_9_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_9_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_9_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_9_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_9_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_9_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_9_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_9_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_9_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_9_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_9_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_9_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_10_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_10_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_10_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_10_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_10_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_10_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_10_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_10_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_10_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_10_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_10_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_10_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_10_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_10_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_10_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_10_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_11_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_11_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_11_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_11_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_11_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_11_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_11_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_11_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_11_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_11_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_11_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_11_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_11_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_11_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_11_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_11_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_12_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_12_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_12_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_12_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_12_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_12_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_12_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_12_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_12_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_12_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_12_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_12_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_12_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_12_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_12_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_12_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_13_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_13_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_13_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_13_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_13_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_13_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_13_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_13_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_13_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_13_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_13_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_13_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_13_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_13_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_13_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_13_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_14_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_14_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_14_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_14_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_14_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_14_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_14_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_14_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_14_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_14_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_14_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_14_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_14_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_14_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_14_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_14_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_15_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_15_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_15_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_15_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_15_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_15_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_15_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_15_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_15_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_15_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_15_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_15_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_15_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_15_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_15_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_15_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_16_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_16_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_16_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_16_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_16_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_16_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_16_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_16_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_16_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_16_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_16_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_16_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_16_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_16_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_16_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_16_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_17_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_17_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_17_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_17_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_17_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_17_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_17_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_17_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_17_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_17_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_17_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_17_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_17_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_17_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_17_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_17_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_18_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_18_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_18_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_18_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_18_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_18_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_18_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_18_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_18_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_18_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_18_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_18_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_18_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_18_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_18_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_18_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Pub_Node_9_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Pub_Node_9_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Pub_Node_9_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_19_0_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_19_0__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_19_0_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_19_0__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_19_0_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_19_0_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_19_0_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_19_0_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_19_1_service1</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_19_1__prov1ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_one</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_19_1_service2</name>
-
- <internalEndpoint>
- <portName>ping_port</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_19_1__prov2ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>ping_two</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_19_1_ComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<connection>
- <name>Sub_Node_9_19_1_writer</name>
- <deployRequirement>
- <name>edu.dre.vanderbilt.DAnCE.ConnectionType</name>
- <resourceType>Local_Interface</resourceType>
-</deployRequirement>
-
- <internalEndpoint>
- <portName>info_data</portName>
- <provider>false</provider>
- <kind>SimplexReceptacle</kind>
- <instance xmi:idref="Sub_Node_9_19_1_ComponentInstance" />
-</internalEndpoint>
-
- <internalEndpoint>
- <portName>supplier_data</portName>
- <provider>true</provider>
- <kind>Facet</kind>
- <instance xmi:idref="Sub_Node_9_19_1_DDSConnectorComponentInstance" />
-</internalEndpoint>
-
-</connection>
-<artifact xmi:id="Large_Connector_ExecArtifact">
- <name>Large_Connector_exec</name>
- <source/>
- <node/>
- <location>Large_Connector_exec</location>
-</artifact>
-<artifact xmi:id="Large_Connector_SvntArtifact">
- <name>Large_Connector_svnt</name>
- <source/>
- <node/>
- <location>Large_Connector_svnt</location>
-</artifact>
-<artifact xmi:id="Large_Connector_StubArtifact">
- <name>Large_Connector_stub</name>
- <source/>
- <node/>
- <location>Large_Connector_stub</location>
-</artifact>
-<artifact xmi:id="Single_Service_ExecArtifact">
- <name>Single_Service_exec</name>
- <source/>
- <node/>
- <location>Single_Service_exec</location>
-</artifact>
-<artifact xmi:id="Single_Service_SvntArtifact">
- <name>Single_Service_svnt</name>
- <source/>
- <node/>
- <location>Single_Service_svnt</location>
-</artifact>
-<artifact xmi:id="Single_Service_StubArtifact">
- <name>Single_Service_stub</name>
- <source/>
- <node/>
- <location>Single_Service_stub</location>
-</artifact>
-<artifact xmi:id="DDS_Pub_ExecArtifact">
- <name>DDS_Pub_exec</name>
- <source/>
- <node/>
- <location>DDS_Pub_exec</location>
-</artifact>
-<artifact xmi:id="DDS_Pub_SvntArtifact">
- <name>DDS_Pub_svnt</name>
- <source/>
- <node/>
- <location>DDS_Pub_svnt</location>
-</artifact>
-<artifact xmi:id="DDS_Pub_StubArtifact">
- <name>DDS_Pub_stub</name>
- <source/>
- <node/>
- <location>DDS_Pub_stub</location>
-</artifact>
-<artifact xmi:id="DDS_Sub_ExecArtifact">
- <name>DDS_Sub_exec</name>
- <source/>
- <node/>
- <location>DDS_Sub_exec</location>
-</artifact>
-<artifact xmi:id="DDS_Sub_SvntArtifact">
- <name>DDS_Sub_svnt</name>
- <source/>
- <node/>
- <location>DDS_Sub_svnt</location>
-</artifact>
-<artifact xmi:id="DDS_Sub_StubArtifact">
- <name>DDS_Sub_stub</name>
- <source/>
- <node/>
- <location>DDS_Sub_stub</location>
-</artifact>
-</Deployment:DeploymentPlan> \ No newline at end of file
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/generate_large_plan.py b/CIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/generate_large_plan.py
deleted file mode 100755
index 5cb30f832ff..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/generate_large_plan.py
+++ /dev/null
@@ -1,247 +0,0 @@
-#!/usr/bin/python
-import sys, os, math
-
-sys.path.append (os.getenv ("DANCE_ROOT") + "/bin")
-
-from PythonDAnCE import generator
-
-nodes = 10
-processes = 200
-proc_per_node = processes / 10
-single_service_components = 1000
-dds_pub_components = 250
-dds_pub_per_proc = 2
-dds_sub_components = 375
-dds_sub_per_proc = 2
-topics = 250
-
-namespace = ""
-
-
-def create_names (prefix, number):
- retval = []
-
- for x in range(number):
- retval.append (prefix + "_" + str(x))
- return retval
-
-def add_sub_connector (name, topic, node) :
- comp = ""
- conn = ""
-
- config_prop = ""
- config_prop += generator.config_prop ("topic_name", "string", topic)
-
- comp += generator.comp_inst (name + "DDSConnector", config_prop, )
-
- deploy_req = generator.deploy_requirement ("edu.dre.vanderbilt.DAnCE.ConnectionType",
- "Local_Interface")
- conn += generator.connection (name + "info_out_data",
- deploy_req,
- generator.internal_endpoint ("info_out_data",
- "false",
- "SimplexReceptacle",
- name + "ComponentInstance"),
- generator.internal_endpoint ("push_consumer_data",
- "true",
- "Facet",
- name + "DDSConnector" + "ComponentInstance"))
-
- conn += generator.connection (name + "listenercontrol",
- deploy_req,
- generator.internal_endpoint ("info_out_data_control",
- "false",
- "SimplexReceptacle",
- name + "ComponentInstance"),
- generator.internal_endpoint ("push_consumer_data_control",
- "true",
- "Facet",
- name + "DDSConnector" + "ComponentInstance"))
-
- conn += generator.connection (name + "portstatuslistener",
- deploy_req,
- generator.internal_endpoint ("info_out_status",
- "false",
- "SimplexReceptacle",
- name + "ComponentInstance"),
- generator.internal_endpoint ("push_consumer_status",
- "true",
- "Facet",
- name + "DDSConnector" + "ComponentInstance"))
-
- conn += generator.connection (name + "listener",
- deploy_req,
- generator.internal_endpoint ("info_out_data_listener",
- "false",
- "SimplexReceptacle",
- name + "ComponentInstance"),
- generator.internal_endpoint ("push_consumer_data_listener",
- "true",
- "Facet",
- name + "DDSConnector" + "ComponentInstance"))
- return (comp, conn)
-
-def add_pub_connector (name, topic, node) :
- comp = ""
- conn = ""
-
- config_prop = ""
- config_prop += generator.config_prop.template ("topic_name", "string", topic)
-
- comp += generator.comp_inst.template (name + "DDSConnector", config_prop, "Large_ConnectorComponentImplementation", node)
-
- deploy_req = generator.deploy_requirement.template ("edu.dre.vanderbilt.DAnCE.ConnectionType",
- "Local_Interface")
-
- conn += generator.connection.template (name + "writer",
- deploy_req,
- generator.internal_endpoint.template ("info_data",
- "false",
- "SimplexReceptacle",
- name + "ComponentInstance"),
- generator.internal_endpoint.template ("supplier_data",
- "true",
- "Facet",
- name + "DDSConnector" + "ComponentInstance"))
-
- return (comp, conn)
-
-def add_provide_component (name, node) :
- retval = ""
-
- retval += generator.comp_inst.template (name, "", "Single_ServiceComponentImplementation", node)
-
- return retval
-
-def add_dds_pub_component (name, topic, node) :
- comps = ""
- conns = ""
-
- comps += generator.comp_inst.template (name, "", "DDS_PubComponentImplementation", node)
-
- compname = name + "_prov1"
- comps += add_provide_component (compname, node)
- conns += generator.connection.template (name + "service1",
- "",
- generator.internal_endpoint.template ("ping_port",
- "true",
- "Facet",
- compname+ "ComponentInstance"),
- generator.internal_endpoint.template ("ping_one",
- "false",
- "SimplexReceptacle",
- name + "ComponentInstance"))
- compname = name + "_prov2"
- comps += add_provide_component (compname, node)
- conns += generator.connection.template (name + "service2",
- "",
- generator.internal_endpoint.template ("ping_port",
- "true",
- "Facet",
- compname+ "ComponentInstance"),
- generator.internal_endpoint.template ("ping_two",
- "false",
- "SimplexReceptacle",
- name + "ComponentInstance" ))
-
-
- (tmpcomp, tmpconn) = add_pub_connector (name, topic, node)
-
- comps += tmpcomp
- conns += tmpconn
-
- return (comps, conns)
-
-def add_dds_sub_component (name, topic, node) :
- comps = ""
- conns = ""
-
- comps += generator.comp_inst (name, "", "DDS_PubComponentImplementation", node)
-
- compname = name + "_prov"
- comps += add_provide_component (compname, node)
- conns += generator.connection (name + "service",
- "",
- generator.internal_endpoint ("ping_port",
- "true",
- "Facet",
- compname + "ComponentInstance"),
- generator.internal_endpoint ("ping_one",
- "false",
- "SimplexReceptacle",
- name + "ComponentInstance"))
-
- (tmpcomp, tmpconn) = add_sub_connector (name, topic, node)
-
- comps += tmpcomp
- conns += tmpconn
-
- return (comps, conns)
-
-def main ():
-
- import random
-
- retval = ""
-
- retval += generator.header.template ("Large_Plan")
-
- retval += generator.comp_impl.template ("Large_Connector", "")
- retval += generator.comp_impl.template ("Single_Service", "")
- retval += generator.comp_impl.template ("DDS_Pub", "")
- retval += generator.comp_impl.template ("DDS_Sub", "")
-
- conns = ""
- comps = ""
-
- nodenames = create_names ("Node", nodes)
- print nodenames
- topicnames = create_names ("Topic", topics)
- print topicnames
-
- pub_count = 0
- sub_count = 0
- service_count = 0
-
- for name in nodenames:
- for proc in range (proc_per_node):
- for comp in range (dds_pub_per_proc):
- (tmpcomp, tmpconn) = add_dds_pub_component ('Pub' + '_' + name + '_' + str(proc) + '_' + str(comp) + '_',
- random.choice (topicnames),
- name)
- conns += tmpconn
- comps += tmpcomp
- pub_count += 1
- service_count += 2
-
- for comp in range (dds_sub_per_proc):
- (tmpcomp, tmpconn) = add_dds_pub_component ('Sub' + '_' + name + '_' + str(proc) + '_' + str(comp) + '_',
- random.choice (topicnames),
- name)
-
- conns += tmpconn
- comps += tmpcomp
-
- sub_count += 1
- service_count += 1
-
- retval += comps
- retval += conns
-
- retval += generator.artifact.template ("Large_Connector")
- retval += generator.artifact.template ("Single_Service")
- retval += generator.artifact.template ("DDS_Pub")
- retval += generator.artifact.template ("DDS_Sub")
- retval += generator.footer.template ()
-
- print "Writing a plan with " + str(pub_count) + " publish components, " + str (sub_count) + " subscribe components, and " + str(service_count) + " service components."
-
- outfile = open ("LargePlan.cdp", 'w')
- outfile.write (retval)
- outfile.close ()
-
-if __name__ == "__main__":
- main ()
-
-
-
diff --git a/CIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/run_test.pl b/CIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/run_test.pl
deleted file mode 100755
index 1a1128aec3f..00000000000
--- a/CIAO/connectors/dds4ccm/examples/Large_Deployment/descriptors/run_test.pl
+++ /dev/null
@@ -1,235 +0,0 @@
-eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
- & eval 'exec perl -S $0 $argv:q'
- if 0;
-
-# -*- perl -*-
-
-use lib "$ENV{'ACE_ROOT'}/bin";
-use PerlACE::TestTarget;
-
-$CIAO_ROOT = "$ENV{'CIAO_ROOT'}";
-$TAO_ROOT = "$ENV{'TAO_ROOT'}";
-$DANCE_ROOT = "$ENV{'DANCE_ROOT'}";
-
-$daemons_running = 0;
-$em_running = 0;
-$ns_running = 0;
-
-$nr_daemon = 10;
-@ports = ( 60001, 60002, 60003, 60004, 60005, 60006, 60007, 60008, 60009, 60010);
-@iorbases = ( "NodeApp1.ior", "NodeApp2.ior", "NodeApp3.ior", "NodeApp4.ior", "NodeApp5.ior", "NodeApp6.ior", "NodeApp7.ior", "NodeApp8.ior", "NodeApp9.ior", "NodeApp10.ior" );
-@iorfiles = 0;
-@nodenames = ( "Node_0", "Node_1", "Node_2", "Node_3", "Node_4", "Node_5", "Node_6", "Node_7", "Node_8", "Node_9", "Node_10");
-
-$status = 0;
-$cdp_file = "LargePlan.cdp";
-
-$controller_exec = "$CIAO_ROOT/examples/Hello/Sender/starter";
-
-# ior files other than daemon
-$ior_nsbase = "ns.ior";
-$ior_nsfile = 0;
-$ior_embase = "EM.ior";
-$ior_emfile = 0;
-
-# Processes
-$E = 0;
-$EM = 0;
-$NS = 0;
-@DEAMONS = 0;
-
-# targets
-@tg_daemons = 0;
-$tg_naming = 0;
-$tg_exe_man = 0;
-$tg_executor = 0;
-
-sub create_targets {
- # naming service
- $tg_naming = PerlACE::TestTarget::create_target (1) || die "Create target for ns failed\n";
- $tg_naming->AddLibPath ('../lib');
- # daemon
- for ($i = 0; $i < $nr_daemon; ++$i) {
- $tg_daemons[$i] = PerlACE::TestTarget::create_target ($i+1) || die "Create target for daemon $i failed\n";
- $tg_daemons[$i]->AddLibPath ('../lib');
- }
- # execution manager
- $tg_exe_man = PerlACE::TestTarget::create_target (1) || die "Create target for EM failed\n";
- $tg_exe_man->AddLibPath ('../lib');
- # executor (plan_launcher)
- $tg_executor = PerlACE::TestTarget::create_target (1) || die "Create target for executor failed\n";
- $tg_executor->AddLibPath ('../lib');
-}
-
-sub init_ior_files {
- $ior_nsfile = $tg_naming->LocalFile ($ior_nsbase);
- $ior_emfile = $tg_exe_man->LocalFile ($ior_embase);
- for ($i = 0; $i < $nr_daemon; ++$i) {
- $iorfiles[$i] = $tg_daemons[$i]->LocalFile ($iorbases[$i]);
- }
- delete_ior_files ();
-}
-
-# Delete if there are any .ior files.
-sub delete_ior_files {
- for ($i = 0; $i < $nr_daemon; ++$i) {
- $tg_daemons[$i]->DeleteFile ($iorbases[$i]);
- }
- $tg_naming->DeleteFile ($ior_nsbase);
- $tg_exe_man->DeleteFile ($ior_embase);
- for ($i = 0; $i < $nr_daemon; ++$i) {
- $iorfiles[$i] = $tg_daemons[$i]->LocalFile ($iorbases[$i]);
- }
-}
-
-sub kill_node_daemons {
- for ($i = 0; $i < $nr_daemon; ++$i) {
- $DEAMONS[$i]->Kill (); $DEAMONS[$i]->TimedWait (1);
- }
-}
-
-sub kill_open_processes {
- if ($daemons_running == 1) {
- kill_node_daemons ();
- }
-
- if ($em_running == 1) {
- $EM->Kill ();
- $EM->TimedWait (1);
- }
-
- if ($ns_running == 1) {
- $NS->Kill ();
- $NS->TimedWait (1);
- }
- # in case shutdown did not perform as expected
- $tg_executor->KillAll ('dance_locality_manager');
-}
-
-sub run_node_daemons {
- for ($i = 0; $i < $nr_daemon; ++$i) {
- $iorbase = $iorbases[$i];
- $iorfile = $iorfiles[$i];
- $port = $ports[$i];
- $nodename = $nodenames[$i];
- $iiop = "iiop://localhost:$port";
- $node_app = $tg_daemons[$i]->GetArchDir("$DANCE_ROOT/bin/") . "dance_locality_manager";
-
- $d_cmd = "$DANCE_ROOT/bin/dance_node_manager";
- $d_param = "-ORBEndpoint $iiop -s $node_app -n $nodename=$iorfile -t 30 --instance-nc corbaloc:rir:/NameService --domain-nc corbaloc:rir:/NameService";
-
- print "Run dance_node_manager with $d_param\n";
-
- $DEAMONS[$i] = $tg_daemons[$i]->CreateProcess ($d_cmd, $d_param);
- $DEAMONS[$i]->Spawn ();
-
- if ($tg_daemons[$i]->WaitForFileTimed($iorbase,
- $tg_daemons[$i]->ProcessStartWaitInterval ()) == -1) {
- print STDERR
- "ERROR: The ior $iorfile file of node daemon $i could not be found\n";
- for (; $i >= 0; --$i) {
- $DEAMONS[$i]->Kill (); $DEAMONS[$i]->TimedWait (1);
- }
- return -1;
- }
- }
- return 0;
-}
-
-create_targets ();
-init_ior_files ();
-
-# Invoke naming service
-
-$NS = $tg_naming->CreateProcess ("$TAO_ROOT/orbsvcs/Naming_Service/tao_cosnaming", "-m 0 -ORBEndpoint iiop://localhost:60013 -o $ior_nsfile");
-
-print STDERR "Starting Naming Service with -m 0 -ORBEndpoint iiop://localhost:60013 -o ns.ior\n";
-
-$ns_status = $NS->Spawn ();
-
-if ($ns_status != 0) {
- print STDERR "ERROR: Unable to execute the naming service\n";
- kill_open_processes ();
- exit 1;
-}
-
-if ($tg_naming->WaitForFileTimed ($ior_nsbase,
- $tg_naming->ProcessStartWaitInterval ()) == -1) {
- print STDERR "ERROR: cannot find naming service IOR file\n";
- $NS->Kill (); $NS->TimedWait (1);
- exit 1;
-}
-
-$ns_running = 1;
-# Set up NamingService environment
-$ENV{"NameServiceIOR"} = "corbaloc:iiop:localhost:60013/NameService";
-
-# Invoke node daemon.
-print "Invoking node daemon\n";
-$status = run_node_daemons ();
-
-if ($status != 0) {
- print STDERR "ERROR: Unable to execute the node daemons\n";
- kill_open_processes ();
- exit 1;
-}
-
-$daemons_running = 1;
-
-# Invoke execution manager.
-print "Invoking execution manager (dance_execution_manager.exe) with -e$ior_emfile\n";
-$EM = $tg_exe_man->CreateProcess ("$DANCE_ROOT/bin/dance_execution_manager",
- "-e$ior_emfile --domain-nc corbaloc:rir:/NameService");
-$EM->Spawn ();
-
-if ($tg_exe_man->WaitForFileTimed ($ior_embase,
- $tg_exe_man->ProcessStartWaitInterval ()) == -1) {
- print STDERR
- "ERROR: The ior file of execution manager could not be found\n";
- kill_open_processes ();
- exit 1;
-}
-
-$em_running = 1;
-
-# Invoke executor - start the application -.
-print "Invoking executor - launch the application -\n";
-
-print "Start dance_plan_launcher.exe with -x $cdp_file -k file://$ior_emfile -l\n";
-$E = $tg_executor->CreateProcess ("$DANCE_ROOT/bin/dance_plan_launcher",
- "-x $cdp_file -k file://$ior_emfile -l");
-$E->SpawnWaitKill (600);
-
-for ($i = 0; $i < $nr_daemon; ++$i) {
- if ($tg_daemons[$i]->WaitForFileTimed ($iorbases[$i],
- $tg_daemons[$i]->ProcessStopWaitInterval ()) == -1) {
- print STDERR "ERROR: The ior file of daemon $i could not be found\n";
- kill_open_processes ();
- exit 1;
- }
-}
-
-# print "Invoking the controller ($controller_exec -k file://Sender.ior)\n";
-# $CTRL = $tg_executor->CreateProcess ("$controller_exec", "-k file://Sender.ior");
-# $result = $CTRL->SpawnWaitKill ($tg_executor->ProcessStartWaitInterval ());
-
-# if ($result != 0) {
-# print STDERR "ERROR: The controller returned $result\n";
-# $status = 1;
-# }
-
-# Invoke executor - stop the application -.
-print "Invoking executor - stop the application -\n";
-print "by running dance_plan_launcher.exe with -k file://$ior_emfile -x $cdp_file -s\n";
-
-$E = $tg_executor->CreateProcess ("$DANCE_ROOT/bin/dance_plan_launcher",
- "-k file://$ior_emfile -x $cdp_file -s");
-$E->SpawnWaitKill (600);
-
-print "Executor returned.\n";
-print "Shutting down rest of the processes.\n";
-
-delete_ior_files ();
-kill_open_processes ();
-
-exit $status;