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 UmlSkipped.Data |
UmlSkipped._data |
private static UmlSkipped.Data |
UmlSkipped.Data.DEFAULT_CONN |
private static UmlSkipped.Data |
UmlSkipped.Data.DEFAULT_ELEM |
Modifier and Type | Method and Description |
---|---|
static UmlSkipped.Data |
UmlSkipped.Data.empty(boolean isConnector)
Returns empty instance; for connector, sets default kind to
UmlSkipped.Kind.NOTE_LINK , and
for element to UmlSkipped.Kind.NOTE . |
Modifier and Type | Method and Description |
---|---|
UmlSkipped |
UmlStructure.addSkippedUmlItem(UmlObjectData objData,
UmlSkipped.Data data)
Creates from arguments a skipped UML item, adds it to itself, and returns the newly created
object.
|
Constructor and Description |
---|
UmlSkipped(UmlStructure container,
UmlObjectData objData,
UmlSkipped.Data data)
Intended to be called by
UmlStructure and tests only. |
Copyright 2009-2015 Tatjana (Tanja) Kostic