#include <extension-chor.h>
Collaboration diagram for BPEL4Chor_messageLink:

Definition at line 105 of file extension-chor.h.
Public Attributes | |
| string | name |
| attribute "name" | |
| BPEL4Chor_participantSet * | participantSet |
| a pointer to a forEach if an iterator participant is involved | |
| bool | sender_is_unique |
| bool | sender_is_iterator |
| bool | receiver_is_unique |
| bool | receiver_is_iterator |
Private Member Functions | |
| BPEL4Chor_messageLink (map< string, string > &attribute_map) | |
| constructor | |
Private Attributes | |
| string | id |
| the identifier of the messageLink (either attribute "id" or "name") | |
| string | sender |
| attribute "sender" or "senders" | |
| string | sendActivity |
| attribute "sendActivity" or "sendActivties" | |
| string | receiver |
| attribute "receiver" or "receivers" | |
| string | receiveActivity |
| attribute "receiveActivity" or "receiveActivities" | |
| string | messageName |
| attribute "messageName" | |
Friends | |
| class | BPEL4Chor |
1.5.2