|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapFactory | |
---|---|
org.infai.emo.matcher.action | |
org.infai.emo.matcher.map | |
org.infai.emo.matcher.map.impl |
Uses of MapFactory in org.infai.emo.matcher.action |
---|
Fields in org.infai.emo.matcher.action declared as MapFactory | |
---|---|
private MapFactory |
MappingBuilder.fac
The factory for creating the elements of the mapping. |
Methods in org.infai.emo.matcher.action with parameters of type MapFactory | |
---|---|
private void |
MappingBuilder.createConfigurationData(MapFactory fac,
MapModel mapModel)
create the configuration-data for the comparison that will be stored in the model. |
private MappingElement |
MappingBuilder.createMappingElement(MapFactory fac,
org.eclipse.emf.ecore.EObject leftElement,
org.eclipse.emf.ecore.EObject rightElement,
java.lang.Double matchingValue)
Creates a mapping-element with the given values. |
private NotMappedElement |
MappingBuilder.createNotMappedElement(MapFactory fac,
org.eclipse.emf.ecore.EObject modelElement,
boolean inleftModel)
Creates a EMF-Element that shows up an element of one of the original models that couldn't be mapped onto another. |
Uses of MapFactory in org.infai.emo.matcher.map |
---|
Fields in org.infai.emo.matcher.map declared as MapFactory | |
---|---|
static MapFactory |
MapFactory.eINSTANCE
The singleton instance of the factory |
Methods in org.infai.emo.matcher.map that return MapFactory | |
---|---|
MapFactory |
MapPackage.getMapFactory()
Returns the factory that creates the instances of the model |
Uses of MapFactory in org.infai.emo.matcher.map.impl |
---|
Classes in org.infai.emo.matcher.map.impl that implement MapFactory | |
---|---|
class |
MapFactoryImpl
An implementation of the model Factory |
Methods in org.infai.emo.matcher.map.impl that return MapFactory | |
---|---|
MapFactory |
MapPackageImpl.getMapFactory()
|
static MapFactory |
MapFactoryImpl.init()
Creates the default factory implementation |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |