Serialized Form


Package org.infai.emo.matcher.util

Class org.infai.emo.matcher.util.Mapping extends java.util.HashSet<Tuple> implements Serializable

Serialized Fields

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.

Class org.infai.emo.matcher.util.Matching extends java.util.Hashtable<Tuple,java.lang.Double> implements Serializable

Serialized Fields

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

Class org.infai.emo.matcher.util.Model extends java.util.HashSet<org.eclipse.emf.ecore.EObject> implements Serializable

Serialized Fields

modelResource

org.eclipse.emf.ecore.resource.Resource modelResource
The resource created from the model file into which the model was loaded.

See Also:
Resource