| 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,WithData<Build<NodeModel>>> |
NodeModel.builder()
A builder to the current
NodeModel class. |
List<NodeModel> |
GraphModel.getNodes()
Returns the graph(s nodes as a list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphModel.addOrReplaceNode(NodeModel node)
|
boolean |
GraphModel.isChildOfNode(NodeModel node)
Tells whether or not the current graph is a child of a node (or if it stands alone).
|
| Modifier and Type | Method and Description |
|---|---|
T |
WithNodes.withNodes(List<NodeModel> nodes)
Takes a list of
NodeModel, processes it and returns a results of type U. |
Copyright © 2020. All rights reserved.