| Package | Description |
|---|---|
| org.thewonderlemming.c4plantuml.graphml.model |
Contains the JAXB model that handles the XML generation.
|
| Modifier and Type | Method and Description |
|---|---|
static WithId<String,WithSource<String,WithTarget<String,WithData<Build<EdgeModel>>>>> |
EdgeModel.builder()
A builder to the current
EdgeModel class. |
List<EdgeModel> |
GraphModel.getEdges()
Returns the graph's edges as a list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphModel.addOrReplaceEdge(EdgeModel edge)
|
| Modifier and Type | Method and Description |
|---|---|
T |
WithEdges.withEdges(List<EdgeModel> edges)
Takes a list of
EdgeModel, processes it and returns a results of type T. |
Copyright © 2020. All rights reserved.