Package org.eclipse.emf.compare.impl
Class CompareFactoryImpl
java.lang.Object
- All Implemented Interfaces:
Notifier,CompareFactory,EFactory,EModelElement,EObject,EStructuralFeature.Internal.DynamicValueHolder,InternalEObject,BinaryResourceImpl.DataConverter.Factory
public class CompareFactoryImpl extends EFactoryImpl implements CompareFactory
An implementation of the model Factory.
- Generated:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
MinimalEObjectImpl.Container.DynamicNested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
MinimalEObjectImpl.ContainerNested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImplNested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter>, BasicNotifierImpl.EObservableAdapterList, BasicNotifierImpl.EScannableAdapterListNested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore -
Field Summary
Fields Modifier and Type Field Description static java.lang.StringcopyrightFields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAGFields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSETFields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL -
Constructor Summary
Constructors Constructor Description CompareFactoryImpl()Creates an instance of the factory. -
Method Summary
Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, create, createFromString, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage, splitMethods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eObjectForURIFragmentSegment, eSetDirectResource, eURIFragmentSegment, freeze, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozenMethods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainerMethods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI, eSettingsMethods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toStringMethods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotifyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
copyright
public static final java.lang.String copyright- See Also:
- Constant Field Values
- Generated:
-
-
Constructor Details
-
CompareFactoryImpl
public CompareFactoryImpl()Creates an instance of the factory.- Generated:
-
-
Method Details
-
init
Creates the default factory implementation.- Generated:
-
create
- Specified by:
createin interfaceEFactory- Overrides:
createin classEFactoryImpl- Generated:
-
createFromString
- Specified by:
createFromStringin interfaceEFactory- Overrides:
createFromStringin classEFactoryImpl- Generated:
-
convertToString
- Specified by:
convertToStringin interfaceEFactory- Overrides:
convertToStringin classEFactoryImpl- Generated:
-
createComparison
- Specified by:
createComparisonin interfaceCompareFactory- Returns:
- a new object of class 'Comparison'.
- Generated:
- NOT
-
createMatchResource
- Specified by:
createMatchResourcein interfaceCompareFactory- Returns:
- a new object of class 'Match Resource'.
- Generated:
-
createMatch
- Specified by:
createMatchin interfaceCompareFactory- Returns:
- a new object of class 'Match'.
- Generated:
- NOT
-
createDiff
- Specified by:
createDiffin interfaceCompareFactory- Returns:
- a new object of class 'Diff'.
- Generated:
- NOT
-
createResourceAttachmentChange
- Specified by:
createResourceAttachmentChangein interfaceCompareFactory- Returns:
- a new object of class 'Resource Attachment Change'.
- Generated:
- NOT
-
createResourceLocationChange
- Specified by:
createResourceLocationChangein interfaceCompareFactory- Returns:
- a new object of class 'Resource Location Change'.
- Since:
- 3.2
- Generated:
- NOT
-
createReferenceChange
- Specified by:
createReferenceChangein interfaceCompareFactory- Returns:
- a new object of class 'Reference Change'.
- Generated:
- NOT
-
createAttributeChange
- Specified by:
createAttributeChangein interfaceCompareFactory- Returns:
- a new object of class 'Attribute Change'.
- Generated:
- NOT
-
createFeatureMapChange
- Specified by:
createFeatureMapChangein interfaceCompareFactory- Returns:
- a new object of class 'Feature Map Change'.
- Since:
- 3.2
- Generated:
- NOT
-
createConflict
- Specified by:
createConflictin interfaceCompareFactory- Returns:
- a new object of class 'Conflict'.
- Generated:
- NOT
-
createEquivalence
- Specified by:
createEquivalencein interfaceCompareFactory- Returns:
- a new object of class 'Equivalence'.
- Generated:
-
createDifferenceKindFromString
public DifferenceKind createDifferenceKindFromString(EDataType eDataType, java.lang.String initialValue)- Generated:
-
convertDifferenceKindToString
public java.lang.String convertDifferenceKindToString(EDataType eDataType, java.lang.Object instanceValue)- Generated:
-
createDifferenceSourceFromString
public DifferenceSource createDifferenceSourceFromString(EDataType eDataType, java.lang.String initialValue)- Generated:
-
convertDifferenceSourceToString
public java.lang.String convertDifferenceSourceToString(EDataType eDataType, java.lang.Object instanceValue)- Generated:
-
createDifferenceStateFromString
public DifferenceState createDifferenceStateFromString(EDataType eDataType, java.lang.String initialValue)- Generated:
-
convertDifferenceStateToString
public java.lang.String convertDifferenceStateToString(EDataType eDataType, java.lang.Object instanceValue)- Generated:
-
createConflictKindFromString
public ConflictKind createConflictKindFromString(EDataType eDataType, java.lang.String initialValue)- Generated:
-
convertConflictKindToString
public java.lang.String convertConflictKindToString(EDataType eDataType, java.lang.Object instanceValue)- Generated:
-
createEIterableFromString
public java.lang.Iterable<?> createEIterableFromString(EDataType eDataType, java.lang.String initialValue)- Generated:
-
convertEIterableToString
public java.lang.String convertEIterableToString(EDataType eDataType, java.lang.Object instanceValue)- Generated:
-
getComparePackage
- Specified by:
getComparePackagein interfaceCompareFactory- Returns:
- the package supported by this factory.
- Generated:
-
getPackage
Deprecated.- Generated:
-