|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Metamodel for am UML association end.
Field Summary | |
static int |
AK_AGGREGATE
Constant for aggregation kind "aggregate" |
static int |
AK_COMPOSITE
Constant for aggregation kind "composite" |
static int |
AK_NONE
Constant for aggregation kind "none" |
static java.lang.String |
INTERFACE
The qualified name of this interface. |
Method Summary | |
int |
getAggregationKind()
Get the aggregation kind of this association end. |
AXmultiplicity |
getMultiplicity()
Get the multiplicity of this association end. |
AXassociationEnd |
getOppositeEnd()
Get the opposite end of this association end. |
AXclass |
getOwner()
Get the owner of this association end. |
boolean |
isAggregate()
Check weather this association end has aggregation kind AK_AGGREGATE . |
boolean |
isComposite()
Check weather this association end has aggregation kind AK_COMPOSITE . |
boolean |
isNavigable()
Check weather this association end is navigable. |
Field Detail |
public static final java.lang.String INTERFACE
The qualified name of this interface.
public static final int AK_NONE
Constant for aggregation kind "none"
public static final int AK_AGGREGATE
Constant for aggregation kind "aggregate"
public static final int AK_COMPOSITE
Constant for aggregation kind "composite"
Method Detail |
public int getAggregationKind()
Get the aggregation kind of this association end.
One of AK_NONE
, AK_AGGREGATE
or AK_COMPOSITE
.
public boolean isComposite()
Check weather this association end has aggregation kind
AK_COMPOSITE
.
This is a convenience method and should return the value of
(getAggregationKind() == AK_COMPOSITE)
public boolean isAggregate()
Check weather this association end has aggregation kind
AK_AGGREGATE
.
This is a convenience method and should return the value of
(getAggregationKind() == AK_AGGREGATE)
public boolean isNavigable()
Check weather this association end is navigable.
public AXmultiplicity getMultiplicity()
Get the multiplicity of this association end.
public AXassociationEnd getOppositeEnd()
Get the opposite end of this association end.
public AXclass getOwner()
Get the owner of this association end.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |