org.eclipse.emf.compare.match.metamodel
Interface MatchPackage.Literals

Enclosing interface:
MatchPackage

public static interface MatchPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass MATCH_ELEMENT
          The meta object literal for the 'Element' class
static org.eclipse.emf.ecore.EAttribute MATCH_ELEMENT__SIMILARITY
          The meta object literal for the 'Similarity' attribute feature.
static org.eclipse.emf.ecore.EReference MATCH_ELEMENT__SUB_MATCH_ELEMENTS
          The meta object literal for the 'Sub Match Elements' containment reference list feature
static org.eclipse.emf.ecore.EClass MATCH_MODEL
          The meta object literal for the 'Model' class
static org.eclipse.emf.ecore.EAttribute MATCH_MODEL__LEFT_MODEL
          The meta object literal for the 'Left Model' attribute feature.
static org.eclipse.emf.ecore.EReference MATCH_MODEL__MATCHED_ELEMENTS
          The meta object literal for the 'Matched Elements' containment reference list feature
static org.eclipse.emf.ecore.EAttribute MATCH_MODEL__ORIGIN_MODEL
          The meta object literal for the 'Origin Model' attribute feature.
static org.eclipse.emf.ecore.EAttribute MATCH_MODEL__RIGHT_MODEL
          The meta object literal for the 'Right Model' attribute feature.
static org.eclipse.emf.ecore.EReference MATCH_MODEL__UN_MATCHED_ELEMENTS
          The meta object literal for the 'Un Matched Elements' containment reference list feature
static org.eclipse.emf.ecore.EClass MATCH2_ELEMENTS
          The meta object literal for the 'Match2 Elements' class
static org.eclipse.emf.ecore.EReference MATCH2_ELEMENTS__LEFT_ELEMENT
          The meta object literal for the 'Left Element' reference feature.
static org.eclipse.emf.ecore.EReference MATCH2_ELEMENTS__RIGHT_ELEMENT
          The meta object literal for the 'Right Element' reference feature.
static org.eclipse.emf.ecore.EClass MATCH3_ELEMENT
          The meta object literal for the 'Match3 Element' class
static org.eclipse.emf.ecore.EReference MATCH3_ELEMENT__ORIGIN_ELEMENT
          The meta object literal for the 'Origin Element' reference feature.
static org.eclipse.emf.ecore.EClass REMOTE_UN_MATCH_ELEMENT
          The meta object literal for the 'Remote Un Match Element' class
static org.eclipse.emf.ecore.EClass UN_MATCH_ELEMENT
          The meta object literal for the 'Un Match Element' class
static org.eclipse.emf.ecore.EReference UN_MATCH_ELEMENT__ELEMENT
          The meta object literal for the 'Element' reference feature.
 

Field Detail

MATCH_ELEMENT

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

See Also:
MatchElementImpl, MatchPackageImpl.getMatchElement()

MATCH_ELEMENT__SIMILARITY

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


MATCH_ELEMENT__SUB_MATCH_ELEMENTS

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


MATCH_MODEL

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

See Also:
MatchModelImpl, MatchPackageImpl.getMatchModel()

MATCH_MODEL__LEFT_MODEL

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


MATCH_MODEL__MATCHED_ELEMENTS

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


MATCH_MODEL__ORIGIN_MODEL

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


MATCH_MODEL__RIGHT_MODEL

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


MATCH_MODEL__UN_MATCHED_ELEMENTS

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


MATCH2_ELEMENTS

static final org.eclipse.emf.ecore.EClass MATCH2_ELEMENTS
The meta object literal for the 'Match2 Elements' class.

See Also:
Match2ElementsImpl, MatchPackageImpl.getMatch2Elements()

MATCH2_ELEMENTS__LEFT_ELEMENT

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


MATCH2_ELEMENTS__RIGHT_ELEMENT

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


MATCH3_ELEMENT

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

See Also:
Match3ElementImpl, MatchPackageImpl.getMatch3Element()

MATCH3_ELEMENT__ORIGIN_ELEMENT

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


REMOTE_UN_MATCH_ELEMENT

static final org.eclipse.emf.ecore.EClass REMOTE_UN_MATCH_ELEMENT
The meta object literal for the 'Remote Un Match Element' class.

See Also:
RemoteUnMatchElementImpl, MatchPackageImpl.getRemoteUnMatchElement()

UN_MATCH_ELEMENT

static final org.eclipse.emf.ecore.EClass UN_MATCH_ELEMENT
The meta object literal for the 'Un Match Element' class.

See Also:
UnMatchElementImpl, MatchPackageImpl.getUnMatchElement()

UN_MATCH_ELEMENT__ELEMENT

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


Copyright 2006 IBM Corporation and others.
All Rights Reserved.