Package | Description |
---|---|
org.andromda.core.cartridge |
Defines all AndroMDA cartridge interfaces and classes.
|
org.andromda.core.common |
Defines the interfaces and classes that are common to the core packages of AndroMDA.
|
Modifier and Type | Method and Description |
---|---|
void |
Cartridge.addTemplatePostProcessor(TemplateObject postProcessor)
Adds new postProcessor to the cartridge
|
Modifier and Type | Method and Description |
---|---|
Collection<TemplateObject> |
Plugin.getTemplateObjects()
Returns all the TemplateObject objects that are available to this Plugin.
|
Collection<TemplateObject> |
BasePlugin.getTemplateObjects() |
Modifier and Type | Method and Description |
---|---|
void |
BasePlugin.addTemplateObject(TemplateObject templateObject)
Adds the
templateObject to the collection of template objects that will be made available to the
plugin during processing. |
Copyright © 2003–2014 AndroMDA.org. All rights reserved.