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 UmlDiagram.Data |
UmlDiagram._data |
private static UmlDiagram.Data |
UmlDiagram.Data.DEFAULT |
Modifier and Type | Method and Description |
---|---|
static UmlDiagram.Data |
UmlDiagram.Data.empty()
Returns an empty instance; sets default kind to
UmlDiagram.Kind.CUSTOM . |
Modifier and Type | Method and Description |
---|---|
UmlDiagram |
UmlStructure.addDiagram(java.io.File pic,
UmlObjectData objData,
UmlDiagram.Data data)
Creates from arguments a diagram, adds it to itself and to the model, and returns the newly
created object.
|
Constructor and Description |
---|
UmlDiagram(UmlStructure container,
java.io.File pic,
UmlObjectData objData,
UmlDiagram.Data data)
Intended to be called by
UmlStructure and tests only. |
Copyright 2009-2015 Tatjana (Tanja) Kostic