| 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 |
|---|---|
static EntityType |
EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
EntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeModel.setEntityType(EntityType entityType)
Sets a <data> tag of type
C4Keys.ENTITY_TYPE and with the given value. |
| Modifier and Type | Method and Description |
|---|---|
U |
WithEntityType.withEntityType(EntityType type)
Takes a parameter of type
EntityType, processes it and returns a result of type U. |
Copyright © 2020. All rights reserved.