|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AggregationKind | |
| org.omg.uml.behavioralelements.collaborations | |
| org.omg.uml.foundation.core | |
| org.omg.uml.foundation.datatypes | |
| Uses of AggregationKind in org.omg.uml.behavioralelements.collaborations |
| Methods in org.omg.uml.behavioralelements.collaborations with parameters of type AggregationKind | |
AssociationEndRole |
AssociationEndRoleClass.createAssociationEndRole(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isNavigable,
OrderingKind ordering,
AggregationKind aggregation,
ScopeKind targetScope,
Multiplicity multiplicity,
ChangeableKind changeability,
Multiplicity collaborationMultiplicity)
Creates an instance object having attributes initialized by the passed values. |
| Uses of AggregationKind in org.omg.uml.foundation.core |
| Methods in org.omg.uml.foundation.core that return AggregationKind | |
AggregationKind |
AssociationEnd.getAggregation()
Returns the value of attribute aggregation. |
| Methods in org.omg.uml.foundation.core with parameters of type AggregationKind | |
void |
AssociationEnd.setAggregation(AggregationKind newValue)
Sets the value of aggregation attribute. |
AssociationEnd |
AssociationEndClass.createAssociationEnd(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isNavigable,
OrderingKind ordering,
AggregationKind aggregation,
ScopeKind targetScope,
Multiplicity multiplicity,
ChangeableKind changeability)
Creates an instance object having attributes initialized by the passed values. |
| Uses of AggregationKind in org.omg.uml.foundation.datatypes |
| Classes in org.omg.uml.foundation.datatypes that implement AggregationKind | |
class |
AggregationKindEnum
AggregationKind enumeration class implementation. |
| Methods in org.omg.uml.foundation.datatypes that return AggregationKind | |
static AggregationKind |
AggregationKindEnum.forName(String name)
Translates literal name to correspondent enumeration value. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||