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 |
---|---|
class |
UmlAssociation
UML association, with its two ends (UML classes).
|
class |
UmlAssociationEnd
UML association end.
|
class |
UmlAttribute
UML attribute or enumeration literal.
|
class |
UmlClass
UML class, interface or enumerated type.
|
class |
UmlConstraint
UML constraint.
|
class |
UmlDependency
Explicit (hand-drawn) UML dependency between either two structures (packages or classes).
|
class |
UmlDiagram
Diagram from the UML model, assigned to either a class or a package.
|
class |
UmlOperation
UML operation.
|
class |
UmlPackage
UML package and its sub-packages hold the content of the model.
|
class |
UmlParameter
Operation parameter.
|
class |
UmlSkipped
UML element or connector that we ignore, but track for validation purposes.
|
class |
UmlStructure
Common implementation for collections contained by packages and classes.
|
Copyright 2009-2015 Tatjana (Tanja) Kostic