Questions tagged [plantuml]

Open-Source tool in Java to draw UML Diagrams

PlantUML is a Java component that allows to quickly generate

  • Sequence diagrams
  • Use case diagrams
  • Class diagrams
  • Activity diagrams
  • Component diagrams
  • State diagrams
  • Object diagrams

using a simple and intuitive language.

They can be generated in PNG or SVG format.
It is also possible to generate ASCII art diagrams (only for sequence diagrams).

409 questions
-1
votes
2 answers

write EPIPE UML in VS Code

Hey guys I'm new to UML and trying to draw on visual code. From help of google I downloaded plantuml extension, java enviornment, graphviz. But with this either google isn't helping. If anyone has idea about this error I'll really appreciate…
-1
votes
1 answer

No such file or directory error when deploying .war file to Google App Engine Flexible Environment

I'm trying to deploy this PlantUML Server .war file to GAE. I've followed Google's instructions here, but am getting the following error from Eclipse: (gcloud.app.deploy) Cloud build failed. Check logs at…
bbx
  • 108
  • 9
-2
votes
1 answer

Java object to javascript

I have a core java project, in which I have to create a data visualization in form of a graph. This data visualization (a graph) is dumped in HTML file(in Plantuml format), which renders the graph in visual graph. Now I am looking for a way where I…
Prashant Singh
  • 101
  • 2
  • 9
-3
votes
1 answer

Generate Java code given a diagram PlantUML

I need to research about UML Tool PlantUML for presentation. And I use plugins plantUML integration in Intellij, here is my text to draw diagram class Bird interface Flying { {abstract} flying(): void } abstract class Animal { - name: String +…
traccy00
  • 49
  • 10
1 2 3
27
28