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

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ConfigPackageImpl

public interface ConfigPackage
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
ConfigFactory

Nested Class Summary
static interface ConfigPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int DIFF_REPORT
          The meta object id for the 'Diff Report' class.
static int DIFF_REPORT__DIFFS
          The feature id for the 'Diffs' containment reference list.
static int DIFF_REPORT_FEATURE_COUNT
          The number of structural features of the 'Diff Report' class.
static ConfigPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int MUTATOR_CONFIG
          The meta object id for the 'Mutator Config' class.
static int MUTATOR_CONFIG__ALLOW_DUPLICATE_IDS
          The feature id for the 'Allow Duplicate IDs' attribute.
static int MUTATOR_CONFIG__DO_NOT_GENERATE_ROOT
          The feature id for the 'Do Not Generate Root' attribute.
static int MUTATOR_CONFIG__ECLASSES_TO_IGNORE
          The feature id for the 'EClasses To Ignore' reference list.
static int MUTATOR_CONFIG__EPACKAGES
          The feature id for the 'EPackages' reference list.
static int MUTATOR_CONFIG__ESTRUCTURAL_FEATURES_TO_IGNORE
          The feature id for the 'EStructural Features To Ignore' reference list.
static int MUTATOR_CONFIG__IGNORE_AND_LOG
          The feature id for the 'Ignore And Log' attribute.
static int MUTATOR_CONFIG__MAX_DELETE_COUNT
          The feature id for the 'Max Delete Count' attribute.
static int MUTATOR_CONFIG__MIN_OBJECTS_COUNT
          The feature id for the 'Min Objects Count' attribute.
static int MUTATOR_CONFIG__MUTATION_COUNT
          The feature id for the 'Mutation Count' attribute.
static int MUTATOR_CONFIG__ROOT_ECLASS
          The feature id for the 'Root EClass' reference.
static int MUTATOR_CONFIG__USE_ECORE_UTIL_DELETE
          The feature id for the 'Use Ecore ESFuzzyUtil Delete' attribute.
static int MUTATOR_CONFIG_FEATURE_COUNT
          The number of structural features of the 'Mutator Config' class.
static int ROOT
          The meta object id for the 'Root' class.
static int ROOT__ELEMENTS
          The feature id for the 'Elements' containment reference list.
static int ROOT_FEATURE_COUNT
          The number of structural features of the 'Root' class.
static int TEST_CONFIG
          The meta object id for the 'ESFuzzyTest Config' class.
static int TEST_CONFIG__COUNT
          The feature id for the 'Count' attribute.
static int TEST_CONFIG__ID
          The feature id for the 'Id' attribute.
static int TEST_CONFIG__MUTATOR_CONFIG
          The feature id for the 'Mutator Config' containment reference.
static int TEST_CONFIG__SEED
          The feature id for the 'Seed' attribute.
static int TEST_CONFIG__TEST_CLASS
          The feature id for the 'ESFuzzyTest Class' attribute.
static int TEST_CONFIG_FEATURE_COUNT
          The number of structural features of the 'ESFuzzyTest Config' class.
static int TEST_DIFF
          The meta object id for the 'ESFuzzyTest Diff' class.
static int TEST_DIFF__CONFIG
          The feature id for the 'Config' reference.
static int TEST_DIFF__LAST_UPDATE
          The feature id for the 'Last Update' attribute.
static int TEST_DIFF__NEW_RESULT
          The feature id for the 'New Result' containment reference.
static int TEST_DIFF__OLD_RESULT
          The feature id for the 'Old Result' containment reference.
static int TEST_DIFF_FEATURE_COUNT
          The number of structural features of the 'ESFuzzyTest Diff' class.
static int TEST_RESULT
          The meta object id for the 'ESFuzzyTest Result' class.
static int TEST_RESULT__ERROR
          The feature id for the 'Error' attribute.
static int TEST_RESULT__EXECUTION_TIME
          The feature id for the 'Execution Time' attribute.
static int TEST_RESULT__FAILURE
          The feature id for the 'Failure' attribute.
static int TEST_RESULT__SEED_COUNT
          The feature id for the 'Seed Count' attribute.
static int TEST_RESULT__TEST_NAME
          The feature id for the 'ESFuzzyTest Name' attribute.
static int TEST_RESULT_FEATURE_COUNT
          The number of structural features of the 'ESFuzzyTest Result' class.
static int TEST_RUN
          The meta object id for the 'ESFuzzyTest Run' class.
static int TEST_RUN__CONFIG
          The feature id for the 'Config' containment reference.
static int TEST_RUN__RESULTS
          The feature id for the 'Results' containment reference list.
static int TEST_RUN__TIME
          The feature id for the 'Time' attribute.
static int TEST_RUN_FEATURE_COUNT
          The number of structural features of the 'ESFuzzyTest Run' class.
 
Method Summary
 ConfigFactory getConfigFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EReference getDiffReport_Diffs()
          Returns the meta object for the containment reference list 'Diffs'.
 org.eclipse.emf.ecore.EClass getDiffReport()
          Returns the meta object for class 'Diff Report'.
 org.eclipse.emf.ecore.EAttribute getMutatorConfig_AllowDuplicateIDs()
          Returns the meta object for the attribute 'Allow Duplicate IDs'.
 org.eclipse.emf.ecore.EAttribute getMutatorConfig_DoNotGenerateRoot()
          Returns the meta object for the attribute 'Do Not Generate Root'.
 org.eclipse.emf.ecore.EReference getMutatorConfig_EClassesToIgnore()
          Returns the meta object for the reference list 'EClasses To Ignore'.
 org.eclipse.emf.ecore.EReference getMutatorConfig_EPackages()
          Returns the meta object for the reference list 'EPackages'.
 org.eclipse.emf.ecore.EReference getMutatorConfig_EStructuralFeaturesToIgnore()
          Returns the meta object for the reference list 'EStructural Features To Ignore'.
 org.eclipse.emf.ecore.EAttribute getMutatorConfig_IgnoreAndLog()
          Returns the meta object for the attribute 'Ignore And Log'.
 org.eclipse.emf.ecore.EAttribute getMutatorConfig_MaxDeleteCount()
          Returns the meta object for the attribute 'Max Delete Count'.
 org.eclipse.emf.ecore.EAttribute getMutatorConfig_MinObjectsCount()
          Returns the meta object for the attribute 'Min Objects Count'.
 org.eclipse.emf.ecore.EAttribute getMutatorConfig_MutationCount()
          Returns the meta object for the attribute 'Mutation Count'.
 org.eclipse.emf.ecore.EReference getMutatorConfig_RootEClass()
          Returns the meta object for the reference 'Root EClass'.
 org.eclipse.emf.ecore.EAttribute getMutatorConfig_UseEcoreUtilDelete()
          Returns the meta object for the attribute 'Use Ecore ESFuzzyUtil Delete'.
 org.eclipse.emf.ecore.EClass getMutatorConfig()
          Returns the meta object for class 'Mutator Config'.
 org.eclipse.emf.ecore.EReference getRoot_Elements()
          Returns the meta object for the containment reference list 'Elements'.
 org.eclipse.emf.ecore.EClass getRoot()
          Returns the meta object for class 'Root'.
 org.eclipse.emf.ecore.EAttribute getTestConfig_Count()
          Returns the meta object for the attribute 'Count'.
 org.eclipse.emf.ecore.EAttribute getTestConfig_Id()
          Returns the meta object for the attribute 'Id'.
 org.eclipse.emf.ecore.EReference getTestConfig_MutatorConfig()
          Returns the meta object for the containment reference 'Mutator Config'.
 org.eclipse.emf.ecore.EAttribute getTestConfig_Seed()
          Returns the meta object for the attribute 'Seed'.
 org.eclipse.emf.ecore.EAttribute getTestConfig_TestClass()
          Returns the meta object for the attribute 'ESFuzzyTest Class'.
 org.eclipse.emf.ecore.EClass getTestConfig()
          Returns the meta object for class 'ESFuzzyTest Config'.
 org.eclipse.emf.ecore.EReference getTestDiff_Config()
          Returns the meta object for the reference 'Config'.
 org.eclipse.emf.ecore.EAttribute getTestDiff_LastUpdate()
          Returns the meta object for the attribute 'Last Update'.
 org.eclipse.emf.ecore.EReference getTestDiff_NewResult()
          Returns the meta object for the containment reference 'New Result'.
 org.eclipse.emf.ecore.EReference getTestDiff_OldResult()
          Returns the meta object for the containment reference 'Old Result'.
 org.eclipse.emf.ecore.EClass getTestDiff()
          Returns the meta object for class 'ESFuzzyTest Diff'.
 org.eclipse.emf.ecore.EAttribute getTestResult_Error()
          Returns the meta object for the attribute 'Error'.
 org.eclipse.emf.ecore.EAttribute getTestResult_ExecutionTime()
          Returns the meta object for the attribute 'Execution Time'.
 org.eclipse.emf.ecore.EAttribute getTestResult_Failure()
          Returns the meta object for the attribute 'Failure'.
 org.eclipse.emf.ecore.EAttribute getTestResult_SeedCount()
          Returns the meta object for the attribute 'Seed Count'.
 org.eclipse.emf.ecore.EAttribute getTestResult_TestName()
          Returns the meta object for the attribute 'ESFuzzyTest Name'.
 org.eclipse.emf.ecore.EClass getTestResult()
          Returns the meta object for class 'ESFuzzyTest Result'.
 org.eclipse.emf.ecore.EReference getTestRun_Config()
          Returns the meta object for the containment reference 'Config'.
 org.eclipse.emf.ecore.EReference getTestRun_Results()
          Returns the meta object for the containment reference list 'Results'.
 org.eclipse.emf.ecore.EAttribute getTestRun_Time()
          Returns the meta object for the attribute 'Time'.
 org.eclipse.emf.ecore.EClass getTestRun()
          Returns the meta object for class 'ESFuzzyTest Run'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
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

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final ConfigPackage eINSTANCE
The singleton instance of the package.


TEST_CONFIG

static final int TEST_CONFIG
The meta object id for the 'ESFuzzyTest Config' class.

See Also:
TestConfigImpl, ConfigPackageImpl.getTestConfig(), Constant Field Values

TEST_CONFIG__SEED

static final int TEST_CONFIG__SEED
The feature id for the 'Seed' attribute.

See Also:
Constant Field Values

TEST_CONFIG__COUNT

static final int TEST_CONFIG__COUNT
The feature id for the 'Count' attribute.

See Also:
Constant Field Values

TEST_CONFIG__TEST_CLASS

static final int TEST_CONFIG__TEST_CLASS
The feature id for the 'ESFuzzyTest Class' attribute.

See Also:
Constant Field Values

TEST_CONFIG__ID

static final int TEST_CONFIG__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

TEST_CONFIG__MUTATOR_CONFIG

static final int TEST_CONFIG__MUTATOR_CONFIG
The feature id for the 'Mutator Config' containment reference.

See Also:
Constant Field Values

TEST_CONFIG_FEATURE_COUNT

static final int TEST_CONFIG_FEATURE_COUNT
The number of structural features of the 'ESFuzzyTest Config' class.

See Also:
Constant Field Values

TEST_RUN

static final int TEST_RUN
The meta object id for the 'ESFuzzyTest Run' class.

See Also:
TestRunImpl, ConfigPackageImpl.getTestRun(), Constant Field Values

TEST_RUN__CONFIG

static final int TEST_RUN__CONFIG
The feature id for the 'Config' containment reference.

See Also:
Constant Field Values

TEST_RUN__TIME

static final int TEST_RUN__TIME
The feature id for the 'Time' attribute.

See Also:
Constant Field Values

TEST_RUN__RESULTS

static final int TEST_RUN__RESULTS
The feature id for the 'Results' containment reference list.

See Also:
Constant Field Values

TEST_RUN_FEATURE_COUNT

static final int TEST_RUN_FEATURE_COUNT
The number of structural features of the 'ESFuzzyTest Run' class.

See Also:
Constant Field Values

TEST_RESULT

static final int TEST_RESULT
The meta object id for the 'ESFuzzyTest Result' class.

See Also:
TestResultImpl, ConfigPackageImpl.getTestResult(), Constant Field Values

TEST_RESULT__SEED_COUNT

static final int TEST_RESULT__SEED_COUNT
The feature id for the 'Seed Count' attribute.

See Also:
Constant Field Values

TEST_RESULT__TEST_NAME

static final int TEST_RESULT__TEST_NAME
The feature id for the 'ESFuzzyTest Name' attribute.

See Also:
Constant Field Values

TEST_RESULT__ERROR

static final int TEST_RESULT__ERROR
The feature id for the 'Error' attribute.

See Also:
Constant Field Values

TEST_RESULT__FAILURE

static final int TEST_RESULT__FAILURE
The feature id for the 'Failure' attribute.

See Also:
Constant Field Values

TEST_RESULT__EXECUTION_TIME

static final int TEST_RESULT__EXECUTION_TIME
The feature id for the 'Execution Time' attribute.

See Also:
Constant Field Values

TEST_RESULT_FEATURE_COUNT

static final int TEST_RESULT_FEATURE_COUNT
The number of structural features of the 'ESFuzzyTest Result' class.

See Also:
Constant Field Values

TEST_DIFF

static final int TEST_DIFF
The meta object id for the 'ESFuzzyTest Diff' class.

See Also:
TestDiffImpl, ConfigPackageImpl.getTestDiff(), Constant Field Values

TEST_DIFF__LAST_UPDATE

static final int TEST_DIFF__LAST_UPDATE
The feature id for the 'Last Update' attribute.

See Also:
Constant Field Values

TEST_DIFF__CONFIG

static final int TEST_DIFF__CONFIG
The feature id for the 'Config' reference.

See Also:
Constant Field Values

TEST_DIFF__OLD_RESULT

static final int TEST_DIFF__OLD_RESULT
The feature id for the 'Old Result' containment reference.

See Also:
Constant Field Values

TEST_DIFF__NEW_RESULT

static final int TEST_DIFF__NEW_RESULT
The feature id for the 'New Result' containment reference.

See Also:
Constant Field Values

TEST_DIFF_FEATURE_COUNT

static final int TEST_DIFF_FEATURE_COUNT
The number of structural features of the 'ESFuzzyTest Diff' class.

See Also:
Constant Field Values

DIFF_REPORT

static final int DIFF_REPORT
The meta object id for the 'Diff Report' class.

See Also:
DiffReportImpl, ConfigPackageImpl.getDiffReport(), Constant Field Values

DIFF_REPORT__DIFFS

static final int DIFF_REPORT__DIFFS
The feature id for the 'Diffs' containment reference list.

See Also:
Constant Field Values

DIFF_REPORT_FEATURE_COUNT

static final int DIFF_REPORT_FEATURE_COUNT
The number of structural features of the 'Diff Report' class.

See Also:
Constant Field Values

ROOT

static final int ROOT
The meta object id for the 'Root' class.

See Also:
RootImpl, ConfigPackageImpl.getRoot(), Constant Field Values

ROOT__ELEMENTS

static final int ROOT__ELEMENTS
The feature id for the 'Elements' containment reference list.

See Also:
Constant Field Values

ROOT_FEATURE_COUNT

static final int ROOT_FEATURE_COUNT
The number of structural features of the 'Root' class.

See Also:
Constant Field Values

MUTATOR_CONFIG

static final int MUTATOR_CONFIG
The meta object id for the 'Mutator Config' class.

See Also:
MutatorConfigImpl, ConfigPackageImpl.getMutatorConfig(), Constant Field Values

MUTATOR_CONFIG__ROOT_ECLASS

static final int MUTATOR_CONFIG__ROOT_ECLASS
The feature id for the 'Root EClass' reference.

See Also:
Constant Field Values

MUTATOR_CONFIG__MIN_OBJECTS_COUNT

static final int MUTATOR_CONFIG__MIN_OBJECTS_COUNT
The feature id for the 'Min Objects Count' attribute.

See Also:
Constant Field Values

MUTATOR_CONFIG__IGNORE_AND_LOG

static final int MUTATOR_CONFIG__IGNORE_AND_LOG
The feature id for the 'Ignore And Log' attribute.

See Also:
Constant Field Values

MUTATOR_CONFIG__DO_NOT_GENERATE_ROOT

static final int MUTATOR_CONFIG__DO_NOT_GENERATE_ROOT
The feature id for the 'Do Not Generate Root' attribute.

See Also:
Constant Field Values

MUTATOR_CONFIG__USE_ECORE_UTIL_DELETE

static final int MUTATOR_CONFIG__USE_ECORE_UTIL_DELETE
The feature id for the 'Use Ecore ESFuzzyUtil Delete' attribute.

See Also:
Constant Field Values

MUTATOR_CONFIG__ECLASSES_TO_IGNORE

static final int MUTATOR_CONFIG__ECLASSES_TO_IGNORE
The feature id for the 'EClasses To Ignore' reference list.

See Also:
Constant Field Values

MUTATOR_CONFIG__ESTRUCTURAL_FEATURES_TO_IGNORE

static final int MUTATOR_CONFIG__ESTRUCTURAL_FEATURES_TO_IGNORE
The feature id for the 'EStructural Features To Ignore' reference list.

See Also:
Constant Field Values

MUTATOR_CONFIG__EPACKAGES

static final int MUTATOR_CONFIG__EPACKAGES
The feature id for the 'EPackages' reference list.

See Also:
Constant Field Values

MUTATOR_CONFIG__MAX_DELETE_COUNT

static final int MUTATOR_CONFIG__MAX_DELETE_COUNT
The feature id for the 'Max Delete Count' attribute.

See Also:
Constant Field Values

MUTATOR_CONFIG__MUTATION_COUNT

static final int MUTATOR_CONFIG__MUTATION_COUNT
The feature id for the 'Mutation Count' attribute.

See Also:
Constant Field Values

MUTATOR_CONFIG__ALLOW_DUPLICATE_IDS

static final int MUTATOR_CONFIG__ALLOW_DUPLICATE_IDS
The feature id for the 'Allow Duplicate IDs' attribute.

See Also:
Constant Field Values

MUTATOR_CONFIG_FEATURE_COUNT

static final int MUTATOR_CONFIG_FEATURE_COUNT
The number of structural features of the 'Mutator Config' class.

See Also:
Constant Field Values
Method Detail

getTestConfig

org.eclipse.emf.ecore.EClass getTestConfig()
Returns the meta object for class 'ESFuzzyTest Config'.

Returns:
the meta object for class 'ESFuzzyTest Config'.
See Also:
TestConfig

getTestConfig_Seed

org.eclipse.emf.ecore.EAttribute getTestConfig_Seed()
Returns the meta object for the attribute 'Seed'.

Returns:
the meta object for the attribute 'Seed'.
See Also:
TestConfig.getSeed(), getTestConfig()

getTestConfig_Count

org.eclipse.emf.ecore.EAttribute getTestConfig_Count()
Returns the meta object for the attribute 'Count'.

Returns:
the meta object for the attribute 'Count'.
See Also:
TestConfig.getCount(), getTestConfig()

getTestConfig_TestClass

org.eclipse.emf.ecore.EAttribute getTestConfig_TestClass()
Returns the meta object for the attribute 'ESFuzzyTest Class'.

Returns:
the meta object for the attribute 'ESFuzzyTest Class'.
See Also:
TestConfig.getTestClass(), getTestConfig()

getTestConfig_Id

org.eclipse.emf.ecore.EAttribute getTestConfig_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
TestConfig.getId(), getTestConfig()

getTestConfig_MutatorConfig

org.eclipse.emf.ecore.EReference getTestConfig_MutatorConfig()
Returns the meta object for the containment reference 'Mutator Config'.

Returns:
the meta object for the containment reference 'Mutator Config'.
See Also:
TestConfig.getMutatorConfig(), getTestConfig()

getTestRun

org.eclipse.emf.ecore.EClass getTestRun()
Returns the meta object for class 'ESFuzzyTest Run'.

Returns:
the meta object for class 'ESFuzzyTest Run'.
See Also:
TestRun

getTestRun_Config

org.eclipse.emf.ecore.EReference getTestRun_Config()
Returns the meta object for the containment reference 'Config'.

Returns:
the meta object for the containment reference 'Config'.
See Also:
TestRun.getConfig(), getTestRun()

getTestRun_Time

org.eclipse.emf.ecore.EAttribute getTestRun_Time()
Returns the meta object for the attribute 'Time'.

Returns:
the meta object for the attribute 'Time'.
See Also:
TestRun.getTime(), getTestRun()

getTestRun_Results

org.eclipse.emf.ecore.EReference getTestRun_Results()
Returns the meta object for the containment reference list 'Results'.

Returns:
the meta object for the containment reference list 'Results'.
See Also:
TestRun.getResults(), getTestRun()

getTestResult

org.eclipse.emf.ecore.EClass getTestResult()
Returns the meta object for class 'ESFuzzyTest Result'.

Returns:
the meta object for class 'ESFuzzyTest Result'.
See Also:
TestResult

getTestResult_SeedCount

org.eclipse.emf.ecore.EAttribute getTestResult_SeedCount()
Returns the meta object for the attribute 'Seed Count'.

Returns:
the meta object for the attribute 'Seed Count'.
See Also:
TestResult.getSeedCount(), getTestResult()

getTestResult_TestName

org.eclipse.emf.ecore.EAttribute getTestResult_TestName()
Returns the meta object for the attribute 'ESFuzzyTest Name'.

Returns:
the meta object for the attribute 'ESFuzzyTest Name'.
See Also:
TestResult.getTestName(), getTestResult()

getTestResult_Error

org.eclipse.emf.ecore.EAttribute getTestResult_Error()
Returns the meta object for the attribute 'Error'.

Returns:
the meta object for the attribute 'Error'.
See Also:
TestResult.getError(), getTestResult()

getTestResult_Failure

org.eclipse.emf.ecore.EAttribute getTestResult_Failure()
Returns the meta object for the attribute 'Failure'.

Returns:
the meta object for the attribute 'Failure'.
See Also:
TestResult.getFailure(), getTestResult()

getTestResult_ExecutionTime

org.eclipse.emf.ecore.EAttribute getTestResult_ExecutionTime()
Returns the meta object for the attribute 'Execution Time'.

Returns:
the meta object for the attribute 'Execution Time'.
See Also:
TestResult.getExecutionTime(), getTestResult()

getTestDiff

org.eclipse.emf.ecore.EClass getTestDiff()
Returns the meta object for class 'ESFuzzyTest Diff'.

Returns:
the meta object for class 'ESFuzzyTest Diff'.
See Also:
TestDiff

getTestDiff_LastUpdate

org.eclipse.emf.ecore.EAttribute getTestDiff_LastUpdate()
Returns the meta object for the attribute 'Last Update'.

Returns:
the meta object for the attribute 'Last Update'.
See Also:
TestDiff.getLastUpdate(), getTestDiff()

getTestDiff_Config

org.eclipse.emf.ecore.EReference getTestDiff_Config()
Returns the meta object for the reference 'Config'.

Returns:
the meta object for the reference 'Config'.
See Also:
TestDiff.getConfig(), getTestDiff()

getTestDiff_OldResult

org.eclipse.emf.ecore.EReference getTestDiff_OldResult()
Returns the meta object for the containment reference 'Old Result'.

Returns:
the meta object for the containment reference 'Old Result'.
See Also:
TestDiff.getOldResult(), getTestDiff()

getTestDiff_NewResult

org.eclipse.emf.ecore.EReference getTestDiff_NewResult()
Returns the meta object for the containment reference 'New Result'.

Returns:
the meta object for the containment reference 'New Result'.
See Also:
TestDiff.getNewResult(), getTestDiff()

getDiffReport

org.eclipse.emf.ecore.EClass getDiffReport()
Returns the meta object for class 'Diff Report'.

Returns:
the meta object for class 'Diff Report'.
See Also:
DiffReport

getDiffReport_Diffs

org.eclipse.emf.ecore.EReference getDiffReport_Diffs()
Returns the meta object for the containment reference list 'Diffs'.

Returns:
the meta object for the containment reference list 'Diffs'.
See Also:
DiffReport.getDiffs(), getDiffReport()

getRoot

org.eclipse.emf.ecore.EClass getRoot()
Returns the meta object for class 'Root'.

Returns:
the meta object for class 'Root'.
See Also:
Root

getRoot_Elements

org.eclipse.emf.ecore.EReference getRoot_Elements()
Returns the meta object for the containment reference list 'Elements'.

Returns:
the meta object for the containment reference list 'Elements'.
See Also:
Root.getElements(), getRoot()

getMutatorConfig

org.eclipse.emf.ecore.EClass getMutatorConfig()
Returns the meta object for class 'Mutator Config'.

Returns:
the meta object for class 'Mutator Config'.
See Also:
MutatorConfig

getMutatorConfig_RootEClass

org.eclipse.emf.ecore.EReference getMutatorConfig_RootEClass()
Returns the meta object for the reference 'Root EClass'.

Returns:
the meta object for the reference 'Root EClass'.
See Also:
MutatorConfig.getRootEClass(), getMutatorConfig()

getMutatorConfig_MinObjectsCount

org.eclipse.emf.ecore.EAttribute getMutatorConfig_MinObjectsCount()
Returns the meta object for the attribute 'Min Objects Count'.

Returns:
the meta object for the attribute 'Min Objects Count'.
See Also:
MutatorConfig.getMinObjectsCount(), getMutatorConfig()

getMutatorConfig_IgnoreAndLog

org.eclipse.emf.ecore.EAttribute getMutatorConfig_IgnoreAndLog()
Returns the meta object for the attribute 'Ignore And Log'.

Returns:
the meta object for the attribute 'Ignore And Log'.
See Also:
MutatorConfig.isIgnoreAndLog(), getMutatorConfig()

getMutatorConfig_DoNotGenerateRoot

org.eclipse.emf.ecore.EAttribute getMutatorConfig_DoNotGenerateRoot()
Returns the meta object for the attribute 'Do Not Generate Root'.

Returns:
the meta object for the attribute 'Do Not Generate Root'.
See Also:
MutatorConfig.isDoNotGenerateRoot(), getMutatorConfig()

getMutatorConfig_UseEcoreUtilDelete

org.eclipse.emf.ecore.EAttribute getMutatorConfig_UseEcoreUtilDelete()
Returns the meta object for the attribute 'Use Ecore ESFuzzyUtil Delete'.

Returns:
the meta object for the attribute 'Use Ecore ESFuzzyUtil Delete'.
See Also:
MutatorConfig.isUseEcoreUtilDelete(), getMutatorConfig()

getMutatorConfig_EClassesToIgnore

org.eclipse.emf.ecore.EReference getMutatorConfig_EClassesToIgnore()
Returns the meta object for the reference list 'EClasses To Ignore'.

Returns:
the meta object for the reference list 'EClasses To Ignore'.
See Also:
MutatorConfig.getEClassesToIgnore(), getMutatorConfig()

getMutatorConfig_EStructuralFeaturesToIgnore

org.eclipse.emf.ecore.EReference getMutatorConfig_EStructuralFeaturesToIgnore()
Returns the meta object for the reference list 'EStructural Features To Ignore'.

Returns:
the meta object for the reference list 'EStructural Features To Ignore'.
See Also:
MutatorConfig.getEStructuralFeaturesToIgnore(), getMutatorConfig()

getMutatorConfig_EPackages

org.eclipse.emf.ecore.EReference getMutatorConfig_EPackages()
Returns the meta object for the reference list 'EPackages'.

Returns:
the meta object for the reference list 'EPackages'.
See Also:
MutatorConfig.getEPackages(), getMutatorConfig()

getMutatorConfig_MaxDeleteCount

org.eclipse.emf.ecore.EAttribute getMutatorConfig_MaxDeleteCount()
Returns the meta object for the attribute 'Max Delete Count'.

Returns:
the meta object for the attribute 'Max Delete Count'.
See Also:
MutatorConfig.getMaxDeleteCount(), getMutatorConfig()

getMutatorConfig_MutationCount

org.eclipse.emf.ecore.EAttribute getMutatorConfig_MutationCount()
Returns the meta object for the attribute 'Mutation Count'.

Returns:
the meta object for the attribute 'Mutation Count'.
See Also:
MutatorConfig.getMutationCount(), getMutatorConfig()

getMutatorConfig_AllowDuplicateIDs

org.eclipse.emf.ecore.EAttribute getMutatorConfig_AllowDuplicateIDs()
Returns the meta object for the attribute 'Allow Duplicate IDs'.

Returns:
the meta object for the attribute 'Allow Duplicate IDs'.
See Also:
MutatorConfig.isAllowDuplicateIDs(), getMutatorConfig()

getConfigFactory

ConfigFactory getConfigFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.


Copyright © 2015. All Rights Reserved.