| Package | Description |
|---|---|
| org.thewonderlemming.c4plantuml.graphml |
Contains a set of classes to parse c4 files and transform them to GraphML
files.
|
| org.thewonderlemming.c4plantuml.graphml.export |
Contains the
GraphMLModelExporter and its dependencies. |
| org.thewonderlemming.c4plantuml.graphml.model |
Contains the JAXB model that handles the XML generation.
|
| Constructor and Description |
|---|
C4GraphParseTreeListener(GraphMLModel model)
A constructor that turns off the failing of the process on syntax errors.
|
C4GraphParseTreeListener(GraphMLModel model,
boolean throwOnParseError)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<String> |
GraphMLModelExporter.export(GraphMLModel graphml)
Exports a JAXB
GraphMLModel instance to a valid GraphML string, using UTF-8 as a default
Charset, turning off the formatting and turning on the strict XML validation on the output. |
static Optional<String> |
GraphMLModelExporter.export(GraphMLModel graphml,
boolean formatOutput)
Exports a JAXB
GraphMLModel instance to a valid GraphML string, using UTF-8 as a default
Charset, and turning on the strict XML validation on the output. |
static Optional<String> |
GraphMLModelExporter.export(GraphMLModel graphml,
Charset charset,
boolean formatOutput)
Exports a JAXB
GraphMLModel instance to a valid GraphML string, turning on the strict XML validation on
the output. |
static Optional<String> |
GraphMLModelExporter.export(GraphMLModel graphml,
Charset charset,
boolean formatOutput,
boolean validate,
boolean strictValidation)
Exports a JAXB
GraphMLModel instance to a valid GraphML string. |
| Modifier and Type | Method and Description |
|---|---|
static WithKeys<WithGraphs<Build<GraphMLModel>>> |
GraphMLModel.builder()
A builder to the current
GraphMLModel class. |
Copyright © 2020. All rights reserved.