| Package | Description |
|---|---|
| net.sourceforge.plantumldependency.cli.generic.type |
Provides interfaces for dependency types.
|
| net.sourceforge.plantumldependency.cli.generic.type.impl |
Provides implementation classes for dependency types.
|
| net.sourceforge.plantumldependency.cli.plantumldiagram.classes |
Provides interfaces of plantUML classes diagram.
|
| net.sourceforge.plantumldependency.cli.plantumldiagram.classes.impl |
Provides implementations of plantUML classes diagram.
|
| net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation |
Provides interfaces of plantUML classes diagram relations.
|
| net.sourceforge.plantumldependency.cli.plantumldiagram.classes.relation.impl |
Provides implementations of plantUML classes diagram relations.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PlantUMLClassesDiagramRelation> |
DependencyType.getPlantUMLClassesDiagramRelations()
Gets the whole PlantUML classes diagram relations.
|
Set<PlantUMLClassesDiagramRelation> |
DependencyType.getPlantUMLClassesDiagramRelations(Set<DisplayType> displayTypesOptions,
Pattern displayPackageNamePattern,
Pattern displayNamePattern)
Gets the PlantUML classes diagram relations, following the imports, the dependency type
parents and the passed display options (type, name and package name).
|
| Modifier and Type | Method and Description |
|---|---|
Set<PlantUMLClassesDiagramRelation> |
DependencyTypeImpl.getPlantUMLClassesDiagramRelations()
Gets the whole PlantUML classes diagram relations.
|
Set<PlantUMLClassesDiagramRelation> |
DependencyTypeImpl.getPlantUMLClassesDiagramRelations(Set<DisplayType> displayTypesOptions,
Pattern displayPackageNamePattern,
Pattern displayNamePattern)
Gets the PlantUML classes diagram relations, following the imports, the dependency type
parents and the passed display options (type, name and package name).
|
| Modifier and Type | Method and Description |
|---|---|
Set<PlantUMLClassesDiagramRelation> |
PlantUMLClassesDiagram.getPlantUMLClassesDiagramRelations()
Gets all relations contained in the plantUML classes diagram.
|
| Modifier and Type | Method and Description |
|---|---|
Set<PlantUMLClassesDiagramRelation> |
PlantUMLClassesDiagramImpl.getPlantUMLClassesDiagramRelations()
Gets all relations contained in the plantUML classes diagram.
|
| Constructor and Description |
|---|
PlantUMLClassesDiagramImpl(Set<PlantUMLClassesDiagramElement> classesDiagramElements,
Set<PlantUMLClassesDiagramRelation> classesDiagramRelations)
Full constructor.
|
| 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 |
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 | Method and Description |
|---|---|
PlantUMLClassesDiagramRelation |
AbstractPlantUMLClassesDiagramRelation.deepClone() |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractPlantUMLClassesDiagramRelation.compareTo(PlantUMLClassesDiagramRelation o) |
| 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.