public interface TestConfig extends org.eclipse.emf.ecore.EObject, APIDelegate<ESTestConfigImpl>
ConfigPackage.getTestConfig()| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Returns the value of the 'Count' attribute.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
MutatorConfig |
getMutatorConfig()
Returns the value of the 'Mutator Config' containment reference.
|
long |
getSeed()
Returns the value of the 'Seed' attribute.
|
Class<?> |
getTestClass()
Returns the value of the 'Test Class' attribute.
|
void |
setCount(int value)
Sets the value of the '
Count' attribute. |
void |
setId(String value)
Sets the value of the '
Id'
attribute. |
void |
setMutatorConfig(MutatorConfig value)
Sets the value of the '
Mutator Config' containment reference. |
void |
setSeed(long value)
Sets the value of the '
Seed
' attribute. |
void |
setTestClass(Class<?> value)
Sets the value of the '
Test Class' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivercreateAPI, toAPIlong getSeed()
If the meaning of the 'Seed' attribute isn't clear, there really should be more of a description here...
setSeed(long),
ConfigPackage.getTestConfig_Seed()void setSeed(long value)
Seed
' attribute.
value - the new value of the 'Seed' attribute.getSeed()int getCount()
If the meaning of the 'Count' attribute isn't clear, there really should be more of a description here...
setCount(int),
ConfigPackage.getTestConfig_Count()void setCount(int value)
Count' attribute.
value - the new value of the 'Count' attribute.getCount()Class<?> getTestClass()
If the meaning of the 'ESFuzzyTest Class' attribute isn't clear, there really should be more of a description here...
setTestClass(Class),
ConfigPackage.getTestConfig_TestClass()void setTestClass(Class<?> value)
Test Class' attribute.
value - the new value of the 'Test Class' attribute.getTestClass()String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
ConfigPackage.getTestConfig_Id()void setId(String value)
Id'
attribute.
value - the new value of the 'Id' attribute.getId()MutatorConfig getMutatorConfig()
If the meaning of the 'Mutator Config' containment reference isn't clear, there really should be more of a description here...
setMutatorConfig(MutatorConfig),
ConfigPackage.getTestConfig_MutatorConfig()void setMutatorConfig(MutatorConfig value)
Mutator Config' containment reference.
value - the new value of the 'Mutator Config' containment reference.getMutatorConfig()Copyright © 2017. All rights reserved.