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 UmlDependency.Data |
UmlDependency._data |
private static UmlDependency.Data |
UmlDependency.Data.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static UmlDependency.Data |
UmlDependency.Data.empty()
Returns an empty instance.
|
Modifier and Type | Method and Description |
---|---|
UmlDependency |
UmlStructure.addDependency(UmlStructure target,
UmlObjectData objData,
UmlDependency.Data data)
Creates from arguments an explicit (hand-drawn) UML dependency, adds it to itself as
source , to target as target, and to the model, and returns the
newly created object. |
Constructor and Description |
---|
UmlDependency(UmlStructure source,
UmlStructure target,
UmlObjectData objData,
UmlDependency.Data data)
Intended to be called by
UmlStructure and tests only. |
Copyright 2009-2015 Tatjana (Tanja) Kostic