Software visualization method for object-oriented programming language source code
A programming language and object-oriented technology, applied in the direction of program control devices, etc., can solve problems such as not concise enough, clear, unfavorable structural system, and difficult to express semantically related relationships correctly
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 1
[0074] The source code looks like this:
[0075] Source code file 1: carlib.java:
[0076] import java.io .*;
[0077] interface CAR
[0078] {
[0079] public void start( );
[0080] public void stop( );
[0081]}
[0082] class SmallCar implements CAR
[0083] {
[0084] public void start( )
[0085] {
[0086] System.out.println("smallcar start...");
[0087] }
[0088] public void stop( )
[0089] {
[0090] System.out.println("smallcar stop!");
[0091] }
[0092]}
[0093] class BigCar implements CAR
[0094] {
[0095] public void start( )
[0096] {
[0097] System.out.println("bigcar start...");
[0098] }
[0099] public void stop( )
[0100] {
[0101] System.out.println("bigcar stop!");
[0102] }
[0103]}
[0104] Source code file 2: Linklist.java:
[0105] public class Linklist {
[0106] public Link first;
[0107] / / Number of data items in the linked list
[0108] public int si...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com