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.
|
org.tanjakostic.jcleancim.validation |
Classes responsible for validating the model and the rules to apply.
|
Modifier and Type | Method and Description |
---|---|
private static void |
DefaultAssocEndsDoc.initAssocEndRawData(EntryDocImpl entry,
UmlAssociationEnd otherEnd,
UmlAssociationEnd myEnd) |
private static void |
CustomAssocEndsDoc.initAssocEndRawData(EntryDocImpl entry,
UmlAssociationEnd otherEnd,
UmlAssociationEnd myEnd) |
private boolean |
AbstractPropertiesDoc.toSkip(UmlAssociationEnd otherEnd,
OwningWg classOwner) |
Modifier and Type | Field and Description |
---|---|
private UmlAssociationEnd |
UmlAssociationEnd.AssociationEndPair._myEnd |
private UmlAssociationEnd |
UmlAssociationEnd.AssociationEndPair._otherEnd |
private UmlAssociationEnd |
UmlAssociation._sourceEnd |
private UmlAssociationEnd |
UmlAssociation._targetEnd |
Modifier and Type | Method and Description |
---|---|
(package private) static UmlAssociationEnd |
UmlAssociationEnd.basic(UmlClass type,
java.lang.String name)
For testing only: Constructs minimal association end.
|
(package private) static UmlAssociationEnd |
UmlAssociationEnd.basic(UmlClass type,
java.lang.String name,
UmlStereotype stereotype)
For testing only: Constructs minimal association end with stereotype.
|
UmlAssociationEnd |
UmlAssociationEnd.AssociationEndPair.getMyEnd() |
private UmlAssociationEnd |
UmlAssociationEnd.getOtherEnd()
Returns null if containing association not initialised.
|
UmlAssociationEnd |
UmlAssociationEnd.AssociationEndPair.getOtherEnd() |
UmlAssociationEnd |
UmlAssociation.getSourceEnd()
Returns source end.
|
UmlAssociationEnd |
UmlAssociation.getTargetEnd()
Returns target end.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<UmlAssociationEnd> |
UmlClass.getInheritedOtherSideAssociationEnds()
Returns inherited association ends with other classes.
|
java.util.List<UmlAssociationEnd> |
UmlClass.getOtherSideAssociationEnds()
Returns association ends with other classes.
|
Modifier and Type | Method and Description |
---|---|
UmlAssociation |
UmlClass.addAssociation(UmlAssociationEnd sourceEnd,
UmlAssociationEnd targetEnd,
UmlObjectData objData,
UmlAssociation.Data data)
Creates from arguments an association with this as type of
sourceEnd , adds it to
both types of association ends and to the model, and returns the newly created object. |
(package private) static UmlAssociation |
UmlAssociation.basic(UmlAssociationEnd sourceEnd,
UmlAssociationEnd targetEnd)
For testing only: Constructs minimal association.
|
(package private) static UmlAssociation |
UmlAssociation.basic(UmlAssociationEnd sourceEnd,
UmlAssociationEnd targetEnd,
UmlStereotype stereotype)
For testing only: Constructs minimal association with stereotype.
|
Constructor and Description |
---|
UmlAssociation(UmlAssociationEnd sourceEnd,
UmlAssociationEnd targetEnd,
UmlObjectData objData,
UmlAssociation.Data data)
Intended to be called by
UmlClass and tests only: Creates an instance and sets itself
as containing association of both sourceEnd and targetEnd . |
UmlAssociationEnd.AssociationEndPair(UmlAssociationEnd myEnd,
UmlAssociationEnd otherEnd) |
Modifier and Type | Method and Description |
---|---|
private void |
AssociationValidator.CimAssociationEndsNameStartingWithLowerCase.doValidate(UmlAssociationEnd o,
ModelIssues issues) |
private void |
AssociationValidator.CimAssociationEndsNameShouldBePlural.doValidate(UmlAssociationEnd o,
ModelIssues issues) |
private void |
AssociationValidator.CimAssociationEndsNameShouldBeSingular.doValidate(UmlAssociationEnd o,
ModelIssues issues) |
private static boolean |
AssociationValidator.includeSubObjectDocRelated(UmlAssociationEnd ae) |
Copyright 2009-2015 Tatjana (Tanja) Kostic