| Package | Description |
|---|---|
| ch.ifocusit.plantuml | |
| ch.ifocusit.plantuml.classdiagram.model |
| Modifier and Type | Method and Description |
|---|---|
PlantUmlBuilder |
PlantUmlBuilder.addAssociation(String aName,
String bName,
Association.AssociationType type) |
PlantUmlBuilder |
PlantUmlBuilder.addAssociation(String aName,
String bName,
Association.AssociationType type,
String label) |
PlantUmlBuilder |
PlantUmlBuilder.addAssociation(String aName,
String bName,
Association.AssociationType type,
String label,
Cardinality aCardinality,
Cardinality bCardinality) |
| Modifier and Type | Field and Description |
|---|---|
protected Association.AssociationType |
Association.type |
| Modifier and Type | Method and Description |
|---|---|
Association.AssociationType |
Association.getType() |
static Association.AssociationType |
Association.AssociationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Association.AssociationType[] |
Association.AssociationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Association |
Association.from(String aName,
String bName,
Association.AssociationType assoc,
String label,
Cardinality aCardinality,
Cardinality bCardinality) |
void |
Association.setType(Association.AssociationType type) |
Copyright © 2017 Focus IT. All rights reserved.