Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 Tools » classes in packages.
classes in packages. [message #470242] Tue, 01 May 2007 06:48 Go to next message
Pradeep is currently offline PradeepFriend
Messages: 61
Registered: July 2009
Member
Hi,

Whenever I start UML graphical editor, my eclipse runs out of memory after a
few minutes. Any thoughts on recommended memory size?
For now, I am using the EMF editor and opening the file in the graphical
editor to take a printout in the end.

I created a few packages and relationships between classes of these
packages.
When I view the same in graphical editor, i am just getting the list view of
classes in a package box. Neither class attributes nor associations are
visible any more.
Is there a way to visualize the same?

Thanks
Pradeep
Re: classes in packages. [message #470248 is a reply to message #470242] Wed, 02 May 2007 07:56 Go to previous messageGo to next message
Michael Golubev is currently offline Michael GolubevFriend
Messages: 383
Registered: July 2009
Senior Member
Hello Pradeep,

Check your log file. Usually there are not much information provided about
the OutOfMemoryError,
but please check whether it is about PermGen space or not.

If yes, than increase it via command line parameters to eclipse launcher.
Here, at Windows, I am using following command to run Eclipse

start eclipse.exe -vmargs -Xmx512m -Xms256m -XX:PermSize=64M -XX:MaxPermSize=128M

and it works well enough.

Regarding the second question, I am not sure I understand you.
If possible please provide me with model / diagram files, probably it will
help me to understand and fix the problem.

Regards,
Michael

> Hi,
>
> Whenever I start UML graphical editor, my eclipse runs out of memory
> after a
> few minutes. Any thoughts on recommended memory size?
> For now, I am using the EMF editor and opening the file in the
> graphical
> editor to take a printout in the end.
> I created a few packages and relationships between classes of these
> packages.
> When I view the same in graphical editor, i am just getting the list
> view of
> classes in a package box. Neither class attributes nor associations
> are
> visible any more.
> Is there a way to visualize the same?
> Thanks
> Pradeep
Re: classes in packages. [message #470251 is a reply to message #470248] Wed, 02 May 2007 18:37 Go to previous messageGo to next message
Pradeep is currently offline PradeepFriend
Messages: 61
Registered: July 2009
Member
Please find the example attached.(Both uml file and the screenshot of
generated diagram).

Brief description:

1) I took the same PurchaseOrder uml model.
2) Created two packages, customer, company
3) Moved Customer, Address, etc. to customer package.
4) Order, Supplier etc. to company package.
5) Reinitialized the diagram.
6) If you see now, all the links are no more visible.





"Michael Golubev" <michael.golubev@borland.com> wrote in message
news:80ef4340a68f8c95ab75c43cc84@news.eclipse.org...
> Hello Pradeep,
>
> Check your log file. Usually there are not much information provided about
> the OutOfMemoryError,
> but please check whether it is about PermGen space or not.
>
> If yes, than increase it via command line parameters to eclipse launcher.
> Here, at Windows, I am using following command to run Eclipse
>
> start
> eclipse.exe -vmargs -Xmx512m -Xms256m -XX:PermSize=64M -XX:MaxPermSize=128M
>
> and it works well enough.
>
> Regarding the second question, I am not sure I understand you.
> If possible please provide me with model / diagram files, probably it will
> help me to understand and fix the problem.
>
> Regards,
> Michael
>
>> Hi,
>>
>> Whenever I start UML graphical editor, my eclipse runs out of memory
>> after a
>> few minutes. Any thoughts on recommended memory size?
>> For now, I am using the EMF editor and opening the file in the
>> graphical
>> editor to take a printout in the end.
>> I created a few packages and relationships between classes of these
>> packages.
>> When I view the same in graphical editor, i am just getting the list
>> view of
>> classes in a package box. Neither class attributes nor associations
>> are
>> visible any more.
>> Is there a way to visualize the same?
>> Thanks
>> Pradeep
>
>





Re: classes in packages. [message #470270 is a reply to message #470251] Wed, 02 May 2007 22:14 Go to previous messageGo to next message
Pradeep is currently offline PradeepFriend
Messages: 61
Registered: July 2009
Member
Also please find the attached diagram that I have drawn using GMF for some
other project.
I expect some thing like that.


"Pradeep" <pradeep@live.com> wrote in message
news:f1aloi$o43$1@build.eclipse.org...
> Please find the example attached.(Both uml file and the screenshot of
> generated diagram).
>
> Brief description:
>
> 1) I took the same PurchaseOrder uml model.
> 2) Created two packages, customer, company
> 3) Moved Customer, Address, etc. to customer package.
> 4) Order, Supplier etc. to company package.
> 5) Reinitialized the diagram.
> 6) If you see now, all the links are no more visible.
>
>
>
>
>
> "Michael Golubev" <michael.golubev@borland.com> wrote in message
> news:80ef4340a68f8c95ab75c43cc84@news.eclipse.org...
>> Hello Pradeep,
>>
>> Check your log file. Usually there are not much information provided
>> about
>> the OutOfMemoryError,
>> but please check whether it is about PermGen space or not.
>>
>> If yes, than increase it via command line parameters to eclipse launcher.
>> Here, at Windows, I am using following command to run Eclipse
>>
>> start
>> eclipse.exe -vmargs -Xmx512m -Xms256m -XX:PermSize=64M -XX:MaxPermSize=128M
>>
>> and it works well enough.
>>
>> Regarding the second question, I am not sure I understand you.
>> If possible please provide me with model / diagram files, probably it
>> will
>> help me to understand and fix the problem.
>>
>> Regards,
>> Michael
>>
>>> Hi,
>>>
>>> Whenever I start UML graphical editor, my eclipse runs out of memory
>>> after a
>>> few minutes. Any thoughts on recommended memory size?
>>> For now, I am using the EMF editor and opening the file in the
>>> graphical
>>> editor to take a printout in the end.
>>> I created a few packages and relationships between classes of these
>>> packages.
>>> When I view the same in graphical editor, i am just getting the list
>>> view of
>>> classes in a package box. Neither class attributes nor associations
>>> are
>>> visible any more.
>>> Is there a way to visualize the same?
>>> Thanks
>>> Pradeep
>>
>>
>
>
>


  • Attachment: example.PNG
    (Size: 11.21KB, Downloaded 175 times)
Re: classes in packages. [message #470271 is a reply to message #470270] Wed, 02 May 2007 22:45 Go to previous messageGo to next message
Michael Golubev is currently offline Michael GolubevFriend
Messages: 383
Registered: July 2009
Senior Member
Hello Pradeep,

Its expected behavior, we are not displaying links to/from elements inside
the list compartments (that are, in fact, pure labels).
(BTW, your other sample shows the links to inner nodes that have its own
complete graphical representation, figures, etc).

May be I am wrong, but in the whole UML spec (06-04-02) I did not saw any
samples of such links.
Also none of Borland/Together UML products for last 7 years showed such links.
As far as I can remember, IBM / Rational products also followed this way.
So, may be wrong, but we are in good company now :).

Please submit feature request, however, if you think this should be done
different way.

Regards,
Michael

> Also please find the attached diagram that I have drawn using GMF for
> some
> other project.
> I expect some thing like that.
> "Pradeep" <pradeep@live.com> wrote in message
> news:f1aloi$o43$1@build.eclipse.org...
>
>> Please find the example attached.(Both uml file and the screenshot of
>> generated diagram).
>>
>> Brief description:
>>
>> 1) I took the same PurchaseOrder uml model.
>> 2) Created two packages, customer, company
>> 3) Moved Customer, Address, etc. to customer package.
>> 4) Order, Supplier etc. to company package.
>> 5) Reinitialized the diagram.
>> 6) If you see now, all the links are no more visible.
>> "Michael Golubev" <michael.golubev@borland.com> wrote in message
>> news:80ef4340a68f8c95ab75c43cc84@news.eclipse.org...
>>
>>> Hello Pradeep,
>>>
>>> Check your log file. Usually there are not much information provided
>>> about
>>> the OutOfMemoryError,
>>> but please check whether it is about PermGen space or not.
>>> If yes, than increase it via command line parameters to eclipse
>>> launcher. Here, at Windows, I am using following command to run
>>> Eclipse
>>>
>>> start
>>> eclipse.exe -vmargs -Xmx512m -Xms256m -XX:PermSize=64M
>>> -XX:MaxPermSize=128M
>>> and it works well enough.
>>>
>>> Regarding the second question, I am not sure I understand you.
>>> If possible please provide me with model / diagram files, probably
>>> it
>>> will
>>> help me to understand and fix the problem.
>>> Regards,
>>> Michael
>>>> Hi,
>>>>
>>>> Whenever I start UML graphical editor, my eclipse runs out of
>>>> memory
>>>> after a
>>>> few minutes. Any thoughts on recommended memory size?
>>>> For now, I am using the EMF editor and opening the file in the
>>>> graphical
>>>> editor to take a printout in the end.
>>>> I created a few packages and relationships between classes of these
>>>> packages.
>>>> When I view the same in graphical editor, i am just getting the
>>>> list
>>>> view of
>>>> classes in a package box. Neither class attributes nor associations
>>>> are
>>>> visible any more.
>>>> Is there a way to visualize the same?
>>>> Thanks
>>>> Pradeep
Re: classes in packages. [message #470336 is a reply to message #470271] Thu, 03 May 2007 00:49 Go to previous message
Pradeep is currently offline PradeepFriend
Messages: 61
Registered: July 2009
Member
Hi Michael,

I think there should be a way to visualize my classes and associations in
the diagram.
Do you think they should be given a listbox treatment and with a simple name
just because they are inside a package?

Here is how a diagram looks like in Rational software modeler. While I am
not a big fan of those package links, atleast my classes are visible.

Pradeep



"Michael Golubev" <michael.golubev@borland.com> wrote in message
news:80ef4340acd68c95b3376832512@news.eclipse.org...
> Hello Pradeep,
>
> Its expected behavior, we are not displaying links to/from elements inside
> the list compartments (that are, in fact, pure labels).
> (BTW, your other sample shows the links to inner nodes that have its own
> complete graphical representation, figures, etc).
>
> May be I am wrong, but in the whole UML spec (06-04-02) I did not saw any
> samples of such links.
> Also none of Borland/Together UML products for last 7 years showed such
> links.
> As far as I can remember, IBM / Rational products also followed this way.
> So, may be wrong, but we are in good company now :).
>
> Please submit feature request, however, if you think this should be done
> different way.
>
> Regards,
> Michael
>
>> Also please find the attached diagram that I have drawn using GMF for
>> some
>> other project.
>> I expect some thing like that.
>> "Pradeep" <pradeep@live.com> wrote in message
>> news:f1aloi$o43$1@build.eclipse.org...
>>
>>> Please find the example attached.(Both uml file and the screenshot of
>>> generated diagram).
>>>
>>> Brief description:
>>>
>>> 1) I took the same PurchaseOrder uml model.
>>> 2) Created two packages, customer, company
>>> 3) Moved Customer, Address, etc. to customer package.
>>> 4) Order, Supplier etc. to company package.
>>> 5) Reinitialized the diagram.
>>> 6) If you see now, all the links are no more visible.
>>> "Michael Golubev" <michael.golubev@borland.com> wrote in message
>>> news:80ef4340a68f8c95ab75c43cc84@news.eclipse.org...
>>>
>>>> Hello Pradeep,
>>>>
>>>> Check your log file. Usually there are not much information provided
>>>> about
>>>> the OutOfMemoryError,
>>>> but please check whether it is about PermGen space or not.
>>>> If yes, than increase it via command line parameters to eclipse
>>>> launcher. Here, at Windows, I am using following command to run
>>>> Eclipse
>>>>
>>>> start
>>>> eclipse.exe -vmargs -Xmx512m -Xms256m -XX:PermSize=64M
>>>> -XX:MaxPermSize=128M
>>>> and it works well enough.
>>>>
>>>> Regarding the second question, I am not sure I understand you.
>>>> If possible please provide me with model / diagram files, probably
>>>> it
>>>> will
>>>> help me to understand and fix the problem.
>>>> Regards,
>>>> Michael
>>>>> Hi,
>>>>>
>>>>> Whenever I start UML graphical editor, my eclipse runs out of
>>>>> memory
>>>>> after a
>>>>> few minutes. Any thoughts on recommended memory size?
>>>>> For now, I am using the EMF editor and opening the file in the
>>>>> graphical
>>>>> editor to take a printout in the end.
>>>>> I created a few packages and relationships between classes of these
>>>>> packages.
>>>>> When I view the same in graphical editor, i am just getting the
>>>>> list
>>>>> view of
>>>>> classes in a package box. Neither class attributes nor associations
>>>>> are
>>>>> visible any more.
>>>>> Is there a way to visualize the same?
>>>>> Thanks
>>>>> Pradeep
>
>


  • Attachment: customer.PNG
    (Size: 30.06KB, Downloaded 188 times)
Re: classes in packages. [message #588923 is a reply to message #470242] Wed, 02 May 2007 07:56 Go to previous message
Michael Golubev is currently offline Michael GolubevFriend
Messages: 383
Registered: July 2009
Senior Member
Hello Pradeep,

Check your log file. Usually there are not much information provided about
the OutOfMemoryError,
but please check whether it is about PermGen space or not.

If yes, than increase it via command line parameters to eclipse launcher.
Here, at Windows, I am using following command to run Eclipse

start eclipse.exe -vmargs -Xmx512m -Xms256m -XX:PermSize=64M -XX:MaxPermSize=128M

and it works well enough.

Regarding the second question, I am not sure I understand you.
If possible please provide me with model / diagram files, probably it will
help me to understand and fix the problem.

Regards,
Michael

> Hi,
>
> Whenever I start UML graphical editor, my eclipse runs out of memory
> after a
> few minutes. Any thoughts on recommended memory size?
> For now, I am using the EMF editor and opening the file in the
> graphical
> editor to take a printout in the end.
> I created a few packages and relationships between classes of these
> packages.
> When I view the same in graphical editor, i am just getting the list
> view of
> classes in a package box. Neither class attributes nor associations
> are
> visible any more.
> Is there a way to visualize the same?
> Thanks
> Pradeep
Re: classes in packages. [message #588952 is a reply to message #470248] Wed, 02 May 2007 18:37 Go to previous message
Pradeep is currently offline PradeepFriend
Messages: 61
Registered: July 2009
Member
Please find the example attached.(Both uml file and the screenshot of
generated diagram).

Brief description:

1) I took the same PurchaseOrder uml model.
2) Created two packages, customer, company
3) Moved Customer, Address, etc. to customer package.
4) Order, Supplier etc. to company package.
5) Reinitialized the diagram.
6) If you see now, all the links are no more visible.





"Michael Golubev" <michael.golubev@borland.com> wrote in message
news:80ef4340a68f8c95ab75c43cc84@news.eclipse.org...
> Hello Pradeep,
>
> Check your log file. Usually there are not much information provided about
> the OutOfMemoryError,
> but please check whether it is about PermGen space or not.
>
> If yes, than increase it via command line parameters to eclipse launcher.
> Here, at Windows, I am using following command to run Eclipse
>
> start
> eclipse.exe -vmargs -Xmx512m -Xms256m -XX:PermSize=64M -XX:MaxPermSize=128M
>
> and it works well enough.
>
> Regarding the second question, I am not sure I understand you.
> If possible please provide me with model / diagram files, probably it will
> help me to understand and fix the problem.
>
> Regards,
> Michael
>
>> Hi,
>>
>> Whenever I start UML graphical editor, my eclipse runs out of memory
>> after a
>> few minutes. Any thoughts on recommended memory size?
>> For now, I am using the EMF editor and opening the file in the
>> graphical
>> editor to take a printout in the end.
>> I created a few packages and relationships between classes of these
>> packages.
>> When I view the same in graphical editor, i am just getting the list
>> view of
>> classes in a package box. Neither class attributes nor associations
>> are
>> visible any more.
>> Is there a way to visualize the same?
>> Thanks
>> Pradeep
>
>





Re: classes in packages. [message #588993 is a reply to message #470251] Wed, 02 May 2007 22:14 Go to previous message
Pradeep is currently offline PradeepFriend
Messages: 61
Registered: July 2009
Member
Also please find the attached diagram that I have drawn using GMF for some
other project.
I expect some thing like that.


"Pradeep" <pradeep@live.com> wrote in message
news:f1aloi$o43$1@build.eclipse.org...
> Please find the example attached.(Both uml file and the screenshot of
> generated diagram).
>
> Brief description:
>
> 1) I took the same PurchaseOrder uml model.
> 2) Created two packages, customer, company
> 3) Moved Customer, Address, etc. to customer package.
> 4) Order, Supplier etc. to company package.
> 5) Reinitialized the diagram.
> 6) If you see now, all the links are no more visible.
>
>
>
>
>
> "Michael Golubev" <michael.golubev@borland.com> wrote in message
> news:80ef4340a68f8c95ab75c43cc84@news.eclipse.org...
>> Hello Pradeep,
>>
>> Check your log file. Usually there are not much information provided
>> about
>> the OutOfMemoryError,
>> but please check whether it is about PermGen space or not.
>>
>> If yes, than increase it via command line parameters to eclipse launcher.
>> Here, at Windows, I am using following command to run Eclipse
>>
>> start
>> eclipse.exe -vmargs -Xmx512m -Xms256m -XX:PermSize=64M -XX:MaxPermSize=128M
>>
>> and it works well enough.
>>
>> Regarding the second question, I am not sure I understand you.
>> If possible please provide me with model / diagram files, probably it
>> will
>> help me to understand and fix the problem.
>>
>> Regards,
>> Michael
>>
>>> Hi,
>>>
>>> Whenever I start UML graphical editor, my eclipse runs out of memory
>>> after a
>>> few minutes. Any thoughts on recommended memory size?
>>> For now, I am using the EMF editor and opening the file in the
>>> graphical
>>> editor to take a printout in the end.
>>> I created a few packages and relationships between classes of these
>>> packages.
>>> When I view the same in graphical editor, i am just getting the list
>>> view of
>>> classes in a package box. Neither class attributes nor associations
>>> are
>>> visible any more.
>>> Is there a way to visualize the same?
>>> Thanks
>>> Pradeep
>>
>>
>
>
>


  • Attachment: example.PNG
    (Size: 11.21KB, Downloaded 143 times)
Re: classes in packages. [message #589008 is a reply to message #470270] Wed, 02 May 2007 22:45 Go to previous message
Michael Golubev is currently offline Michael GolubevFriend
Messages: 383
Registered: July 2009
Senior Member
Hello Pradeep,

Its expected behavior, we are not displaying links to/from elements inside
the list compartments (that are, in fact, pure labels).
(BTW, your other sample shows the links to inner nodes that have its own
complete graphical representation, figures, etc).

May be I am wrong, but in the whole UML spec (06-04-02) I did not saw any
samples of such links.
Also none of Borland/Together UML products for last 7 years showed such links.
As far as I can remember, IBM / Rational products also followed this way.
So, may be wrong, but we are in good company now :).

Please submit feature request, however, if you think this should be done
different way.

Regards,
Michael

> Also please find the attached diagram that I have drawn using GMF for
> some
> other project.
> I expect some thing like that.
> "Pradeep" <pradeep@live.com> wrote in message
> news:f1aloi$o43$1@build.eclipse.org...
>
>> Please find the example attached.(Both uml file and the screenshot of
>> generated diagram).
>>
>> Brief description:
>>
>> 1) I took the same PurchaseOrder uml model.
>> 2) Created two packages, customer, company
>> 3) Moved Customer, Address, etc. to customer package.
>> 4) Order, Supplier etc. to company package.
>> 5) Reinitialized the diagram.
>> 6) If you see now, all the links are no more visible.
>> "Michael Golubev" <michael.golubev@borland.com> wrote in message
>> news:80ef4340a68f8c95ab75c43cc84@news.eclipse.org...
>>
>>> Hello Pradeep,
>>>
>>> Check your log file. Usually there are not much information provided
>>> about
>>> the OutOfMemoryError,
>>> but please check whether it is about PermGen space or not.
>>> If yes, than increase it via command line parameters to eclipse
>>> launcher. Here, at Windows, I am using following command to run
>>> Eclipse
>>>
>>> start
>>> eclipse.exe -vmargs -Xmx512m -Xms256m -XX:PermSize=64M
>>> -XX:MaxPermSize=128M
>>> and it works well enough.
>>>
>>> Regarding the second question, I am not sure I understand you.
>>> If possible please provide me with model / diagram files, probably
>>> it
>>> will
>>> help me to understand and fix the problem.
>>> Regards,
>>> Michael
>>>> Hi,
>>>>
>>>> Whenever I start UML graphical editor, my eclipse runs out of
>>>> memory
>>>> after a
>>>> few minutes. Any thoughts on recommended memory size?
>>>> For now, I am using the EMF editor and opening the file in the
>>>> graphical
>>>> editor to take a printout in the end.
>>>> I created a few packages and relationships between classes of these
>>>> packages.
>>>> When I view the same in graphical editor, i am just getting the
>>>> list
>>>> view of
>>>> classes in a package box. Neither class attributes nor associations
>>>> are
>>>> visible any more.
>>>> Is there a way to visualize the same?
>>>> Thanks
>>>> Pradeep
Re: classes in packages. [message #589020 is a reply to message #470271] Thu, 03 May 2007 00:49 Go to previous message
Pradeep is currently offline PradeepFriend
Messages: 61
Registered: July 2009
Member
Hi Michael,

I think there should be a way to visualize my classes and associations in
the diagram.
Do you think they should be given a listbox treatment and with a simple name
just because they are inside a package?

Here is how a diagram looks like in Rational software modeler. While I am
not a big fan of those package links, atleast my classes are visible.

Pradeep



"Michael Golubev" <michael.golubev@borland.com> wrote in message
news:80ef4340acd68c95b3376832512@news.eclipse.org...
> Hello Pradeep,
>
> Its expected behavior, we are not displaying links to/from elements inside
> the list compartments (that are, in fact, pure labels).
> (BTW, your other sample shows the links to inner nodes that have its own
> complete graphical representation, figures, etc).
>
> May be I am wrong, but in the whole UML spec (06-04-02) I did not saw any
> samples of such links.
> Also none of Borland/Together UML products for last 7 years showed such
> links.
> As far as I can remember, IBM / Rational products also followed this way.
> So, may be wrong, but we are in good company now :).
>
> Please submit feature request, however, if you think this should be done
> different way.
>
> Regards,
> Michael
>
>> Also please find the attached diagram that I have drawn using GMF for
>> some
>> other project.
>> I expect some thing like that.
>> "Pradeep" <pradeep@live.com> wrote in message
>> news:f1aloi$o43$1@build.eclipse.org...
>>
>>> Please find the example attached.(Both uml file and the screenshot of
>>> generated diagram).
>>>
>>> Brief description:
>>>
>>> 1) I took the same PurchaseOrder uml model.
>>> 2) Created two packages, customer, company
>>> 3) Moved Customer, Address, etc. to customer package.
>>> 4) Order, Supplier etc. to company package.
>>> 5) Reinitialized the diagram.
>>> 6) If you see now, all the links are no more visible.
>>> "Michael Golubev" <michael.golubev@borland.com> wrote in message
>>> news:80ef4340a68f8c95ab75c43cc84@news.eclipse.org...
>>>
>>>> Hello Pradeep,
>>>>
>>>> Check your log file. Usually there are not much information provided
>>>> about
>>>> the OutOfMemoryError,
>>>> but please check whether it is about PermGen space or not.
>>>> If yes, than increase it via command line parameters to eclipse
>>>> launcher. Here, at Windows, I am using following command to run
>>>> Eclipse
>>>>
>>>> start
>>>> eclipse.exe -vmargs -Xmx512m -Xms256m -XX:PermSize=64M
>>>> -XX:MaxPermSize=128M
>>>> and it works well enough.
>>>>
>>>> Regarding the second question, I am not sure I understand you.
>>>> If possible please provide me with model / diagram files, probably
>>>> it
>>>> will
>>>> help me to understand and fix the problem.
>>>> Regards,
>>>> Michael
>>>>> Hi,
>>>>>
>>>>> Whenever I start UML graphical editor, my eclipse runs out of
>>>>> memory
>>>>> after a
>>>>> few minutes. Any thoughts on recommended memory size?
>>>>> For now, I am using the EMF editor and opening the file in the
>>>>> graphical
>>>>> editor to take a printout in the end.
>>>>> I created a few packages and relationships between classes of these
>>>>> packages.
>>>>> When I view the same in graphical editor, i am just getting the
>>>>> list
>>>>> view of
>>>>> classes in a package box. Neither class attributes nor associations
>>>>> are
>>>>> visible any more.
>>>>> Is there a way to visualize the same?
>>>>> Thanks
>>>>> Pradeep
>
>


  • Attachment: customer.PNG
    (Size: 30.06KB, Downloaded 161 times)
Previous Topic:diamod direction in case of association
Next Topic:Shortcut in ClassD
Goto Forum:
  


Current Time: Fri Apr 19 10:18:58 GMT 2024

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

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

Back to the top