| Package | Description |
|---|---|
| org.thewonderlemming.c4plantuml.grammars |
Contains convenience classes to parse C4 PlantUML source files.
|
| org.thewonderlemming.c4plantuml.graphml.model |
Contains the JAXB model that handles the XML generation.
|
| Modifier and Type | Method and Description |
|---|---|
static SourceType |
SourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceType[] |
SourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<SourceType> |
SourceType.getSourceTypeFromFilename(Path fullyQualifiedName)
Guesses the given source file C4 level and returns an
Optional of the matching enumeration value if any, or
empty. |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeModel.setC4Level(SourceType c4Level)
Sets a <data> tag of type
C4Keys.C4_LEVEL and with the given value. |
Copyright © 2020. All rights reserved.