Questions tagged [umlet]

UMLet is a free, open-source, very light UML tool

UMLet supports class, sequence and activity diagrams. But in a limited way.

You edit the content of the elements by text editing and move them by mouse.

Can be installed standalone or on Eclipse.

Link: http://www.umlet.com/

11 questions
6
votes
1 answer

What is the markup language specification for umlet?

I have been looking all over the web site, Internet, and of course SO and can't seem to find a description or specification for the markup language being used in umlet. In the example sequence diagram for example: title:…
tgunr
  • 1,540
  • 17
  • 31
5
votes
1 answer

Loop fragment with guard conditions in UMLET

I am using UMLET to design the UML Sequence diagram for my system, i don't use the "all in one" option but the simple one dragging and editing the diagram components, so far so good, but i need to create an alt fragment with 2 or 3 guard conditions,…
CarlosJavier
  • 1,005
  • 1
  • 16
  • 29
4
votes
0 answers

Half Arrow in UMLet

I am trying to draw collaboration diagrams that have asynchronous connections using UMLet. I need to draw a half arrow, but I can't see if the tool has this functionality. Does anyone know how to do this? By a half arrow, I mean something like…
AndroidDev
  • 20,466
  • 42
  • 148
  • 239
4
votes
1 answer

How to create sequence diagram using UMLet with the java code

I was trying to create UML Diagram using UMLet. The tutorial shows the examples where I need to start creating it form scratch. But I need to create UML diagram for an already existing code. It gives the class attributes for a particular class, but…
user3327838
  • 41
  • 1
  • 2
2
votes
1 answer

multiple triggered events from a composite state

I'm designing an application that may check the user accout balance, I've set an FSM for the application and I made a composite state for this. I have some questions: Is this right to set two arrow for the tranision from this composite state? The…
Mahmoud Emam
  • 1,499
  • 4
  • 20
  • 37
1
vote
3 answers

UML 2 sequence diagram symbols in UMLet?

I would like to know if there is any possibility of representing the UML2 Boundary/Control/Entity symbols of a Sequence Diagram in UMLet ? (http://www.uml.org.cn/oobject/images/seq02.gif) Do I have to write their java code myself or does it already…
user4661913
1
vote
2 answers

UMLet Bold Face Single Word

I need to figure out if there is a way in UMLet to apply boldfacing to a single word without imposing a line break. For example: read(out value) I don't see any way to do this. Does anyone know? Thanks!
AndroidDev
  • 20,466
  • 42
  • 148
  • 239
0
votes
0 answers

umlet cannot build and test with error: java: package com.baselet.element.sequence_aio.facet.specific.gen does not exist

I clone the project repo https://github.com/umlet/umlet and try to run on my local. But there are errors after I try to run some unit test cases: java: package com.baselet.element.sequence_aio.facet.specific.gen does not exist what does…
erili
  • 1
0
votes
1 answer

How to use umlet with asciidoctor-diagram?

I have installed correctly Asciidoctor and its extension asciidoctor-diagram because I can generate PlantUML diagram and I would like to do the same with UMLet. According to the AsciiDoc documentation, it is possible to insert UMLet diagram inside…
Aurelien
  • 458
  • 1
  • 5
  • 13
0
votes
1 answer

Building umlet custom elements

I am trying to do a collaboration diagram in umlet, but there isn't a palette element to do so. So I thought I'd create one. Easier said than done! I am able to define the class element of the diagram, but am unable to define the arrows that…
Tom Magaro
  • 181
  • 3
  • 13
-1
votes
1 answer

Is it possible to add hyperlinks between sequence diagrams, in UMLet

I'm looking to make a sequence diagram, using UMLet, for multiple scenarios, but all of them having same "core" functionality. So, I was thinking of defining this core functionality as a separate sequence diagram and link it to the individual…
Raj Kumar
  • 143
  • 2
  • 11