| Package | Description |
|---|---|
| net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element |
Provides interfaces of plantUML classes diagram elements.
|
| net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl |
Provides implementations of plantUML classes diagram elements.
|
| net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.tag |
Provides classes which manage plantUML classes diagram element tags.
|
| Modifier and Type | Method and Description |
|---|---|
PlantUMLClassesDiagramElementTag |
PlantUMLClassesDiagramElement.getElementTag()
Gets the element tag, which represents the element string used in the plantUML classes
diagram language.
|
PlantUMLClassesDiagramElementTag |
AbstractPlantUMLClassesDiagramElement.getElementTag()
Gets the element tag, which represents the element string used in the plantUML classes
diagram language.
|
| Constructor and Description |
|---|
AbstractPlantUMLClassesDiagramElement(String fullName,
PlantUMLClassesDiagramElementTag tag)
Full constructor.
|
| Constructor and Description |
|---|
PlantUMLClassesDiagramClassElementImpl(String fullName,
PlantUMLClassesDiagramElementTag tag,
PlantUMLStereotype stereotyp)
Full constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static PlantUMLClassesDiagramElementTag |
PlantUMLClassesDiagramElementTag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlantUMLClassesDiagramElementTag[] |
PlantUMLClassesDiagramElementTag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 Sourceforge. All rights reserved.