de.armax.ax.devtools.uml
Interface AXdependency

All Superinterfaces:
AXmodelElement
All Known Subinterfaces:
AXabstraction
All Known Implementing Classes:
AXabstractionMdrImpl, AXabstractionNsumlImpl, AXdependencyMdrImpl, AXdependencyNsumlImpl

public interface AXdependency
extends AXmodelElement

Metamodel for an UML dependency.

Author:
Peter Wieland, ARMAX mindware GmbH

Field Summary
static java.lang.String INTERFACE
          The qualified name of this interface.
 
Method Summary
 AXclass getClient()
          Get the dependency client.
 AXclass getSupplier()
          Get the dependency supplier.
 
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

getClient

public AXclass getClient()

Get the dependency client.


getSupplier

public AXclass getSupplier()

Get the dependency supplier.



Copyright © 2003 ARMAX mindware GmbH. All Rights Reserved.