30 packages
-
com.graphinout.graphinout
🦋 Graphinout reads many common graph file formats and converts them to Connected JSON or GraphML.
4 -
com.graphinout.foundation-emulation
Foundation is in general a dependency-free base layer for Java projects. Foundation has four layers: 'emulation', 'pure', 'shared', 'jvm'. ⚪️Emulation: Stripped down annotations (jspecify, Jackson). For 2cl-compiler. Java 8 syntax and JRE. ⚪️Pure: No dependencies (except on 'emulation'), only classes from the j2cl compatible fragment. Java 8 syntax. ⚪️Shared: Only j2cl-dependencies allowed (e.g. elements). Java 8 syntax and JRE. ⚪️JVM: This code cannot j2cl-compile. Any java syntax. See foundation-pure/README.adoc for details.
2 -
com.graphinout.foundation-shared
Foundation is in general a dependency-free base layer for Java projects. Foundation has four layers: pure, shared, jvm and client. ⚪️Pure: No dependencies, only classes from the j2cl compatible fragment. Java 11+ (maybe up to 21) syntax. Exception: Jjspecify annotations are allowed. ⚪️Shared: Only j2cl-dependencies allowed (e.g. elements). Java 11+ (maybe up to 21) syntax. ⚪️Client: This code runs only j2cl-compiled in the client. It may have dependencies to j2cl DOM libraries. Java 11+ (maybe up to 21) syntax. Graphinout does not need 'client' code. ⚪️JVM: This code cannot j2cl-compile. Any java syntax.
2 -
com.graphinout.reader-grale
Reader and writer for the grale graph-layout-engine JSON format (dagre / graphlib json.write envelope)
1 -
com.graphinout.reader-structurizr-dsl
Reader for the Structurizr DSL (C4 model) using the Apache-2.0-licensed structurizr-dsl parser
1 -
com.graphinout.reader-plantuml
Reader/Writer for PlantUML class diagrams (uses the MIT-licensed PlantUML library)
1 -
com.graphinout.reader-textbased
Reader for simple textual formats, such as NetworkX AdjList, edge list
1