| Package | Description |
|---|---|
| org.thewonderlemming.c4plantuml.graphml.model |
Contains the JAXB model that handles the XML generation.
|
| org.thewonderlemming.c4plantuml.graphml.parse |
Contains the actual C4 parser that maps the code to theGraphML JAXB model.
|
| Modifier and Type | Method and Description |
|---|---|
GraphModel |
NodeModel.getGraph()
Returns the current <node> inner graph.
|
| Modifier and Type | Method and Description |
|---|---|
static WithId<String,WithDirection<WithData<WithNodes<WithEdges<Build<GraphModel>>>>>> |
GraphModel.builder()
A builder to the current
GraphModel class. |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphMLModel.addGraph(GraphModel graph)
Adds a
GraphModel to the current model. |
void |
NodeModel.setGraph(GraphModel graph)
Sets a child <graph> into the current <node>.
|
| Modifier and Type | Method and Description |
|---|---|
T |
WithGraphs.withGraphs(List<GraphModel> graphs)
Takes a list of
GraphModel, processes it and returns a results of type T. |
| Modifier and Type | Method and Description |
|---|---|
GraphModel |
C4L3GraphParseTreeListener.getGraph()
Returns the result of the parsing as a graph.
|
GraphModel |
C4L2GraphParseTreeListener.getGraph()
Returns the result of the parsing as a graph.
|
GraphModel |
C4L1GraphParseTreeListener.getGraph()
Returns the result of the parsing as a graph.
|
Copyright © 2020. All rights reserved.