de.armax.ax.devtools.uml
Interface AXgeneralization

All Superinterfaces:
AXmodelElement
All Known Implementing Classes:
AXgeneralizationMdrImpl, AXgeneralizationNsumlImpl

public interface AXgeneralization
extends AXmodelElement

Metamodel for an UML generalization.

Author:
Peter Wieland, ARMAX mindware GmbH

Field Summary
static java.lang.String INTERFACE
          The qualified name of this interface.
 
Method Summary
 AXclass getChild()
           
 java.lang.String getDiscriminator()
           
 AXclass getParent()
           
 
Methods inherited from interface de.armax.ax.devtools.uml.AXmodelElement
equals, existTaggedValue, getModel, getName, getNameForCollectionDefine, getNameForCollectionMethod, getNameForCollectionVariable, getNameForDefine, getNameForMethod, getNameForVariable, getNamespaceName, getPackage, getQualifiedName, getRealElement, getStereotype, getSufficientlyQualifiedName, getSufficientlyQualifiedName, getTaggedValue, getTaggedValue, getTaggedValues, getTaggedValueTags, getWellKnownPackages, hasStereotype, isSameNamespace, isSameNamespace
 

Field Detail

INTERFACE

public static final java.lang.String INTERFACE

The qualified name of this interface.

See Also:
Constant Field Values
Method Detail

getParent

public AXclass getParent()

getChild

public AXclass getChild()

getDiscriminator

public java.lang.String getDiscriminator()


Copyright © 2003 ARMAX mindware GmbH. All Rights Reserved.