| Package | Description |
|---|---|
| org.thewonderlemming.c4plantuml.graphml.model |
Contains the JAXB model that handles the XML generation.
|
| org.thewonderlemming.c4plantuml.graphml.validation |
Contains a set of classes to validate the produced GraphML.
|
| Modifier and Type | Method and Description |
|---|---|
static WithId<String,WithData<Build<NodeModel>>> |
NodeModel.builder()
A builder to the current
NodeModel class. |
static WithId<String,WithFor<KeyFor,WithAttrName<String,WithAttrType<String,Build<KeyModel>>>>> |
KeyModel.builder()
A builder to the current
KeyModel class. |
static WithId<String,WithDirection<WithData<WithNodes<WithEdges<Build<GraphModel>>>>>> |
GraphModel.builder()
A builder to the current
GraphModel class. |
static WithKeys<WithGraphs<Build<GraphMLModel>>> |
GraphMLModel.builder()
A builder to the current
GraphMLModel class. |
static WithId<String,WithSource<String,WithTarget<String,WithData<Build<EdgeModel>>>>> |
EdgeModel.builder()
A builder to the current
EdgeModel class. |
static WithKey<C4Keys,WithValue<String,Build<DataModel>>> |
DataModel.builder()
A builder to the current
DataModel class. |
| Modifier and Type | Method and Description |
|---|---|
static WithBaseURI<WithPublicId<WithResourceFilename<WithSystemId<Build<CustomLSInput>>>>> |
CustomLSInput.newBuilder()
A fluent builder to ease the construction of
CustomLSInput, since its constructor contains several
arguments which are all strings. |
Copyright © 2020. All rights reserved.