Package | Description |
---|---|
org.andromda.core.metafacade |
Defines all AndroMDA metafacade interfaces and classes.
|
Modifier and Type | Field and Description |
---|---|
protected Collection<MetafacadeMapping> |
MetafacadeMappings.inProcessMappings
Stores the mappings which are currently "in process" (within the
MetafacadeMappings.getMapping(Object, String, Collection) . |
Modifier and Type | Method and Description |
---|---|
protected MetafacadeMapping |
MetafacadeMappings.getMapping(Object mappingObject,
String context,
Collection<String> stereotypes)
Retrieves the MetafacadeMapping belonging to the unique
key created from the mappingObject 's
class, context and given stereotypes . |
MetafacadeMapping |
MetafacadeMappings.getMetafacadeMapping(Object mappingObject,
String namespace,
String context,
Collection<String> stereotypes)
Attempts to get the MetafacadeMapping identified by the given
mappingClass ,context and
stereotypes |
Modifier and Type | Method and Description |
---|---|
protected Collection<MetafacadeMapping> |
MetafacadeMappings.getMappings()
Retrieves all child
MetafacadeMapping instances belonging to this
metafacade mappings instance. |
Modifier and Type | Method and Description |
---|---|
void |
MetafacadeMappings.addMapping(MetafacadeMapping mapping)
Adds a MetafacadeMapping instance to the set of current mappings.
|
protected MetafacadeBase |
MetafacadeFactory.createMetafacade(Object mappingObject,
MetafacadeMapping mapping)
Creates a metafacade from the passed in
mappingObject , and
mapping instance. |
boolean |
MetafacadeMappings.Condition.evaluate(MetafacadeMapping mapping) |
static Set<String> |
MetafacadeUtils.getInheritedMappingClassNames(MetafacadeMapping mapping)
Retrieves the inherited mapping class names for the given
mapping by traveling
up the inheritance hierarchy to find the ones that have the mapping class name declared. |
(package private) boolean |
MetafacadeMapping.match(MetafacadeMapping mapping)
Indicates whether or not the
mapping matches this mapping. |
(package private) static boolean |
MetafacadeUtils.propertiesValid(MetafacadeBase metafacade,
MetafacadeMapping mapping)
Indicates whether or not the mapping properties (present on the mapping, if any) are valid on the
metafacade . |
Copyright © 2003–2014 AndroMDA.org. All rights reserved.