org.eclipse.emf.emfstore.internal.fuzzy.emf.config
Interface TestConfig

All Superinterfaces:
APIDelegate<ESTestConfigImpl>, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TestConfigImpl

public interface TestConfig
extends org.eclipse.emf.ecore.EObject, APIDelegate<ESTestConfigImpl>

A representation of the model object 'ESFuzzyTest Config'.

See Also:
ConfigPackage.getTestConfig()

Method Summary
 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 'ESFuzzyTest 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 'ESFuzzyTest Class' 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

getSeed

long getSeed()
Returns the value of the 'Seed' attribute.

If the meaning of the 'Seed' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Seed' attribute.
See Also:
setSeed(long), ConfigPackage.getTestConfig_Seed()

setSeed

void setSeed(long value)
Sets the value of the 'Seed' attribute.

Parameters:
value - the new value of the 'Seed' attribute.
See Also:
getSeed()

getCount

int getCount()
Returns the value of the 'Count' attribute.

If the meaning of the 'Count' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Count' attribute.
See Also:
setCount(int), ConfigPackage.getTestConfig_Count()

setCount

void setCount(int value)
Sets the value of the 'Count' attribute.

Parameters:
value - the new value of the 'Count' attribute.
See Also:
getCount()

getTestClass

Class<?> getTestClass()
Returns the value of the 'ESFuzzyTest Class' attribute.

If the meaning of the 'ESFuzzyTest Class' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'ESFuzzyTest Class' attribute.
See Also:
setTestClass(Class), ConfigPackage.getTestConfig_TestClass()

setTestClass

void setTestClass(Class<?> value)
Sets the value of the 'ESFuzzyTest Class' attribute.

Parameters:
value - the new value of the 'ESFuzzyTest Class' attribute.
See Also:
getTestClass()

getId

String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), ConfigPackage.getTestConfig_Id()

setId

void setId(String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getMutatorConfig

MutatorConfig getMutatorConfig()
Returns the value of the 'Mutator Config' containment reference.

If the meaning of the 'Mutator Config' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mutator Config' containment reference.
See Also:
setMutatorConfig(MutatorConfig), ConfigPackage.getTestConfig_MutatorConfig()

setMutatorConfig

void setMutatorConfig(MutatorConfig value)
Sets the value of the 'Mutator Config' containment reference.

Parameters:
value - the new value of the 'Mutator Config' containment reference.
See Also:
getMutatorConfig()


Copyright © 2015. All Rights Reserved.