Methods Summary |
---|
public UMLGeneralizableElement | getSubtype()Returns more specific element in the generalization
relationship.
|
public UMLGeneralizableElement | getSupertype()Returns more general element in the generalization
relationship.
|
public boolean | isImplementation()Indicates whether this generalization
relationship is implementation one.
Implementation relationship is a special
case of generalization relationship, where more
general element is interface and more specific
element is class, that implements it.
getLinkKind() for implementation relationship
returns UMLLink.IMPLEMENTATION.
|