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 UmlAssociation.Data |
UmlAssociation._data |
private static UmlAssociation.Data |
UmlAssociation.Data.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static UmlAssociation.Data |
UmlAssociation.Data.empty()
Returns empty instance; sets default multiplicity to
import
org.tanjakostic.jcleancim.common.OwningWg; #ONE , and direction to empty string. |
Modifier and Type | Method and Description |
---|---|
UmlAssociation |
UmlClass.addAssociation(UmlAssociationEnd sourceEnd,
UmlAssociationEnd targetEnd,
UmlObjectData objData,
UmlAssociation.Data data)
Creates from arguments an association with this as type of
sourceEnd , adds it to
both types of association ends and to the model, and returns the newly created object. |
Constructor and Description |
---|
UmlAssociation(UmlAssociationEnd sourceEnd,
UmlAssociationEnd targetEnd,
UmlObjectData objData,
UmlAssociation.Data data)
Intended to be called by
UmlClass and tests only: Creates an instance and sets itself
as containing association of both sourceEnd and targetEnd . |
Copyright 2009-2015 Tatjana (Tanja) Kostic