|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AXmodelException | |
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 AXmodelException in de.armax.ax.devtools.uml |
Methods in de.armax.ax.devtools.uml that throw AXmodelException | |
AXmodel |
AXmodelFactory.getModel(java.io.InputStream stream)
|
AXmodel |
AXmodelFactory.getModel(java.lang.String filename)
|
AXclassifier |
AXmodelBundle.getRealClassifier(AXclassifier dummyClassifier)
Get the "real" classifier for a reference classifier. |
Constructors in de.armax.ax.devtools.uml that throw AXmodelException | |
AXmodelBundle(java.lang.String[] xmiFiles,
java.lang.String referenceTypeStereotype)
Constructor taking an array of XMI files and a stereotype name that should be used for reference classifiers. |
|
AXmodelBundle(java.lang.String[] xmiFiles)
Instantiates a model bundle using the given xmi files and the default stereotype name ("reference") |
|
AXmodelBundle(java.io.InputStream[] xmiStreams,
java.lang.String referenceTypeStereotype)
Constructor taking an array of XMI input streams and a stereotype name that should be used for reference classifiers. |
|
AXmodelBundle(java.io.InputStream[] xmiStreams)
Instantiates a model bundle using the given xmi input streams and the default stereotype name ("reference") |
Uses of AXmodelException in de.armax.ax.devtools.uml.mdr |
Methods in de.armax.ax.devtools.uml.mdr that throw AXmodelException | |
static AXmodelReaderMdr |
AXmodelReaderMdr.getInstance(java.lang.String xmiFile)
Create an instance that reads an XMI from a file. |
static AXmodelReaderMdr |
AXmodelReaderMdr.getInstance(java.io.InputStream xmiStream)
Create an instance that reads an XMI from an intput stream. |
void |
AXmodelReaderMdr.init()
|
void |
AXmodelReaderMdr.readXmi()
Reads the XMI into the repository. |
Constructors in de.armax.ax.devtools.uml.mdr that throw AXmodelException | |
AXmodelMdrImpl(java.lang.String xmiFile)
|
|
AXmodelMdrImpl(java.io.InputStream xmiStream)
|
Uses of AXmodelException in de.armax.ax.devtools.uml.nsuml |
Constructors in de.armax.ax.devtools.uml.nsuml that throw AXmodelException | |
AXmodelNsumlImpl(java.lang.String xmiFile)
|
|
AXmodelNsumlImpl(java.io.InputStream stream)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |