| Package | Description |
|---|---|
| net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation |
Provides interfaces of plantUML classes diagram relations.
|
| Modifier and Type | Method and Description |
|---|---|
PlantUMLClassesDiagramRelationType |
PlantUMLClassesDiagramRelation.getType()
Gets the relation type used in the plantUML language.
|
PlantUMLClassesDiagramRelationType |
AbstractPlantUMLClassesDiagramRelation.getType()
Gets the relation type used in the plantUML language.
|
static PlantUMLClassesDiagramRelationType |
PlantUMLClassesDiagramRelationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlantUMLClassesDiagramRelationType[] |
PlantUMLClassesDiagramRelationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractPlantUMLClassesDiagramRelation(PlantUMLClassesDiagramElement firstElt,
PlantUMLClassesDiagramElement secondElt,
PlantUMLClassesDiagramRelationType relationType)
Full constructor.
|
Copyright © 2014 Sourceforge. All rights reserved.