| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlantUMLClassesDiagramAbstractClassElement
The interface representing the "abstract class" element, following the plantUML classes diagram
language.
|
interface |
PlantUMLClassesDiagramAnnotationElement
The interface representing the "annotation" element, following the plantUML classes diagram
language.
|
interface |
PlantUMLClassesDiagramClassElement
The interface representing the "class" element, following the plantUML classes diagram language.
|
interface |
PlantUMLClassesDiagramEnumElement
The interface representing the "enum" element, following the plantUML classes diagram language.
|
interface |
PlantUMLClassesDiagramInterfaceElement
The interface representing the "interface" element, following the plantUML classes diagram
language.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlantUMLClassesDiagramAbstractClassElementImpl
The default
PlantUMLClassesDiagramAbstractClassElement implementation. |
class |
PlantUMLClassesDiagramAnnotationElementImpl
The default
PlantUMLClassesDiagramAnnotationElement implementation. |
class |
PlantUMLClassesDiagramClassElementImpl
The default
PlantUMLClassesDiagramClassElement implementation. |
class |
PlantUMLClassesDiagramEnumElementImpl
The default
PlantUMLClassesDiagramEnumElement implementation. |
class |
PlantUMLClassesDiagramInterfaceElementImpl
The default
PlantUMLClassesDiagramInterfaceElement implementation. |
Copyright © 2014 Sourceforge. All rights reserved.