Package | Description |
---|---|
org.tanjakostic.jcleancim.model |
Classes being created by a builder or with the API (code) to hold the in-memory UML model.
|
Modifier and Type | Method and Description |
---|---|
UmlParameter |
UmlOperation.addParameter(UmlParameter par)
Adds non-null parameter
par to this operation, and returns the same object. |
Modifier and Type | Method and Description |
---|---|
java.util.List<UmlParameter> |
UmlOperation.getParameters()
Returns all parameters of this operation.
|
Modifier and Type | Method and Description |
---|---|
UmlParameter |
UmlOperation.addParameter(UmlParameter par)
Adds non-null parameter
par to this operation, and returns the same object. |
Copyright 2009-2016 Tatjana (Tanja) Kostic