Package | Description |
---|---|
org.andromda.core |
The entry point to the framework, this package contains the generic ModelProcessor
and its supporting classes which provide the ability to generate
source code, and other artifacts, from MOF object models.
|
org.andromda.core.configuration |
Contains the classes and other resources that provide the configuration
of AndroMDA.
|
org.andromda.core.engine |
Contains the classes that tie the components together and
provide the engine of the framework.
|
org.andromda.core.server |
Defines the AndroMDA Server support.
|
Modifier and Type | Method and Description |
---|---|
void |
AndroMDA.initialize(Configuration configuration)
Initializes AndroMDA without running the engine.
|
ModelValidationMessage[] |
AndroMDA.run(Configuration configuration,
boolean lastModifiedCheck,
String historyDir)
Runs AndroMDA with the given configuration.
|
void |
AndroMDAServer.start(Configuration configuration)
Starts the AndroMDA server instance listening for requests.
|
void |
AndroMDAServer.stop(Configuration configuration)
Stops the AndroMDA server instance.
|
Modifier and Type | Method and Description |
---|---|
static Configuration |
Configuration.getInstance(InputStream stream)
Gets a Configuration instance from the given
stream . |
static Configuration |
Configuration.getInstance(String string)
Gets a Configuration instance from the given
string . |
static Configuration |
Configuration.getInstance(URL uri)
Gets a Configuration instance from the given
uri . |
Modifier and Type | Method and Description |
---|---|
void |
ModelProcessor.initialize(Configuration configuration)
Initializes this model processor instance with the given
configuration.
|
void |
Engine.initialize(Configuration configuration)
Initializes Engine (discovers all plugins, etc) with the
given configuration.
|
ModelValidationMessage[] |
Engine.loadModelsIfNecessary(Configuration configuration)
Checks to see if any of the models in the given configuration
should be loaded (based on whether or not they've been modified),
and if so, performs the load.
|
ModelValidationMessage[] |
ModelProcessor.process(Configuration configuration)
Re-configures this model processor from the given
configuration
instance (if different from that of the one passed in during the call to
ModelProcessor.initialize(Configuration) ), and runs the model processor. |
ModelValidationMessage[] |
Engine.run(Configuration configuration,
boolean lastModifiedCheck,
String historyDir)
Runs Engine with the given configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
Server.start(Configuration configuration)
Starts the server instance listening for requests with the given
configuration.
|
void |
DefaultServer.start(Configuration configuration) |
void |
DefaultClient.start(Configuration configuration) |
void |
Client.start(Configuration configuration)
Connects to and starts an AndroMDA server with the given
configuration . |
void |
DefaultClient.stop(Configuration configuration) |
void |
Client.stop(Configuration configuration)
Connects to and stops an AndroMDA server with the given
configuration . |
Copyright © 2003–2014 AndroMDA.org. All rights reserved.