| Modifier and Type | Interface and Description |
|---|---|
interface |
PlantUMLDiagram
The mother interface which represents a plantUML diagram.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlantUMLClassesDiagram
The interface which represents a plantUML classes diagram.
|
| 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 |
PlantUMLClassesDiagramElement
The mother interface of all plantUML classes diagram elements.
|
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 |
AbstractPlantUMLClassesDiagramElement
The abstract implementation of the
PlantUMLClassesDiagramElement interface. |
| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlantUMLSpottedCharacter
Interface which represents a plantUML classes diagram spotted character.
|
interface |
PlantUMLStereotype
Interface which represents a plantUML classes diagram stereotype.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlantUMLSpottedCharacterImpl
The default
PlantUMLSpottedCharacter implementation. |
class |
PlantUMLStereotypeImpl
The default
PlantUMLStereotype implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
PlantUMLClassesDiagramImpl
The default
PlantUMLClassesDiagram implementation. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlantUMLClassesDiagramExtendRelation
The interface representing the "extends" relation, following the plantUML classes diagram
language.
|
interface |
PlantUMLClassesDiagramImplementRelation
The interface representing the "implements" relation, following the plantUML classes diagram
language.
|
interface |
PlantUMLClassesDiagramRelation
The mother interface of all plantUML classes diagram relations.
|
interface |
PlantUMLClassesDiagramUseRelation
The interface representing the "uses" relation, following the plantUML classes diagram language.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPlantUMLClassesDiagramRelation
The abstract implementation of the
PlantUMLClassesDiagramRelation interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
PlantUMLClassesDiagramExtendRelationImpl
The default
PlantUMLClassesDiagramExtendRelation implementation. |
class |
PlantUMLClassesDiagramImplementRelationImpl
The default
PlantUMLClassesDiagramImplementRelation implementation. |
class |
PlantUMLClassesDiagramUseRelationImpl
The default
PlantUMLClassesDiagramUseRelation implementation. |
Copyright © 2014 Sourceforge. All rights reserved.