.PU 파일 확장자
PlantUML File
| 개발사 | 해당 없음 |
| 인기도 |
2.9 | 9 투표 |
PU 파일이란 무엇인가요?
File created by PlantUML, an open source diagram writing tool used within programs like Microsoft Word or programming language like Java; contains text that is referenced by PlantUML to create diagram images that can be generated as .PNG or .SVG files; creates sequence, use case, class, activity, component, state, and object diagrams; same as the .PLANTUML file.
추가 정보
An example of the syntax used by the PU file for a sequence diagram:
@startuml
Joseph → Fred: Hello there!
Fred -→ Joseph: Hello back!
@enduml
This example would create a diagram of two persons named Joseph and Fred each sending and receiving a message. Joseph says to Fred, "Hello there!" and Fred says to Joseph, "Hello back!" Each message is indicated with arrows in the diagram. The @startuml line begins the comment and the @enduml line ends the comment.
참고: PlantUML is downloaded as a .JAR file, consult the PlantUML link below for how to run the tool.