public interface PlantUMLClassesDiagram extends PlantUMLDiagram
@startuml
Class01 "1" *-- "many" Class02 : contains
Class03 o-- Class04 : agregation
Class05 --> "1" Class06
@enduml
| Modifier and Type | Method and Description |
|---|---|
Set<PlantUMLClassesDiagramElement> |
getPlantUMLClassesDiagramElements()
Gets all elements contained in the plantUML classes diagram.
|
Set<PlantUMLClassesDiagramRelation> |
getPlantUMLClassesDiagramRelations()
Gets all relations contained in the plantUML classes diagram.
|
getPlantUMLTextDescriptionSet<PlantUMLClassesDiagramElement> getPlantUMLClassesDiagramElements()
Set of all PlantUMLClassesDiagramElement contained in the
plantUML classes diagram.Set<PlantUMLClassesDiagramRelation> getPlantUMLClassesDiagramRelations()
Set of all PlantUMLClassesDiagramRelation contained in the
plantUML classes diagram.Copyright © 2014 Sourceforge. All rights reserved.