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 UmlClass.Data |
UmlClass._data |
private static UmlClass.Data |
UmlClass.Data.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static UmlClass.Data |
UmlClass.Data.empty()
Returns an empty instance.
|
Constructor and Description |
---|
UmlClass(UmlPackage containingPackage,
java.util.Collection<UmlClass> superclasses,
UmlObjectData objData,
UmlClass.Data data)
Creates the instance and adds itself to the
containingPackage , and as child to
every object from superclasses . |
UmlClass(UmlPackage containingPackage,
UmlObjectData objData,
UmlClass.Data data)
Creates a class without superclasses; convenient for stereotyped and root classes.
|
Copyright 2009-2015 Tatjana (Tanja) Kostic