org.infai.emo.matcher.diff
Interface DiffPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
DiffPackageImpl

public interface DiffPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
DiffFactory

Nested Class Summary
static interface DiffPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int ADD_DEL_MODEL_ELEMENT
          The meta object id for the 'Add Del Model Element' class
static int ADD_DEL_MODEL_ELEMENT__DIFF_TYPE
          The feature id for the 'Diff Type' attribute
static int ADD_DEL_MODEL_ELEMENT__MODEL_ELEMENT
          The feature id for the 'Model Element' reference
static int ADD_DEL_MODEL_ELEMENT__PARENT_MODEL_ELEMENT
          The feature id for the 'Parent Model Element' reference
static int ADD_DEL_MODEL_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'Add Del Model Element' class
static int CHANGE_ATTRIBUTE
          The meta object id for the 'Change Attribute' class
static int CHANGE_ATTRIBUTE__DIFF_TYPE
          The feature id for the 'Diff Type' attribute
static int CHANGE_ATTRIBUTE__LEFT_ATTRIBUTE
          The feature id for the 'Left Attribute' reference
static int CHANGE_ATTRIBUTE__LEFT_ELEMENT
          The feature id for the 'Left Element' reference
static int CHANGE_ATTRIBUTE__RIGHT_ATTRIBUTE
          The feature id for the 'Right Attribute' reference
static int CHANGE_ATTRIBUTE__RIGHT_ELEMENT
          The feature id for the 'Right Element' reference
static int CHANGE_ATTRIBUTE_FEATURE_COUNT
          The number of structural features of the 'Change Attribute' class
static int CHANGE_REFERENCE
          The meta object id for the 'Change Reference' class
static int CHANGE_REFERENCE__DIFF_TYPE
          The feature id for the 'Diff Type' attribute
static int CHANGE_REFERENCE__LEFT_ELEMENT
          The feature id for the 'Left Element' reference
static int CHANGE_REFERENCE__LEFT_REFERENCE
          The feature id for the 'Left Reference' reference
static int CHANGE_REFERENCE__RIGHT_ELEMENT
          The feature id for the 'Right Element' reference
static int CHANGE_REFERENCE__RIGHT_REFERENCE
          The feature id for the 'Right Reference' reference
static int CHANGE_REFERENCE_FEATURE_COUNT
          The number of structural features of the 'Change Reference' class
static int DIFF_ELEMENT
          The meta object id for the 'Element' class
static int DIFF_ELEMENT__DIFF_TYPE
          The feature id for the 'Diff Type' attribute
static int DIFF_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'Element' class
static int DIFF_MODEL
          The meta object id for the 'Model' class
static int DIFF_MODEL__ELEMENTS
          The feature id for the 'Elements' containment reference list
static int DIFF_MODEL__LEFT_MODEL
          The feature id for the 'Left Model' attribute
static int DIFF_MODEL__RIGHT_MODEL
          The feature id for the 'Right Model' attribute
static int DIFF_MODEL_FEATURE_COUNT
          The number of structural features of the 'Model' class
static int DIFFERENCE_TYPE
          The meta object id for the 'Difference Type' enum
static DiffPackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
static int GROUP
          The meta object id for the 'Group' class
static int GROUP__CHANGES
          The feature id for the 'Changes' attribute
static int GROUP__DIFF_TYPE
          The feature id for the 'Diff Type' attribute
static int GROUP__PARENT_ELEMENT
          The feature id for the 'Parent Element' reference
static int GROUP__SUB_DIFF_ELEMENTS
          The feature id for the 'Sub Diff Elements' containment reference list
static int GROUP_FEATURE_COUNT
          The number of structural features of the 'Group' class
static int INPUT
          The meta object id for the 'Input' class
static int INPUT__DATE
          The feature id for the 'Date' attribute
static int INPUT__DIFF
          The feature id for the 'Diff' containment reference
static int INPUT__MAPPING
          The feature id for the 'Mapping' containment reference
static int INPUT_FEATURE_COUNT
          The number of structural features of the 'Input' class
static int MOVE_MODEL_ELEMENT
          The meta object id for the 'Move Model Element' class
static int MOVE_MODEL_ELEMENT__DIFF_TYPE
          The feature id for the 'Diff Type' attribute
static int MOVE_MODEL_ELEMENT__LEFT_ELEMENT
          The feature id for the 'Left Element' reference
static int MOVE_MODEL_ELEMENT__LEFT_PARENT
          The feature id for the 'Left Parent' reference
static int MOVE_MODEL_ELEMENT__RIGHT_ELEMENT
          The feature id for the 'Right Element' reference
static int MOVE_MODEL_ELEMENT__RIGHT_PARENT
          The feature id for the 'Right Parent' reference
static int MOVE_MODEL_ELEMENT_FEATURE_COUNT
          The number of structural features of the 'Move Model Element' class
 
Method Summary
 org.eclipse.emf.ecore.EReference getAddDelModelElement_ModelElement()
          Returns the meta object for the reference 'Model Element'
 org.eclipse.emf.ecore.EReference getAddDelModelElement_ParentModelElement()
          Returns the meta object for the reference 'Parent Model Element'
 org.eclipse.emf.ecore.EClass getAddDelModelElement()
          Returns the meta object for class 'Add Del Model Element'
 org.eclipse.emf.ecore.EReference getChangeAttribute_LeftAttribute()
          Returns the meta object for the reference 'Left Attribute'
 org.eclipse.emf.ecore.EReference getChangeAttribute_LeftElement()
          Returns the meta object for the reference 'Left Element'
 org.eclipse.emf.ecore.EReference getChangeAttribute_RightAttribute()
          Returns the meta object for the reference 'Right Attribute'
 org.eclipse.emf.ecore.EReference getChangeAttribute_RightElement()
          Returns the meta object for the reference 'Right Element'
 org.eclipse.emf.ecore.EClass getChangeAttribute()
          Returns the meta object for class 'Change Attribute'
 org.eclipse.emf.ecore.EReference getChangeReference_LeftElement()
          Returns the meta object for the reference 'Left Element'
 org.eclipse.emf.ecore.EReference getChangeReference_LeftReference()
          Returns the meta object for the reference 'Left Reference'
 org.eclipse.emf.ecore.EReference getChangeReference_RightElement()
          Returns the meta object for the reference 'Right Element'
 org.eclipse.emf.ecore.EReference getChangeReference_RightReference()
          Returns the meta object for the reference 'Right Reference'
 org.eclipse.emf.ecore.EClass getChangeReference()
          Returns the meta object for class 'Change Reference'
 org.eclipse.emf.ecore.EAttribute getDiffElement_DiffType()
          Returns the meta object for the attribute 'Diff Type'
 org.eclipse.emf.ecore.EClass getDiffElement()
          Returns the meta object for class 'Element'
 org.eclipse.emf.ecore.EEnum getDifferenceType()
          Returns the meta object for enum 'Difference Type'
 DiffFactory getDiffFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EReference getDiffModel_Elements()
          Returns the meta object for the containment reference list 'Elements'
 org.eclipse.emf.ecore.EAttribute getDiffModel_LeftModel()
          Returns the meta object for the attribute 'Left Model'
 org.eclipse.emf.ecore.EAttribute getDiffModel_RightModel()
          Returns the meta object for the attribute 'Right Model'
 org.eclipse.emf.ecore.EClass getDiffModel()
          Returns the meta object for class 'Model'
 org.eclipse.emf.ecore.EAttribute getGroup_Changes()
          Returns the meta object for the attribute 'Changes'
 org.eclipse.emf.ecore.EReference getGroup_ParentElement()
          Returns the meta object for the reference 'Parent Element'
 org.eclipse.emf.ecore.EReference getGroup_SubDiffElements()
          Returns the meta object for the containment reference list 'Sub Diff Elements'
 org.eclipse.emf.ecore.EClass getGroup()
          Returns the meta object for class 'Group'
 org.eclipse.emf.ecore.EAttribute getInput_Date()
          Returns the meta object for the attribute 'Date'
 org.eclipse.emf.ecore.EReference getInput_Diff()
          Returns the meta object for the containment reference 'Diff'
 org.eclipse.emf.ecore.EReference getInput_Mapping()
          Returns the meta object for the containment reference 'Mapping'
 org.eclipse.emf.ecore.EClass getInput()
          Returns the meta object for class 'Input'
 org.eclipse.emf.ecore.EReference getMoveModelElement_LeftElement()
          Returns the meta object for the reference 'Left Element'
 org.eclipse.emf.ecore.EReference getMoveModelElement_LeftParent()
          Returns the meta object for the reference 'Left Parent'
 org.eclipse.emf.ecore.EReference getMoveModelElement_RightElement()
          Returns the meta object for the reference 'Right Element'
 org.eclipse.emf.ecore.EReference getMoveModelElement_RightParent()
          Returns the meta object for the reference 'Right Parent'
 org.eclipse.emf.ecore.EClass getMoveModelElement()
          Returns the meta object for class 'Move Model Element'
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final DiffPackage eINSTANCE
The singleton instance of the package.


INPUT

static final int INPUT
The meta object id for the 'Input' class.

See Also:
InputImpl, DiffPackageImpl.getInput(), Constant Field Values

INPUT__MAPPING

static final int INPUT__MAPPING
The feature id for the 'Mapping' containment reference.

See Also:
Constant Field Values

INPUT__DIFF

static final int INPUT__DIFF
The feature id for the 'Diff' containment reference.

See Also:
Constant Field Values

INPUT__DATE

static final int INPUT__DATE
The feature id for the 'Date' attribute.

See Also:
Constant Field Values

INPUT_FEATURE_COUNT

static final int INPUT_FEATURE_COUNT
The number of structural features of the 'Input' class.

See Also:
Constant Field Values

DIFF_MODEL

static final int DIFF_MODEL
The meta object id for the 'Model' class.

See Also:
DiffModelImpl, DiffPackageImpl.getDiffModel(), Constant Field Values

DIFF_MODEL__LEFT_MODEL

static final int DIFF_MODEL__LEFT_MODEL
The feature id for the 'Left Model' attribute.

See Also:
Constant Field Values

DIFF_MODEL__RIGHT_MODEL

static final int DIFF_MODEL__RIGHT_MODEL
The feature id for the 'Right Model' attribute.

See Also:
Constant Field Values

DIFF_MODEL__ELEMENTS

static final int DIFF_MODEL__ELEMENTS
The feature id for the 'Elements' containment reference list.

See Also:
Constant Field Values

DIFF_MODEL_FEATURE_COUNT

static final int DIFF_MODEL_FEATURE_COUNT
The number of structural features of the 'Model' class.

See Also:
Constant Field Values

DIFF_ELEMENT

static final int DIFF_ELEMENT
The meta object id for the 'Element' class.

See Also:
DiffElementImpl, DiffPackageImpl.getDiffElement(), Constant Field Values

DIFF_ELEMENT__DIFF_TYPE

static final int DIFF_ELEMENT__DIFF_TYPE
The feature id for the 'Diff Type' attribute.

See Also:
Constant Field Values

DIFF_ELEMENT_FEATURE_COUNT

static final int DIFF_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Element' class.

See Also:
Constant Field Values

GROUP

static final int GROUP
The meta object id for the 'Group' class.

See Also:
GroupImpl, DiffPackageImpl.getGroup(), Constant Field Values

GROUP__DIFF_TYPE

static final int GROUP__DIFF_TYPE
The feature id for the 'Diff Type' attribute.

See Also:
Constant Field Values

GROUP__CHANGES

static final int GROUP__CHANGES
The feature id for the 'Changes' attribute.

See Also:
Constant Field Values

GROUP__PARENT_ELEMENT

static final int GROUP__PARENT_ELEMENT
The feature id for the 'Parent Element' reference.

See Also:
Constant Field Values

GROUP__SUB_DIFF_ELEMENTS

static final int GROUP__SUB_DIFF_ELEMENTS
The feature id for the 'Sub Diff Elements' containment reference list.

See Also:
Constant Field Values

GROUP_FEATURE_COUNT

static final int GROUP_FEATURE_COUNT
The number of structural features of the 'Group' class.

See Also:
Constant Field Values

ADD_DEL_MODEL_ELEMENT

static final int ADD_DEL_MODEL_ELEMENT
The meta object id for the 'Add Del Model Element' class.

See Also:
AddDelModelElementImpl, DiffPackageImpl.getAddDelModelElement(), Constant Field Values

ADD_DEL_MODEL_ELEMENT__DIFF_TYPE

static final int ADD_DEL_MODEL_ELEMENT__DIFF_TYPE
The feature id for the 'Diff Type' attribute.

See Also:
Constant Field Values

ADD_DEL_MODEL_ELEMENT__MODEL_ELEMENT

static final int ADD_DEL_MODEL_ELEMENT__MODEL_ELEMENT
The feature id for the 'Model Element' reference.

See Also:
Constant Field Values

ADD_DEL_MODEL_ELEMENT__PARENT_MODEL_ELEMENT

static final int ADD_DEL_MODEL_ELEMENT__PARENT_MODEL_ELEMENT
The feature id for the 'Parent Model Element' reference.

See Also:
Constant Field Values

ADD_DEL_MODEL_ELEMENT_FEATURE_COUNT

static final int ADD_DEL_MODEL_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Add Del Model Element' class.

See Also:
Constant Field Values

MOVE_MODEL_ELEMENT

static final int MOVE_MODEL_ELEMENT
The meta object id for the 'Move Model Element' class.

See Also:
MoveModelElementImpl, DiffPackageImpl.getMoveModelElement(), Constant Field Values

MOVE_MODEL_ELEMENT__DIFF_TYPE

static final int MOVE_MODEL_ELEMENT__DIFF_TYPE
The feature id for the 'Diff Type' attribute.

See Also:
Constant Field Values

MOVE_MODEL_ELEMENT__LEFT_PARENT

static final int MOVE_MODEL_ELEMENT__LEFT_PARENT
The feature id for the 'Left Parent' reference.

See Also:
Constant Field Values

MOVE_MODEL_ELEMENT__RIGHT_PARENT

static final int MOVE_MODEL_ELEMENT__RIGHT_PARENT
The feature id for the 'Right Parent' reference.

See Also:
Constant Field Values

MOVE_MODEL_ELEMENT__LEFT_ELEMENT

static final int MOVE_MODEL_ELEMENT__LEFT_ELEMENT
The feature id for the 'Left Element' reference.

See Also:
Constant Field Values

MOVE_MODEL_ELEMENT__RIGHT_ELEMENT

static final int MOVE_MODEL_ELEMENT__RIGHT_ELEMENT
The feature id for the 'Right Element' reference.

See Also:
Constant Field Values

MOVE_MODEL_ELEMENT_FEATURE_COUNT

static final int MOVE_MODEL_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Move Model Element' class.

See Also:
Constant Field Values

CHANGE_ATTRIBUTE

static final int CHANGE_ATTRIBUTE
The meta object id for the 'Change Attribute' class.

See Also:
ChangeAttributeImpl, DiffPackageImpl.getChangeAttribute(), Constant Field Values

CHANGE_ATTRIBUTE__DIFF_TYPE

static final int CHANGE_ATTRIBUTE__DIFF_TYPE
The feature id for the 'Diff Type' attribute.

See Also:
Constant Field Values

CHANGE_ATTRIBUTE__LEFT_ATTRIBUTE

static final int CHANGE_ATTRIBUTE__LEFT_ATTRIBUTE
The feature id for the 'Left Attribute' reference.

See Also:
Constant Field Values

CHANGE_ATTRIBUTE__RIGHT_ATTRIBUTE

static final int CHANGE_ATTRIBUTE__RIGHT_ATTRIBUTE
The feature id for the 'Right Attribute' reference.

See Also:
Constant Field Values

CHANGE_ATTRIBUTE__LEFT_ELEMENT

static final int CHANGE_ATTRIBUTE__LEFT_ELEMENT
The feature id for the 'Left Element' reference.

See Also:
Constant Field Values

CHANGE_ATTRIBUTE__RIGHT_ELEMENT

static final int CHANGE_ATTRIBUTE__RIGHT_ELEMENT
The feature id for the 'Right Element' reference.

See Also:
Constant Field Values

CHANGE_ATTRIBUTE_FEATURE_COUNT

static final int CHANGE_ATTRIBUTE_FEATURE_COUNT
The number of structural features of the 'Change Attribute' class.

See Also:
Constant Field Values

CHANGE_REFERENCE

static final int CHANGE_REFERENCE
The meta object id for the 'Change Reference' class.

See Also:
ChangeReferenceImpl, DiffPackageImpl.getChangeReference(), Constant Field Values

CHANGE_REFERENCE__DIFF_TYPE

static final int CHANGE_REFERENCE__DIFF_TYPE
The feature id for the 'Diff Type' attribute.

See Also:
Constant Field Values

CHANGE_REFERENCE__LEFT_REFERENCE

static final int CHANGE_REFERENCE__LEFT_REFERENCE
The feature id for the 'Left Reference' reference.

See Also:
Constant Field Values

CHANGE_REFERENCE__RIGHT_REFERENCE

static final int CHANGE_REFERENCE__RIGHT_REFERENCE
The feature id for the 'Right Reference' reference.

See Also:
Constant Field Values

CHANGE_REFERENCE__LEFT_ELEMENT

static final int CHANGE_REFERENCE__LEFT_ELEMENT
The feature id for the 'Left Element' reference.

See Also:
Constant Field Values

CHANGE_REFERENCE__RIGHT_ELEMENT

static final int CHANGE_REFERENCE__RIGHT_ELEMENT
The feature id for the 'Right Element' reference.

See Also:
Constant Field Values

CHANGE_REFERENCE_FEATURE_COUNT

static final int CHANGE_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Change Reference' class.

See Also:
Constant Field Values

DIFFERENCE_TYPE

static final int DIFFERENCE_TYPE
The meta object id for the 'Difference Type' enum.

See Also:
DifferenceType, DiffPackageImpl.getDifferenceType(), Constant Field Values
Method Detail

getInput

org.eclipse.emf.ecore.EClass getInput()
Returns the meta object for class 'Input'.

Returns:
the meta object for class 'Input'.
See Also:
Input

getInput_Mapping

org.eclipse.emf.ecore.EReference getInput_Mapping()
Returns the meta object for the containment reference 'Mapping'.

Returns:
the meta object for the containment reference 'Mapping'.
See Also:
Input.getMapping(), getInput()

getInput_Diff

org.eclipse.emf.ecore.EReference getInput_Diff()
Returns the meta object for the containment reference 'Diff'.

Returns:
the meta object for the containment reference 'Diff'.
See Also:
Input.getDiff(), getInput()

getInput_Date

org.eclipse.emf.ecore.EAttribute getInput_Date()
Returns the meta object for the attribute 'Date'.

Returns:
the meta object for the attribute 'Date'.
See Also:
Input.getDate(), getInput()

getDiffModel

org.eclipse.emf.ecore.EClass getDiffModel()
Returns the meta object for class 'Model'.

Returns:
the meta object for class 'Model'.
See Also:
DiffModel

getDiffModel_LeftModel

org.eclipse.emf.ecore.EAttribute getDiffModel_LeftModel()
Returns the meta object for the attribute 'Left Model'.

Returns:
the meta object for the attribute 'Left Model'.
See Also:
DiffModel.getLeftModel(), getDiffModel()

getDiffModel_RightModel

org.eclipse.emf.ecore.EAttribute getDiffModel_RightModel()
Returns the meta object for the attribute 'Right Model'.

Returns:
the meta object for the attribute 'Right Model'.
See Also:
DiffModel.getRightModel(), getDiffModel()

getDiffModel_Elements

org.eclipse.emf.ecore.EReference getDiffModel_Elements()
Returns the meta object for the containment reference list 'Elements'.

Returns:
the meta object for the containment reference list 'Elements'.
See Also:
DiffModel.getElements(), getDiffModel()

getDiffElement

org.eclipse.emf.ecore.EClass getDiffElement()
Returns the meta object for class 'Element'.

Returns:
the meta object for class 'Element'.
See Also:
DiffElement

getDiffElement_DiffType

org.eclipse.emf.ecore.EAttribute getDiffElement_DiffType()
Returns the meta object for the attribute 'Diff Type'.

Returns:
the meta object for the attribute 'Diff Type'.
See Also:
DiffElement.getDiffType(), getDiffElement()

getGroup

org.eclipse.emf.ecore.EClass getGroup()
Returns the meta object for class 'Group'.

Returns:
the meta object for class 'Group'.
See Also:
Group

getGroup_Changes

org.eclipse.emf.ecore.EAttribute getGroup_Changes()
Returns the meta object for the attribute 'Changes'.

Returns:
the meta object for the attribute 'Changes'.
See Also:
Group.getChanges(), getGroup()

getGroup_ParentElement

org.eclipse.emf.ecore.EReference getGroup_ParentElement()
Returns the meta object for the reference 'Parent Element'.

Returns:
the meta object for the reference 'Parent Element'.
See Also:
Group.getParentElement(), getGroup()

getGroup_SubDiffElements

org.eclipse.emf.ecore.EReference getGroup_SubDiffElements()
Returns the meta object for the containment reference list 'Sub Diff Elements'.

Returns:
the meta object for the containment reference list 'Sub Diff Elements'.
See Also:
Group.getSubDiffElements(), getGroup()

getAddDelModelElement

org.eclipse.emf.ecore.EClass getAddDelModelElement()
Returns the meta object for class 'Add Del Model Element'.

Returns:
the meta object for class 'Add Del Model Element'.
See Also:
AddDelModelElement

getAddDelModelElement_ModelElement

org.eclipse.emf.ecore.EReference getAddDelModelElement_ModelElement()
Returns the meta object for the reference 'Model Element'.

Returns:
the meta object for the reference 'Model Element'.
See Also:
AddDelModelElement.getModelElement(), getAddDelModelElement()

getAddDelModelElement_ParentModelElement

org.eclipse.emf.ecore.EReference getAddDelModelElement_ParentModelElement()
Returns the meta object for the reference 'Parent Model Element'.

Returns:
the meta object for the reference 'Parent Model Element'.
See Also:
AddDelModelElement.getParentModelElement(), getAddDelModelElement()

getMoveModelElement

org.eclipse.emf.ecore.EClass getMoveModelElement()
Returns the meta object for class 'Move Model Element'.

Returns:
the meta object for class 'Move Model Element'.
See Also:
MoveModelElement

getMoveModelElement_LeftParent

org.eclipse.emf.ecore.EReference getMoveModelElement_LeftParent()
Returns the meta object for the reference 'Left Parent'.

Returns:
the meta object for the reference 'Left Parent'.
See Also:
MoveModelElement.getLeftParent(), getMoveModelElement()

getMoveModelElement_RightParent

org.eclipse.emf.ecore.EReference getMoveModelElement_RightParent()
Returns the meta object for the reference 'Right Parent'.

Returns:
the meta object for the reference 'Right Parent'.
See Also:
MoveModelElement.getRightParent(), getMoveModelElement()

getMoveModelElement_LeftElement

org.eclipse.emf.ecore.EReference getMoveModelElement_LeftElement()
Returns the meta object for the reference 'Left Element'.

Returns:
the meta object for the reference 'Left Element'.
See Also:
MoveModelElement.getLeftElement(), getMoveModelElement()

getMoveModelElement_RightElement

org.eclipse.emf.ecore.EReference getMoveModelElement_RightElement()
Returns the meta object for the reference 'Right Element'.

Returns:
the meta object for the reference 'Right Element'.
See Also:
MoveModelElement.getRightElement(), getMoveModelElement()

getChangeAttribute

org.eclipse.emf.ecore.EClass getChangeAttribute()
Returns the meta object for class 'Change Attribute'.

Returns:
the meta object for class 'Change Attribute'.
See Also:
ChangeAttribute

getChangeAttribute_LeftAttribute

org.eclipse.emf.ecore.EReference getChangeAttribute_LeftAttribute()
Returns the meta object for the reference 'Left Attribute'.

Returns:
the meta object for the reference 'Left Attribute'.
See Also:
ChangeAttribute.getLeftAttribute(), getChangeAttribute()

getChangeAttribute_RightAttribute

org.eclipse.emf.ecore.EReference getChangeAttribute_RightAttribute()
Returns the meta object for the reference 'Right Attribute'.

Returns:
the meta object for the reference 'Right Attribute'.
See Also:
ChangeAttribute.getRightAttribute(), getChangeAttribute()

getChangeAttribute_LeftElement

org.eclipse.emf.ecore.EReference getChangeAttribute_LeftElement()
Returns the meta object for the reference 'Left Element'.

Returns:
the meta object for the reference 'Left Element'.
See Also:
ChangeAttribute.getLeftElement(), getChangeAttribute()

getChangeAttribute_RightElement

org.eclipse.emf.ecore.EReference getChangeAttribute_RightElement()
Returns the meta object for the reference 'Right Element'.

Returns:
the meta object for the reference 'Right Element'.
See Also:
ChangeAttribute.getRightElement(), getChangeAttribute()

getChangeReference

org.eclipse.emf.ecore.EClass getChangeReference()
Returns the meta object for class 'Change Reference'.

Returns:
the meta object for class 'Change Reference'.
See Also:
ChangeReference

getChangeReference_LeftReference

org.eclipse.emf.ecore.EReference getChangeReference_LeftReference()
Returns the meta object for the reference 'Left Reference'.

Returns:
the meta object for the reference 'Left Reference'.
See Also:
ChangeReference.getLeftReference(), getChangeReference()

getChangeReference_RightReference

org.eclipse.emf.ecore.EReference getChangeReference_RightReference()
Returns the meta object for the reference 'Right Reference'.

Returns:
the meta object for the reference 'Right Reference'.
See Also:
ChangeReference.getRightReference(), getChangeReference()

getChangeReference_LeftElement

org.eclipse.emf.ecore.EReference getChangeReference_LeftElement()
Returns the meta object for the reference 'Left Element'.

Returns:
the meta object for the reference 'Left Element'.
See Also:
ChangeReference.getLeftElement(), getChangeReference()

getChangeReference_RightElement

org.eclipse.emf.ecore.EReference getChangeReference_RightElement()
Returns the meta object for the reference 'Right Element'.

Returns:
the meta object for the reference 'Right Element'.
See Also:
ChangeReference.getRightElement(), getChangeReference()

getDifferenceType

org.eclipse.emf.ecore.EEnum getDifferenceType()
Returns the meta object for enum 'Difference Type'.

Returns:
the meta object for enum 'Difference Type'.
See Also:
DifferenceType

getDiffFactory

DiffFactory getDiffFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.