org.infai.emo.matcher.map
Interface MapPackage.Literals

Enclosing interface:
MapPackage

public static interface MapPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass COMPARATOR
          The meta object literal for the 'Comparator' class
static org.eclipse.emf.ecore.EAttribute COMPARATOR__NAME
          The meta object literal for the 'Name' attribute feature
static org.eclipse.emf.ecore.EAttribute COMPARATOR__VALUE
          The meta object literal for the 'Value' attribute feature
static org.eclipse.emf.ecore.EClass COMPARATOR_WEIGHTINGS
          The meta object literal for the 'Comparator Weightings' class
static org.eclipse.emf.ecore.EAttribute COMPARATOR_WEIGHTINGS__ATTRIBUTE_COMPARATOR_WEIGHTING
          The meta object literal for the 'Attribute Comparator Weighting' attribute feature
static org.eclipse.emf.ecore.EAttribute COMPARATOR_WEIGHTINGS__CONTAINER_COMPARATOR_WEIGHTING
          The meta object literal for the 'Container Comparator Weighting' attribute feature
static org.eclipse.emf.ecore.EAttribute COMPARATOR_WEIGHTINGS__CONTENTS_COMPARATOR_WEIGHTING
          The meta object literal for the 'Contents Comparator Weighting' attribute feature
static org.eclipse.emf.ecore.EReference COMPARATOR_WEIGHTINGS__GENERIC_COMPARATORS
          The meta object literal for the 'Generic Comparators' containment reference list feature
static org.eclipse.emf.ecore.EAttribute COMPARATOR_WEIGHTINGS__META_CLASS_COMPARATOR_WEIGHTING
          The meta object literal for the 'Meta Class Comparator Weighting' attribute feature
static org.eclipse.emf.ecore.EAttribute COMPARATOR_WEIGHTINGS__REFERENCE_COMPARATOR_WEIGHTING
          The meta object literal for the 'Reference Comparator Weighting' attribute feature
static org.eclipse.emf.ecore.EClass MAP_MODEL
          The meta object literal for the 'Model' class
static org.eclipse.emf.ecore.EReference MAP_MODEL__COMPARISON_SETTINGS
          The meta object literal for the 'Comparison Settings' containment reference feature
static org.eclipse.emf.ecore.EAttribute MAP_MODEL__LEFT_MODEL
          The meta object literal for the 'Left Model' attribute feature
static org.eclipse.emf.ecore.EReference MAP_MODEL__MAPPED_ELEMENTS
          The meta object literal for the 'Mapped Elements' containment reference list feature
static org.eclipse.emf.ecore.EReference MAP_MODEL__NOT_MAPPED_ELEMENTS
          The meta object literal for the 'Not Mapped Elements' containment reference list feature
static org.eclipse.emf.ecore.EAttribute MAP_MODEL__RIGHT_MODEL
          The meta object literal for the 'Right Model' attribute feature
static org.eclipse.emf.ecore.EClass MAPPING_ELEMENT
          The meta object literal for the 'Mapping Element' class
static org.eclipse.emf.ecore.EReference MAPPING_ELEMENT__LEFT_ELEMENT
          The meta object literal for the 'Left Element' reference feature
static org.eclipse.emf.ecore.EReference MAPPING_ELEMENT__RIGHT_ELEMENT
          The meta object literal for the 'Right Element' reference feature
static org.eclipse.emf.ecore.EAttribute MAPPING_ELEMENT__SIMILARITY
          The meta object literal for the 'Similarity' attribute feature
static org.eclipse.emf.ecore.EClass NOT_MAPPED_ELEMENT
          The meta object literal for the 'Not Mapped Element' class
static org.eclipse.emf.ecore.EReference NOT_MAPPED_ELEMENT__ELEMENT
          The meta object literal for the 'Element' reference feature
static org.eclipse.emf.ecore.EAttribute NOT_MAPPED_ELEMENT__IN_LEFT_MODEL
          The meta object literal for the 'In Left Model' attribute feature
static org.eclipse.emf.ecore.EClass SETTINGS
          The meta object literal for the 'Settings' class
static org.eclipse.emf.ecore.EAttribute SETTINGS__USE_CROSS_PRODUCT
          The meta object literal for the 'Use Cross Product' attribute feature
static org.eclipse.emf.ecore.EReference SETTINGS__WEIGHTINGS
          The meta object literal for the 'Weightings' containment reference feature
 

Field Detail

MAP_MODEL

static final org.eclipse.emf.ecore.EClass MAP_MODEL
The meta object literal for the 'Model' class.

See Also:
MapModelImpl, MapPackageImpl.getMapModel()

MAP_MODEL__LEFT_MODEL

static final org.eclipse.emf.ecore.EAttribute MAP_MODEL__LEFT_MODEL
The meta object literal for the 'Left Model' attribute feature.


MAP_MODEL__RIGHT_MODEL

static final org.eclipse.emf.ecore.EAttribute MAP_MODEL__RIGHT_MODEL
The meta object literal for the 'Right Model' attribute feature.


MAP_MODEL__MAPPED_ELEMENTS

static final org.eclipse.emf.ecore.EReference MAP_MODEL__MAPPED_ELEMENTS
The meta object literal for the 'Mapped Elements' containment reference list feature.


MAP_MODEL__NOT_MAPPED_ELEMENTS

static final org.eclipse.emf.ecore.EReference MAP_MODEL__NOT_MAPPED_ELEMENTS
The meta object literal for the 'Not Mapped Elements' containment reference list feature.


MAP_MODEL__COMPARISON_SETTINGS

static final org.eclipse.emf.ecore.EReference MAP_MODEL__COMPARISON_SETTINGS
The meta object literal for the 'Comparison Settings' containment reference feature.


NOT_MAPPED_ELEMENT

static final org.eclipse.emf.ecore.EClass NOT_MAPPED_ELEMENT
The meta object literal for the 'Not Mapped Element' class.

See Also:
NotMappedElementImpl, MapPackageImpl.getNotMappedElement()

NOT_MAPPED_ELEMENT__ELEMENT

static final org.eclipse.emf.ecore.EReference NOT_MAPPED_ELEMENT__ELEMENT
The meta object literal for the 'Element' reference feature.


NOT_MAPPED_ELEMENT__IN_LEFT_MODEL

static final org.eclipse.emf.ecore.EAttribute NOT_MAPPED_ELEMENT__IN_LEFT_MODEL
The meta object literal for the 'In Left Model' attribute feature.


MAPPING_ELEMENT

static final org.eclipse.emf.ecore.EClass MAPPING_ELEMENT
The meta object literal for the 'Mapping Element' class.

See Also:
MappingElementImpl, MapPackageImpl.getMappingElement()

MAPPING_ELEMENT__SIMILARITY

static final org.eclipse.emf.ecore.EAttribute MAPPING_ELEMENT__SIMILARITY
The meta object literal for the 'Similarity' attribute feature.


MAPPING_ELEMENT__LEFT_ELEMENT

static final org.eclipse.emf.ecore.EReference MAPPING_ELEMENT__LEFT_ELEMENT
The meta object literal for the 'Left Element' reference feature.


MAPPING_ELEMENT__RIGHT_ELEMENT

static final org.eclipse.emf.ecore.EReference MAPPING_ELEMENT__RIGHT_ELEMENT
The meta object literal for the 'Right Element' reference feature.


SETTINGS

static final org.eclipse.emf.ecore.EClass SETTINGS
The meta object literal for the 'Settings' class.

See Also:
SettingsImpl, MapPackageImpl.getSettings()

SETTINGS__USE_CROSS_PRODUCT

static final org.eclipse.emf.ecore.EAttribute SETTINGS__USE_CROSS_PRODUCT
The meta object literal for the 'Use Cross Product' attribute feature.


SETTINGS__WEIGHTINGS

static final org.eclipse.emf.ecore.EReference SETTINGS__WEIGHTINGS
The meta object literal for the 'Weightings' containment reference feature.


COMPARATOR_WEIGHTINGS

static final org.eclipse.emf.ecore.EClass COMPARATOR_WEIGHTINGS
The meta object literal for the 'Comparator Weightings' class.

See Also:
ComparatorWeightingsImpl, MapPackageImpl.getComparatorWeightings()

COMPARATOR_WEIGHTINGS__META_CLASS_COMPARATOR_WEIGHTING

static final org.eclipse.emf.ecore.EAttribute COMPARATOR_WEIGHTINGS__META_CLASS_COMPARATOR_WEIGHTING
The meta object literal for the 'Meta Class Comparator Weighting' attribute feature.


COMPARATOR_WEIGHTINGS__ATTRIBUTE_COMPARATOR_WEIGHTING

static final org.eclipse.emf.ecore.EAttribute COMPARATOR_WEIGHTINGS__ATTRIBUTE_COMPARATOR_WEIGHTING
The meta object literal for the 'Attribute Comparator Weighting' attribute feature.


COMPARATOR_WEIGHTINGS__REFERENCE_COMPARATOR_WEIGHTING

static final org.eclipse.emf.ecore.EAttribute COMPARATOR_WEIGHTINGS__REFERENCE_COMPARATOR_WEIGHTING
The meta object literal for the 'Reference Comparator Weighting' attribute feature.


COMPARATOR_WEIGHTINGS__CONTAINER_COMPARATOR_WEIGHTING

static final org.eclipse.emf.ecore.EAttribute COMPARATOR_WEIGHTINGS__CONTAINER_COMPARATOR_WEIGHTING
The meta object literal for the 'Container Comparator Weighting' attribute feature.


COMPARATOR_WEIGHTINGS__CONTENTS_COMPARATOR_WEIGHTING

static final org.eclipse.emf.ecore.EAttribute COMPARATOR_WEIGHTINGS__CONTENTS_COMPARATOR_WEIGHTING
The meta object literal for the 'Contents Comparator Weighting' attribute feature.


COMPARATOR_WEIGHTINGS__GENERIC_COMPARATORS

static final org.eclipse.emf.ecore.EReference COMPARATOR_WEIGHTINGS__GENERIC_COMPARATORS
The meta object literal for the 'Generic Comparators' containment reference list feature.


COMPARATOR

static final org.eclipse.emf.ecore.EClass COMPARATOR
The meta object literal for the 'Comparator' class.

See Also:
ComparatorImpl, MapPackageImpl.getComparator()

COMPARATOR__NAME

static final org.eclipse.emf.ecore.EAttribute COMPARATOR__NAME
The meta object literal for the 'Name' attribute feature.


COMPARATOR__VALUE

static final org.eclipse.emf.ecore.EAttribute COMPARATOR__VALUE
The meta object literal for the 'Value' attribute feature.