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 | Field and Description |
---|---|
private UmlOperation.Data |
UmlOperation._data |
private static UmlOperation.Data |
UmlOperation.Data.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static UmlOperation.Data |
UmlOperation.Data.empty()
Returns empty instance; sets default return kind to .
|
Modifier and Type | Method and Description |
---|---|
UmlOperation |
UmlClass.addOperation(UmlClass returnType,
UmlObjectData objData,
UmlOperation.Data data)
Creates from arguments an operation, adds it to itself and to the model, populates
afferent/efferent collections for this and for non-null
returnType , and returns
the newly created object. |
Constructor and Description |
---|
UmlOperation(UmlClass containingClass,
UmlClass returnType,
UmlObjectData objData,
UmlOperation.Data data)
Intended to be called by
UmlClass and tests only. |
Copyright 2009-2015 Tatjana (Tanja) Kostic