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

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ConfigFactoryImpl

public interface ConfigFactory
extends org.eclipse.emf.ecore.EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
ConfigPackage

Field Summary
static ConfigFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 DiffReport createDiffReport()
          Returns a new object of class 'Diff Report'.
 MutatorConfig createMutatorConfig()
          Returns a new object of class 'Mutator Config'.
 Root createRoot()
          Returns a new object of class 'Root'.
 TestConfig createTestConfig()
          Returns a new object of class 'ESFuzzyTest Config'.
 TestDiff createTestDiff()
          Returns a new object of class 'ESFuzzyTest Diff'.
 TestResult createTestResult()
          Returns a new object of class 'ESFuzzyTest Result'.
 TestRun createTestRun()
          Returns a new object of class 'ESFuzzyTest Run'.
 ConfigPackage getConfigPackage()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Field Detail

eINSTANCE

static final ConfigFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createTestConfig

TestConfig createTestConfig()
Returns a new object of class 'ESFuzzyTest Config'.

Returns:
a new object of class 'ESFuzzyTest Config'.

createTestRun

TestRun createTestRun()
Returns a new object of class 'ESFuzzyTest Run'.

Returns:
a new object of class 'ESFuzzyTest Run'.

createTestResult

TestResult createTestResult()
Returns a new object of class 'ESFuzzyTest Result'.

Returns:
a new object of class 'ESFuzzyTest Result'.

createTestDiff

TestDiff createTestDiff()
Returns a new object of class 'ESFuzzyTest Diff'.

Returns:
a new object of class 'ESFuzzyTest Diff'.

createDiffReport

DiffReport createDiffReport()
Returns a new object of class 'Diff Report'.

Returns:
a new object of class 'Diff Report'.

createRoot

Root createRoot()
Returns a new object of class 'Root'.

Returns:
a new object of class 'Root'.

createMutatorConfig

MutatorConfig createMutatorConfig()
Returns a new object of class 'Mutator Config'.

Returns:
a new object of class 'Mutator Config'.

getConfigPackage

ConfigPackage getConfigPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.


Copyright © 2015. All Rights Reserved.