|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AXmodelBundle | |
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 AXmodelBundle in de.armax.ax.devtools.uml |
Methods in de.armax.ax.devtools.uml that return AXmodelBundle | |
AXmodelBundle |
AXmodelBundle.getModelBundle()
|
AXmodelBundle |
AXmodel.getModelBundle()
Get this models model bundle. |
Methods in de.armax.ax.devtools.uml with parameters of type AXmodelBundle | |
void |
AXmodelBundle.setModelBundle(AXmodelBundle bundle)
WARNING: Nesting bundles is not supported. |
void |
AXmodel.setModelBundle(AXmodelBundle bundle)
Set the model bundle, this model is part of. |
Constructors in de.armax.ax.devtools.uml with parameters of type AXmodelBundle | |
AXpackageBundle(AXmodelBundle bundle,
AXpackage[] includedPackages)
Constructor for a given array of packages. |
Uses of AXmodelBundle in de.armax.ax.devtools.uml.mdr |
Methods in de.armax.ax.devtools.uml.mdr that return AXmodelBundle | |
AXmodelBundle |
AXmodelMdrImpl.getModelBundle()
|
Methods in de.armax.ax.devtools.uml.mdr with parameters of type AXmodelBundle | |
void |
AXmodelMdrImpl.setModelBundle(AXmodelBundle bundle)
|
Uses of AXmodelBundle in de.armax.ax.devtools.uml.nsuml |
Methods in de.armax.ax.devtools.uml.nsuml that return AXmodelBundle | |
AXmodelBundle |
AXmodelNsumlImpl.getModelBundle()
|
Methods in de.armax.ax.devtools.uml.nsuml with parameters of type AXmodelBundle | |
void |
AXmodelNsumlImpl.setModelBundle(AXmodelBundle bundle)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |