Skip to content

FabianGraml/graphml-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphML to Java Compiler

This repository contains a GraphML to Java Compiler, which reads a GraphML file and generates a corresponding Java class based on the graph structure and node values.

Features

  • Parses GraphML files to extract nodes and edges
  • Generates Java source code based on the graph structure
  • Supports conditional statements and loops

Prerequisites

  • Java Development Kit (JDK)
  • Maven
  • An Integrated Development Environment (IDE) such as IntelliJ IDEA, Eclipse or Visual Studio Code

Usage

  1. Clone this repository: git clone https://github.com/yourusername/graphml-to-java-compiler.git
  2. Open the project in your favorite IDE and ensure that the JDK is properly configured.
  3. Update the input GraphML file path and the output Java file path in the Main.java file
  4. Run the Main.java file to generate the output Java class.

Suggestions

If you have any suggestions for how to improve this repository, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages