FileDocCategorySizeDatePackage
UMLGeneralizableElement.javaAPI DocExample1564Tue Dec 08 01:21:00 GMT 1998oisoft.togetherx.scriptapi.UML

UMLGeneralizableElement

public interface UMLGeneralizableElement implements UMLNode
Interface of elements that can participate in generalization link.
version
2.1.01 12.03.1998
author
Andrei Ivanov

Fields Summary
Constructors Summary
Methods Summary
public UMLGeneralizationEnumerationgetAllGeneralizations()

deprecated
Not implemented yet.

public UMLGeneralizationEnumerationgetAllSpecializations()

deprecated
Nice to have with very low priority.

public UMLGeneralizationEnumerationgetGeneralizations()
Getting generalization links (incoming?) of this generalizable element.

return
Generalization link enumerator of gen links.

public UMLGeneralizationEnumerationgetSpecializations()
Getting specialization links (outgoing?) of this generalizable element.

return
Generalization link enumerator of spec links.

public booleanisFinal()
Indicates whether the element is final and can not be specialized with generalization links.

return
true - if final (e.g. class).