UML class library needed

M

MP4/4

Hi!

I'm student doing my graduation work in .NET . I was permitted to use
some existing freeware UML class library in making UI for my work, but i
have problems finding one that would suit my needs. Such would have to
be able to draw all UML elements(from all kinds of diagramms) and
connections between them and provide manipulation with them(obviously).

Thank you!
 
M

Michael Nemtsev

Hello MP4/4,

Try DSL runtime from there http://msdn.microsoft.com/vstudio/DSLTools/

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

M> Hi!
M>
M> I'm student doing my graduation work in .NET . I was permitted to use
M> some existing freeware UML class library in making UI for my work,
M> but i have problems finding one that would suit my needs. Such would
M> have to be able to draw all UML elements(from all kinds of diagramms)
M> and connections between them and provide manipulation with
M> them(obviously).
M>
M> Thank you!
M>
 
M

Michael Nemtsev

Hello Michael ,

See sample there http://www.clipcode.biz/workshops/dsl.html

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

MN> Hello MP4/4,
MN>
MN> Try DSL runtime from there
MN> http://msdn.microsoft.com/vstudio/DSLTools/
MN>
MN> ---
MN> WBR,
MN> Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour
MN> "The greatest danger for most of us is not that our aim is too high
MN> and we miss it, but that it is too low and we reach it" (c)
MN> Michelangelo
MN>
M>> Hi!
M>>
M>> I'm student doing my graduation work in .NET . I was permitted to
M>> use some existing freeware UML class library in making UI for my
M>> work, but i have problems finding one that would suit my needs. Such
M>> would have to be able to draw all UML elements(from all kinds of
M>> diagramms) and connections between them and provide manipulation
M>> with them(obviously).
M>>
M>> Thank you!
M>>
 
F

Ferdinand Magellan

Hi, Michael

That's great tool, but i need to make that project indenpendent, and as
much as i've seen this is integrated in Visual studio...
Also this doesn't fully support all UML elements and diagrams(only class
and work flow are supported only ,and not in standard UML shape...)

I'd need something like yFiles.NET (which isn't freeware),and little bit
better than "Netron graph library" which also doesn't fully support UML...

To be precise i'd need graph library, something not directly associated
to code generation, just drawing elements(UML ones among others which
might not interest me), so i could add the control to Form as drawing
surface,on which a user would be drawing his designs.
best example is the UI of Altova UModel(or any UML drawing tool). i'd
like to make UI that resembles that as much as possible to those tools.
 
M

MP4/4

Hi, Michael

That's great tool, but the thing is that my project has to be
independant, and as much as i've seen this example is integrated in
Visual studio.

What i need is in fact a graph library(like yFiles.NET,or Essential
Diagram,but freeware), that support UML. Using it i would achive first
phase of my project, and that is to make UML drawing tool...

Thanks anyway...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top