summaryrefslogtreecommitdiff
path: root/cesar/cp2/conn
diff options
context:
space:
mode:
authorboure2008-06-03 15:23:32 +0000
committerboure2008-06-03 15:23:32 +0000
commit42b1cb31f5f69952297fc6305283a84bd90cc612 (patch)
treef877efdb6e81c388193f24542e9e071d106f7323 /cesar/cp2/conn
parent20985e8d09bd2670f6a1cd4ae05dd0e83ea4ea2e (diff)
add of the functions related to the HLE
update of the document conn git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2212 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/conn')
-rw-r--r--cesar/cp2/conn/conn.h5
-rw-r--r--cesar/cp2/conn/conn_mgr.h51
-rw-r--r--cesar/cp2/conn/doc/conn.odtbin103249 -> 133454 bytes
-rw-r--r--cesar/cp2/conn/doc/conn.xmi575
4 files changed, 451 insertions, 180 deletions
diff --git a/cesar/cp2/conn/conn.h b/cesar/cp2/conn/conn.h
index 58248ee07e..eb379159f0 100644
--- a/cesar/cp2/conn/conn.h
+++ b/cesar/cp2/conn/conn.h
@@ -57,6 +57,11 @@ struct cp_conn_t
cp_conn_state_t conn_state;
/**
+ * Request ID
+ */
+ u8 request_id;
+
+ /**
* list Node conn
*/
list_node_t node;
diff --git a/cesar/cp2/conn/conn_mgr.h b/cesar/cp2/conn/conn_mgr.h
index 627eb9ef2f..1bb889c337 100644
--- a/cesar/cp2/conn/conn_mgr.h
+++ b/cesar/cp2/conn/conn_mgr.h
@@ -106,6 +106,57 @@ void
cp_conn_mgr_process_cm_conn_info_cnf(cp_t *ctx, cp_mme_rx_t *mme);
/**
+ * Process a APCM_CONN_ADD.REQ
+ * \param ctx control plane context
+ * \param mme incoming MME
+ *
+ * It gets the CSPEC the destination STA and send the request to this STA
+ * It stores the request ID for this connection
+ *
+ */
+void
+cp_conn_mgr_process_apcm_conn_add_req(cp_t *ctx, cp_mme_rx_t *mme);
+
+/**
+ * Process a APCM_CONN_ADD.RSP
+ * \param ctx control plane context
+ * \param mme incoming MME
+ *
+ * It gets the response of the connection request. It shall send the respond
+ * to the originating STA with the result.
+ *
+ */
+void
+cp_conn_mgr_process_apcm_conn_add_rsp(cp_t *ctx, cp_mme_rx_t *mme);
+
+/**
+ * Process a APCM_CONN_MOD.REQ
+ * \param ctx control plane context
+ * \param mme incoming MME
+ *
+ */
+void
+cp_conn_mgr_process_apcm_conn_mod_req(cp_t *ctx, cp_mme_rx_t *mme);
+
+/**
+ * Process a APCM_CONN_MOD.RSP
+ * \param ctx control plane context
+ * \param mme incoming MME
+ *
+ */
+void
+cp_conn_mgr_process_apcm_conn_mod_rsp(cp_t *ctx, cp_mme_rx_t *mme);
+
+/**
+ * Process a APCM_CONN_REL.REQ
+ * \param ctx control plane context
+ * \param mme incoming MME
+ *
+ */
+void
+cp_conn_mgr_process_apcm_conn_rel_req(cp_t *ctx, cp_mme_rx_t *mme);
+
+/**
* init function of the connection manager
* \param ctx Control palne context
*
diff --git a/cesar/cp2/conn/doc/conn.odt b/cesar/cp2/conn/doc/conn.odt
index 81b736f9fc..c0bd8bf078 100644
--- a/cesar/cp2/conn/doc/conn.odt
+++ b/cesar/cp2/conn/doc/conn.odt
Binary files differ
diff --git a/cesar/cp2/conn/doc/conn.xmi b/cesar/cp2/conn/doc/conn.xmi
index 5ee6fc174c..5a73a948da 100644
--- a/cesar/cp2/conn/doc/conn.xmi
+++ b/cesar/cp2/conn/doc/conn.xmi
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<XMI xmlns:UML="http://schema.omg.org/spec/UML/1.3" verified="false" timestamp="2008-04-30T11:35:17" xmi.version="1.2" >
+<XMI xmlns:UML="http://schema.omg.org/spec/UML/1.3" verified="false" timestamp="2008-06-03T17:29:35" xmi.version="1.2" >
<XMI.header>
<XMI.documentation>
<XMI.exporter>umbrello uml modeller http://uml.sf.net</XMI.exporter>
@@ -52,30 +52,34 @@
<UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="28emhDJMNjju" isRoot="false" isAbstract="false" name="u64" />
<UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="CAMwXARcOr2q" isRoot="false" isAbstract="false" name="cp_cspec_field_status_t*" />
<UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="0FkJo3kMVDSV" isRoot="false" isAbstract="false" name="cp_link_t*" />
+ <UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="oZUiGkTGhZjt" isRoot="false" isAbstract="false" name="list_t*" elementReference="4S4ZkONFDviV" />
+ <UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="8FhRmueWCxll" isRoot="false" isAbstract="false" name="cp_link_cspec_t*" elementReference="xTomAkKp3ejJ" />
+ <UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="NREMyr7N8MzK" isRoot="false" isAbstract="false" name="cp_ble_interval_t*" elementReference="l4plA4WjZ5hz" />
+ <UML:DataType stereotype="datatype" isSpecification="false" isLeaf="false" visibility="public" namespace="Datatypes" xmi.id="8HujyIFWlBAa" isRoot="false" isAbstract="false" name="cp_link_ble_interval_t*" elementReference="kkQmnzLM7xoq" />
</UML:Namespace.ownedElement>
</UML:Package>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="Z3fT7dhQPy4n" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="p7pkVta15ZvM" aggregation="none" type="ySeTGJOMEmYM" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="WPUgAnnFwJ95" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="KEtR2fzxZjN5" aggregation="none" type="ySeTGJOMEmYM" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="EIWbX6a0jsD1" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="HtfvGG8l8Yj7" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="QN9sHDd4LRpq" aggregation="none" type="ySeTGJOMEmYM" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="KNpNwiiT7C9H" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="bKGADHRYVKxW" aggregation="none" type="ySeTGJOMEmYM" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="ywTXfocr77Rc" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="3SUL0HC3J5nD" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="zuVtCeyc07UF" aggregation="none" type="nKah2FElYQjf" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="L6KeX7SpUFCO" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="DzcurptQAAaL" aggregation="none" type="nKah2FElYQjf" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="P1tvKoRIksnO" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="2lGX5o190Fyn" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="yup36xJ3rou1" aggregation="composite" type="xnGQ9ti6LKXZ" name="" multiplicity="1" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="QsdOy6eHAwvf" aggregation="none" type="akTdL0BuuMIi" name="" multiplicity="*" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="hNDoUeOhe0ZT" aggregation="composite" type="xnGQ9ti6LKXZ" name="" multiplicity="1" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="nTuvdUH2U8vo" aggregation="none" type="akTdL0BuuMIi" name="" multiplicity="*" />
</UML:Association.connection>
</UML:Association>
<UML:Enumeration stereotype="enum" isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="mtZJnRKOO7ZU" isRoot="false" isAbstract="false" name="cp_conn_state_t" >
@@ -89,20 +93,20 @@
</UML:Enumeration>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="t1BwC0faIOY6" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="etfTfZV3Q6SM" aggregation="aggregate" type="ySeTGJOMEmYM" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="A4dI0Wv1rNUR" aggregation="none" type="Dd5IhQuqhODL" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="t4OV2yzpRrl2" aggregation="aggregate" type="ySeTGJOMEmYM" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="J22nAyb5GflT" aggregation="none" type="Dd5IhQuqhODL" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="X4PpSxvCxRZk" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="2LwX0W8cNl62" aggregation="aggregate" type="xnGQ9ti6LKXZ" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="JZ5hdV3mZg4Z" aggregation="none" type="Dd5IhQuqhODL" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="YoLn31Wx3uS5" aggregation="aggregate" type="xnGQ9ti6LKXZ" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="qPvFGgHagKNo" aggregation="none" type="Dd5IhQuqhODL" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="vFMsgta757Na" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="C0Y3N2SNMOsM" aggregation="aggregate" type="xnGQ9ti6LKXZ" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="s1zFk3F3aLkD" aggregation="none" type="Dd5IhQuqhODL" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="GxuWcfyBTJwX" aggregation="aggregate" type="xnGQ9ti6LKXZ" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="JQSKIuQ9KJOY" aggregation="none" type="Dd5IhQuqhODL" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Package stereotype="folder" isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="K35NPMr9taR3" isRoot="false" isAbstract="false" name="Classes" >
@@ -265,13 +269,23 @@ Call cp_cco_action_mme_conn_cnf()" isSpecification="false" isLeaf="false" visibi
<UML:Classifier.feature>
<UML:Attribute comment="global link identifier" isSpecification="false" visibility="public" xmi.id="R4lfEOk34S06" type="9kqqNN6qIMaD" name="lid" />
<UML:Attribute comment="connection information" isSpecification="false" visibility="public" xmi.id="y3j2Tj7pa9ls" type="BlOcERrdVcJi" name="cinfo" />
- <UML:Attribute comment="forward BLE" isSpecification="false" visibility="public" xmi.id="2IFWtWCrXvs0" type="l4plA4WjZ5hz" name="*ble" />
+ <UML:Attribute comment="forward BLE" isSpecification="false" visibility="public" xmi.id="2IFWtWCrXvs0" type="8HujyIFWlBAa" name="ble" />
<UML:Attribute comment="expiration date of the connection used by the garbadge collector" isSpecification="false" visibility="public" xmi.id="dzpB8Y3GhRMM" type="qx03D9bX8Zse" name="expiration" />
<UML:Attribute comment="PCO status of the connection : 0 not PCO 1 PCO" isSpecification="false" visibility="public" xmi.id="xMrJ4zSvPKHr" initialValue="null" type="irUbdfzRtLuy" name="pco_status" />
<UML:Attribute comment="MAC addr of the Destination STAs" isSpecification="false" visibility="public" xmi.id="ti4tCYfPZPZQ" type="28emhDJMNjju" name="oda:48" />
<UML:Attribute comment="MAC addr of the Source STA" isSpecification="false" visibility="public" xmi.id="gqL2k3AclCVv" type="28emhDJMNjju" name="osa:48" />
<UML:Attribute isSpecification="false" visibility="public" xmi.id="k8KJVsikakOZ" type="ZCvyT3nV6461" name="cspec" />
<UML:Attribute comment="0 forward link - 1 reverse link" isSpecification="false" visibility="public" xmi.id="hSpJrQCwWtLU" type="irUbdfzRtLuy" name="side" />
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="9vd8hb4i4qg5" isRoot="false" isAbstract="false" isQuery="false" name="cp_link_init_link" >
+ <UML:BehavioralFeature.parameter>
+ <UML:Parameter kind="return" xmi.id="hrD9JK2uSkWV" type="0FkJo3kMVDSV" />
+ </UML:BehavioralFeature.parameter>
+ </UML:Operation>
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="k81dBU1kSWaT" isRoot="false" isAbstract="false" isQuery="false" name="cp_link_uninit_link" >
+ <UML:BehavioralFeature.parameter>
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="4hAWBi0B7f1K" value="" type="0FkJo3kMVDSV" name="link" />
+ </UML:BehavioralFeature.parameter>
+ </UML:Operation>
</UML:Classifier.feature>
</UML:Class>
<UML:Class comment="Table that stores the pending connection in order of arrival.
@@ -358,39 +372,50 @@ It manages the order and return the most prior connection" isSpecification="fals
<UML:Attribute comment="Forward link id (global or local)" isSpecification="false" visibility="public" xmi.id="bdStR08xCgmF" type="0FkJo3kMVDSV" name="flid" />
<UML:Attribute comment="Reverse link id (local or global)" isSpecification="false" visibility="public" xmi.id="PKGfk5LGn3bJ" type="0FkJo3kMVDSV" name="rlid" />
<UML:Attribute comment="connection state" isSpecification="false" visibility="public" xmi.id="q86HxGHLiEfh" type="mtZJnRKOO7ZU" name="conn_state" />
- <UML:Operation comment="del a connection regarding to its CID." isSpecification="false" isLeaf="false" visibility="public" xmi.id="TLCH1mV6bxdj" isRoot="false" isAbstract="false" isQuery="false" name="del_link" >
+ <UML:Attribute comment="ID of the request" isSpecification="false" visibility="public" xmi.id="RHHbE0LDTgnx" type="9kqqNN6qIMaD" name="request_id" />
+ <UML:Attribute isSpecification="false" visibility="public" xmi.id="p4EoPavKNjSe" type="d9dtP9eaIEdP" name="list_node_t" />
+ <UML:Operation comment="del a connection regarding to its CID." isSpecification="false" isLeaf="false" visibility="public" xmi.id="TLCH1mV6bxdj" isRoot="false" isAbstract="false" isQuery="false" name="del_conn" >
<UML:BehavioralFeature.parameter>
<UML:Parameter comment="Connection identifier" isSpecification="false" visibility="private" xmi.id="wdOgLNNSJkbT" value="" type="9kqqNN6qIMaD" name="lid" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
- <UML:Operation comment="function that add a connection to the list using the first connection to get to the last and add it to the end." isSpecification="false" isLeaf="false" visibility="public" xmi.id="6B67xxvRH7iI" isRoot="false" isAbstract="false" isQuery="false" name="add_link" >
+ <UML:Operation comment="function that add a connection to the list using the first connection to get to the last and add it to the end." isSpecification="false" isLeaf="false" visibility="public" xmi.id="6B67xxvRH7iI" isRoot="false" isAbstract="false" isQuery="false" name="add_conn" >
<UML:BehavioralFeature.parameter>
<UML:Parameter isSpecification="false" visibility="private" xmi.id="tBMS9095bXju" value="" type="0FkJo3kMVDSV" name="new_link" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
- <UML:Operation comment="return a connection regarding to its CID" isSpecification="false" isLeaf="false" visibility="public" xmi.id="t6MCqwfv7k03" isRoot="false" isAbstract="false" isQuery="false" name="get_link" >
+ <UML:Operation comment="return a connection regarding to its CID" isSpecification="false" isLeaf="false" visibility="public" xmi.id="t6MCqwfv7k03" isRoot="false" isAbstract="false" isQuery="false" name="get_conn" >
<UML:BehavioralFeature.parameter>
<UML:Parameter kind="return" xmi.id="ZUV8zE3sJN47" type="0FkJo3kMVDSV" />
<UML:Parameter comment="connection identifier" isSpecification="false" visibility="private" xmi.id="fvSw0ADtJZLQ" value="" type="9kqqNN6qIMaD" name="lid" />
</UML:BehavioralFeature.parameter>
</UML:Operation>
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="vm0GVTv7aW0z" isRoot="false" isAbstract="false" isQuery="false" name="check_conn_validity" >
+ <UML:BehavioralFeature.parameter>
+ <UML:Parameter kind="return" xmi.id="x1aYVbX8E325" type="irUbdfzRtLuy" />
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="YdLpyEWr0W8T" value="" type="dfYvrBKp1IWH" name="cp_conn_t*" />
+ </UML:BehavioralFeature.parameter>
+ </UML:Operation>
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="CMtEdNT90oyw" isRoot="false" isAbstract="false" isQuery="false" name="mod_conn" >
+ <UML:BehavioralFeature.parameter>
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="0Uo01uSwv2UO" value="" type="dfYvrBKp1IWH" name="cp_conn_t* " />
+ </UML:BehavioralFeature.parameter>
+ </UML:Operation>
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="b0Up3WtGrmSU" isRoot="false" isAbstract="false" isQuery="false" name="garbage_conn" />
</UML:Classifier.feature>
</UML:Class>
<UML:Class comment="ble interval values" isSpecification="false" isLeaf="false" visibility="public" namespace="K35NPMr9taR3" xmi.id="oE5CCxttNgAF" isRoot="false" isAbstract="false" name="cp_ble_interval_t" >
<UML:Classifier.feature>
<UML:Attribute comment="ble value" isSpecification="false" visibility="public" xmi.id="7MBbDW5Dfddz" type="9kqqNN6qIMaD" name="ble" />
<UML:Attribute comment="end time" isSpecification="false" visibility="public" xmi.id="rWKEXa4Lo7W0" type="qx03D9bX8Zse" name="et" />
+ <UML:Attribute isSpecification="false" visibility="public" xmi.id="MKVqyIlG44ba" type="Z8cUiBV4cjQY" name="cp_link_ble_interval_t*" />
</UML:Classifier.feature>
</UML:Class>
- <UML:Class comment="connection list manager. add, delete, return, modify and check the validity of the connections." isSpecification="false" isLeaf="false" visibility="public" namespace="K35NPMr9taR3" xmi.id="Ffpcevz092To" isRoot="false" isAbstract="false" name="cp_conn_list_t" >
+ <UML:Class comment="connection list manager. add, delete, return, modify and check the validity of the connections." isSpecification="false" isLeaf="false" visibility="public" namespace="K35NPMr9taR3" xmi.id="Ffpcevz092To" isRoot="false" isAbstract="false" name="cp_conn_mgr_t" >
<UML:Classifier.feature>
- <UML:Attribute isSpecification="false" visibility="private" xmi.id="bYj9JToa9uKf" type="qpL5yhMnv5m5" name="list_conn" />
- <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="reovd9ZsoNSR" isRoot="false" isAbstract="false" isQuery="false" name="check_conn_validity" >
- <UML:BehavioralFeature.parameter>
- <UML:Parameter kind="return" xmi.id="hsU8JmYiB0YQ" type="9kqqNN6qIMaD" />
- <UML:Parameter comment="Connection too validate" isSpecification="false" visibility="private" xmi.id="IQRRSsF1OwBh" value="" type="qpL5yhMnv5m5" name="conn" />
- </UML:BehavioralFeature.parameter>
- </UML:Operation>
+ <UML:Attribute isSpecification="false" visibility="public" xmi.id="bYj9JToa9uKf" type="oZUiGkTGhZjt" name="conns" />
+ <UML:Attribute isSpecification="false" visibility="public" xmi.id="jHLHb3jcd0IO" type="8FhRmueWCxll" name="cspec" />
+ <UML:Attribute isSpecification="false" visibility="public" xmi.id="0VLcTb0O4nBF" type="8FhRmueWCxll" name="proposed_cspec" />
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="PxHXpaAgEwbp" isRoot="false" isAbstract="false" isQuery="false" name="add_conn" >
<UML:BehavioralFeature.parameter>
<UML:Parameter comment="Connection to add into the list" isSpecification="false" visibility="private" xmi.id="RNZdJ9SNG7Ek" value="" type="qpL5yhMnv5m5" name="new_conn" />
@@ -413,6 +438,78 @@ It manages the order and return the most prior connection" isSpecification="fals
</UML:BehavioralFeature.parameter>
</UML:Operation>
<UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="9kRYzQhfAceh" isRoot="false" isAbstract="false" isQuery="false" name="garbage_conn" />
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="Xpr1JSuLuwue" isRoot="false" isAbstract="false" isQuery="false" name="cp_conn_mgr_process_cm_conn_new_req" >
+ <UML:BehavioralFeature.parameter>
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="E7cvgMmB9dBS" value="" type="3Xrk8GDGycgY" name="ctx" />
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="3myzgaJwQn5y" value="" type="iSF0bbc1ufLz" name="mme" />
+ </UML:BehavioralFeature.parameter>
+ </UML:Operation>
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="m35GiPSp2LTM" isRoot="false" isAbstract="false" isQuery="false" name="cp_conn_mgr_process_cm_conn_new_cnf" >
+ <UML:BehavioralFeature.parameter>
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="zQw2OjPEbC9F" value="" type="3Xrk8GDGycgY" name="ctx" />
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="GVFIdM8bd6FD" value="" type="iSF0bbc1ufLz" name="mme" />
+ </UML:BehavioralFeature.parameter>
+ </UML:Operation>
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="7dViowlrihoM" isRoot="false" isAbstract="false" isQuery="false" name="cp_conn_mgr_process_cm_conn_rel_ind" >
+ <UML:BehavioralFeature.parameter>
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="ZgQAsXP63cOe" value="" type="3Xrk8GDGycgY" name="ctx" />
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="yUGaaTlNIEIX" value="" type="iSF0bbc1ufLz" name="mme" />
+ </UML:BehavioralFeature.parameter>
+ </UML:Operation>
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="G7HgtKefNht4" isRoot="false" isAbstract="false" isQuery="false" name="cp_conn_mgr_process_cm_conn_rel_rsp" >
+ <UML:BehavioralFeature.parameter>
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="d8fej2IfWYF5" value="" type="3Xrk8GDGycgY" name="ctx" />
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="1yQHDiprtbKt" value="" type="iSF0bbc1ufLz" name="mme" />
+ </UML:BehavioralFeature.parameter>
+ </UML:Operation>
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="7Jr7cJThuwPi" isRoot="false" isAbstract="false" isQuery="false" name="cp_conn_mgr_process_cm_conn_mod_req" >
+ <UML:BehavioralFeature.parameter>
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="9Dv2oEtOCKhF" value="" type="3Xrk8GDGycgY" name="ctx" />
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="XZwq3GqYrXY1" value="" type="iSF0bbc1ufLz" name="mme" />
+ </UML:BehavioralFeature.parameter>
+ </UML:Operation>
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="q9XWqLr6Q8mJ" isRoot="false" isAbstract="false" isQuery="false" name="cp_conn_mgr_process_cm_conn_mod_cnf" >
+ <UML:BehavioralFeature.parameter>
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="U5xgPevuCpiF" value="" type="3Xrk8GDGycgY" name="ctx" />
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="4Ylv4IuUr2mu" value="" type="iSF0bbc1ufLz" name="mme" />
+ </UML:BehavioralFeature.parameter>
+ </UML:Operation>
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="QOxo6qqD8fKk" isRoot="false" isAbstract="false" isQuery="false" name="cp_conn_mgr_process_cm_conn_info_req" >
+ <UML:BehavioralFeature.parameter>
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="RSYbIGoMnZFp" value="" type="3Xrk8GDGycgY" name="ctx" />
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="pAJhC4ZlFc4e" value="" type="iSF0bbc1ufLz" name="mme" />
+ </UML:BehavioralFeature.parameter>
+ </UML:Operation>
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="ylSsfpYUy3yn" isRoot="false" isAbstract="false" isQuery="false" name="cp_conn_mgr_process_cm_conn_info_cnf" >
+ <UML:BehavioralFeature.parameter>
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="XY8K6O9vWRag" value="" type="3Xrk8GDGycgY" name="ctx" />
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="V9SikWKZQrf9" value="" type="iSF0bbc1ufLz" name="mme" />
+ </UML:BehavioralFeature.parameter>
+ </UML:Operation>
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="Optnxe6O21A6" isRoot="false" isAbstract="false" isQuery="false" name="cp_conn_mgr_process_apcm_conn_add_rsp" >
+ <UML:BehavioralFeature.parameter>
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="ggXC57rYFJEx" value="" type="3Xrk8GDGycgY" name="ctx" />
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="nYUCN7LIVbiC" value="" type="iSF0bbc1ufLz" name="mme" />
+ </UML:BehavioralFeature.parameter>
+ </UML:Operation>
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="KuCXBRUxxy9L" isRoot="false" isAbstract="false" isQuery="false" name="cp_conn_mgr_process_apcm_conn_add_req" >
+ <UML:BehavioralFeature.parameter>
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="5RJfeKJyDWVO" value="" type="3Xrk8GDGycgY" name="ctx" />
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="vxJstSDxspXw" value="" type="iSF0bbc1ufLz" name="mme" />
+ </UML:BehavioralFeature.parameter>
+ </UML:Operation>
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="JQFWuivpfChZ" isRoot="false" isAbstract="false" isQuery="false" name="cp_conn_mgr_process_apcm_conn_rel_req" >
+ <UML:BehavioralFeature.parameter>
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="9s3prA6BaKhU" value="" type="3Xrk8GDGycgY" name="ctx" />
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="2aHgnyDQrhvX" value="" type="iSF0bbc1ufLz" name="mme" />
+ </UML:BehavioralFeature.parameter>
+ </UML:Operation>
+ <UML:Operation isSpecification="false" isLeaf="false" visibility="public" xmi.id="9Bt3ztonD6JP" isRoot="false" isAbstract="false" isQuery="false" name="cp_conn_mgr_process_apcm_conn_rel_req" >
+ <UML:BehavioralFeature.parameter>
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="imTXOCjVLcXL" value="" type="3Xrk8GDGycgY" name="ctx" />
+ <UML:Parameter isSpecification="false" visibility="private" xmi.id="VJ6gQN57Oj2F" value="" type="iSF0bbc1ufLz" name="mme" />
+ </UML:BehavioralFeature.parameter>
+ </UML:Operation>
</UML:Classifier.feature>
</UML:Class>
</UML:Namespace.ownedElement>
@@ -422,265 +519,265 @@ It manages the order and return the most prior connection" isSpecification="fals
</UML:Package>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="SE4drlhQgGnK" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="qFzW296dSxJD" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="9SyVLdcHJ5iG" aggregation="none" type="Dd5IhQuqhODL" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="wPQvHzslEAlf" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="0kmyV7ukOxIO" aggregation="none" type="Dd5IhQuqhODL" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="5N0jdm3LnaNE" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="e917fdJVtJ0v" aggregation="none" type="ySeTGJOMEmYM" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="S6Wu4n5BF1fY" aggregation="none" type="Dd5IhQuqhODL" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="T0yij8EfXfYm" aggregation="none" type="ySeTGJOMEmYM" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="cRXqZGVa1IWW" aggregation="none" type="Dd5IhQuqhODL" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="b7KNffbX2W2O" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="fHqwKYBziC4N" aggregation="aggregate" type="akTdL0BuuMIi" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="pOqgfoZ5v3xx" aggregation="none" type="Dd5IhQuqhODL" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="NQEjLU6nU4VC" aggregation="aggregate" type="akTdL0BuuMIi" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="AiriNOSxnylM" aggregation="none" type="Dd5IhQuqhODL" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="fpbgLd4VX8IR" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="q2643lcg2SbN" aggregation="aggregate" type="ySeTGJOMEmYM" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="1mKhyO2lmsSR" aggregation="none" type="Dd5IhQuqhODL" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="CGuDWQhrowZ8" aggregation="aggregate" type="ySeTGJOMEmYM" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="OfvrhO3r6uXR" aggregation="none" type="Dd5IhQuqhODL" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="kz0I7IjzeXWP" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="fzWa3TVtTbxV" aggregation="none" type="ySeTGJOMEmYM" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="La9N0kizW2gS" aggregation="none" type="Dd5IhQuqhODL" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="G0O3w9O8OIKs" aggregation="none" type="ySeTGJOMEmYM" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="h1iTvHbKuUBb" aggregation="none" type="Dd5IhQuqhODL" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="nVqR2Kp5JL6z" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="RgEBXedCd7me" aggregation="aggregate" type="ySeTGJOMEmYM" name="" multiplicity="1" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="ZFY0qTVB3fX2" aggregation="none" type="Dd5IhQuqhODL" name="" multiplicity="*" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="tESx60PLylMu" aggregation="aggregate" type="ySeTGJOMEmYM" name="" multiplicity="1" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="vk2H3M7iMpBF" aggregation="none" type="Dd5IhQuqhODL" name="" multiplicity="*" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="FuUBzFE99m1F" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="NF1uIgKhMYst" aggregation="aggregate" type="ySeTGJOMEmYM" name="" multiplicity="0" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="AT5mZpQ64w6v" aggregation="none" type="pEl1C68UjFRR" name="" multiplicity="4" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="6lZyFiZ6u22z" aggregation="aggregate" type="ySeTGJOMEmYM" name="" multiplicity="0" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="0RKyCgq5RqKS" aggregation="none" type="pEl1C68UjFRR" name="" multiplicity="4" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="aRjAdPOlJ8Zo" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="Qc4RFbTcpTW5" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="9rkVNcNW4SGb" aggregation="none" type="pEl1C68UjFRR" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="DSAXHJmM4KII" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="0sMvsOusnCoy" aggregation="none" type="pEl1C68UjFRR" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="iFQH9XCi3DbL" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="IghMdnF1PISe" aggregation="composite" type="pEl1C68UjFRR" name="" multiplicity="1" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="ruHgNljWaTzw" aggregation="none" type="niNHo3iBMi93" name="" multiplicity="*" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="qe1HUMhfmpA1" aggregation="composite" type="pEl1C68UjFRR" name="" multiplicity="1" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="7vL9FePFUm8M" aggregation="none" type="niNHo3iBMi93" name="" multiplicity="*" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="mfAF1Et9RgMb" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="4MS8pij5MQRx" aggregation="none" type="nKah2FElYQjf" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="DfybxPDoJUTg" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="82CuC0s3ctI4" aggregation="none" type="nKah2FElYQjf" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="D0ixnqzulI40" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="8NatufiLOVge" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="EAAoe9kiWAqL" aggregation="none" type="akTdL0BuuMIi" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="sXODvnA8S7hN" aggregation="none" type="Dd5IhQuqhODL" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="wTEQDMkKNwEZ" aggregation="none" type="akTdL0BuuMIi" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="u6aUxtXBrF6e" aggregation="none" type="Dd5IhQuqhODL" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="1V4Vw7QgAqng" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="WvApNbTbldOP" aggregation="composite" type="ySeTGJOMEmYM" name="" multiplicity="0" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="m87IHvb7QzKL" aggregation="none" type="pEl1C68UjFRR" name="" multiplicity="4" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="35ZpMbnI21hG" aggregation="composite" type="ySeTGJOMEmYM" name="" multiplicity="0" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="MRahOoGIsrlp" aggregation="none" type="pEl1C68UjFRR" name="" multiplicity="4" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="rG6FnLTUU3xX" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="nTSDa9b64jvQ" aggregation="none" type="ySeTGJOMEmYM" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="KO151PVlWa4n" aggregation="none" type="pEl1C68UjFRR" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="iIyZX5Da8kNU" aggregation="none" type="ySeTGJOMEmYM" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="JBlMAScUtABF" aggregation="none" type="pEl1C68UjFRR" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="w2GO5CvfhZ6h" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="UdsubDGMggZG" aggregation="composite" type="xnGQ9ti6LKXZ" name="" multiplicity="1" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="p8KsrFI9bHFa" aggregation="none" type="pEl1C68UjFRR" name="" multiplicity="4" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="wQYoFJdxbaW6" aggregation="composite" type="xnGQ9ti6LKXZ" name="" multiplicity="1" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="dhelQ0Ej9z5J" aggregation="none" type="pEl1C68UjFRR" name="" multiplicity="4" />
</UML:Association.connection>
</UML:Association>
<UML:Generalization isSpecification="false" child="ySeTGJOMEmYM" visibility="public" namespace="Logical View" xmi.id="he8aiM3PdmBs" parent="xnGQ9ti6LKXZ" discriminator="" name="" />
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="RdSzOM9ws9pF" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="fiLBINwkzofa" aggregation="none" type="ySeTGJOMEmYM" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="ztwdZTrMaBCR" aggregation="none" type="nKah2FElYQjf" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="RhmIpvYlL4Za" aggregation="none" type="ySeTGJOMEmYM" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="LBVulzyOha77" aggregation="none" type="nKah2FElYQjf" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="TjLJsBY0YHzZ" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="OSbzkoXPWtYm" aggregation="composite" type="nKah2FElYQjf" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="EUXDGAlE1hrY" aggregation="none" type="Dd5IhQuqhODL" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="aLqjIu1hZn0P" aggregation="composite" type="nKah2FElYQjf" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="iWA2Yiatr6la" aggregation="none" type="Dd5IhQuqhODL" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="FZnmqkJSolys" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="9juju58JXhGF" aggregation="composite" type="nKah2FElYQjf" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="VoczfAktcF7r" aggregation="none" type="Dd5IhQuqhODL" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="3jwiJ1nuLebd" aggregation="composite" type="nKah2FElYQjf" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="WcJ5NJU4nd6L" aggregation="none" type="Dd5IhQuqhODL" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="A4CznApzfO14" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="Ps5QYwyffqMY" aggregation="composite" type="Dd5IhQuqhODL" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="tUpRC5eftHdY" aggregation="none" type="nKah2FElYQjf" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="JeC8iximgeUx" aggregation="composite" type="Dd5IhQuqhODL" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="fIp0uRcQ3vTP" aggregation="none" type="nKah2FElYQjf" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="5MhNVwbXrStj" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="PNS0cXpzNuNt" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="oJWS9s01NpSX" aggregation="none" type="ySeTGJOMEmYM" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="CwTxXXIqBSys" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="Pee3G6ytOouG" aggregation="none" type="ySeTGJOMEmYM" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="yGvogmXTI20E" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="u4AmJnKjAkhk" aggregation="none" type="pEl1C68UjFRR" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="FWjbO4UCN1eV" aggregation="none" type="ySeTGJOMEmYM" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="FUeGP8fZ46WZ" aggregation="none" type="pEl1C68UjFRR" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="dmPnELfdxHeD" aggregation="none" type="ySeTGJOMEmYM" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="yR77gv82Dngk" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="teWERwjK0u6K" aggregation="composite" type="d8mKKcTJhtMZ" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="hO1q7gYMCGxa" aggregation="none" type="Dd5IhQuqhODL" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="Nc6kQyydSdup" aggregation="composite" type="d8mKKcTJhtMZ" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="jXMlesKFeh0s" aggregation="none" type="Dd5IhQuqhODL" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="jDTu07ebJ4Yi" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="KQkiPPBG1hVT" aggregation="composite" type="Dd5IhQuqhODL" name="" multiplicity="1" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="dCnb6rtmFuaM" aggregation="none" type="d8mKKcTJhtMZ" name="" multiplicity="1" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="2fTxu7AIiE06" aggregation="composite" type="Dd5IhQuqhODL" name="" multiplicity="1" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="DykdZcRI9n1n" aggregation="none" type="d8mKKcTJhtMZ" name="" multiplicity="1" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="qzZi0HXSKdRg" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="Y8hiOeIh23NR" aggregation="composite" type="Dd5IhQuqhODL" name="" multiplicity="1" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="QYiRFBsqNdRS" aggregation="none" type="Q60RU8Qxt2jh" name="" multiplicity="1" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="gL1K21B2fezZ" aggregation="composite" type="Dd5IhQuqhODL" name="" multiplicity="1" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="k7pSMnWXmGAJ" aggregation="none" type="Q60RU8Qxt2jh" name="" multiplicity="1" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="Ytu0ZEZIt40G" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="ULEiDo2mwjUJ" aggregation="none" type="nKah2FElYQjf" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="Ml0OmNoCtUb8" aggregation="none" type="ySeTGJOMEmYM" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="sZa0Nbl3vmLx" aggregation="none" type="nKah2FElYQjf" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="mUyR9v0r3oHN" aggregation="none" type="ySeTGJOMEmYM" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="yIAhg4g39Wum" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="fUw07NQageIs" aggregation="aggregate" type="ySeTGJOMEmYM" name="" multiplicity="1" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="QKcL46eOpcmZ" aggregation="none" type="adjwEdq884ob" name="" multiplicity="*" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="bnuN22fucFsz" aggregation="aggregate" type="ySeTGJOMEmYM" name="" multiplicity="1" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="oe0jOJfAobbv" aggregation="none" type="adjwEdq884ob" name="" multiplicity="*" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="KbBvQBO8mrJC" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="xajq4Lwhnsgs" aggregation="aggregate" type="Dd5IhQuqhODL" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="D6Ssjik91MU3" aggregation="none" type="adjwEdq884ob" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="WamXO3szqmLs" aggregation="aggregate" type="Dd5IhQuqhODL" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="p0lRDdOzFOjc" aggregation="none" type="adjwEdq884ob" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="1ZrlQBx4omHB" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="Q6RGiDpdmXTo" aggregation="aggregate" type="adjwEdq884ob" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="sNWdDAVREwJx" aggregation="none" type="Dd5IhQuqhODL" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="fMmTxMORwAxI" aggregation="aggregate" type="adjwEdq884ob" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="BpF2aasPYdoj" aggregation="none" type="Dd5IhQuqhODL" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="SgCGphSMnicE" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="c37dNZgng73M" aggregation="none" type="adjwEdq884ob" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="Lr05ORtEnNr0" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="FAjSWQ4Bmrdh" aggregation="none" type="adjwEdq884ob" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="B165A3NLrcLR" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="4n7CxO4qepqv" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="XKRmEijrjoU6" aggregation="none" type="pEl1C68UjFRR" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="MBu2GxMZmMe8" aggregation="none" type="adjwEdq884ob" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="BEojpaR4kAXG" aggregation="none" type="pEl1C68UjFRR" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="aZPKQ2zZ45eC" aggregation="none" type="adjwEdq884ob" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="a1oSjxPd5iaz" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="mYMZvBXRWzDi" aggregation="none" type="adjwEdq884ob" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="fuZPh4V3DN3T" aggregation="none" type="ySeTGJOMEmYM" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="71XyctNn5BUu" aggregation="none" type="adjwEdq884ob" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="lvxV3Sjd18vQ" aggregation="none" type="ySeTGJOMEmYM" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="4NrS31h8LsjY" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="LN35ihEUDa17" aggregation="composite" type="oE5CCxttNgAF" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="kYYGVjyBbWYG" aggregation="none" type="Dd5IhQuqhODL" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="BuzDyeP5du1F" aggregation="composite" type="oE5CCxttNgAF" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="lO0qZVlIOglS" aggregation="none" type="Dd5IhQuqhODL" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="VqiqgPP0C8zY" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="Y1HlPICigDnO" aggregation="composite" type="Dd5IhQuqhODL" name="" multiplicity="1" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="tzs6YrBIPjWt" aggregation="none" type="oE5CCxttNgAF" name="" multiplicity="1" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="8U59azZjrXun" aggregation="composite" type="Dd5IhQuqhODL" name="" multiplicity="1" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="BJqmCr2xD0mk" aggregation="none" type="oE5CCxttNgAF" name="" multiplicity="1" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="hTFpkGG8AM5T" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="QS20yaGWZYFy" aggregation="composite" type="d8mKKcTJhtMZ" name="" multiplicity="1" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="qSgWfUuWTkd1" aggregation="none" type="SwQGxd6xVixe" name="" multiplicity="1" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="VV2uBlMJDPSo" aggregation="composite" type="d8mKKcTJhtMZ" name="" multiplicity="1" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="M0VEXQ1ghqSt" aggregation="none" type="SwQGxd6xVixe" name="" multiplicity="1" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="U9HR73bnbWVt" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="boHzWnquGsuE" aggregation="none" type="ySeTGJOMEmYM" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="Q9jzhywVOc02" aggregation="none" type="Ffpcevz092To" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="hSptTbdy6eqH" aggregation="none" type="ySeTGJOMEmYM" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="PCada0Pwyu8V" aggregation="none" type="Ffpcevz092To" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="REz0iVtn4vkj" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="4sYWd9VCyn9S" aggregation="none" type="Ffpcevz092To" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="azKopF3DOkB3" aggregation="none" type="ySeTGJOMEmYM" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="I8B0yetf6iWX" aggregation="none" type="Ffpcevz092To" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="HAWNmMc9XAk5" aggregation="none" type="ySeTGJOMEmYM" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="iYWkSGRVz8hL" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="i7W5jW7mPfI0" aggregation="none" type="Ffpcevz092To" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="pnClaMB9JVx9" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="99172AdKGmIE" aggregation="none" type="Ffpcevz092To" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="OArTqO08WWTI" aggregation="none" type="xnGQ9ti6LKXZ" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="eYhdhOxPg2Vx" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="iyK4iV7PccUK" aggregation="composite" type="adjwEdq884ob" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="8Z6XEMV19imi" aggregation="none" type="Ffpcevz092To" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="r6RMEARNHQVJ" aggregation="composite" type="adjwEdq884ob" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="Y6coss2F2uit" aggregation="none" type="Ffpcevz092To" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="AnXqp1nebv8V" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="2xpLRkS7jnCP" aggregation="composite" type="Ffpcevz092To" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="GHmrtEB0nFV0" aggregation="none" type="adjwEdq884ob" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="Ii1mDU42YTOn" aggregation="composite" type="Ffpcevz092To" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="bnAtDdAmjkaa" aggregation="none" type="adjwEdq884ob" name="" />
</UML:Association.connection>
</UML:Association>
<UML:Package stereotype="folder" isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="8IfFoRAxojCs" isRoot="false" isAbstract="false" name="Sequence diagram" >
<UML:Namespace.ownedElement/>
<XMI.extension xmi.extender="umbrello" >
<diagrams>
- <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="920" snapy="10" showatts="1" xmi.id="SbT7zwgvL8On" documentation="" type="3" showops="1" showpackage="0" name="add_conn" localid="3nJ7DnwCkdmT" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="858" >
+ <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="936" snapy="10" showatts="1" xmi.id="SbT7zwgvL8On" documentation="" type="3" showops="1" showpackage="0" name="add_conn" localid="bJDeruBqB3u5" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="862" >
<widgets>
- <objectwidget usesdiagramfillcolor="0" width="39" x="80" fillcolor="#ffffc0" y="17" instancename="" linewidth="none" height="63" usefillcolor="1" isinstance="0" xmi.id="pRzkrBbewp0R" decon="0" localid="Qxm0DxMb5QWp" multipleinstance="0" drawasactor="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
- <objectwidget usesdiagramfillcolor="0" width="114" x="198" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="Ffpcevz092To" decon="0" localid="0zjcjls9LMGK" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
- <objectwidget usesdiagramfillcolor="0" width="87" x="366" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="adjwEdq884ob" decon="0" localid="GxFZ3cMTX6Tk" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
- <objectwidget usesdiagramfillcolor="0" width="175" x="531" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="pEl1C68UjFRR" decon="0" localid="3nJ7DnwCkdmT" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ <objectwidget usesdiagramfillcolor="0" width="39" x="183" fillcolor="#ffffc0" y="17" instancename="" linewidth="none" height="63" usefillcolor="1" isinstance="0" xmi.id="pRzkrBbewp0R" decon="0" localid="Qxm0DxMb5QWp" multipleinstance="0" drawasactor="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ <objectwidget usesdiagramfillcolor="0" width="120" x="301" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="Ffpcevz092To" decon="0" localid="0zjcjls9LMGK" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ <objectwidget usesdiagramfillcolor="0" width="87" x="469" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="adjwEdq884ob" decon="0" localid="GxFZ3cMTX6Tk" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ <objectwidget usesdiagramfillcolor="0" width="175" x="634" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="pEl1C68UjFRR" decon="0" localid="3nJ7DnwCkdmT" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
</widgets>
<messages>
- <messagewidget usesdiagramfillcolor="1" width="164" x="99" fillcolor="none" y="104" operation="PxHXpaAgEwbp" linewidth="none" widgetbid="0zjcjls9LMGK" height="213" usefillcolor="1" seqnum="" textid="s6HPDj7EWQJi" widgetaid="Qxm0DxMb5QWp" isinstance="0" xmi.id="PxHXpaAgEwbp" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
- <floatingtext usesdiagramfillcolor="1" width="237" x="104" fillcolor="none" y="82" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="s6HPDj7EWQJi" text=": add_conn(new_conn : cp_conn_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <messagewidget usesdiagramfillcolor="1" width="167" x="202" fillcolor="none" y="104" operation="PxHXpaAgEwbp" linewidth="none" widgetbid="0zjcjls9LMGK" height="213" usefillcolor="1" seqnum="" textid="s6HPDj7EWQJi" widgetaid="Qxm0DxMb5QWp" isinstance="0" xmi.id="PxHXpaAgEwbp" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
+ <floatingtext usesdiagramfillcolor="1" width="237" x="207" fillcolor="none" y="82" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="s6HPDj7EWQJi" text=": add_conn(new_conn : cp_conn_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</messagewidget>
- <messagewidget usesdiagramfillcolor="1" width="162" x="255" fillcolor="none" y="129" operation="6B67xxvRH7iI" linewidth="none" widgetbid="GxFZ3cMTX6Tk" height="32" usefillcolor="1" seqnum="" textid="puRcABQ0IhNT" widgetaid="0zjcjls9LMGK" isinstance="0" xmi.id="6B67xxvRH7iI" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
- <floatingtext usesdiagramfillcolor="1" width="216" x="260" fillcolor="none" y="107" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="puRcABQ0IhNT" text=": add_link(new_link : cp_link_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <messagewidget usesdiagramfillcolor="1" width="159" x="361" fillcolor="none" y="129" operation="6B67xxvRH7iI" linewidth="none" widgetbid="GxFZ3cMTX6Tk" height="32" usefillcolor="1" seqnum="" textid="puRcABQ0IhNT" widgetaid="0zjcjls9LMGK" isinstance="0" xmi.id="6B67xxvRH7iI" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
+ <floatingtext usesdiagramfillcolor="1" width="223" x="365" fillcolor="none" y="107" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="puRcABQ0IhNT" text=": add_conn(new_link : cp_link_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</messagewidget>
- <messagewidget usesdiagramfillcolor="1" width="162" x="255" fillcolor="none" y="197" operation="6B67xxvRH7iI" linewidth="none" widgetbid="GxFZ3cMTX6Tk" height="35" usefillcolor="1" seqnum="" textid="BSFTQ7hF09p8" widgetaid="0zjcjls9LMGK" isinstance="0" xmi.id="6B67xxvRH7iI" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
- <floatingtext usesdiagramfillcolor="1" width="216" x="260" fillcolor="none" y="175" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="BSFTQ7hF09p8" text=": add_link(new_link : cp_link_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <messagewidget usesdiagramfillcolor="1" width="159" x="361" fillcolor="none" y="197" operation="6B67xxvRH7iI" linewidth="none" widgetbid="GxFZ3cMTX6Tk" height="35" usefillcolor="1" seqnum="" textid="BSFTQ7hF09p8" widgetaid="0zjcjls9LMGK" isinstance="0" xmi.id="6B67xxvRH7iI" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
+ <floatingtext usesdiagramfillcolor="1" width="223" x="365" fillcolor="none" y="175" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="BSFTQ7hF09p8" text=": add_conn(new_link : cp_link_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</messagewidget>
- <messagewidget usesdiagramfillcolor="1" width="371" x="255" fillcolor="none" y="259" operation="YyjQMfR7LmP8" linewidth="none" widgetbid="3nJ7DnwCkdmT" height="32" usefillcolor="1" seqnum="" textid="itzuQ2waS91q" widgetaid="0zjcjls9LMGK" isinstance="0" xmi.id="YyjQMfR7LmP8" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
- <floatingtext usesdiagramfillcolor="1" width="135" x="260" fillcolor="none" y="237" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="itzuQ2waS91q" text=": add_conn(cid : u8)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <messagewidget usesdiagramfillcolor="1" width="368" x="361" fillcolor="none" y="259" operation="YyjQMfR7LmP8" linewidth="none" widgetbid="3nJ7DnwCkdmT" height="32" usefillcolor="1" seqnum="" textid="itzuQ2waS91q" widgetaid="0zjcjls9LMGK" isinstance="0" xmi.id="YyjQMfR7LmP8" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
+ <floatingtext usesdiagramfillcolor="1" width="135" x="366" fillcolor="none" y="237" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="itzuQ2waS91q" text=": add_conn(cid : u8)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</messagewidget>
</messages>
<associations/>
</diagram>
- <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="920" snapy="10" showatts="1" xmi.id="zkJyRZr9To1r" documentation="" type="3" showops="1" showpackage="0" name="del_conn" localid="" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="858" >
+ <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="812" snapy="10" showatts="1" xmi.id="zkJyRZr9To1r" documentation="" type="3" showops="1" showpackage="0" name="del_conn" localid="" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="862" >
<widgets>
<objectwidget usesdiagramfillcolor="0" width="39" x="80" fillcolor="#ffffc0" y="17" instancename="" linewidth="none" height="63" usefillcolor="1" isinstance="0" xmi.id="pRzkrBbewp0R" decon="0" localid="Qxm0DxMb5QWp" multipleinstance="0" drawasactor="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
<objectwidget usesdiagramfillcolor="0" width="87" x="366" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="adjwEdq884ob" decon="0" localid="GxFZ3cMTX6Tk" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
- <objectwidget usesdiagramfillcolor="0" width="114" x="198" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="Ffpcevz092To" decon="0" localid="0zjcjls9LMGK" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ <objectwidget usesdiagramfillcolor="0" width="120" x="198" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="Ffpcevz092To" decon="0" localid="0zjcjls9LMGK" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
<objectwidget usesdiagramfillcolor="0" width="175" x="531" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="pEl1C68UjFRR" decon="0" localid="3nJ7DnwCkdmT" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
</widgets>
<messages>
@@ -688,10 +785,10 @@ It manages the order and return the most prior connection" isSpecification="fals
<floatingtext usesdiagramfillcolor="1" width="131" x="104" fillcolor="none" y="82" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="s6HPDj7EWQJi" text=": del_conn(cid : u8)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</messagewidget>
<messagewidget usesdiagramfillcolor="1" width="162" x="255" fillcolor="none" y="129" operation="TLCH1mV6bxdj" linewidth="none" widgetbid="GxFZ3cMTX6Tk" height="32" usefillcolor="1" seqnum="" textid="puRcABQ0IhNT" widgetaid="0zjcjls9LMGK" isinstance="0" xmi.id="TLCH1mV6bxdj" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
- <floatingtext usesdiagramfillcolor="1" width="121" x="260" fillcolor="none" y="107" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="puRcABQ0IhNT" text=": del_link(lid : u8)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <floatingtext usesdiagramfillcolor="1" width="128" x="260" fillcolor="none" y="107" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="puRcABQ0IhNT" text=": del_conn(lid : u8)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</messagewidget>
<messagewidget usesdiagramfillcolor="1" width="162" x="255" fillcolor="none" y="197" operation="TLCH1mV6bxdj" linewidth="none" widgetbid="GxFZ3cMTX6Tk" height="35" usefillcolor="1" seqnum="" textid="BSFTQ7hF09p8" widgetaid="0zjcjls9LMGK" isinstance="0" xmi.id="TLCH1mV6bxdj" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
- <floatingtext usesdiagramfillcolor="1" width="121" x="260" fillcolor="none" y="175" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="BSFTQ7hF09p8" text=": del_link(lid : u8)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <floatingtext usesdiagramfillcolor="1" width="128" x="260" fillcolor="none" y="175" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="BSFTQ7hF09p8" text=": del_conn(lid : u8)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</messagewidget>
<messagewidget usesdiagramfillcolor="1" width="371" x="255" fillcolor="none" y="259" operation="ArL3GjV2Yl6R" linewidth="none" widgetbid="3nJ7DnwCkdmT" height="32" usefillcolor="1" seqnum="" textid="itzuQ2waS91q" widgetaid="0zjcjls9LMGK" isinstance="0" xmi.id="ArL3GjV2Yl6R" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
<floatingtext usesdiagramfillcolor="1" width="131" x="260" fillcolor="none" y="237" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="itzuQ2waS91q" text=": del_conn(cid : u8)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
@@ -699,47 +796,116 @@ It manages the order and return the most prior connection" isSpecification="fals
</messages>
<associations/>
</diagram>
- <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="920" snapy="10" showatts="1" xmi.id="8Zuzu23Pj3OR" documentation="" type="3" showops="1" showpackage="0" name="get_conn" localid="" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="858" >
+ <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="936" snapy="10" showatts="1" xmi.id="8Zuzu23Pj3OR" documentation="" type="3" showops="1" showpackage="0" name="get_conn" localid="" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="862" >
<widgets>
<objectwidget usesdiagramfillcolor="0" width="39" x="80" fillcolor="#ffffc0" y="17" instancename="" linewidth="none" height="63" usefillcolor="1" isinstance="0" xmi.id="pRzkrBbewp0R" decon="0" localid="Qxm0DxMb5QWp" multipleinstance="0" drawasactor="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
<objectwidget usesdiagramfillcolor="0" width="87" x="366" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="adjwEdq884ob" decon="0" localid="GxFZ3cMTX6Tk" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
- <objectwidget usesdiagramfillcolor="0" width="114" x="198" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="Ffpcevz092To" decon="0" localid="0zjcjls9LMGK" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ <objectwidget usesdiagramfillcolor="0" width="120" x="198" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="Ffpcevz092To" decon="0" localid="0zjcjls9LMGK" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
</widgets>
<messages>
<messagewidget usesdiagramfillcolor="1" width="164" x="99" fillcolor="none" y="104" operation="WfFmnTW2y0oA" linewidth="none" widgetbid="0zjcjls9LMGK" height="152" usefillcolor="1" seqnum="" textid="s6HPDj7EWQJi" widgetaid="Qxm0DxMb5QWp" isinstance="0" xmi.id="WfFmnTW2y0oA" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
<floatingtext usesdiagramfillcolor="1" width="216" x="104" fillcolor="none" y="82" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="s6HPDj7EWQJi" text=": get_conn(cid : u8) : cp_conn_t*" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</messagewidget>
<messagewidget usesdiagramfillcolor="1" width="162" x="255" fillcolor="none" y="129" operation="t6MCqwfv7k03" linewidth="none" widgetbid="GxFZ3cMTX6Tk" height="32" usefillcolor="1" seqnum="" textid="puRcABQ0IhNT" widgetaid="0zjcjls9LMGK" isinstance="0" xmi.id="t6MCqwfv7k03" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
- <floatingtext usesdiagramfillcolor="1" width="199" x="260" fillcolor="none" y="107" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="puRcABQ0IhNT" text=": get_link(lid : u8) : cp_link_t*" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <floatingtext usesdiagramfillcolor="1" width="206" x="260" fillcolor="none" y="107" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="puRcABQ0IhNT" text=": get_conn(lid : u8) : cp_link_t*" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</messagewidget>
<messagewidget usesdiagramfillcolor="1" width="162" x="255" fillcolor="none" y="197" operation="t6MCqwfv7k03" linewidth="none" widgetbid="GxFZ3cMTX6Tk" height="35" usefillcolor="1" seqnum="" textid="BSFTQ7hF09p8" widgetaid="0zjcjls9LMGK" isinstance="0" xmi.id="t6MCqwfv7k03" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
- <floatingtext usesdiagramfillcolor="1" width="199" x="260" fillcolor="none" y="175" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="BSFTQ7hF09p8" text=": get_link(lid : u8) : cp_link_t*" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <floatingtext usesdiagramfillcolor="1" width="206" x="260" fillcolor="none" y="175" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="BSFTQ7hF09p8" text=": get_conn(lid : u8) : cp_link_t*" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</messagewidget>
</messages>
<associations/>
</diagram>
- <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="920" snapy="10" showatts="1" xmi.id="AmwZ11y3J3Bq" documentation="" type="3" showops="1" showpackage="0" name="mod_conn" localid="" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="858" >
+ <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="812" snapy="10" showatts="1" xmi.id="AmwZ11y3J3Bq" documentation="" type="3" showops="1" showpackage="0" name="mod_conn" localid="" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="862" >
<widgets>
<objectwidget usesdiagramfillcolor="0" width="39" x="0" fillcolor="#ffffc0" y="17" instancename="" linewidth="none" height="63" usefillcolor="1" isinstance="0" xmi.id="pRzkrBbewp0R" decon="0" localid="Qxm0DxMb5QWp" multipleinstance="0" drawasactor="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
<objectwidget usesdiagramfillcolor="0" width="87" x="627" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="adjwEdq884ob" decon="0" localid="GxFZ3cMTX6Tk" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
- <objectwidget usesdiagramfillcolor="0" width="114" x="147" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="Ffpcevz092To" decon="0" localid="0zjcjls9LMGK" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ <objectwidget usesdiagramfillcolor="0" width="120" x="147" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="Ffpcevz092To" decon="0" localid="0zjcjls9LMGK" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
</widgets>
<messages>
<messagewidget usesdiagramfillcolor="1" width="193" x="19" fillcolor="none" y="104" operation="NKdd4j45iVaX" linewidth="none" widgetbid="0zjcjls9LMGK" height="272" usefillcolor="1" seqnum="" textid="s6HPDj7EWQJi" widgetaid="Qxm0DxMb5QWp" isinstance="0" xmi.id="NKdd4j45iVaX" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
<floatingtext usesdiagramfillcolor="1" width="273" x="24" fillcolor="none" y="82" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="s6HPDj7EWQJi" text=": mod_conn(modified_conn : cp_conn_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</messagewidget>
<messagewidget usesdiagramfillcolor="1" width="474" x="204" fillcolor="none" y="129" operation="t6MCqwfv7k03" linewidth="none" widgetbid="GxFZ3cMTX6Tk" height="32" usefillcolor="1" seqnum="" textid="puRcABQ0IhNT" widgetaid="0zjcjls9LMGK" isinstance="0" xmi.id="t6MCqwfv7k03" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
- <floatingtext usesdiagramfillcolor="1" width="199" x="209" fillcolor="none" y="107" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="puRcABQ0IhNT" text=": get_link(lid : u8) : cp_link_t*" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <floatingtext usesdiagramfillcolor="1" width="206" x="209" fillcolor="none" y="107" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="puRcABQ0IhNT" text=": get_conn(lid : u8) : cp_link_t*" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</messagewidget>
<messagewidget usesdiagramfillcolor="1" width="474" x="204" fillcolor="none" y="182" operation="t6MCqwfv7k03" linewidth="none" widgetbid="GxFZ3cMTX6Tk" height="35" usefillcolor="1" seqnum="" textid="BSFTQ7hF09p8" widgetaid="0zjcjls9LMGK" isinstance="0" xmi.id="t6MCqwfv7k03" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
- <floatingtext usesdiagramfillcolor="1" width="199" x="209" fillcolor="none" y="160" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="BSFTQ7hF09p8" text=": get_link(lid : u8) : cp_link_t*" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <floatingtext usesdiagramfillcolor="1" width="206" x="209" fillcolor="none" y="160" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="BSFTQ7hF09p8" text=": get_conn(lid : u8) : cp_link_t*" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</messagewidget>
<messagewidget usesdiagramfillcolor="1" width="474" x="204" fillcolor="none" y="238" operation="6B67xxvRH7iI" linewidth="none" widgetbid="GxFZ3cMTX6Tk" height="32" usefillcolor="1" seqnum="" textid="wQxvjvvrfrOe" widgetaid="0zjcjls9LMGK" isinstance="0" xmi.id="6B67xxvRH7iI" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
- <floatingtext usesdiagramfillcolor="1" width="216" x="209" fillcolor="none" y="216" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="wQxvjvvrfrOe" text=": add_link(new_link : cp_link_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <floatingtext usesdiagramfillcolor="1" width="223" x="209" fillcolor="none" y="216" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="wQxvjvvrfrOe" text=": add_conn(new_link : cp_link_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</messagewidget>
<messagewidget usesdiagramfillcolor="1" width="474" x="204" fillcolor="none" y="290" operation="6B67xxvRH7iI" linewidth="none" widgetbid="GxFZ3cMTX6Tk" height="28" usefillcolor="1" seqnum="" textid="nwNF0u2wIzr1" widgetaid="0zjcjls9LMGK" isinstance="0" xmi.id="6B67xxvRH7iI" sequencemessagetype="1000" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
- <floatingtext usesdiagramfillcolor="1" width="216" x="209" fillcolor="none" y="268" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="nwNF0u2wIzr1" text=": add_link(new_link : cp_link_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <floatingtext usesdiagramfillcolor="1" width="223" x="209" fillcolor="none" y="268" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="nwNF0u2wIzr1" text=": add_conn(new_link : cp_link_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ </messagewidget>
+ </messages>
+ <associations/>
+ </diagram>
+ <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="936" snapy="10" showatts="1" xmi.id="zDYcw7vmAQKC" documentation="" type="3" showops="1" showpackage="0" name="new_conn_tx" localid="XCS0au4la58k" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="862" >
+ <widgets>
+ <objectwidget usesdiagramfillcolor="0" width="47" x="84" fillcolor="#ffffc0" y="17" instancename="" linewidth="none" height="63" usefillcolor="1" isinstance="0" xmi.id="zHu6uyLUdjZK" decon="0" localid="Di1MCkisaSQL" multipleinstance="0" drawasactor="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ <objectwidget usesdiagramfillcolor="0" width="39" x="775" fillcolor="#ffffc0" y="17" instancename="" linewidth="none" height="63" usefillcolor="1" isinstance="0" xmi.id="pRzkrBbewp0R" decon="0" localid="ZM6S12qapkMJ" multipleinstance="0" drawasactor="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ <objectwidget usesdiagramfillcolor="0" width="120" x="355" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="Ffpcevz092To" decon="0" localid="XCS0au4la58k" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ </widgets>
+ <messages>
+ <messagewidget usesdiagramfillcolor="1" width="306" x="108" fillcolor="none" y="112" operation="KuCXBRUxxy9L" linewidth="none" widgetbid="XCS0au4la58k" height="8" usefillcolor="1" seqnum="" textid="m5uZnHsKTLJ1" widgetaid="Di1MCkisaSQL" isinstance="0" xmi.id="KuCXBRUxxy9L" sequencemessagetype="1001" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
+ <floatingtext usesdiagramfillcolor="1" width="524" x="113" fillcolor="none" y="90" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="m5uZnHsKTLJ1" text=": cp_conn_mgr_process_apcm_conn_add_req(ctx : cp_t*, mme : cp_mme_rx_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ </messagewidget>
+ <messagewidget usesdiagramfillcolor="1" width="377" x="416" fillcolor="none" y="185" operation="m35GiPSp2LTM" linewidth="none" widgetbid="XCS0au4la58k" height="8" usefillcolor="1" seqnum="" textid="8CnSy2mk8hJv" widgetaid="ZM6S12qapkMJ" isinstance="0" xmi.id="m35GiPSp2LTM" sequencemessagetype="1001" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
+ <floatingtext usesdiagramfillcolor="1" width="510" x="421" fillcolor="none" y="163" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="8CnSy2mk8hJv" text=": cp_conn_mgr_process_cm_conn_new_cnf(ctx : cp_t*, mme : cp_mme_rx_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ </messagewidget>
+ <messagewidget usesdiagramfillcolor="1" width="377" x="416" fillcolor="none" y="136" operation="" linewidth="none" widgetbid="ZM6S12qapkMJ" height="8" usefillcolor="1" seqnum="" widgetaid="XCS0au4la58k" isinstance="0" xmi.id="yBEPUXPhsCUJ" sequencemessagetype="1001" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <messagewidget usesdiagramfillcolor="1" width="306" x="108" fillcolor="none" y="213" operation="" linewidth="none" widgetbid="Di1MCkisaSQL" height="8" usefillcolor="1" seqnum="" widgetaid="XCS0au4la58k" isinstance="0" xmi.id="ZUuf9BY5KkSp" sequencemessagetype="1001" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ </messages>
+ <associations/>
+ </diagram>
+ <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="936" snapy="10" showatts="1" xmi.id="teL7A0HhS9Kb" documentation="" type="3" showops="1" showpackage="0" name="new_conn_rx" localid="JRVlanLtczWC" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="862" >
+ <widgets>
+ <objectwidget usesdiagramfillcolor="0" width="39" x="86" fillcolor="#ffffc0" y="17" instancename="" linewidth="none" height="63" usefillcolor="1" isinstance="0" xmi.id="pRzkrBbewp0R" decon="0" localid="KrefZ7Spyyv0" multipleinstance="0" drawasactor="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ <objectwidget usesdiagramfillcolor="0" width="47" x="663" fillcolor="#ffffc0" y="17" instancename="" linewidth="none" height="63" usefillcolor="1" isinstance="0" xmi.id="zHu6uyLUdjZK" decon="0" localid="vK8wC116fKBn" multipleinstance="0" drawasactor="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ <objectwidget usesdiagramfillcolor="0" width="120" x="302" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="Ffpcevz092To" decon="0" localid="JRVlanLtczWC" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ </widgets>
+ <messages>
+ <messagewidget usesdiagramfillcolor="1" width="255" x="106" fillcolor="none" y="141" operation="Xpr1JSuLuwue" linewidth="none" widgetbid="JRVlanLtczWC" height="8" usefillcolor="1" seqnum="" textid="8jVn4gZL526g" widgetaid="KrefZ7Spyyv0" isinstance="0" xmi.id="Xpr1JSuLuwue" sequencemessagetype="1001" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
+ <floatingtext usesdiagramfillcolor="1" width="511" x="111" fillcolor="none" y="119" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="8jVn4gZL526g" text=": cp_conn_mgr_process_cm_conn_new_req(ctx : cp_t*, mme : cp_mme_rx_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ </messagewidget>
+ <messagewidget usesdiagramfillcolor="1" width="322" x="363" fillcolor="none" y="167" operation="" linewidth="none" widgetbid="vK8wC116fKBn" height="8" usefillcolor="1" seqnum="" widgetaid="JRVlanLtczWC" isinstance="0" xmi.id="pPXSN3eRzdSt" sequencemessagetype="1001" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <messagewidget usesdiagramfillcolor="1" width="322" x="363" fillcolor="none" y="221" operation="Optnxe6O21A6" linewidth="none" widgetbid="JRVlanLtczWC" height="8" usefillcolor="1" seqnum="" textid="bvkYWDQ3e7pD" widgetaid="vK8wC116fKBn" isinstance="0" xmi.id="Optnxe6O21A6" sequencemessagetype="1001" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
+ <floatingtext usesdiagramfillcolor="1" width="523" x="368" fillcolor="none" y="199" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="bvkYWDQ3e7pD" text=": cp_conn_mgr_process_apcm_conn_add_rsp(ctx : cp_t*, mme : cp_mme_rx_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ </messagewidget>
+ <messagewidget usesdiagramfillcolor="1" width="255" x="106" fillcolor="none" y="255" operation="" linewidth="none" widgetbid="KrefZ7Spyyv0" height="8" usefillcolor="1" seqnum="" widgetaid="JRVlanLtczWC" isinstance="0" xmi.id="8U2karw7pplS" sequencemessagetype="1001" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ </messages>
+ <associations/>
+ </diagram>
+ <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="936" snapy="10" showatts="1" xmi.id="fYqgZtYganm3" documentation="" type="3" showops="1" showpackage="0" name="rel_conn_tx" localid="" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="862" >
+ <widgets>
+ <objectwidget usesdiagramfillcolor="0" width="39" x="775" fillcolor="#ffffc0" y="17" instancename="" linewidth="none" height="63" usefillcolor="1" isinstance="0" xmi.id="pRzkrBbewp0R" decon="0" localid="ZM6S12qapkMJ" multipleinstance="0" drawasactor="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ <objectwidget usesdiagramfillcolor="0" width="120" x="355" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="Ffpcevz092To" decon="0" localid="XCS0au4la58k" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ <objectwidget usesdiagramfillcolor="0" width="47" x="84" fillcolor="#ffffc0" y="17" instancename="" linewidth="none" height="63" usefillcolor="1" isinstance="0" xmi.id="zHu6uyLUdjZK" decon="0" localid="Di1MCkisaSQL" multipleinstance="0" drawasactor="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ </widgets>
+ <messages>
+ <messagewidget usesdiagramfillcolor="1" width="306" x="108" fillcolor="none" y="112" operation="JQFWuivpfChZ" linewidth="none" widgetbid="XCS0au4la58k" height="8" usefillcolor="1" seqnum="" textid="m5uZnHsKTLJ1" widgetaid="Di1MCkisaSQL" isinstance="0" xmi.id="JQFWuivpfChZ" sequencemessagetype="1001" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
+ <floatingtext usesdiagramfillcolor="1" width="517" x="113" fillcolor="none" y="90" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="m5uZnHsKTLJ1" text=": cp_conn_mgr_process_apcm_conn_rel_req(ctx : cp_t*, mme : cp_mme_rx_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</messagewidget>
+ <messagewidget usesdiagramfillcolor="1" width="377" x="416" fillcolor="none" y="182" operation="G7HgtKefNht4" linewidth="none" widgetbid="XCS0au4la58k" height="8" usefillcolor="1" seqnum="" textid="8CnSy2mk8hJv" widgetaid="ZM6S12qapkMJ" isinstance="0" xmi.id="G7HgtKefNht4" sequencemessagetype="1001" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
+ <floatingtext usesdiagramfillcolor="1" width="500" x="421" fillcolor="none" y="160" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="8CnSy2mk8hJv" text=": cp_conn_mgr_process_cm_conn_rel_rsp(ctx : cp_t*, mme : cp_mme_rx_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ </messagewidget>
+ <messagewidget usesdiagramfillcolor="1" width="377" x="416" fillcolor="none" y="136" operation="" linewidth="none" widgetbid="ZM6S12qapkMJ" height="8" usefillcolor="1" seqnum="" widgetaid="XCS0au4la58k" isinstance="0" xmi.id="yBEPUXPhsCUJ" sequencemessagetype="1001" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <messagewidget usesdiagramfillcolor="1" width="306" x="108" fillcolor="none" y="213" operation="" linewidth="none" widgetbid="Di1MCkisaSQL" height="8" usefillcolor="1" seqnum="" widgetaid="XCS0au4la58k" isinstance="0" xmi.id="ZUuf9BY5KkSp" sequencemessagetype="1001" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ </messages>
+ <associations/>
+ </diagram>
+ <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="100" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="936" snapy="10" showatts="1" xmi.id="GPNNozKblvLF" documentation="" type="3" showops="1" showpackage="0" name="rel_conn_rx" localid="" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="862" >
+ <widgets>
+ <objectwidget usesdiagramfillcolor="0" width="47" x="663" fillcolor="#ffffc0" y="17" instancename="" linewidth="none" height="63" usefillcolor="1" isinstance="0" xmi.id="zHu6uyLUdjZK" decon="0" localid="vK8wC116fKBn" multipleinstance="0" drawasactor="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ <objectwidget usesdiagramfillcolor="0" width="120" x="302" fillcolor="#ffffc0" y="48" instancename="" linewidth="none" height="28" usefillcolor="1" isinstance="0" xmi.id="Ffpcevz092To" decon="0" localid="JRVlanLtczWC" multipleinstance="0" drawasactor="0" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ <objectwidget usesdiagramfillcolor="0" width="39" x="86" fillcolor="#ffffc0" y="17" instancename="" linewidth="none" height="63" usefillcolor="1" isinstance="0" xmi.id="pRzkrBbewp0R" decon="0" localid="KrefZ7Spyyv0" multipleinstance="0" drawasactor="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,1,0,0,0" linecolor="#ff0000" />
+ </widgets>
+ <messages>
+ <messagewidget usesdiagramfillcolor="1" width="255" x="106" fillcolor="none" y="141" operation="7dViowlrihoM" linewidth="none" widgetbid="JRVlanLtczWC" height="8" usefillcolor="1" seqnum="" textid="8jVn4gZL526g" widgetaid="KrefZ7Spyyv0" isinstance="0" xmi.id="7dViowlrihoM" sequencemessagetype="1001" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" >
+ <floatingtext usesdiagramfillcolor="1" width="500" x="111" fillcolor="none" y="119" linewidth="none" posttext="" role="704" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="8jVn4gZL526g" text=": cp_conn_mgr_process_cm_conn_rel_ind(ctx : cp_t*, mme : cp_mme_rx_t*)" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ </messagewidget>
+ <messagewidget usesdiagramfillcolor="1" width="322" x="363" fillcolor="none" y="167" operation="" linewidth="none" widgetbid="vK8wC116fKBn" height="8" usefillcolor="1" seqnum="" widgetaid="JRVlanLtczWC" isinstance="0" xmi.id="pPXSN3eRzdSt" sequencemessagetype="1001" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <messagewidget usesdiagramfillcolor="1" width="255" x="106" fillcolor="none" y="199" operation="" linewidth="none" widgetbid="KrefZ7Spyyv0" height="8" usefillcolor="1" seqnum="" widgetaid="JRVlanLtczWC" isinstance="0" xmi.id="8U2karw7pplS" sequencemessagetype="1001" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</messages>
<associations/>
</diagram>
@@ -748,82 +914,94 @@ It manages the order and return the most prior connection" isSpecification="fals
</UML:Package>
<UML:Association isSpecification="false" visibility="public" namespace="Logical View" xmi.id="F2c5R39MF9xW" name="" >
<UML:Association.connection>
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="yXGfKQ2ahpRb" aggregation="none" type="Ffpcevz092To" name="" />
- <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="1abpn6nM7o5o" aggregation="none" type="pEl1C68UjFRR" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="false" xmi.id="2ZQY0mLcZUVl" aggregation="none" type="Ffpcevz092To" name="" />
+ <UML:AssociationEnd isSpecification="false" visibility="public" changeability="changeable" isNavigable="true" xmi.id="5fXpQ5N1gCg9" aggregation="none" type="pEl1C68UjFRR" name="" />
</UML:Association.connection>
</UML:Association>
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="4S4ZkONFDviV" isRoot="false" isAbstract="false" name="list_t" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="xTomAkKp3ejJ" isRoot="false" isAbstract="false" name="cp_link_cspec_t" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="Z8cUiBV4cjQY" isRoot="false" isAbstract="false" name="next" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="kkQmnzLM7xoq" isRoot="false" isAbstract="false" name="cp_link_ble_interval_t" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="d9dtP9eaIEdP" isRoot="false" isAbstract="false" name="node" />
+ <UML:Class isSpecification="false" isLeaf="false" visibility="public" namespace="Logical View" xmi.id="dfYvrBKp1IWH" isRoot="false" isAbstract="false" name="conn" />
</UML:Namespace.ownedElement>
<XMI.extension xmi.extender="umbrello" >
<diagrams>
- <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="81" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="1144" snapy="10" showatts="1" xmi.id="niq745CwWtmB" documentation="CCo action module" type="1" showops="1" showpackage="0" name="class_diagram_cco_conn" localid="" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="1064" >
+ <diagram snapgrid="0" showattsig="1" fillcolor="#ffffc0" linewidth="0" zoom="81" showgrid="0" showopsig="1" usefillcolor="1" snapx="10" canvaswidth="1196" snapy="10" showatts="1" xmi.id="niq745CwWtmB" documentation="CCo action module" type="1" showops="1" showpackage="0" name="class_diagram_conn" localid="" showstereotype="0" showscope="1" snapcsgrid="0" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="#ff0000" canvasheight="1044" >
<widgets>
- <classwidget usesdiagramfillcolor="0" width="180" showattsigs="601" x="400" fillcolor="#ffffc0" y="371" showopsigs="601" linewidth="none" height="189" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="Dd5IhQuqhODL" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="0" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="#ff0000" />
- <enumwidget usesdiagramfillcolor="0" width="128" x="676" fillcolor="#ffffc0" y="186" linewidth="none" height="162" usefillcolor="1" isinstance="0" xmi.id="mtZJnRKOO7ZU" showpackage="0" usesdiagramusefillcolor="0" font="Sans Serif,10,-1,0,75,0,0,0,0,0" linecolor="#ff0000" />
- <classwidget usesdiagramfillcolor="0" width="256" showattsigs="601" x="680" fillcolor="#ffffc0" y="9" showopsigs="601" linewidth="none" height="126" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="pEl1C68UjFRR" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="0" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="#ff0000" />
- <classwidget usesdiagramfillcolor="0" width="325" showattsigs="601" x="0" fillcolor="#ffffc0" y="218" showopsigs="601" linewidth="none" height="495" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="d8mKKcTJhtMZ" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="0" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="#ff0000" />
- <classwidget usesdiagramfillcolor="1" width="149" showattsigs="601" x="367" fillcolor="none" y="604" showopsigs="601" linewidth="none" height="117" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="Q60RU8Qxt2jh" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
- <classwidget usesdiagramfillcolor="1" width="183" showattsigs="601" x="71" fillcolor="none" y="112" showopsigs="601" linewidth="none" height="81" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="SwQGxd6xVixe" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
- <classwidget usesdiagramfillcolor="0" width="227" showattsigs="601" x="377" fillcolor="#ffffc0" y="195" showopsigs="601" linewidth="none" height="144" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="adjwEdq884ob" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="0" font="Sans Serif,10,-1,5,75,0,0,0,0,0" linecolor="#ff0000" />
- <classwidget usesdiagramfillcolor="1" width="133" showattsigs="601" x="534" fillcolor="none" y="631" showopsigs="601" linewidth="none" height="63" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="oE5CCxttNgAF" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
- <classwidget usesdiagramfillcolor="0" width="312" showattsigs="601" x="334" fillcolor="#ffffc0" y="0" showopsigs="601" linewidth="none" height="144" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="Ffpcevz092To" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="0" font="Sans Serif,10,-1,5,75,0,0,0,0,0" linecolor="#ff0000" />
+ <classwidget usesdiagramfillcolor="0" width="259" showattsigs="601" x="73" fillcolor="#ffffc0" y="456" showopsigs="601" linewidth="none" height="216" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="Dd5IhQuqhODL" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="0" font="Sans Serif,10,-1,5,75,0,0,0,0,0" linecolor="#ff0000" />
+ <enumwidget usesdiagramfillcolor="0" width="128" x="46" fillcolor="#ffffc0" y="257" linewidth="none" height="162" usefillcolor="1" isinstance="0" xmi.id="mtZJnRKOO7ZU" showpackage="0" usesdiagramusefillcolor="0" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="#ff0000" />
+ <classwidget usesdiagramfillcolor="0" width="325" showattsigs="601" x="842" fillcolor="#ffffc0" y="391" showopsigs="601" linewidth="none" height="495" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="d8mKKcTJhtMZ" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="0" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="#ff0000" />
+ <classwidget usesdiagramfillcolor="1" width="149" showattsigs="601" x="551" fillcolor="none" y="680" showopsigs="601" linewidth="none" height="117" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="Q60RU8Qxt2jh" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <classwidget usesdiagramfillcolor="1" width="183" showattsigs="601" x="634" fillcolor="none" y="391" showopsigs="601" linewidth="none" height="81" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="SwQGxd6xVixe" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <classwidget usesdiagramfillcolor="0" width="324" showattsigs="601" x="41" fillcolor="#ffffc0" y="0" showopsigs="601" linewidth="none" height="234" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="adjwEdq884ob" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="0" font="Sans Serif,10,-1,5,75,0,0,0,0,0" linecolor="#ff0000" />
+ <classwidget usesdiagramfillcolor="0" width="217" showattsigs="601" x="78" fillcolor="#ffffc0" y="734" showopsigs="601" linewidth="none" height="81" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="oE5CCxttNgAF" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="0" font="Sans Serif,10,-1,0,75,0,0,0,0,0" linecolor="#ff0000" />
+ <classwidget usesdiagramfillcolor="0" width="535" showattsigs="601" x="632" fillcolor="#ffffc0" y="0" showopsigs="601" linewidth="none" height="378" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="Ffpcevz092To" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="0" font="Sans Serif,10,-1,5,75,0,0,0,0,0" linecolor="#ff0000" />
+ <classwidget usesdiagramfillcolor="1" width="256" showattsigs="601" x="315" fillcolor="none" y="303" showopsigs="601" linewidth="none" height="126" usefillcolor="1" showpubliconly="0" showattributes="1" isinstance="0" xmi.id="pEl1C68UjFRR" showoperations="1" showpackage="0" showscope="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,75,0,0,0,0,0" linecolor="none" />
</widgets>
<messages/>
<associations>
- <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="d8mKKcTJhtMZ" widgetaid="Dd5IhQuqhODL" xmi.id="jDTu07ebJ4Yi" type="510" linecolor="none" >
+ <assocwidget totalcounta="3" indexa="1" totalcountb="3" indexb="2" linewidth="none" widgetbid="d8mKKcTJhtMZ" widgetaid="Dd5IhQuqhODL" xmi.id="jDTu07ebJ4Yi" type="510" linecolor="none" >
+ <linepath>
+ <startpoint startx="332" starty="528" />
+ <endpoint endx="842" endy="721" />
+ </linepath>
+ <floatingtext usesdiagramfillcolor="1" width="16" x="453" fillcolor="none" y="581" linewidth="none" posttext="" role="701" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="hFuskPHmwfJx" text="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="none" />
+ <floatingtext usesdiagramfillcolor="1" width="16" x="840" fillcolor="none" y="674" linewidth="none" posttext="" role="702" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="SeXz62iCfDz3" text="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="none" />
+ </assocwidget>
+ <assocwidget totalcounta="3" indexa="2" totalcountb="2" indexb="1" linewidth="none" widgetbid="Q60RU8Qxt2jh" widgetaid="Dd5IhQuqhODL" xmi.id="qzZi0HXSKdRg" type="510" linecolor="none" >
<linepath>
- <startpoint startx="400" starty="465" />
- <endpoint endx="325" endy="465" />
+ <startpoint startx="332" starty="600" />
+ <endpoint endx="551" endy="738" />
</linepath>
- <floatingtext usesdiagramfillcolor="1" width="16" x="382" fillcolor="none" y="441" linewidth="none" posttext="" role="701" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="aTXIfcOb9eGR" text="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="none" />
- <floatingtext usesdiagramfillcolor="1" width="16" x="327" fillcolor="none" y="441" linewidth="none" posttext="" role="702" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="4Izk5PJ7zsun" text="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="none" />
+ <floatingtext usesdiagramfillcolor="1" width="16" x="368" fillcolor="none" y="607" linewidth="none" posttext="" role="701" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="JM2xWj7Bwz1g" text="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="none" />
+ <floatingtext usesdiagramfillcolor="1" width="16" x="549" fillcolor="none" y="713" linewidth="none" posttext="" role="702" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="NIRJwkGMMnJT" text="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="none" />
</assocwidget>
- <assocwidget totalcounta="3" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="Q60RU8Qxt2jh" widgetaid="Dd5IhQuqhODL" xmi.id="qzZi0HXSKdRg" type="510" linecolor="none" >
+ <assocwidget totalcounta="4" indexa="2" totalcountb="2" indexb="1" linewidth="none" widgetbid="Dd5IhQuqhODL" widgetaid="adjwEdq884ob" xmi.id="1ZrlQBx4omHB" type="501" linecolor="none" >
<linepath>
- <startpoint startx="460" starty="560" />
- <endpoint endx="441" endy="604" />
+ <startpoint startx="203" starty="234" />
+ <endpoint endx="202" endy="456" />
</linepath>
- <floatingtext usesdiagramfillcolor="1" width="16" x="462" fillcolor="none" y="562" linewidth="none" posttext="" role="701" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="wh72TCq4eOKH" text="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="none" />
- <floatingtext usesdiagramfillcolor="1" width="16" x="423" fillcolor="none" y="580" linewidth="none" posttext="" role="702" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="0is7N6YPOX7S" text="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="none" />
</assocwidget>
- <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="Dd5IhQuqhODL" widgetaid="adjwEdq884ob" xmi.id="1ZrlQBx4omHB" type="501" linecolor="none" >
+ <assocwidget totalcounta="4" indexa="1" visibilityB="200" totalcountb="2" indexb="1" linewidth="none" widgetbid="mtZJnRKOO7ZU" widgetaid="adjwEdq884ob" xmi.id="q86HxGHLiEfh" type="510" changeabilityA="900" changeabilityB="900" linecolor="none" visibilityA="200" >
<linepath>
- <startpoint startx="490" starty="339" />
- <endpoint endx="490" endy="371" />
+ <startpoint startx="122" starty="234" />
+ <endpoint endx="110" endy="257" />
</linepath>
+ <floatingtext usesdiagramfillcolor="1" width="90" x="158" fillcolor="none" y="240" linewidth="none" posttext="" role="710" height="22" usefillcolor="1" pretext="+" isinstance="0" xmi.id="n2dRFcSWwVUS" text="conn_state" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
</assocwidget>
- <assocwidget totalcounta="2" indexa="1" visibilityB="200" totalcountb="2" indexb="1" linewidth="none" widgetbid="mtZJnRKOO7ZU" widgetaid="adjwEdq884ob" xmi.id="q86HxGHLiEfh" type="510" changeabilityA="900" changeabilityB="900" linecolor="none" visibilityA="200" >
+ <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="oE5CCxttNgAF" widgetaid="Dd5IhQuqhODL" xmi.id="VqiqgPP0C8zY" type="510" linecolor="none" >
<linepath>
- <startpoint startx="604" starty="267" />
- <endpoint endx="676" endy="267" />
+ <startpoint startx="202" starty="672" />
+ <endpoint endx="186" endy="734" />
</linepath>
- <floatingtext usesdiagramfillcolor="1" width="90" x="584" fillcolor="none" y="269" linewidth="none" posttext="" role="710" height="22" usefillcolor="1" pretext="+" isinstance="0" xmi.id="wQXuIPfF6mHZ" text="conn_state" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,0,50,0,0,0,0,0" linecolor="none" />
+ <floatingtext usesdiagramfillcolor="1" width="16" x="44" fillcolor="none" y="676" linewidth="none" posttext="" role="701" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="CZb8WcmttDDp" text="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="none" />
+ <floatingtext usesdiagramfillcolor="1" width="16" x="194" fillcolor="none" y="707" linewidth="none" posttext="" role="702" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="xRBKDUl0UOPk" text="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="none" />
</assocwidget>
- <assocwidget totalcounta="3" indexa="2" totalcountb="2" indexb="1" linewidth="none" widgetbid="oE5CCxttNgAF" widgetaid="Dd5IhQuqhODL" xmi.id="VqiqgPP0C8zY" type="510" linecolor="none" >
+ <assocwidget totalcounta="3" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="SwQGxd6xVixe" widgetaid="d8mKKcTJhtMZ" xmi.id="hTFpkGG8AM5T" type="510" linecolor="none" >
<linepath>
- <startpoint startx="520" starty="560" />
- <endpoint endx="600" endy="631" />
+ <startpoint startx="842" starty="556" />
+ <endpoint endx="725" endy="472" />
</linepath>
- <floatingtext usesdiagramfillcolor="1" width="16" x="506" fillcolor="none" y="563" linewidth="none" posttext="" role="701" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="x7bbTvsReiYz" text="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="none" />
- <floatingtext usesdiagramfillcolor="1" width="16" x="598" fillcolor="none" y="606" linewidth="none" posttext="" role="702" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="o6OAeWcYu7SD" text="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="none" />
+ <floatingtext usesdiagramfillcolor="1" width="16" x="652" fillcolor="none" y="524" linewidth="none" posttext="" role="701" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="yqGuJiKVFvdm" text="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="none" />
+ <floatingtext usesdiagramfillcolor="1" width="16" x="777" fillcolor="none" y="482" linewidth="none" posttext="" role="702" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="VNfObqBWIMoV" text="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="none" />
</assocwidget>
- <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="SwQGxd6xVixe" widgetaid="d8mKKcTJhtMZ" xmi.id="hTFpkGG8AM5T" type="510" linecolor="none" >
+ <assocwidget totalcounta="3" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="adjwEdq884ob" widgetaid="Ffpcevz092To" xmi.id="AnXqp1nebv8V" type="510" linecolor="none" >
<linepath>
- <startpoint startx="162" starty="218" />
- <endpoint endx="162" endy="193" />
+ <startpoint startx="632" starty="126" />
+ <endpoint endx="365" endy="117" />
</linepath>
- <floatingtext usesdiagramfillcolor="1" width="16" x="164" fillcolor="none" y="194" linewidth="none" posttext="" role="701" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="W7ScshApmlQG" text="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="none" />
- <floatingtext usesdiagramfillcolor="1" width="16" x="164" fillcolor="none" y="195" linewidth="none" posttext="" role="702" height="22" usefillcolor="1" pretext="" isinstance="0" xmi.id="hGfLyEIkKeuw" text="1" usesdiagramusefillcolor="1" font="Sans Serif,10,-1,5,50,0,0,0,0,0" linecolor="none" />
</assocwidget>
- <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="adjwEdq884ob" widgetaid="Ffpcevz092To" xmi.id="AnXqp1nebv8V" type="510" linecolor="none" >
+ <assocwidget totalcounta="2" indexa="1" totalcountb="4" indexb="3" linewidth="none" widgetbid="adjwEdq884ob" widgetaid="pEl1C68UjFRR" xmi.id="4n7CxO4qepqv" type="512" linecolor="none" >
<linepath>
- <startpoint startx="490" starty="144" />
- <endpoint endx="490" endy="195" />
+ <startpoint startx="443" starty="303" />
+ <endpoint endx="284" endy="234" />
</linepath>
</assocwidget>
- <assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" linewidth="none" widgetbid="pEl1C68UjFRR" widgetaid="Ffpcevz092To" xmi.id="F2c5R39MF9xW" type="512" linecolor="none" >
+ <assocwidget totalcounta="3" indexa="2" totalcountb="2" indexb="1" linewidth="none" widgetbid="pEl1C68UjFRR" widgetaid="Ffpcevz092To" xmi.id="F2c5R39MF9xW" type="512" linecolor="none" >
<linepath>
- <startpoint startx="646" starty="72" />
- <endpoint endx="680" endy="72" />
+ <startpoint startx="632" starty="252" />
+ <endpoint endx="571" endy="366" />
</linepath>
</assocwidget>
</associations>
@@ -834,6 +1012,7 @@ It manages the order and return the most prior connection" isSpecification="fals
<UML:Model stereotype="folder" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="Use Case View" isRoot="false" isAbstract="false" name="Use Case View" >
<UML:Namespace.ownedElement>
<UML:Actor isSpecification="false" isLeaf="false" visibility="public" namespace="Use Case View" xmi.id="pRzkrBbewp0R" isRoot="false" isAbstract="false" name="CP" />
+ <UML:Actor isSpecification="false" isLeaf="false" visibility="public" namespace="Use Case View" xmi.id="zHu6uyLUdjZK" isRoot="false" isAbstract="false" name="HLE" />
</UML:Namespace.ownedElement>
</UML:Model>
<UML:Model stereotype="folder" isSpecification="false" isLeaf="false" visibility="public" namespace="m1" xmi.id="Component View" isRoot="false" isAbstract="false" name="Component View" >
@@ -849,17 +1028,18 @@ It manages the order and return the most prior connection" isSpecification="fals
</UML:Model>
</XMI.content>
<XMI.extensions xmi.extender="umbrello" >
- <docsettings viewid="niq745CwWtmB" documentation="" uniqueid="nwNF0u2wIzr1" />
+ <docsettings viewid="teL7A0HhS9Kb" documentation="" uniqueid="VJ6gQN57Oj2F" />
<listview>
<listitem open="1" type="800" label="Views" >
<listitem open="1" type="801" id="Logical View" >
<listitem open="1" type="803" id="vQr3syDVnjwt" >
- <listitem open="0" type="807" id="niq745CwWtmB" label="class_diagram_cco_conn" />
+ <listitem open="0" type="807" id="niq745CwWtmB" label="class_diagram_conn" />
</listitem>
<listitem open="1" type="803" id="K35NPMr9taR3" >
<listitem open="0" type="813" id="oE5CCxttNgAF" >
<listitem open="0" type="814" id="7MBbDW5Dfddz" />
<listitem open="0" type="814" id="rWKEXa4Lo7W0" />
+ <listitem open="0" type="814" id="MKVqyIlG44ba" />
</listitem>
<listitem open="0" type="813" id="ySeTGJOMEmYM" >
<listitem open="0" type="815" id="QNnsMczV4BbV" />
@@ -913,21 +1093,39 @@ It manages the order and return the most prior connection" isSpecification="fals
</listitem>
<listitem open="1" type="813" id="Ffpcevz092To" >
<listitem open="0" type="814" id="bYj9JToa9uKf" />
- <listitem open="0" type="815" id="reovd9ZsoNSR" />
+ <listitem open="0" type="814" id="jHLHb3jcd0IO" />
+ <listitem open="1" type="814" id="0VLcTb0O4nBF" />
<listitem open="0" type="815" id="PxHXpaAgEwbp" />
<listitem open="0" type="815" id="FXWnEhmm5mhN" />
<listitem open="0" type="815" id="WfFmnTW2y0oA" />
<listitem open="0" type="815" id="NKdd4j45iVaX" />
<listitem open="0" type="815" id="9kRYzQhfAceh" />
+ <listitem open="1" type="815" id="Xpr1JSuLuwue" />
+ <listitem open="1" type="815" id="m35GiPSp2LTM" />
+ <listitem open="1" type="815" id="7dViowlrihoM" />
+ <listitem open="1" type="815" id="G7HgtKefNht4" />
+ <listitem open="1" type="815" id="7Jr7cJThuwPi" />
+ <listitem open="1" type="815" id="q9XWqLr6Q8mJ" />
+ <listitem open="1" type="815" id="QOxo6qqD8fKk" />
+ <listitem open="1" type="815" id="ylSsfpYUy3yn" />
+ <listitem open="1" type="815" id="Optnxe6O21A6" />
+ <listitem open="1" type="815" id="KuCXBRUxxy9L" />
+ <listitem open="1" type="815" id="JQFWuivpfChZ" />
+ <listitem open="1" type="815" id="9Bt3ztonD6JP" />
</listitem>
- <listitem open="1" type="813" id="adjwEdq884ob" >
+ <listitem open="0" type="813" id="adjwEdq884ob" >
<listitem open="0" type="814" id="Iz4rTWTxS3n0" />
<listitem open="0" type="814" id="bdStR08xCgmF" />
<listitem open="0" type="814" id="PKGfk5LGn3bJ" />
<listitem open="0" type="814" id="q86HxGHLiEfh" />
+ <listitem open="0" type="814" id="RHHbE0LDTgnx" />
+ <listitem open="0" type="814" id="p4EoPavKNjSe" />
<listitem open="0" type="815" id="TLCH1mV6bxdj" />
<listitem open="0" type="815" id="6B67xxvRH7iI" />
<listitem open="0" type="815" id="t6MCqwfv7k03" />
+ <listitem open="0" type="815" id="vm0GVTv7aW0z" />
+ <listitem open="0" type="815" id="CMtEdNT90oyw" />
+ <listitem open="0" type="815" id="b0Up3WtGrmSU" />
</listitem>
<listitem open="0" type="813" id="SwQGxd6xVixe" >
<listitem open="0" type="814" id="E6RWfimqJlMP" />
@@ -972,6 +1170,8 @@ It manages the order and return the most prior connection" isSpecification="fals
<listitem open="0" type="814" id="gqL2k3AclCVv" />
<listitem open="0" type="814" id="k8KJVsikakOZ" />
<listitem open="0" type="814" id="hSpJrQCwWtLU" />
+ <listitem open="0" type="815" id="9vd8hb4i4qg5" />
+ <listitem open="0" type="815" id="k81dBU1kSWaT" />
</listitem>
</listitem>
<listitem open="1" type="803" id="8IfFoRAxojCs" >
@@ -979,11 +1179,22 @@ It manages the order and return the most prior connection" isSpecification="fals
<listitem open="0" type="810" id="zkJyRZr9To1r" label="del_conn" />
<listitem open="0" type="810" id="8Zuzu23Pj3OR" label="get_conn" />
<listitem open="0" type="810" id="AmwZ11y3J3Bq" label="mod_conn" />
+ <listitem open="0" type="810" id="teL7A0HhS9Kb" label="new_conn_rx" />
+ <listitem open="0" type="810" id="zDYcw7vmAQKC" label="new_conn_tx" />
+ <listitem open="0" type="810" id="GPNNozKblvLF" label="rel_conn_rx" />
+ <listitem open="0" type="810" id="fYqgZtYganm3" label="rel_conn_tx" />
</listitem>
- <listitem open="1" type="830" id="Datatypes" >
+ <listitem open="1" type="813" id="dfYvrBKp1IWH" />
+ <listitem open="1" type="813" id="kkQmnzLM7xoq" />
+ <listitem open="1" type="813" id="xTomAkKp3ejJ" />
+ <listitem open="1" type="813" id="4S4ZkONFDviV" />
+ <listitem open="1" type="813" id="Z8cUiBV4cjQY" />
+ <listitem open="1" type="813" id="d9dtP9eaIEdP" />
+ <listitem open="0" type="830" id="Datatypes" >
<listitem open="1" type="829" id="irUbdfzRtLuy" />
<listitem open="1" type="829" id="0widC5QuvWxy" />
<listitem open="1" type="829" id="l4plA4WjZ5hz" />
+ <listitem open="1" type="829" id="NREMyr7N8MzK" />
<listitem open="0" type="829" id="LMD9GuDpzhxX" />
<listitem open="0" type="829" id="M6xKR1cFPIwW" />
<listitem open="0" type="829" id="S1gNUo1cYqQt" />
@@ -993,6 +1204,8 @@ It manages the order and return the most prior connection" isSpecification="fals
<listitem open="1" type="829" id="CAMwXARcOr2q" />
<listitem open="1" type="829" id="ZCvyT3nV6461" />
<listitem open="1" type="829" id="TJR8rTv6HJGr" />
+ <listitem open="1" type="829" id="8HujyIFWlBAa" />
+ <listitem open="1" type="829" id="8FhRmueWCxll" />
<listitem open="1" type="829" id="0FkJo3kMVDSV" />
<listitem open="1" type="829" id="iSF0bbc1ufLz" />
<listitem open="1" type="829" id="rXf3L5yLNrBT" />
@@ -1001,6 +1214,7 @@ It manages the order and return the most prior connection" isSpecification="fals
<listitem open="1" type="829" id="luyeQvc8m5hN" />
<listitem open="1" type="829" id="OMTNsx2stiV3" />
<listitem open="1" type="829" id="OqFNT55UVzVU" />
+ <listitem open="1" type="829" id="oZUiGkTGhZjt" />
<listitem open="1" type="829" id="xmmoTFsE9otX" />
<listitem open="1" type="829" id="kfod0hZO32mt" />
<listitem open="1" type="829" id="pocpPVnex8xP" />
@@ -1025,6 +1239,7 @@ It manages the order and return the most prior connection" isSpecification="fals
</listitem>
<listitem open="1" type="802" id="Use Case View" >
<listitem open="1" type="811" id="pRzkrBbewp0R" />
+ <listitem open="1" type="811" id="zHu6uyLUdjZK" />
</listitem>
<listitem open="1" type="821" id="Component View" />
<listitem open="1" type="827" id="Deployment View" />