Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » ConnectableElement Subtypes
ConnectableElement Subtypes [message #478138] Mon, 26 January 2009 15:30 Go to next message
Cristina is currently offline CristinaFriend
Messages: 7
Registered: July 2009
Junior Member
Hi all,

Where are the subtypes of ConnectableElement on the UML specification?

For example, "Property" appears as a Subinterface of ConnectableElement in
the Help of Eclipse , but it do not appears in the specification...

Thanks in advance.
Re: ConnectableElement Subtypes [message #478139 is a reply to message #478138] Mon, 26 January 2009 15:46 Go to previous messageGo to next message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
Hi Cristina

The subtypes of ConnectableElement are: Parameter, Property, ExtensionEnd,
Port and Variable.

Figure 9.2 indicates that Property is a specialized ConnectableElement.
Figure 9.4 indicates that Port is a specialized Property etc.

Cheers,
- James.


"Cristina " <cristina.saratxaga@gmail.com> wrote in message
news:f0aeb13179ebbfa3ecaedf54dc206d2e$1@www.eclipse.org...
> Hi all,
>
> Where are the subtypes of ConnectableElement on the UML specification?
>
> For example, "Property" appears as a Subinterface of ConnectableElement in
> the Help of Eclipse , but it do not appears in the specification...
>
> Thanks in advance.
>
>
>
Re: ConnectableElement Subtypes [message #478140 is a reply to message #478139] Mon, 26 January 2009 15:48 Go to previous messageGo to next message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
.... when I mention "Figure 9.2", that is from the Superstructure spec, V2.2
ptc/2008-05-xx


"James Bruck" <jbruck@ca.ibm.com> wrote in message
news:glklo4$jbc$1@build.eclipse.org...
> Hi Cristina
>
> The subtypes of ConnectableElement are: Parameter, Property,
> ExtensionEnd, Port and Variable.
>
> Figure 9.2 indicates that Property is a specialized ConnectableElement.
> Figure 9.4 indicates that Port is a specialized Property etc.
>
> Cheers,
> - James.
>
>
> "Cristina " <cristina.saratxaga@gmail.com> wrote in message
> news:f0aeb13179ebbfa3ecaedf54dc206d2e$1@www.eclipse.org...
>> Hi all,
>>
>> Where are the subtypes of ConnectableElement on the UML specification?
>>
>> For example, "Property" appears as a Subinterface of ConnectableElement
>> in the Help of Eclipse , but it do not appears in the specification...
>>
>> Thanks in advance.
>>
>>
>>
>
>
Re: ConnectableElement Subtypes [message #478141 is a reply to message #478138] Mon, 26 January 2009 15:50 Go to previous messageGo to next message
Rafael Chaves is currently offline Rafael ChavesFriend
Messages: 362
Registered: July 2009
Senior Member
Cristina, please see figure/section 9.2 in UML 2.1.1 Superstructure
specification.

Cristina wrote:
> Hi all,
>
> Where are the subtypes of ConnectableElement on the UML specification?
>
> For example, "Property" appears as a Subinterface of ConnectableElement
> in the Help of Eclipse , but it do not appears in the specification...
>
> Thanks in advance.
>
>
>
Re: ConnectableElement Subtypes [message #478142 is a reply to message #478140] Mon, 26 January 2009 15:55 Go to previous messageGo to next message
Cristina is currently offline CristinaFriend
Messages: 7
Registered: July 2009
Junior Member
Oh thanks, I'd the old one.

Any remarkable change in this version?
Re: ConnectableElement Subtypes [message #478144 is a reply to message #478142] Mon, 26 January 2009 17:25 Go to previous message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
The hierarchy of ConnectableElement has not changed in a long time.
Changes in the spec have been summarized here:
http://www.eclipse.org/modeling/mdt/uml2/docs/guides/UML2_3. 0_Migration_Guide/guide.html
Other changes can be found http://wiki.eclipse.org/MDT-UML2 in the "Guides"
section.

Cheers
- James.


"Cristina " <cristina.saratxaga@gmail.com> wrote in message
news:7ecfd29e56181b8c6c354b5e52d570f1$1@www.eclipse.org...
> Oh thanks, I'd the old one.
>
> Any remarkable change in this version?
>
>
>
Re: ConnectableElement Subtypes [message #627345 is a reply to message #478138] Mon, 26 January 2009 15:46 Go to previous message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
Hi Cristina

The subtypes of ConnectableElement are: Parameter, Property, ExtensionEnd,
Port and Variable.

Figure 9.2 indicates that Property is a specialized ConnectableElement.
Figure 9.4 indicates that Port is a specialized Property etc.

Cheers,
- James.


"Cristina " <cristina.saratxaga@gmail.com> wrote in message
news:f0aeb13179ebbfa3ecaedf54dc206d2e$1@www.eclipse.org...
> Hi all,
>
> Where are the subtypes of ConnectableElement on the UML specification?
>
> For example, "Property" appears as a Subinterface of ConnectableElement in
> the Help of Eclipse , but it do not appears in the specification...
>
> Thanks in advance.
>
>
>
Re: ConnectableElement Subtypes [message #627346 is a reply to message #478139] Mon, 26 January 2009 15:48 Go to previous message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
.... when I mention "Figure 9.2", that is from the Superstructure spec, V2.2
ptc/2008-05-xx


"James Bruck" <jbruck@ca.ibm.com> wrote in message
news:glklo4$jbc$1@build.eclipse.org...
> Hi Cristina
>
> The subtypes of ConnectableElement are: Parameter, Property,
> ExtensionEnd, Port and Variable.
>
> Figure 9.2 indicates that Property is a specialized ConnectableElement.
> Figure 9.4 indicates that Port is a specialized Property etc.
>
> Cheers,
> - James.
>
>
> "Cristina " <cristina.saratxaga@gmail.com> wrote in message
> news:f0aeb13179ebbfa3ecaedf54dc206d2e$1@www.eclipse.org...
>> Hi all,
>>
>> Where are the subtypes of ConnectableElement on the UML specification?
>>
>> For example, "Property" appears as a Subinterface of ConnectableElement
>> in the Help of Eclipse , but it do not appears in the specification...
>>
>> Thanks in advance.
>>
>>
>>
>
>
Re: ConnectableElement Subtypes [message #627347 is a reply to message #478138] Mon, 26 January 2009 15:50 Go to previous message
Rafael Chaves is currently offline Rafael ChavesFriend
Messages: 362
Registered: July 2009
Senior Member
Cristina, please see figure/section 9.2 in UML 2.1.1 Superstructure
specification.

Cristina wrote:
> Hi all,
>
> Where are the subtypes of ConnectableElement on the UML specification?
>
> For example, "Property" appears as a Subinterface of ConnectableElement
> in the Help of Eclipse , but it do not appears in the specification...
>
> Thanks in advance.
>
>
>
Re: ConnectableElement Subtypes [message #627348 is a reply to message #478140] Mon, 26 January 2009 15:55 Go to previous message
Cristina is currently offline CristinaFriend
Messages: 7
Registered: July 2009
Junior Member
Oh thanks, I'd the old one.

Any remarkable change in this version?
Re: ConnectableElement Subtypes [message #627349 is a reply to message #478142] Mon, 26 January 2009 17:25 Go to previous message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
The hierarchy of ConnectableElement has not changed in a long time.
Changes in the spec have been summarized here:
http://www.eclipse.org/modeling/mdt/uml2/docs/guides/UML2_3. 0_Migration_Guide/guide.html
Other changes can be found http://wiki.eclipse.org/MDT-UML2 in the "Guides"
section.

Cheers
- James.


"Cristina " <cristina.saratxaga@gmail.com> wrote in message
news:7ecfd29e56181b8c6c354b5e52d570f1$1@www.eclipse.org...
> Oh thanks, I'd the old one.
>
> Any remarkable change in this version?
>
>
>
Previous Topic:ConnectableElement Subtypes
Next Topic:Submachine state instances and parameters
Goto Forum:
  


Current Time: Wed May 01 08:33:33 GMT 2024

Powered by FUDForum. Page generated in 0.03867 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top