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 UmlAssociationEnd.Data |
UmlAssociationEnd._data |
private static UmlAssociationEnd.Data |
UmlAssociationEnd.Data.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static UmlAssociationEnd.Data |
UmlAssociationEnd.Data.empty()
Returns empty instance; sets default multiplicity to
UmlMultiplicity.ONE , kind to
UmlAssociationEnd.Kind.ASSOC , and direction to UmlAssociationEnd.Navigable.unspecified . |
Constructor and Description |
---|
UmlAssociationEnd(UmlClass type,
UmlObjectData objData,
UmlAssociationEnd.Data data)
Constructor.
|
Copyright 2009-2015 Tatjana (Tanja) Kostic