| Package | Description |
|---|---|
| de.elnarion.util.plantuml.generator.classdiagram | |
| de.elnarion.util.plantuml.generator.util |
| Modifier and Type | Method and Description |
|---|---|
List<UMLMethod> |
UMLClass.getMethods()
Gets the methods.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UMLClass.addMethod(UMLMethod paramMethod)
Adds the method.
|
| Constructor and Description |
|---|
UMLClass(VisibilityType paramVisibilityType,
ClassType paramClassType,
List<UMLField> paramFields,
List<UMLMethod> paramMethods,
String paramName,
List<String> paramStereotypes)
Instantiates a new UML class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
UMLMethodComparator.compare(UMLMethod o1,
UMLMethod o2) |
Copyright © 2019. All rights reserved.