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 | Method and Description |
---|---|
UmlConstraint |
UmlClass.addConstraint(UmlObjectData objData,
UmlConstraint.Data data)
Creates from arguments a constraint, adds it to itself, and returns the newly created object.
|
UmlConstraint |
UmlAttribute.addOwnConstraint(UmlObjectData objData,
UmlConstraint.Data data)
Creates attribute constraint from arguments, adds it to this attribute and returns the new
constraint.
|
UmlConstraint |
PresenceCondition.getConstraint()
Returns potentially null constraint from which this presence condition has been created.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,UmlConstraint> |
UmlClass.getConstraints() |
java.util.List<UmlConstraint> |
UmlAttribute.getOwnConstraints()
Returns constraints defined on this attribute.
|
Copyright 2009-2016 Tatjana (Tanja) Kostic