|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MutatorConfig
A representation of the model object 'Mutator Config'.
ConfigPackage.getMutatorConfig()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EClass> |
getEClassesToIgnore()
Returns the value of the 'EClasses To Ignore' reference list. |
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EPackage> |
getEPackages()
Returns the value of the 'EPackages' reference list. |
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EStructuralFeature> |
getEStructuralFeaturesToIgnore()
Returns the value of the 'EStructural Features To Ignore' reference list. |
Integer |
getMaxDeleteCount()
Returns the value of the 'Max Delete Count' attribute. |
int |
getMinObjectsCount()
Returns the value of the 'Min Objects Count' attribute. |
int |
getMutationCount()
Returns the value of the 'Mutation Count' attribute. |
org.eclipse.emf.ecore.EClass |
getRootEClass()
Returns the value of the 'Root EClass' reference. |
boolean |
isAllowDuplicateIDs()
Returns the value of the 'Allow Duplicate IDs' attribute. |
boolean |
isDoNotGenerateRoot()
Returns the value of the 'Do Not Generate Root' attribute. |
boolean |
isIgnoreAndLog()
Returns the value of the 'Ignore And Log' attribute. |
boolean |
isUseEcoreUtilDelete()
Returns the value of the 'Use Ecore ESFuzzyUtil Delete' attribute. |
void |
setAllowDuplicateIDs(boolean value)
Sets the value of the ' Allow Duplicate IDs' attribute. |
void |
setDoNotGenerateRoot(boolean value)
Sets the value of the ' Do Not Generate Root' attribute. |
void |
setIgnoreAndLog(boolean value)
Sets the value of the ' Ignore And Log' attribute. |
void |
setMaxDeleteCount(Integer value)
Sets the value of the ' Max Delete Count' attribute. |
void |
setMinObjectsCount(int value)
Sets the value of the ' Min Objects Count' attribute. |
void |
setMutationCount(int value)
Sets the value of the ' Mutation Count' attribute. |
void |
setRootEClass(org.eclipse.emf.ecore.EClass value)
Sets the value of the ' Root EClass' reference. |
void |
setUseEcoreUtilDelete(boolean value)
Sets the value of the ' Use Ecore ESFuzzyUtil Delete' attribute. |
| 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 |
|---|
createAPI, toAPI |
| Method Detail |
|---|
org.eclipse.emf.ecore.EClass getRootEClass()
If the meaning of the 'Root EClass' reference isn't clear, there really should be more of a description here...
setRootEClass(EClass),
ConfigPackage.getMutatorConfig_RootEClass()void setRootEClass(org.eclipse.emf.ecore.EClass value)
Root EClass' reference.
value - the new value of the 'Root EClass' reference.getRootEClass()int getMinObjectsCount()
"100".
If the meaning of the 'Min Objects Count' attribute isn't clear, there really should be more of a description here...
setMinObjectsCount(int),
ConfigPackage.getMutatorConfig_MinObjectsCount()void setMinObjectsCount(int value)
Min Objects Count' attribute.
value - the new value of the 'Min Objects Count' attribute.getMinObjectsCount()boolean isIgnoreAndLog()
"false".
If the meaning of the 'Ignore And Log' attribute isn't clear, there really should be more of a description here...
setIgnoreAndLog(boolean),
ConfigPackage.getMutatorConfig_IgnoreAndLog()void setIgnoreAndLog(boolean value)
Ignore And Log' attribute.
value - the new value of the 'Ignore And Log' attribute.isIgnoreAndLog()boolean isDoNotGenerateRoot()
"false".
If the meaning of the 'Do Not Generate Root' attribute isn't clear, there really should be more of a description here...
setDoNotGenerateRoot(boolean),
ConfigPackage.getMutatorConfig_DoNotGenerateRoot()void setDoNotGenerateRoot(boolean value)
Do Not Generate Root' attribute.
value - the new value of the 'Do Not Generate Root' attribute.isDoNotGenerateRoot()boolean isUseEcoreUtilDelete()
"false".
If the meaning of the 'Use Ecore ESFuzzyUtil Delete' attribute isn't clear, there really should be more of a description here...
setUseEcoreUtilDelete(boolean),
ConfigPackage.getMutatorConfig_UseEcoreUtilDelete()void setUseEcoreUtilDelete(boolean value)
Use Ecore ESFuzzyUtil Delete' attribute.
value - the new value of the 'Use Ecore ESFuzzyUtil Delete' attribute.isUseEcoreUtilDelete()org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EClass> getEClassesToIgnore()
EClass.
If the meaning of the 'EClasses To Ignore' reference list isn't clear, there really should be more of a description here...
ConfigPackage.getMutatorConfig_EClassesToIgnore()org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EStructuralFeature> getEStructuralFeaturesToIgnore()
EStructuralFeature.
If the meaning of the 'EStructural Features To Ignore' reference list isn't clear, there really should be more of a description here...
ConfigPackage.getMutatorConfig_EStructuralFeaturesToIgnore()org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EPackage> getEPackages()
EPackage.
If the meaning of the 'EPackages' reference list isn't clear, there really should be more of a description here...
ConfigPackage.getMutatorConfig_EPackages()Integer getMaxDeleteCount()
If the meaning of the 'Max Delete Count' attribute isn't clear, there really should be more of a description here...
setMaxDeleteCount(Integer),
ConfigPackage.getMutatorConfig_MaxDeleteCount()void setMaxDeleteCount(Integer value)
Max Delete Count' attribute.
value - the new value of the 'Max Delete Count' attribute.getMaxDeleteCount()int getMutationCount()
"-1".
If the meaning of the 'Mutation Count' attribute isn't clear, there really should be more of a description here...
setMutationCount(int),
ConfigPackage.getMutatorConfig_MutationCount()void setMutationCount(int value)
Mutation Count' attribute.
value - the new value of the 'Mutation Count' attribute.getMutationCount()boolean isAllowDuplicateIDs()
"false".
If the meaning of the 'Allow Duplicate IDs' attribute isn't clear, there really should be more of a description here...
setAllowDuplicateIDs(boolean),
ConfigPackage.getMutatorConfig_AllowDuplicateIDs()void setAllowDuplicateIDs(boolean value)
Allow Duplicate IDs' attribute.
value - the new value of the 'Allow Duplicate IDs' attribute.isAllowDuplicateIDs()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||