| Package | Description |
|---|---|
| org.thewonderlemming.c4plantuml.graphml.model |
Contains the JAXB model that handles the XML generation.
|
| Modifier and Type | Method and Description |
|---|---|
static WithKey<C4Keys,WithValue<String,Build<DataModel>>> |
DataModel.builder()
A builder to the current
DataModel class. |
List<DataModel> |
NodeModel.getData()
Returns the current <node> data tags.
|
List<DataModel> |
GraphModel.getData()
Returns the current graph's properties list.
|
List<DataModel> |
EdgeModel.getData()
Returns the edge's list of
DataModel. |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeModel.addOrReplaceData(DataModel data)
|
void |
GraphModel.addOrReplaceData(DataModel data)
|
void |
EdgeModel.addOrReplaceData(DataModel data)
|
| Modifier and Type | Method and Description |
|---|---|
U |
WithData.withData(List<DataModel> data)
Takes a list of
DataModel, processes it and returns a results of type U. |
Copyright © 2020. All rights reserved.