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