| 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. |
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 WithId<String,WithSource<String,WithTarget<String,WithData<Build<EdgeModel>>>>> |
EdgeModel.builder()
A builder to the current
EdgeModel class. |
Copyright © 2020. All rights reserved.