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<UmlAssociationEnd.AssociationEndPair> retainedNatives,
java.util.Collection<UmlAssociationEnd.AssociationEndPair> retainedInheriteds) |
protected void |
AbstractPropertiesDoc.filterAssociationEnds(UmlClass c,
java.util.Collection<UmlAssociationEnd.AssociationEndPair> retainedNatives,
java.util.Collection<UmlAssociationEnd.AssociationEndPair> retainedInheriteds) |
Modifier and Type | Method and Description |
---|---|
UmlAssociationEnd.AssociationEndPair |
UmlAssociation.getEndsFor(UmlClass type)
Returns the pair of association ends from the perspective of
type (this is what
we need when printing model documentation for associations of a type , or when
reading RDF/OWL properties). |
UmlAssociationEnd.AssociationEndPair |
UmlAssociation.getEndsForSelfAssociation(boolean asSource)
For recursive association (self-association on a class), returns the pair of association ends
from the perspective of source if
asSource true, from the perspective of target
otherwise. |
Modifier and Type | Method and Description |
---|---|
java.util.List<UmlAssociationEnd.AssociationEndPair> |
UmlClass.getAssociationEndPairs()
Returns pairs of association ends, from the perspective of this class (this end vs.
|
private java.util.List<UmlAssociationEnd.AssociationEndPair> |
UmlClass.getAssociationEndPairsAsSource() |
private java.util.List<UmlAssociationEnd.AssociationEndPair> |
UmlClass.getAssociationEndPairsAsTarget() |
java.util.List<UmlAssociationEnd.AssociationEndPair> |
UmlClass.getInheritedAssociationEndPairs()
Returns inherited pairs of association ends, from the perspective of this class (this end vs.
|
Copyright 2009-2015 Tatjana (Tanja) Kostic