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

Enclosing interface:
ConfigPackage

public static interface ConfigPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass DIFF_REPORT
          The meta object literal for the 'Diff Report' class.
static org.eclipse.emf.ecore.EReference DIFF_REPORT__DIFFS
          The meta object literal for the 'Diffs' containment reference list feature.
static org.eclipse.emf.ecore.EClass MUTATOR_CONFIG
          The meta object literal for the 'Mutator Config' class.
static org.eclipse.emf.ecore.EAttribute MUTATOR_CONFIG__ALLOW_DUPLICATE_IDS
          The meta object literal for the 'Allow Duplicate IDs' attribute feature.
static org.eclipse.emf.ecore.EAttribute MUTATOR_CONFIG__DO_NOT_GENERATE_ROOT
          The meta object literal for the 'Do Not Generate Root' attribute feature.
static org.eclipse.emf.ecore.EReference MUTATOR_CONFIG__ECLASSES_TO_IGNORE
          The meta object literal for the 'EClasses To Ignore' reference list feature.
static org.eclipse.emf.ecore.EReference MUTATOR_CONFIG__EPACKAGES
          The meta object literal for the 'EPackages' reference list feature.
static org.eclipse.emf.ecore.EReference MUTATOR_CONFIG__ESTRUCTURAL_FEATURES_TO_IGNORE
          The meta object literal for the 'EStructural Features To Ignore' reference list feature.
static org.eclipse.emf.ecore.EAttribute MUTATOR_CONFIG__IGNORE_AND_LOG
          The meta object literal for the 'Ignore And Log' attribute feature.
static org.eclipse.emf.ecore.EAttribute MUTATOR_CONFIG__MAX_DELETE_COUNT
          The meta object literal for the 'Max Delete Count' attribute feature.
static org.eclipse.emf.ecore.EAttribute MUTATOR_CONFIG__MIN_OBJECTS_COUNT
          The meta object literal for the 'Min Objects Count' attribute feature.
static org.eclipse.emf.ecore.EAttribute MUTATOR_CONFIG__MUTATION_COUNT
          The meta object literal for the 'Mutation Count' attribute feature.
static org.eclipse.emf.ecore.EReference MUTATOR_CONFIG__ROOT_ECLASS
          The meta object literal for the 'Root EClass' reference feature.
static org.eclipse.emf.ecore.EAttribute MUTATOR_CONFIG__USE_ECORE_UTIL_DELETE
          The meta object literal for the 'Use Ecore ESFuzzyUtil Delete' attribute feature.
static org.eclipse.emf.ecore.EClass ROOT
          The meta object literal for the 'Root' class.
static org.eclipse.emf.ecore.EReference ROOT__ELEMENTS
          The meta object literal for the 'Elements' containment reference list feature.
static org.eclipse.emf.ecore.EClass TEST_CONFIG
          The meta object literal for the 'ESFuzzyTest Config' class.
static org.eclipse.emf.ecore.EAttribute TEST_CONFIG__COUNT
          The meta object literal for the 'Count' attribute feature.
static org.eclipse.emf.ecore.EAttribute TEST_CONFIG__ID
          The meta object literal for the 'Id' attribute feature.
static org.eclipse.emf.ecore.EReference TEST_CONFIG__MUTATOR_CONFIG
          The meta object literal for the 'Mutator Config' containment reference feature.
static org.eclipse.emf.ecore.EAttribute TEST_CONFIG__SEED
          The meta object literal for the 'Seed' attribute feature.
static org.eclipse.emf.ecore.EAttribute TEST_CONFIG__TEST_CLASS
          The meta object literal for the 'ESFuzzyTest Class' attribute feature.
static org.eclipse.emf.ecore.EClass TEST_DIFF
          The meta object literal for the 'ESFuzzyTest Diff' class.
static org.eclipse.emf.ecore.EReference TEST_DIFF__CONFIG
          The meta object literal for the 'Config' reference feature.
static org.eclipse.emf.ecore.EAttribute TEST_DIFF__LAST_UPDATE
          The meta object literal for the 'Last Update' attribute feature.
static org.eclipse.emf.ecore.EReference TEST_DIFF__NEW_RESULT
          The meta object literal for the 'New Result' containment reference feature.
static org.eclipse.emf.ecore.EReference TEST_DIFF__OLD_RESULT
          The meta object literal for the 'Old Result' containment reference feature.
static org.eclipse.emf.ecore.EClass TEST_RESULT
          The meta object literal for the 'ESFuzzyTest Result' class.
static org.eclipse.emf.ecore.EAttribute TEST_RESULT__ERROR
          The meta object literal for the 'Error' attribute feature.
static org.eclipse.emf.ecore.EAttribute TEST_RESULT__EXECUTION_TIME
          The meta object literal for the 'Execution Time' attribute feature.
static org.eclipse.emf.ecore.EAttribute TEST_RESULT__FAILURE
          The meta object literal for the 'Failure' attribute feature.
static org.eclipse.emf.ecore.EAttribute TEST_RESULT__SEED_COUNT
          The meta object literal for the 'Seed Count' attribute feature.
static org.eclipse.emf.ecore.EAttribute TEST_RESULT__TEST_NAME
          The meta object literal for the 'ESFuzzyTest Name' attribute feature.
static org.eclipse.emf.ecore.EClass TEST_RUN
          The meta object literal for the 'ESFuzzyTest Run' class.
static org.eclipse.emf.ecore.EReference TEST_RUN__CONFIG
          The meta object literal for the 'Config' containment reference feature.
static org.eclipse.emf.ecore.EReference TEST_RUN__RESULTS
          The meta object literal for the 'Results' containment reference list feature.
static org.eclipse.emf.ecore.EAttribute TEST_RUN__TIME
          The meta object literal for the 'Time' attribute feature.
 

Field Detail

TEST_CONFIG

static final org.eclipse.emf.ecore.EClass TEST_CONFIG
The meta object literal for the 'ESFuzzyTest Config' class.

See Also:
TestConfigImpl, ConfigPackageImpl.getTestConfig()

TEST_CONFIG__SEED

static final org.eclipse.emf.ecore.EAttribute TEST_CONFIG__SEED
The meta object literal for the 'Seed' attribute feature.


TEST_CONFIG__COUNT

static final org.eclipse.emf.ecore.EAttribute TEST_CONFIG__COUNT
The meta object literal for the 'Count' attribute feature.


TEST_CONFIG__TEST_CLASS

static final org.eclipse.emf.ecore.EAttribute TEST_CONFIG__TEST_CLASS
The meta object literal for the 'ESFuzzyTest Class' attribute feature.


TEST_CONFIG__ID

static final org.eclipse.emf.ecore.EAttribute TEST_CONFIG__ID
The meta object literal for the 'Id' attribute feature.


TEST_CONFIG__MUTATOR_CONFIG

static final org.eclipse.emf.ecore.EReference TEST_CONFIG__MUTATOR_CONFIG
The meta object literal for the 'Mutator Config' containment reference feature.


TEST_RUN

static final org.eclipse.emf.ecore.EClass TEST_RUN
The meta object literal for the 'ESFuzzyTest Run' class.

See Also:
TestRunImpl, ConfigPackageImpl.getTestRun()

TEST_RUN__CONFIG

static final org.eclipse.emf.ecore.EReference TEST_RUN__CONFIG
The meta object literal for the 'Config' containment reference feature.


TEST_RUN__TIME

static final org.eclipse.emf.ecore.EAttribute TEST_RUN__TIME
The meta object literal for the 'Time' attribute feature.


TEST_RUN__RESULTS

static final org.eclipse.emf.ecore.EReference TEST_RUN__RESULTS
The meta object literal for the 'Results' containment reference list feature.


TEST_RESULT

static final org.eclipse.emf.ecore.EClass TEST_RESULT
The meta object literal for the 'ESFuzzyTest Result' class.

See Also:
TestResultImpl, ConfigPackageImpl.getTestResult()

TEST_RESULT__SEED_COUNT

static final org.eclipse.emf.ecore.EAttribute TEST_RESULT__SEED_COUNT
The meta object literal for the 'Seed Count' attribute feature.


TEST_RESULT__TEST_NAME

static final org.eclipse.emf.ecore.EAttribute TEST_RESULT__TEST_NAME
The meta object literal for the 'ESFuzzyTest Name' attribute feature.


TEST_RESULT__ERROR

static final org.eclipse.emf.ecore.EAttribute TEST_RESULT__ERROR
The meta object literal for the 'Error' attribute feature.


TEST_RESULT__FAILURE

static final org.eclipse.emf.ecore.EAttribute TEST_RESULT__FAILURE
The meta object literal for the 'Failure' attribute feature.


TEST_RESULT__EXECUTION_TIME

static final org.eclipse.emf.ecore.EAttribute TEST_RESULT__EXECUTION_TIME
The meta object literal for the 'Execution Time' attribute feature.


TEST_DIFF

static final org.eclipse.emf.ecore.EClass TEST_DIFF
The meta object literal for the 'ESFuzzyTest Diff' class.

See Also:
TestDiffImpl, ConfigPackageImpl.getTestDiff()

TEST_DIFF__LAST_UPDATE

static final org.eclipse.emf.ecore.EAttribute TEST_DIFF__LAST_UPDATE
The meta object literal for the 'Last Update' attribute feature.


TEST_DIFF__CONFIG

static final org.eclipse.emf.ecore.EReference TEST_DIFF__CONFIG
The meta object literal for the 'Config' reference feature.


TEST_DIFF__OLD_RESULT

static final org.eclipse.emf.ecore.EReference TEST_DIFF__OLD_RESULT
The meta object literal for the 'Old Result' containment reference feature.


TEST_DIFF__NEW_RESULT

static final org.eclipse.emf.ecore.EReference TEST_DIFF__NEW_RESULT
The meta object literal for the 'New Result' containment reference feature.


DIFF_REPORT

static final org.eclipse.emf.ecore.EClass DIFF_REPORT
The meta object literal for the 'Diff Report' class.

See Also:
DiffReportImpl, ConfigPackageImpl.getDiffReport()

DIFF_REPORT__DIFFS

static final org.eclipse.emf.ecore.EReference DIFF_REPORT__DIFFS
The meta object literal for the 'Diffs' containment reference list feature.


ROOT

static final org.eclipse.emf.ecore.EClass ROOT
The meta object literal for the 'Root' class.

See Also:
RootImpl, ConfigPackageImpl.getRoot()

ROOT__ELEMENTS

static final org.eclipse.emf.ecore.EReference ROOT__ELEMENTS
The meta object literal for the 'Elements' containment reference list feature.


MUTATOR_CONFIG

static final org.eclipse.emf.ecore.EClass MUTATOR_CONFIG
The meta object literal for the 'Mutator Config' class.

See Also:
MutatorConfigImpl, ConfigPackageImpl.getMutatorConfig()

MUTATOR_CONFIG__ROOT_ECLASS

static final org.eclipse.emf.ecore.EReference MUTATOR_CONFIG__ROOT_ECLASS
The meta object literal for the 'Root EClass' reference feature.


MUTATOR_CONFIG__MIN_OBJECTS_COUNT

static final org.eclipse.emf.ecore.EAttribute MUTATOR_CONFIG__MIN_OBJECTS_COUNT
The meta object literal for the 'Min Objects Count' attribute feature.


MUTATOR_CONFIG__IGNORE_AND_LOG

static final org.eclipse.emf.ecore.EAttribute MUTATOR_CONFIG__IGNORE_AND_LOG
The meta object literal for the 'Ignore And Log' attribute feature.


MUTATOR_CONFIG__DO_NOT_GENERATE_ROOT

static final org.eclipse.emf.ecore.EAttribute MUTATOR_CONFIG__DO_NOT_GENERATE_ROOT
The meta object literal for the 'Do Not Generate Root' attribute feature.


MUTATOR_CONFIG__USE_ECORE_UTIL_DELETE

static final org.eclipse.emf.ecore.EAttribute MUTATOR_CONFIG__USE_ECORE_UTIL_DELETE
The meta object literal for the 'Use Ecore ESFuzzyUtil Delete' attribute feature.


MUTATOR_CONFIG__ECLASSES_TO_IGNORE

static final org.eclipse.emf.ecore.EReference MUTATOR_CONFIG__ECLASSES_TO_IGNORE
The meta object literal for the 'EClasses To Ignore' reference list feature.


MUTATOR_CONFIG__ESTRUCTURAL_FEATURES_TO_IGNORE

static final org.eclipse.emf.ecore.EReference MUTATOR_CONFIG__ESTRUCTURAL_FEATURES_TO_IGNORE
The meta object literal for the 'EStructural Features To Ignore' reference list feature.


MUTATOR_CONFIG__EPACKAGES

static final org.eclipse.emf.ecore.EReference MUTATOR_CONFIG__EPACKAGES
The meta object literal for the 'EPackages' reference list feature.


MUTATOR_CONFIG__MAX_DELETE_COUNT

static final org.eclipse.emf.ecore.EAttribute MUTATOR_CONFIG__MAX_DELETE_COUNT
The meta object literal for the 'Max Delete Count' attribute feature.


MUTATOR_CONFIG__MUTATION_COUNT

static final org.eclipse.emf.ecore.EAttribute MUTATOR_CONFIG__MUTATION_COUNT
The meta object literal for the 'Mutation Count' attribute feature.


MUTATOR_CONFIG__ALLOW_DUPLICATE_IDS

static final org.eclipse.emf.ecore.EAttribute MUTATOR_CONFIG__ALLOW_DUPLICATE_IDS
The meta object literal for the 'Allow Duplicate IDs' attribute feature.



Copyright © 2015. All Rights Reserved.