Uses of Interface
de.armax.ax.devtools.uml.AXassociationEnd

Packages that use AXassociationEnd
de.armax.ax.devtools.uml This package contains our UML abstraction layer specification. 
de.armax.ax.devtools.uml.mdr This is the MDR based implementation of our UML abstraction layer. 
de.armax.ax.devtools.uml.nsuml This is the NSUML based implementation of our UML abstraction layer. 
 

Uses of AXassociationEnd in de.armax.ax.devtools.uml
 

Methods in de.armax.ax.devtools.uml that return AXassociationEnd
 AXassociationEnd AXassociationEnd.getOppositeEnd()
          Get the opposite end of this association end.
 AXassociationEnd AXassociation.getThisEnd()
          Get the reference end of an association.
 AXassociationEnd AXassociation.getOtherEnd()
          Get the non reference or opposite end of an association
 

Uses of AXassociationEnd in de.armax.ax.devtools.uml.mdr
 

Classes in de.armax.ax.devtools.uml.mdr that implement AXassociationEnd
 class AXassociationEndMdrImpl
           
 

Methods in de.armax.ax.devtools.uml.mdr that return AXassociationEnd
 AXassociationEnd AXassociationMdrImpl.getThisEnd()
           
 AXassociationEnd AXassociationMdrImpl.getOtherEnd()
           
 AXassociationEnd AXassociationEndMdrImpl.getOppositeEnd()
           
 

Methods in de.armax.ax.devtools.uml.mdr with parameters of type AXassociationEnd
 AXassociation AXmodelMdrImpl.getAssociation(org.omg.uml.foundation.core.UmlAssociation assoc, AXassociationEnd thisEnd)
           
 

Constructors in de.armax.ax.devtools.uml.mdr with parameters of type AXassociationEnd
AXassociationMdrImpl(org.omg.uml.foundation.core.UmlAssociation assoc, AXmodelMdrImpl model, java.util.HashMap taggedValues, AXassociationEnd thisEnd)
           
 

Uses of AXassociationEnd in de.armax.ax.devtools.uml.nsuml
 

Classes in de.armax.ax.devtools.uml.nsuml that implement AXassociationEnd
 class AXassociationEndNsumlImpl
           
 

Methods in de.armax.ax.devtools.uml.nsuml that return AXassociationEnd
 AXassociationEnd AXassociationNsumlImpl.getThisEnd()
           
 AXassociationEnd AXassociationNsumlImpl.getOtherEnd()
           
 AXassociationEnd AXassociationEndNsumlImpl.getOppositeEnd()
           
 



Copyright © 2003 ARMAX mindware GmbH. All Rights Reserved.