Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » Importing Superstructure.uml to Rational Software Architect
Importing Superstructure.uml to Rational Software Architect [message #477925] Wed, 05 November 2008 00:08 Go to next message
Hector M Chavez is currently offline Hector M ChavezFriend
Messages: 18
Registered: July 2009
Junior Member
Hi,

I was trying to visualize the UML superstructure and imported the file
"Superstructure.uml" to RSA but I can only see model elements (packages,
relationships, classes, etc.) does anyone know if there is a way I can
actually see the class diagram. The UML I'm using is the version 2.2.1.
Thanks for your help.

Hector
Re: Importing Superstructure.uml to Rational Software Architect [message #477928 is a reply to message #477925] Wed, 05 November 2008 11:08 Go to previous messageGo to next message
Marco MosconiFriend
Messages: 63
Registered: July 2009
Member
Hector,

the .uml files usually contain only "semantic" model elements and no
visualization information. There are RSA-versions (.emx) of the UML
metamodel, which include many diagrams. You can find them in the Eclipse
UML2 CVS:
:pserver:anonymous@dev.eclipse.org:/cvsroot/modeling
org.eclipse.mdt/org.eclipse.uml2/plugins/org.eclipse.uml2.um l/model

Marco

Hector M Chavez schrieb:
> Hi,
>
> I was trying to visualize the UML superstructure and imported the file
> "Superstructure.uml" to RSA but I can only see model elements (packages,
> relationships, classes, etc.) does anyone know if there is a way I can
> actually see the class diagram. The UML I'm using is the version 2.2.1.
> Thanks for your help.
>
> Hector
>
Re: Importing Superstructure.uml to Rational Software Architect [message #477930 is a reply to message #477928] Wed, 05 November 2008 13:15 Go to previous messageGo to next message
Vlad Varnica is currently offline Vlad VarnicaFriend
Messages: 546
Registered: July 2009
Location: Milton Keynes - UK
Senior Member
Hector,

Do you mean that you would like to create a new class diagram from only
your UML model ?
If yes, then you can use EclipseUML 2008 which a tool for Java/JEE or UML
modelers who would like to become plumbers and not just designers :-)

Just past and copy the .uml file at the root of your project, then rename
your .uml in order to have the same name as your project. Finally click to
open your .uml file contextual menu > Open with > Omondo xmi editor.
You then can see your UML model inside the XMI editor. The XMI Editor is
an Omondo concept. If you don't understand this model concept based on UML
metamodel ( e.g. not on EMF transformation) please let me know and we will
add some documentations on our website.

The next step is to create your graphical view (e.g. have a class diagram
from your UML model). You just need to create a package or a class diagram
in your project, then drag and drop UML superstructure elements from the
xmi editor to your diagrams. You can select one or many elements at the
same time.
After the classes are inside your diagram you can navigate dynamically by
using the package or class diagram contextual menu (Show/ hide
inheritance, association, dependencies).


Vlad VARNICA
Omondo
Re: Importing Superstructure.uml to Rational Software Architect [message #477931 is a reply to message #477928] Wed, 05 November 2008 16:07 Go to previous messageGo to next message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
Hi Marco,

The .emx files were recently removed for UML2 3.0.0 since they were out of
date and one needed RSA (non-opensource) to modify them.
There are efforts at the OMG to possibly provide an education licsense for
RSA. The models should be updated soon and an appropriate home will be
found for them.

Cheers,
- James.


"Marco Mosconi" <mosconi@cs.tu-berlin.de> wrote in message
news:gerurk$jig$1@build.eclipse.org...
> Hector,
>
> the .uml files usually contain only "semantic" model elements and no
> visualization information. There are RSA-versions (.emx) of the UML
> metamodel, which include many diagrams. You can find them in the Eclipse
> UML2 CVS:
> :pserver:anonymous@dev.eclipse.org:/cvsroot/modeling
> org.eclipse.mdt/org.eclipse.uml2/plugins/org.eclipse.uml2.um l/model
>
> Marco
>
> Hector M Chavez schrieb:
>> Hi,
>>
>> I was trying to visualize the UML superstructure and imported the file
>> "Superstructure.uml" to RSA but I can only see model elements (packages,
>> relationships, classes, etc.) does anyone know if there is a way I can
>> actually see the class diagram. The UML I'm using is the version 2.2.1.
>> Thanks for your help.
>>
>> Hector
>>
Re: Importing Superstructure.uml to Rational Software Architect [message #477933 is a reply to message #477931] Wed, 05 November 2008 21:00 Go to previous messageGo to next message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Longer term, we will be producing diagrams for the source models using
tooling available at Eclipse, i.e. UML2 Tools and/or Papyrus.

Kenn

"James Bruck" <jbruck@ca.ibm.com> wrote in message
news:gesg96$c4e$1@build.eclipse.org...
> Hi Marco,
>
> The .emx files were recently removed for UML2 3.0.0 since they were out of
> date and one needed RSA (non-opensource) to modify them.
> There are efforts at the OMG to possibly provide an education licsense for
> RSA. The models should be updated soon and an appropriate home will be
> found for them.
>
> Cheers,
> - James.
>
>
> "Marco Mosconi" <mosconi@cs.tu-berlin.de> wrote in message
> news:gerurk$jig$1@build.eclipse.org...
>> Hector,
>>
>> the .uml files usually contain only "semantic" model elements and no
>> visualization information. There are RSA-versions (.emx) of the UML
>> metamodel, which include many diagrams. You can find them in the Eclipse
>> UML2 CVS:
>> :pserver:anonymous@dev.eclipse.org:/cvsroot/modeling
>> org.eclipse.mdt/org.eclipse.uml2/plugins/org.eclipse.uml2.um l/model
>>
>> Marco
>>
>> Hector M Chavez schrieb:
>>> Hi,
>>>
>>> I was trying to visualize the UML superstructure and imported the file
>>> "Superstructure.uml" to RSA but I can only see model elements (packages,
>>> relationships, classes, etc.) does anyone know if there is a way I can
>>> actually see the class diagram. The UML I'm using is the version 2.2.1.
>>> Thanks for your help.
>>>
>>> Hector
>>>
>
>
Re: Importing Superstructure.uml to Rational Software Architect [message #477937 is a reply to message #477931] Thu, 06 November 2008 10:49 Go to previous messageGo to next message
Marco MosconiFriend
Messages: 63
Registered: July 2009
Member
Hi James,

> The .emx files were recently removed for UML2 3.0.0 since they were out of
> date and one needed RSA (non-opensource) to modify them.
That's bad news ... I can't imagine how to analyse/navigate the UML
metamodel without RSA ;-)

> There are efforts at the OMG to possibly provide an education licsense for
> RSA. The models should be updated soon and an appropriate home will be
> found for them.
That would be great. Please notify when it is available again.

Marco

>
> Cheers,
> - James.
>
>
> "Marco Mosconi" <mosconi@cs.tu-berlin.de> wrote in message
> news:gerurk$jig$1@build.eclipse.org...
>> Hector,
>>
>> the .uml files usually contain only "semantic" model elements and no
>> visualization information. There are RSA-versions (.emx) of the UML
>> metamodel, which include many diagrams. You can find them in the Eclipse
>> UML2 CVS:
>> :pserver:anonymous@dev.eclipse.org:/cvsroot/modeling
>> org.eclipse.mdt/org.eclipse.uml2/plugins/org.eclipse.uml2.um l/model
>>
>> Marco
>>
>> Hector M Chavez schrieb:
>>> Hi,
>>>
>>> I was trying to visualize the UML superstructure and imported the file
>>> "Superstructure.uml" to RSA but I can only see model elements (packages,
>>> relationships, classes, etc.) does anyone know if there is a way I can
>>> actually see the class diagram. The UML I'm using is the version 2.2.1.
>>> Thanks for your help.
>>>
>>> Hector
>>>
>
>
Re: Importing Superstructure.uml to Rational Software Architect [message #477938 is a reply to message #477933] Thu, 06 November 2008 10:57 Go to previous messageGo to next message
Marco MosconiFriend
Messages: 63
Registered: July 2009
Member
> Longer term, we will be producing diagrams for the source models using
> tooling available at Eclipse, i.e. UML2 Tools and/or Papyrus.
.... or MST, I guess (hope) ;-)
Personally I think it's still a long way for the open source modeling
tools to get mature enough for serious use. At least when it comes to
tooling details. But it's the right path to follow and perhaps Papyrus
is a good starting point.

Marco

>
> Kenn
>
> "James Bruck" <jbruck@ca.ibm.com> wrote in message
> news:gesg96$c4e$1@build.eclipse.org...
>> Hi Marco,
>>
>> The .emx files were recently removed for UML2 3.0.0 since they were out of
>> date and one needed RSA (non-opensource) to modify them.
>> There are efforts at the OMG to possibly provide an education licsense for
>> RSA. The models should be updated soon and an appropriate home will be
>> found for them.
>>
>> Cheers,
>> - James.
>>
>>
>> "Marco Mosconi" <mosconi@cs.tu-berlin.de> wrote in message
>> news:gerurk$jig$1@build.eclipse.org...
>>> Hector,
>>>
>>> the .uml files usually contain only "semantic" model elements and no
>>> visualization information. There are RSA-versions (.emx) of the UML
>>> metamodel, which include many diagrams. You can find them in the Eclipse
>>> UML2 CVS:
>>> :pserver:anonymous@dev.eclipse.org:/cvsroot/modeling
>>> org.eclipse.mdt/org.eclipse.uml2/plugins/org.eclipse.uml2.um l/model
>>>
>>> Marco
>>>
>>> Hector M Chavez schrieb:
>>>> Hi,
>>>>
>>>> I was trying to visualize the UML superstructure and imported the file
>>>> "Superstructure.uml" to RSA but I can only see model elements (packages,
>>>> relationships, classes, etc.) does anyone know if there is a way I can
>>>> actually see the class diagram. The UML I'm using is the version 2.2.1.
>>>> Thanks for your help.
>>>>
>>>> Hector
>>>>
>>
>
>
Re: Importing Superstructure.uml to Rational Software Architect [message #477942 is a reply to message #477938] Thu, 06 November 2008 16:41 Go to previous message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Marco,

All that's required is a developer community willing/able to make it happen.
For example, Ed was able to replace the antiquated Rose models for EMF
metamodels with diagrams created using Ecore Tools in less than a year after
that component was created...

Kenn

"Marco Mosconi" <mosconi@cs.tu-berlin.de> wrote in message
news:geuij6$a68$1@build.eclipse.org...
>> Longer term, we will be producing diagrams for the source models using
>> tooling available at Eclipse, i.e. UML2 Tools and/or Papyrus.
> ... or MST, I guess (hope) ;-)
> Personally I think it's still a long way for the open source modeling
> tools to get mature enough for serious use. At least when it comes to
> tooling details. But it's the right path to follow and perhaps Papyrus is
> a good starting point.
>
> Marco
>
>>
>> Kenn
>>
>> "James Bruck" <jbruck@ca.ibm.com> wrote in message
>> news:gesg96$c4e$1@build.eclipse.org...
>>> Hi Marco,
>>>
>>> The .emx files were recently removed for UML2 3.0.0 since they were out
>>> of date and one needed RSA (non-opensource) to modify them.
>>> There are efforts at the OMG to possibly provide an education licsense
>>> for RSA. The models should be updated soon and an appropriate home will
>>> be found for them.
>>>
>>> Cheers,
>>> - James.
>>>
>>>
>>> "Marco Mosconi" <mosconi@cs.tu-berlin.de> wrote in message
>>> news:gerurk$jig$1@build.eclipse.org...
>>>> Hector,
>>>>
>>>> the .uml files usually contain only "semantic" model elements and no
>>>> visualization information. There are RSA-versions (.emx) of the UML
>>>> metamodel, which include many diagrams. You can find them in the
>>>> Eclipse UML2 CVS:
>>>> :pserver:anonymous@dev.eclipse.org:/cvsroot/modeling
>>>> org.eclipse.mdt/org.eclipse.uml2/plugins/org.eclipse.uml2.um l/model
>>>>
>>>> Marco
>>>>
>>>> Hector M Chavez schrieb:
>>>>> Hi,
>>>>>
>>>>> I was trying to visualize the UML superstructure and imported the file
>>>>> "Superstructure.uml" to RSA but I can only see model elements
>>>>> (packages, relationships, classes, etc.) does anyone know if there is
>>>>> a way I can actually see the class diagram. The UML I'm using is the
>>>>> version 2.2.1. Thanks for your help.
>>>>>
>>>>> Hector
>>>>>
>>>
>>
Re: Importing Superstructure.uml to Rational Software Architect [message #627137 is a reply to message #477925] Wed, 05 November 2008 11:08 Go to previous message
Marco MosconiFriend
Messages: 63
Registered: July 2009
Member
Hector,

the .uml files usually contain only "semantic" model elements and no
visualization information. There are RSA-versions (.emx) of the UML
metamodel, which include many diagrams. You can find them in the Eclipse
UML2 CVS:
:pserver:anonymous@dev.eclipse.org:/cvsroot/modeling
org.eclipse.mdt/org.eclipse.uml2/plugins/org.eclipse.uml2.um l/model

Marco

Hector M Chavez schrieb:
> Hi,
>
> I was trying to visualize the UML superstructure and imported the file
> "Superstructure.uml" to RSA but I can only see model elements (packages,
> relationships, classes, etc.) does anyone know if there is a way I can
> actually see the class diagram. The UML I'm using is the version 2.2.1.
> Thanks for your help.
>
> Hector
>
Re: Importing Superstructure.uml to Rational Software Architect [message #627139 is a reply to message #477928] Wed, 05 November 2008 13:15 Go to previous message
Vlad Varnica is currently offline Vlad VarnicaFriend
Messages: 546
Registered: July 2009
Location: Milton Keynes - UK
Senior Member
Hector,

Do you mean that you would like to create a new class diagram from only
your UML model ?
If yes, then you can use EclipseUML 2008 which a tool for Java/JEE or UML
modelers who would like to become plumbers and not just designers :-)

Just past and copy the .uml file at the root of your project, then rename
your .uml in order to have the same name as your project. Finally click to
open your .uml file contextual menu > Open with > Omondo xmi editor.
You then can see your UML model inside the XMI editor. The XMI Editor is
an Omondo concept. If you don't understand this model concept based on UML
metamodel ( e.g. not on EMF transformation) please let me know and we will
add some documentations on our website.

The next step is to create your graphical view (e.g. have a class diagram
from your UML model). You just need to create a package or a class diagram
in your project, then drag and drop UML superstructure elements from the
xmi editor to your diagrams. You can select one or many elements at the
same time.
After the classes are inside your diagram you can navigate dynamically by
using the package or class diagram contextual menu (Show/ hide
inheritance, association, dependencies).


Vlad VARNICA
Omondo
Re: Importing Superstructure.uml to Rational Software Architect [message #627140 is a reply to message #477928] Wed, 05 November 2008 16:07 Go to previous message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
Hi Marco,

The .emx files were recently removed for UML2 3.0.0 since they were out of
date and one needed RSA (non-opensource) to modify them.
There are efforts at the OMG to possibly provide an education licsense for
RSA. The models should be updated soon and an appropriate home will be
found for them.

Cheers,
- James.


"Marco Mosconi" <mosconi@cs.tu-berlin.de> wrote in message
news:gerurk$jig$1@build.eclipse.org...
> Hector,
>
> the .uml files usually contain only "semantic" model elements and no
> visualization information. There are RSA-versions (.emx) of the UML
> metamodel, which include many diagrams. You can find them in the Eclipse
> UML2 CVS:
> :pserver:anonymous@dev.eclipse.org:/cvsroot/modeling
> org.eclipse.mdt/org.eclipse.uml2/plugins/org.eclipse.uml2.um l/model
>
> Marco
>
> Hector M Chavez schrieb:
>> Hi,
>>
>> I was trying to visualize the UML superstructure and imported the file
>> "Superstructure.uml" to RSA but I can only see model elements (packages,
>> relationships, classes, etc.) does anyone know if there is a way I can
>> actually see the class diagram. The UML I'm using is the version 2.2.1.
>> Thanks for your help.
>>
>> Hector
>>
Re: Importing Superstructure.uml to Rational Software Architect [message #627142 is a reply to message #477931] Wed, 05 November 2008 21:00 Go to previous message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Longer term, we will be producing diagrams for the source models using
tooling available at Eclipse, i.e. UML2 Tools and/or Papyrus.

Kenn

"James Bruck" <jbruck@ca.ibm.com> wrote in message
news:gesg96$c4e$1@build.eclipse.org...
> Hi Marco,
>
> The .emx files were recently removed for UML2 3.0.0 since they were out of
> date and one needed RSA (non-opensource) to modify them.
> There are efforts at the OMG to possibly provide an education licsense for
> RSA. The models should be updated soon and an appropriate home will be
> found for them.
>
> Cheers,
> - James.
>
>
> "Marco Mosconi" <mosconi@cs.tu-berlin.de> wrote in message
> news:gerurk$jig$1@build.eclipse.org...
>> Hector,
>>
>> the .uml files usually contain only "semantic" model elements and no
>> visualization information. There are RSA-versions (.emx) of the UML
>> metamodel, which include many diagrams. You can find them in the Eclipse
>> UML2 CVS:
>> :pserver:anonymous@dev.eclipse.org:/cvsroot/modeling
>> org.eclipse.mdt/org.eclipse.uml2/plugins/org.eclipse.uml2.um l/model
>>
>> Marco
>>
>> Hector M Chavez schrieb:
>>> Hi,
>>>
>>> I was trying to visualize the UML superstructure and imported the file
>>> "Superstructure.uml" to RSA but I can only see model elements (packages,
>>> relationships, classes, etc.) does anyone know if there is a way I can
>>> actually see the class diagram. The UML I'm using is the version 2.2.1.
>>> Thanks for your help.
>>>
>>> Hector
>>>
>
>
Re: Importing Superstructure.uml to Rational Software Architect [message #627146 is a reply to message #477931] Thu, 06 November 2008 10:49 Go to previous message
Marco MosconiFriend
Messages: 63
Registered: July 2009
Member
Hi James,

> The .emx files were recently removed for UML2 3.0.0 since they were out of
> date and one needed RSA (non-opensource) to modify them.
That's bad news ... I can't imagine how to analyse/navigate the UML
metamodel without RSA ;-)

> There are efforts at the OMG to possibly provide an education licsense for
> RSA. The models should be updated soon and an appropriate home will be
> found for them.
That would be great. Please notify when it is available again.

Marco

>
> Cheers,
> - James.
>
>
> "Marco Mosconi" <mosconi@cs.tu-berlin.de> wrote in message
> news:gerurk$jig$1@build.eclipse.org...
>> Hector,
>>
>> the .uml files usually contain only "semantic" model elements and no
>> visualization information. There are RSA-versions (.emx) of the UML
>> metamodel, which include many diagrams. You can find them in the Eclipse
>> UML2 CVS:
>> :pserver:anonymous@dev.eclipse.org:/cvsroot/modeling
>> org.eclipse.mdt/org.eclipse.uml2/plugins/org.eclipse.uml2.um l/model
>>
>> Marco
>>
>> Hector M Chavez schrieb:
>>> Hi,
>>>
>>> I was trying to visualize the UML superstructure and imported the file
>>> "Superstructure.uml" to RSA but I can only see model elements (packages,
>>> relationships, classes, etc.) does anyone know if there is a way I can
>>> actually see the class diagram. The UML I'm using is the version 2.2.1.
>>> Thanks for your help.
>>>
>>> Hector
>>>
>
>
Re: Importing Superstructure.uml to Rational Software Architect [message #627147 is a reply to message #477933] Thu, 06 November 2008 10:57 Go to previous message
Marco MosconiFriend
Messages: 63
Registered: July 2009
Member
> Longer term, we will be producing diagrams for the source models using
> tooling available at Eclipse, i.e. UML2 Tools and/or Papyrus.
.... or MST, I guess (hope) ;-)
Personally I think it's still a long way for the open source modeling
tools to get mature enough for serious use. At least when it comes to
tooling details. But it's the right path to follow and perhaps Papyrus
is a good starting point.

Marco

>
> Kenn
>
> "James Bruck" <jbruck@ca.ibm.com> wrote in message
> news:gesg96$c4e$1@build.eclipse.org...
>> Hi Marco,
>>
>> The .emx files were recently removed for UML2 3.0.0 since they were out of
>> date and one needed RSA (non-opensource) to modify them.
>> There are efforts at the OMG to possibly provide an education licsense for
>> RSA. The models should be updated soon and an appropriate home will be
>> found for them.
>>
>> Cheers,
>> - James.
>>
>>
>> "Marco Mosconi" <mosconi@cs.tu-berlin.de> wrote in message
>> news:gerurk$jig$1@build.eclipse.org...
>>> Hector,
>>>
>>> the .uml files usually contain only "semantic" model elements and no
>>> visualization information. There are RSA-versions (.emx) of the UML
>>> metamodel, which include many diagrams. You can find them in the Eclipse
>>> UML2 CVS:
>>> :pserver:anonymous@dev.eclipse.org:/cvsroot/modeling
>>> org.eclipse.mdt/org.eclipse.uml2/plugins/org.eclipse.uml2.um l/model
>>>
>>> Marco
>>>
>>> Hector M Chavez schrieb:
>>>> Hi,
>>>>
>>>> I was trying to visualize the UML superstructure and imported the file
>>>> "Superstructure.uml" to RSA but I can only see model elements (packages,
>>>> relationships, classes, etc.) does anyone know if there is a way I can
>>>> actually see the class diagram. The UML I'm using is the version 2.2.1.
>>>> Thanks for your help.
>>>>
>>>> Hector
>>>>
>>
>
>
Re: Importing Superstructure.uml to Rational Software Architect [message #627151 is a reply to message #477938] Thu, 06 November 2008 16:41 Go to previous message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Marco,

All that's required is a developer community willing/able to make it happen.
For example, Ed was able to replace the antiquated Rose models for EMF
metamodels with diagrams created using Ecore Tools in less than a year after
that component was created...

Kenn

"Marco Mosconi" <mosconi@cs.tu-berlin.de> wrote in message
news:geuij6$a68$1@build.eclipse.org...
>> Longer term, we will be producing diagrams for the source models using
>> tooling available at Eclipse, i.e. UML2 Tools and/or Papyrus.
> ... or MST, I guess (hope) ;-)
> Personally I think it's still a long way for the open source modeling
> tools to get mature enough for serious use. At least when it comes to
> tooling details. But it's the right path to follow and perhaps Papyrus is
> a good starting point.
>
> Marco
>
>>
>> Kenn
>>
>> "James Bruck" <jbruck@ca.ibm.com> wrote in message
>> news:gesg96$c4e$1@build.eclipse.org...
>>> Hi Marco,
>>>
>>> The .emx files were recently removed for UML2 3.0.0 since they were out
>>> of date and one needed RSA (non-opensource) to modify them.
>>> There are efforts at the OMG to possibly provide an education licsense
>>> for RSA. The models should be updated soon and an appropriate home will
>>> be found for them.
>>>
>>> Cheers,
>>> - James.
>>>
>>>
>>> "Marco Mosconi" <mosconi@cs.tu-berlin.de> wrote in message
>>> news:gerurk$jig$1@build.eclipse.org...
>>>> Hector,
>>>>
>>>> the .uml files usually contain only "semantic" model elements and no
>>>> visualization information. There are RSA-versions (.emx) of the UML
>>>> metamodel, which include many diagrams. You can find them in the
>>>> Eclipse UML2 CVS:
>>>> :pserver:anonymous@dev.eclipse.org:/cvsroot/modeling
>>>> org.eclipse.mdt/org.eclipse.uml2/plugins/org.eclipse.uml2.um l/model
>>>>
>>>> Marco
>>>>
>>>> Hector M Chavez schrieb:
>>>>> Hi,
>>>>>
>>>>> I was trying to visualize the UML superstructure and imported the file
>>>>> "Superstructure.uml" to RSA but I can only see model elements
>>>>> (packages, relationships, classes, etc.) does anyone know if there is
>>>>> a way I can actually see the class diagram. The UML I'm using is the
>>>>> version 2.2.1. Thanks for your help.
>>>>>
>>>>> Hector
>>>>>
>>>
>>
Previous Topic:Confusion about Generalization and Extensions of Stereotypes
Next Topic:[Announce] MDT UML2 2.2.2 M200811061144 is available
Goto Forum:
  


Current Time: Sat Apr 20 13:40:24 GMT 2024

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

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

Back to the top