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 | Class and Description |
---|---|
static class |
UmlClass.Data
Data from the UML model repository specific to
UmlClass . |
static class |
UmlPackage.Data
Data from the UML model repository specific to
UmlPackage . |
Modifier and Type | Method and Description |
---|---|
static UmlStructure.Data |
UmlStructure.Data.empty()
Returns an empty instance.
|
Constructor and Description |
---|
Data(UmlStructure.Data data)
Constructor.
|
Data(UmlStructure.Data data,
boolean isAbstract,
boolean eaPersistentPropSet,
boolean eaLeafPropSet,
boolean eaRootPropSet,
boolean isEaInterface,
boolean associationClass,
boolean selfInherited,
boolean isEaEnumeration)
Constructor.
|
UmlStructure(UmlObjectData objData,
UmlStructure.Data data)
Creates common parts of structures.
|
Copyright 2009-2016 Tatjana (Tanja) Kostic