Graphic layout method applicable to software visualization process
A graphic layout and software technology, applied in the direction of program control devices, etc., can solve the problems of poor readability of system structure diagrams, failure to consider layout, unfavorable system hierarchical structure, etc.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 1
[0081] The source code looks like this:
[0082] Source code file 1: carlib.java:
[0083] import java.io .*;
[0084] interface CAR
[0085] {
[0086] public void start();
[0087] public void stop();
[0088]}
[0089] class SmallCar implements CAR
[0090] {
[0091] public void start()
[0092] {
[0093] System.out.println("smallcar start...");
[0094] }
[0095] public void stop()
[0096] {
[0097] System.out.println("smallcar stop!");
[0098] }
[0099]}
[0100] class BigCar implements CAR
[0101] {
[0102] public void start()
[0103] {
[0104] System.out.println("bigcar start...");
[0105] }
[0106] public void stop()
[0107] {
[0108] System.out.println("bigcar stop!");
[0109] }
[0110]}
[0111] Source code file 2: Linklist.j ava:
[0112] public class Linklist {
[0113] public Link first;
[0114] / / Number of data items in the linked list
[0115] public in...
PUM

Abstract
Description
Claims
Application Information

- Generate Ideas
- Intellectual Property
- Life Sciences
- Materials
- Tech Scout
- Unparalleled Data Quality
- Higher Quality Content
- 60% Fewer Hallucinations
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2025 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com