|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Model | |
de.matthias_burbach.flux | Is the core package. |
de.matthias_burbach.uml | Is the UML meta model implementation used to represent UML models. |
Uses of Model in de.matthias_burbach.flux |
Methods in de.matthias_burbach.flux that return Model | |
Model |
ChameleonModelBuilder.build(java.lang.String sourceUrl)
Loads the Chameleon XML document from the sourceUrl and
builds the model from it. |
protected Model |
ChameleonModelBuilder.buildModelFromXmlDocument(org.jdom.Document xmlDocument)
Builds the model from the Chameleon XML document. |
Model |
ModelBuilder.build(java.lang.String sourceUrl)
Builds the UML model from the file specified by sourceUrl. |
Model |
XmiModelBuilder.build(java.lang.String sourceUrl)
Loads the XMI document from the sourceUrl and builds
the model from it. |
protected Model |
XmiModelBuilder.buildModelFromXmiDocument(org.jdom.Document xmiDocument)
Builds the model from the XMI document. |
Methods in de.matthias_burbach.flux with parameters of type Model | |
void |
DefaultModelChecker.check(Model model)
|
protected java.util.List |
DefaultModelChecker.checkModelHasExactlyOneStateMachine(Model model)
|
void |
ModelChecker.check(Model model)
Is called before the actual generation is started to make sure the generator plug-ins get proper input. |
Uses of Model in de.matthias_burbach.uml |
Classes in de.matthias_burbach.uml that implement Model | |
class |
DefaultModel
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |