On Tue, Jul 8, 2008 at 8:12 AM, Christian López Espínola
<[EMAIL PROTECTED]> wrote:

> But I've found that most elements have 'owner', and they use
> UMLFeatureOwnerListModel, but parameters have 'owner' too but they use
> UMLParameterBehavioralFeatListModel.
>
> Anyone could help me to find the difference between them? It is a bad
> selection of name (I think about calling it 'feature'), or I'm wrong?
> At first, I can use a different tag name for each element, but I want
> to be sure that they are really different.

If you look at Fig. 2-5 of the UML 1.4 spec, you can see where the
different elements connect.  Parameters are owned by
BehavioralFeatures (although the composition association isn't labeled
with the name 'owner', so that association end has the default name
'behavioralFeature').  Operations are BehavioralFeatures and are owned
by Classifiers.  The two different classes that you mention manage the
models for these two different composite associations.

Does that help?

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to