Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Start Free
AI-generated apps that pass security review
Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.
Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
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.
This tool helps you to reverse engineer UML SequenceDiagram for your java program at runtime. It works well with both complex java programs (that have multiple threads) and J2EE applications deployed on Application Servers.
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.
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. ...
JAVA Program to SequenceDiagram Generator. This tool tries to help on analysing and understanding the behavior of the code when developping JAVA applications by generating the respective SequenceDiagram automatically at program execution.
(Diver is in the process of being moved to GitHub. Please find us at https://github.com/thechiselgroup/Diver. Support requests & messages sent here may never be seen.)
Dynamic Interactive Views For Reverse Engineering. Div/er is a set of Eclipse Plugins that aid developers in understanding software. It uses dynamic analysis and reverse engineering to offer views and filters that aid comprehension and discovery.
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.