| Package | Description |
|---|---|
| net.sourceforge.plantumldependency.cli.constants |
Provides constants classes.
|
| net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.impl |
Provides implementations of plantUML classes diagram elements.
|
| net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype |
Provides interfaces of plantUML classes diagram stereotypes.
|
| net.sourceforge.plantumldependency.cli.plantumldiagram.classes.element.stereotype.impl |
Provides implementations of plantUML classes diagram stereotypes.
|
| Modifier and Type | Field and Description |
|---|---|
static PlantUMLStereotype |
PlantUMLDependencyConstants.NATIVE_PLANTUML_STEREOTYPE
The custom native plantUML stereotype.
|
| Modifier and Type | Method and Description |
|---|---|
PlantUMLStereotype |
PlantUMLClassesDiagramInterfaceElementImpl.getStereotype()
Gets the element stereotype.
|
PlantUMLStereotype |
PlantUMLClassesDiagramEnumElementImpl.getStereotype()
Gets the element stereotype.
|
PlantUMLStereotype |
PlantUMLClassesDiagramClassElementImpl.getStereotype()
Gets the element stereotype.
|
PlantUMLStereotype |
PlantUMLClassesDiagramAnnotationElementImpl.getStereotype()
Gets the element stereotype.
|
| Constructor and Description |
|---|
PlantUMLClassesDiagramAbstractClassElementImpl(String fullName,
PlantUMLStereotype stereotyp)
Full constructor.
|
PlantUMLClassesDiagramAnnotationElementImpl(String fullName,
PlantUMLStereotype stereotyp)
Full constructor.
|
PlantUMLClassesDiagramClassElementImpl(String fullName,
PlantUMLClassesDiagramElementTag tag,
PlantUMLStereotype stereotyp)
Full constructor.
|
PlantUMLClassesDiagramClassElementImpl(String fullName,
PlantUMLStereotype stereotyp)
Full constructor.
|
PlantUMLClassesDiagramEnumElementImpl(String fullName,
PlantUMLStereotype stereotyp)
Full constructor.
|
PlantUMLClassesDiagramInterfaceElementImpl(String fullName,
PlantUMLStereotype stereotyp)
Full constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PlantUMLStereotype |
WithStereotype.getStereotype()
Gets the element stereotype.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlantUMLStereotypeImpl
The default
PlantUMLStereotype implementation. |
| Modifier and Type | Method and Description |
|---|---|
PlantUMLStereotype |
PlantUMLStereotypeImpl.deepClone() |
| Modifier and Type | Method and Description |
|---|---|
int |
PlantUMLStereotypeImpl.compareTo(PlantUMLStereotype o) |
Copyright © 2014 Sourceforge. All rights reserved.