Package | Description |
---|---|
org.tanjakostic.jcleancim.docgen.collector.impl | |
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 |
---|---|
protected void |
AbstractPropertiesDoc.filterAssociationEnds(UmlClass c,
java.util.Collection<UmlAssociationEndPair> retainedNatives,
java.util.Collection<UmlAssociationEndPair> retainedInheriteds) |
protected void |
AbstractPropertiesDoc.filterAssociationEnds(UmlClass c,
java.util.Collection<UmlAssociationEndPair> retainedNatives,
java.util.Collection<UmlAssociationEndPair> retainedInheriteds) |
Modifier and Type | Method and Description |
---|---|
UmlAssociationEndPair |
UmlAssociation.getEndsAsSource(boolean asSource)
Returns the pair of association ends from the perspective of source if
asSource
true (this is what we need when printing model documentation for associations of a
type , or when reading RDF/OWL properties), from the perspective of target
otherwise. |
Modifier and Type | Method and Description |
---|---|
java.util.List<UmlAssociationEndPair> |
UmlClass.getAssociationEndPairs()
Returns pairs of association ends, from the perspective of this class (this end vs.
|
java.util.List<UmlAssociationEndPair> |
UmlClass.getInheritedAssociationEndPairs()
Returns inherited pairs of association ends, from the perspective of this class (this end vs.
|
Copyright 2009-2016 Tatjana (Tanja) Kostic