Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
A fast and reliable tool, written in Java 8, for generating professional UML sequence diagrams from text. Supports actors, con-/destructors, threads, broadcasts, notes, and fragments. Can serve as a Javadoc taglet. Exports PDF, (E)PS, SVG, PNG, ...
The source code is hosted at http://github.com/sdedit/sdedit
BeigeUML is an UML diagram editor. It has two user interfaces - ordinary desktop SWING and Android.
Features:
1. Supports UML 2.4.1 compliant class diagram, package diagram, object diagram, sequencediagram and use case diagram.
2. It generates UML class diagram from Java source.
3. It's a doclet that generates standard Javadoc with UML class diagram.
A tool for visualization and analysis of logs as sequence diagrams
MSCViewer is a tool intended for debugging of control flows in concurrent, distributed systems.
The tool loads logs generated by various entities in the system and visualize a sequencediagram chart for events and interactions. The diagram is fully interactive: entity can be added/removed from the diagram and shuffled; events can be filtered, searched, highlighted and annotated with comments.
MSCViewer features integration with a Python interpreter which allows writing Python scripts interacting with the model. ...
REQ Modeler는 공개용 UML을 지원하는 모델링 툴입니다.
2012년 10월 4일 REQ Modeler 0.7 입니다.
이 프로그램은 SW 요구 및 검증공학 기술 연구 센터(Requirement and Validation engineering Technology: ReVeT)에서 지원합니다.
<Features>
Use Case Diagram
- Actor / Use Case
- Association / Direct Association
- Generalization
- Dependency
- Include / Exclude
Class Diagram
- Class / Interface
- Association / Direct Association
- Aggregation / Composition
- Generalization
- Dependency
- Realization
SequenceDiagram
- Object
- Message / SelfMessage / ReturnMessage
Takes in a simple text file and converts it into a UML diagram. Currently simple sequence diagrams are implemented. The diagramming space on Linux boxes isn't great and I wanted a way to quickly put together a sequencediagram.
JSeq is a tool to automatically create UML sequence diagrams. It works by following the execution of a Java program, noting each method entry and exit. It then generates a sequencediagram from this information.