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 UmlStereotype |
UmlObjectData._stereotype |
Modifier and Type | Method and Description |
---|---|
UmlStereotype |
UmlObjectData.getStereotype() |
UmlStereotype |
UmlObject.getStereotype()
Returns the stereotype of this UML object, as defined in the UML model.
|
UmlStereotype |
AbstractUmlObject.getStereotype() |
Modifier and Type | Method and Description |
---|---|
(package private) static UmlAssociation |
UmlAssociation.basic(UmlAssociationEnd sourceEnd,
UmlAssociationEnd targetEnd,
UmlStereotype stereotype)
For testing only: Constructs minimal association with stereotype.
|
(package private) static UmlAssociationEnd |
UmlAssociationEnd.basic(UmlClass type,
java.lang.String name,
UmlStereotype stereotype)
For testing only: Constructs minimal association end with stereotype.
|
Constructor and Description |
---|
UmlObjectData(java.lang.Integer id,
java.lang.String uuid,
java.lang.String name,
java.lang.String alias,
UmlStereotype stereotype,
java.lang.String eaVisibility,
TextDescription txtDoc,
TextDescription htmlDoc)
Constructor; accepts null arguments and initialises them with default values, so that all the
getters return non-null values.
|
UmlObjectData(java.lang.String uuid,
java.lang.String name,
UmlStereotype stereotype)
For testing only: See
UmlObjectData.UmlObjectData(String, UmlStereotype) . |
UmlObjectData(java.lang.String name,
UmlStereotype stereotype)
For testing only: Creates all not provided fields to default/empty/dumb values.
|
Copyright 2009-2015 Tatjana (Tanja) Kostic