|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConfigFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
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 |
|---|
static final ConfigFactory eINSTANCE
| Method Detail |
|---|
TestConfig createTestConfig()
TestRun createTestRun()
TestResult createTestResult()
TestDiff createTestDiff()
DiffReport createDiffReport()
Root createRoot()
MutatorConfig createMutatorConfig()
ConfigPackage getConfigPackage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||