| 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.
|
| org.thewonderlemming.c4plantuml.graphml.parse |
Contains the actual C4 parser that maps the code to theGraphML JAXB model.
|
| Class and Description |
|---|
| GraphMLModel
The root node of a Java representation of a GraphML stream.
|
| Class and Description |
|---|
| GraphMLModel
The root node of a Java representation of a GraphML stream.
|
| Class and Description |
|---|
| C4Keys
Holds C4 GraphML keys and their properties.
|
| DataModel
The <data> part of the representation of a GraphML stream.
|
| EdgeModel
The <edge> part of the representation of a GraphML stream.
|
| EntityType
Represents a C4 keyword or "entity" as I like to call them.
|
| GraphMLModel
The root node of a Java representation of a GraphML stream.
|
| GraphModel
The <graph> part of the representation of a GraphML stream.
|
| KeyModel
The <key> part of the representation of a GraphML stream.
|
| NodeModel
The <node> part of the representation of a GraphML stream.
|
| WithC4Level
A basic Java
Function to create fluent builders such as GraphMLModel.builder(). |
| WithData
A basic Java
Function to create fluent builders such as GraphMLModel.builder(). |
| WithEdges
A basic Java
Function to create fluent builders such as GraphMLModel.builder(). |
| WithGraphs
A basic Java
Function to create fluent builders such as GraphMLModel.builder(). |
| WithKeys
A basic Java
Function to create fluent builders such as GraphMLModel.builder(). |
| WithLabel
A basic Java
Function to create fluent builders such as GraphMLModel.builder(). |
| WithNodes
A basic Java
Function to create fluent builders such as GraphMLModel.builder(). |
| WithProtocol
A basic Java
Function to create fluent builders such as GraphMLModel.builder(). |
| Class and Description |
|---|
| EntityType
Represents a C4 keyword or "entity" as I like to call them.
|
| GraphModel
The <graph> part of the representation of a GraphML stream.
|
Copyright © 2020. All rights reserved.