Package | Description |
---|---|
org.andromda.core.mapping |
Defines all AndroMDA mapping interfaces and classes.
|
Modifier and Type | Method and Description |
---|---|
static Mappings |
Mappings.getInstance(String mappingsUri)
Returns a new configured instance of this Mappings configured from the
mappings configuration URI string.
|
static Mappings |
Mappings.getInstance(URL mappingsUri)
Returns a new configured instance of this Mappings configured from the
mappings configuration URI.
|
Modifier and Type | Method and Description |
---|---|
void |
Mappings.addMappings(Mappings mappings)
Adds the
mappings instance to this Mappings instance
overriding any mappings with duplicate names. |
(package private) void |
Mapping.setMappings(Mappings mappings)
Sets the mappings to which this Mapping instance
belongs.
|
Copyright © 2003–2014 AndroMDA.org. All rights reserved.