Serialized Form
Package org.infai.emo.matcher.util |
leftModel
Model leftModel
- The left model of the mapping.
- See Also:
Model
rightModel
Model rightModel
- The right model or the mapping.
- See Also:
Model
crossProduct
boolean crossProduct
- This flag indicates if the models where mapped using a full cross product.
comparator
Comparator comparator
- The comparator that was used to build up the actual matching.
- See Also:
Comparator
map
Mapping map
- The mapping between both models.
This mapping contains the tuples which have to be matched.
- See Also:
Mapping
,
Tuple
modelResource
org.eclipse.emf.ecore.resource.Resource modelResource
- The resource created from the model file into which the model was loaded.
- See Also:
Resource