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

Packages that use AXmodel
de.armax.ax.devtools.generator   
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 AXmodel in de.armax.ax.devtools.generator
 

Methods in de.armax.ax.devtools.generator with parameters of type AXmodel
 int AXojbHelper.check(AXmodel model)
          AXmodelChecker method delegated to AXdefaultModelChecker.
 void AXgenGenerate.execute(AXmodel model)
          Executes the subtask on the given model.
 void AXgenCheck.execute(AXmodel model)
           
abstract  void AXgen.AXgenSubTask.execute(AXmodel model)
          Implementation of the subtask.
 int AXdefaultModelChecker.check(AXmodel model)
           
 

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

Classes in de.armax.ax.devtools.uml that implement AXmodel
 class AXmodelBundle
          This class represents a bundle consisting of several models that may reference each other using a specific stereotype.
 

Methods in de.armax.ax.devtools.uml that return AXmodel
 AXmodel AXpackageBundle.getModel()
           
 AXmodel AXmodelFactory.getModel(java.io.InputStream stream)
           
 AXmodel AXmodelFactory.getModel(java.lang.String filename)
           
abstract  AXmodel AXmodelElementAbstract.getModel()
           
 AXmodel AXmodelElement.getModel()
          Get the model containing this element.
 AXmodel[] AXmodelBundle.getModels()
          Returns an array containing all models contained in this bundle.
 AXmodel AXmodelBundle.getModel()
           
 AXmodel AXclassifierVoid.getModel()
           
 

Methods in de.armax.ax.devtools.uml with parameters of type AXmodel
abstract  int AXmodelChecker.check(AXmodel model)
           
static AXclassifier AXclassifierVoid.getInstance(AXmodel model)
          Use this method to get a void instance of the AXclassifier interface
 

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

Classes in de.armax.ax.devtools.uml.mdr that implement AXmodel
 class AXmodelMdrImpl
           
 

Methods in de.armax.ax.devtools.uml.mdr that return AXmodel
 AXmodel AXmodelMdrImpl.getModel()
           
 AXmodel AXmodelElementMdrImpl.getModel()
           
 

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

Classes in de.armax.ax.devtools.uml.nsuml that implement AXmodel
 class AXmodelNsumlImpl
           
 

Methods in de.armax.ax.devtools.uml.nsuml that return AXmodel
 AXmodel AXmodelNsumlImpl.getModel()
           
 AXmodel AXmodelElementNsumlImpl.getModel()
           
 



Copyright © 2003 ARMAX mindware GmbH. All Rights Reserved.