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 |
---|---|
static UmlAssociation.Data |
UmlAssociation.Data.empty()
Returns empty instance; sets default direction to
UmlAssociation.Direction.unspecified . |
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. |
Copyright 2009-2016 Tatjana (Tanja) Kostic