生成UML图并返回代码、URL和本地路径。 Args: diagram_type: UML图类型 (class, sequence, activity, usecase, state, component, deployment, object) code: 完整的PlantUML代码 output_dir: 输出目录路径,必须显式提供 Returns: 包含PlantUML代码、URL和本地路径的JSON字符串
生成类图并返回代码和URL。 Args: code: 完整的PlantUML类图代码 output_dir: 输出目录路径,必须显式提供 Returns: 包含PlantUML代码和URL的JSON字符串
生成序列图并返回代码和URL。 Args: code: 完整的PlantUML序列图代码 output_dir: 输出目录路径,必须显式提供 Returns: 包含PlantUML代码和URL的JSON字符串
生成活动图并返回代码和URL。 Args: code: 完整的PlantUML活动图代码 output_dir: 输出目录路径,必须显式提供 Returns: 包含PlantUML代码和URL的JSON字符串
生成用例图并返回代码和URL。 Args: code: 完整的PlantUML用例图代码 output_dir: 输出目录路径,必须显式提供 Returns: 包含PlantUML代码和URL的JSON字符串
生成状态图并返回代码和URL。 Args: code: 完整的PlantUML状态图代码 output_dir: 输出目录路径,必须显式提供 Returns: 包含PlantUML代码和URL的JSON字符串
生成组件图并返回代码和URL。 Args: code: 完整的PlantUML组件图代码 output_dir: 输出目录路径,必须显式提供 Returns: 包含PlantUML代码和URL的JSON字符串
生成部署图并返回代码和URL。 Args: code: 完整的PlantUML部署图代码 output_dir: 输出目录路径,必须显式提供 Returns: 包含PlantUML代码和URL的JSON字符串
生成对象图并返回代码和URL。 Args: code: 完整的PlantUML对象图代码 output_dir: 输出目录路径,必须显式提供 Returns: 包含PlantUML代码和URL的JSON字符串
从PlantUML代码生成UML图并返回URL和本地路径。 Args: code: 完整的PlantUML代码 output_dir: 输出目录路径,必须显式提供 Returns: 包含PlantUML代码、URL和本地路径的JSON字符串
No configuration needed. Connect to run tools.