Sparx Systems Forum
Enterprise Architect => General Board => Topic started by: sargasso on August 11, 2004, 08:24:35 pm
-
A quick one!
I am sure that yesterday I saw the toolbox item for this association subtype. Does anyone know where it is?
(ref UML 2.0 superstructure 10.3.2)
tia
Bruce
-
"Communication Message" maybe?
If I well remember, it does not appear in the toolbox, but it does appear under the "Link" button on the top toolbar.
Is that the one you were looking for?
Bruno
-
Nup.
Its a node to node connector "subtype of association" not a message per se. It characterises an association between two nodes to the degree of "some information goes between this node and that node somehow" IOW we are at this point not concerned with either the technical channel characteristics (TCP/IP, html, connect direct etc etc) nor with the information characteristics (file, page, attribute etc etc) just that there exists a path.
In fact, the paths are going to be locigical rather than physical. For example, the physical path
[A] -----> --------> [C]
needs to be shown as
[A]------>[C]
Reason I'm looking for it is that we have approx 250 intersystem "data flows" to model and I'm loking for a quick entry mechanism.
I am D**n sure I saw the connector somewhere.
(sigh) guess I'll just use a stereotype.
B
-
I see.
This is interesting:
The OMG UML specification (UML 2.0 Superstructure, p. 8) states:
"A diagram that depicts the execution architecture of systems. It represents system artifacts as nodes, which are connected through communication paths to create network systems of arbitrary complexity. Nodes are typically defined in a nested manner, and represent either hardware devices or software execution environments."
EA documentation:
With deployment diagrams, an association indicates a communication path between nodes, through which nodes are able to transmit signals and messages.
In other words, in the case of a deployment diagram, association = communication path?
Bruno
-
I think it's an association.
As the reference guide says in paragraph 4.3.1.3 (page 286) :
With deployment diagrams, an association indicates a communication path between nodes, through which nodes are able to transmit signals and messages.
HTH
Oscar
-
Bruce,
It looks like if you use an association on a deployment diagram, ipso facto it's a communication path. The quote from the EA help file...
"With deployment diagrams, an association indicates a communication path between nodes, through which nodes are able to transmit signals and messages."
Cheers,
Neil
EDIT: Simul-posted again, I'm going to have to learn to type quicker!