de.armax.ax.devtools.uml.mdr
Class AXdependencyMdrImpl

java.lang.Object
  extended byde.armax.ax.devtools.uml.AXmodelElementAbstract
      extended byde.armax.ax.devtools.uml.mdr.AXmodelElementMdrImpl
          extended byde.armax.ax.devtools.uml.mdr.AXdependencyMdrImpl
All Implemented Interfaces:
AXdependency, AXmodelElement
Direct Known Subclasses:
AXabstractionMdrImpl

public class AXdependencyMdrImpl
extends AXmodelElementMdrImpl
implements AXdependency

Author:
Peter Wieland, ARMAX mindware GmbH

Field Summary
 
Fields inherited from class de.armax.ax.devtools.uml.mdr.AXmodelElementMdrImpl
model
 
Fields inherited from interface de.armax.ax.devtools.uml.AXdependency
INTERFACE
 
Constructor Summary
AXdependencyMdrImpl(org.omg.uml.foundation.core.Dependency dep, org.omg.uml.foundation.core.Classifier mdrClient, org.omg.uml.foundation.core.Classifier mdrSupplier, AXmodelMdrImpl model, java.util.HashMap taggedValues)
           
 
Method Summary
 AXclass getClient()
          Get the dependency client.
 AXclass getSupplier()
          Get the dependency supplier.
 java.lang.String toString()
           
 
Methods inherited from class de.armax.ax.devtools.uml.mdr.AXmodelElementMdrImpl
existTaggedValue, getModel, getName, getNamespaceName, getRealElement, getStereotype, getTaggedValue, getTaggedValue, getTaggedValues, getTaggedValueTags
 
Methods inherited from class de.armax.ax.devtools.uml.AXmodelElementAbstract
equals, getNameForCollectionDefine, getNameForCollectionMethod, getNameForCollectionVariable, getNameForDefine, getNameForMethod, getNameForVariable, getPackage, getQualifiedName, getSufficientlyQualifiedName, getSufficientlyQualifiedName, getWellKnownPackages, hasStereotype, isSameNamespace, isSameNamespace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

AXdependencyMdrImpl

public AXdependencyMdrImpl(org.omg.uml.foundation.core.Dependency dep,
                           org.omg.uml.foundation.core.Classifier mdrClient,
                           org.omg.uml.foundation.core.Classifier mdrSupplier,
                           AXmodelMdrImpl model,
                           java.util.HashMap taggedValues)
Method Detail

getClient

public AXclass getClient()
Description copied from interface: AXdependency

Get the dependency client.

Specified by:
getClient in interface AXdependency

getSupplier

public AXclass getSupplier()
Description copied from interface: AXdependency

Get the dependency supplier.

Specified by:
getSupplier in interface AXdependency

toString

public java.lang.String toString()
Overrides:
toString in class AXmodelElementAbstract


Copyright © 2003 ARMAX mindware GmbH. All Rights Reserved.