public class PlantUMLClassesDiagramImpl extends Object implements PlantUMLClassesDiagram
PlantUMLClassesDiagram implementation.| Constructor and Description |
|---|
PlantUMLClassesDiagramImpl()
Default constructor.
|
PlantUMLClassesDiagramImpl(Set<PlantUMLClassesDiagramElement> classesDiagramElements,
Set<PlantUMLClassesDiagramRelation> classesDiagramRelations)
Full constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PlantUMLDiagram |
deepClone() |
boolean |
equals(Object obj) |
Set<PlantUMLClassesDiagramElement> |
getPlantUMLClassesDiagramElements()
Gets all elements contained in the plantUML classes diagram.
|
Set<PlantUMLClassesDiagramRelation> |
getPlantUMLClassesDiagramRelations()
Gets all relations contained in the plantUML classes diagram.
|
String |
getPlantUMLTextDescription()
Returns the
String representing the object as a plantUML text. |
int |
hashCode() |
String |
toString() |
public PlantUMLClassesDiagramImpl()
public PlantUMLClassesDiagramImpl(Set<PlantUMLClassesDiagramElement> classesDiagramElements, Set<PlantUMLClassesDiagramRelation> classesDiagramRelations)
classesDiagramElements - the Set of all PlantUMLClassesDiagramElement contained in the
plantUML classes diagram, mustn't be null.classesDiagramRelations - the Set of all PlantUMLClassesDiagramRelation contained in the
plantUML classes diagram, mustn't be null.public PlantUMLDiagram deepClone()
deepClone in interface net.sourceforge.plantumldependency.common.clone.DeepCloneable<PlantUMLDiagram>public Set<PlantUMLClassesDiagramElement> getPlantUMLClassesDiagramElements()
getPlantUMLClassesDiagramElements in interface PlantUMLClassesDiagramSet of all PlantUMLClassesDiagramElement contained in the
plantUML classes diagram.public Set<PlantUMLClassesDiagramRelation> getPlantUMLClassesDiagramRelations()
getPlantUMLClassesDiagramRelations in interface PlantUMLClassesDiagramSet of all PlantUMLClassesDiagramRelation contained in the
plantUML classes diagram.public String getPlantUMLTextDescription()
String representing the object as a plantUML text. Following the object,
it is usually a text corresponding to one of the plantUML diagram.getPlantUMLTextDescription in interface WithDescriptionString representing the object as a plantUML text description.Copyright © 2014 Sourceforge. All rights reserved.