org.eclipse.emf.emfstore.internal.fuzzy.emf.config.impl
Class MutatorConfigImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.emf.emfstore.internal.common.api.AbstractAPIDeletegateImpl<ESMutatorConfigImpl,MutatorConfig>
                  extended by org.eclipse.emf.emfstore.internal.fuzzy.emf.config.impl.MutatorConfigImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, APIDelegate<ESMutatorConfigImpl>, MutatorConfig

public class MutatorConfigImpl
extends AbstractAPIDeletegateImpl<ESMutatorConfigImpl,MutatorConfig>
implements MutatorConfig

An implementation of the model object 'Mutator Config'.

The following features are implemented:


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 org.eclipse.emf.ecore.EClass basicGetRootEClass()
           
 ESMutatorConfigImpl createAPI()
          Creates the API interface for this class.
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
 void eUnset(int featureID)
           
 org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EClass> getEClassesToIgnore()
           
 org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EPackage> getEPackages()
           
 org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EStructuralFeature> getEStructuralFeaturesToIgnore()
           
 Integer getMaxDeleteCount()
           
 int getMinObjectsCount()
           
 int getMutationCount()
           
 org.eclipse.emf.ecore.EClass getRootEClass()
           
 boolean isAllowDuplicateIDs()
           
 boolean isDoNotGenerateRoot()
           
 boolean isIgnoreAndLog()
           
 boolean isUseEcoreUtilDelete()
           
 void setAllowDuplicateIDs(boolean newAllowDuplicateIDs)
           
 void setDoNotGenerateRoot(boolean newDoNotGenerateRoot)
           
 void setIgnoreAndLog(boolean newIgnoreAndLog)
           
 void setMaxDeleteCount(Integer newMaxDeleteCount)
           
 void setMinObjectsCount(int newMinObjectsCount)
           
 void setMutationCount(int newMutationCount)
           
 void setRootEClass(org.eclipse.emf.ecore.EClass newRootEClass)
           
 void setUseEcoreUtilDelete(boolean newUseEcoreUtilDelete)
           
 String toString()
           
 
Methods inherited from class org.eclipse.emf.emfstore.internal.common.api.AbstractAPIDeletegateImpl
toAPI
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eURIFragmentSegment, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.common.api.APIDelegate
toAPI
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

getRootEClass

public org.eclipse.emf.ecore.EClass getRootEClass()

Specified by:
getRootEClass in interface MutatorConfig
Returns:
the value of the 'Root EClass' reference.
See Also:
MutatorConfig.setRootEClass(EClass), ConfigPackage.getMutatorConfig_RootEClass()

basicGetRootEClass

public org.eclipse.emf.ecore.EClass basicGetRootEClass()


setRootEClass

public void setRootEClass(org.eclipse.emf.ecore.EClass newRootEClass)

Specified by:
setRootEClass in interface MutatorConfig
Parameters:
newRootEClass - the new value of the 'Root EClass' reference.
See Also:
MutatorConfig.getRootEClass()

getMinObjectsCount

public int getMinObjectsCount()

Specified by:
getMinObjectsCount in interface MutatorConfig
Returns:
the value of the 'Min Objects Count' attribute.
See Also:
MutatorConfig.setMinObjectsCount(int), ConfigPackage.getMutatorConfig_MinObjectsCount()

setMinObjectsCount

public void setMinObjectsCount(int newMinObjectsCount)

Specified by:
setMinObjectsCount in interface MutatorConfig
Parameters:
newMinObjectsCount - the new value of the 'Min Objects Count' attribute.
See Also:
MutatorConfig.getMinObjectsCount()

isIgnoreAndLog

public boolean isIgnoreAndLog()

Specified by:
isIgnoreAndLog in interface MutatorConfig
Returns:
the value of the 'Ignore And Log' attribute.
See Also:
MutatorConfig.setIgnoreAndLog(boolean), ConfigPackage.getMutatorConfig_IgnoreAndLog()

setIgnoreAndLog

public void setIgnoreAndLog(boolean newIgnoreAndLog)

Specified by:
setIgnoreAndLog in interface MutatorConfig
Parameters:
newIgnoreAndLog - the new value of the 'Ignore And Log' attribute.
See Also:
MutatorConfig.isIgnoreAndLog()

isDoNotGenerateRoot

public boolean isDoNotGenerateRoot()

Specified by:
isDoNotGenerateRoot in interface MutatorConfig
Returns:
the value of the 'Do Not Generate Root' attribute.
See Also:
MutatorConfig.setDoNotGenerateRoot(boolean), ConfigPackage.getMutatorConfig_DoNotGenerateRoot()

setDoNotGenerateRoot

public void setDoNotGenerateRoot(boolean newDoNotGenerateRoot)

Specified by:
setDoNotGenerateRoot in interface MutatorConfig
Parameters:
newDoNotGenerateRoot - the new value of the 'Do Not Generate Root' attribute.
See Also:
MutatorConfig.isDoNotGenerateRoot()

isUseEcoreUtilDelete

public boolean isUseEcoreUtilDelete()

Specified by:
isUseEcoreUtilDelete in interface MutatorConfig
Returns:
the value of the 'Use Ecore ESFuzzyUtil Delete' attribute.
See Also:
MutatorConfig.setUseEcoreUtilDelete(boolean), ConfigPackage.getMutatorConfig_UseEcoreUtilDelete()

setUseEcoreUtilDelete

public void setUseEcoreUtilDelete(boolean newUseEcoreUtilDelete)

Specified by:
setUseEcoreUtilDelete in interface MutatorConfig
Parameters:
newUseEcoreUtilDelete - the new value of the 'Use Ecore ESFuzzyUtil Delete' attribute.
See Also:
MutatorConfig.isUseEcoreUtilDelete()

getEClassesToIgnore

public org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EClass> getEClassesToIgnore()

Specified by:
getEClassesToIgnore in interface MutatorConfig
Returns:
the value of the 'EClasses To Ignore' reference list.
See Also:
ConfigPackage.getMutatorConfig_EClassesToIgnore()

getEStructuralFeaturesToIgnore

public org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EStructuralFeature> getEStructuralFeaturesToIgnore()

Specified by:
getEStructuralFeaturesToIgnore in interface MutatorConfig
Returns:
the value of the 'EStructural Features To Ignore' reference list.
See Also:
ConfigPackage.getMutatorConfig_EStructuralFeaturesToIgnore()

getEPackages

public org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EPackage> getEPackages()

Specified by:
getEPackages in interface MutatorConfig
Returns:
the value of the 'EPackages' reference list.
See Also:
ConfigPackage.getMutatorConfig_EPackages()

getMaxDeleteCount

public Integer getMaxDeleteCount()

Specified by:
getMaxDeleteCount in interface MutatorConfig
Returns:
the value of the 'Max Delete Count' attribute.
See Also:
MutatorConfig.setMaxDeleteCount(Integer), ConfigPackage.getMutatorConfig_MaxDeleteCount()

setMaxDeleteCount

public void setMaxDeleteCount(Integer newMaxDeleteCount)

Specified by:
setMaxDeleteCount in interface MutatorConfig
Parameters:
newMaxDeleteCount - the new value of the 'Max Delete Count' attribute.
See Also:
MutatorConfig.getMaxDeleteCount()

getMutationCount

public int getMutationCount()

Specified by:
getMutationCount in interface MutatorConfig
Returns:
the value of the 'Mutation Count' attribute.
See Also:
MutatorConfig.setMutationCount(int), ConfigPackage.getMutatorConfig_MutationCount()

setMutationCount

public void setMutationCount(int newMutationCount)

Specified by:
setMutationCount in interface MutatorConfig
Parameters:
newMutationCount - the new value of the 'Mutation Count' attribute.
See Also:
MutatorConfig.getMutationCount()

isAllowDuplicateIDs

public boolean isAllowDuplicateIDs()

Specified by:
isAllowDuplicateIDs in interface MutatorConfig
Returns:
the value of the 'Allow Duplicate IDs' attribute.
See Also:
MutatorConfig.setAllowDuplicateIDs(boolean), ConfigPackage.getMutatorConfig_AllowDuplicateIDs()

setAllowDuplicateIDs

public void setAllowDuplicateIDs(boolean newAllowDuplicateIDs)

Specified by:
setAllowDuplicateIDs in interface MutatorConfig
Parameters:
newAllowDuplicateIDs - the new value of the 'Allow Duplicate IDs' attribute.
See Also:
MutatorConfig.isAllowDuplicateIDs()

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

toString

public String toString()

Overrides:
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

createAPI

public ESMutatorConfigImpl createAPI()
Creates the API interface for this class.

Specified by:
createAPI in interface APIDelegate<ESMutatorConfigImpl>
Specified by:
createAPI in class AbstractAPIDeletegateImpl<ESMutatorConfigImpl,MutatorConfig>
Returns:
the API interface of this class
See Also:
APIDelegate.createAPI()


Copyright © 2015. All Rights Reserved.