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 |
---|---|
static UmlClass.InheritedKind |
UmlClass.InheritedKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UmlClass.InheritedKind[] |
UmlClass.InheritedKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<UmlAttribute> |
UmlClass.findAttributes(java.lang.String attrName,
UmlClass.InheritedKind inh)
Returns attributes with
attrName selectively, according to inheritance criterion
inh . |
java.util.Set<UmlAttribute> |
UmlClass.findAttributes(UmlClass attrType,
UmlClass.InheritedKind inh)
Returns attributes of type
attrType selectively, according to inheritance
criterion inh . |
Copyright 2009-2016 Tatjana (Tanja) Kostic