public interface ConfigPackage
extends org.eclipse.emf.ecore.EPackage
ConfigFactory| Modifier and Type | Interface and Description |
|---|---|
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
|
| Modifier and Type | Field and Description |
|---|---|
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 Util 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 '
Test 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 'Test Class' attribute.
|
static int |
TEST_CONFIG_FEATURE_COUNT
The number of structural features of the 'Test Config' class.
|
static int |
TEST_DIFF
The meta object id for the '
Test 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 'Test Diff' class.
|
static int |
TEST_RESULT
The meta object id for the '
Test 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 'Test Name' attribute.
|
static int |
TEST_RESULT_FEATURE_COUNT
The number of structural features of the 'Test Result' class.
|
static int |
TEST_RUN
The meta object id for the '
Test 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 'Test Run' class.
|
| Modifier and Type | Method and Description |
|---|---|
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 Util 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 '
Test Class'. |
org.eclipse.emf.ecore.EClass |
getTestConfig()
Returns the meta object for class '
Test 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 '
Test 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 '
Test Name'. |
org.eclipse.emf.ecore.EClass |
getTestResult()
Returns the meta object for class '
Test 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 '
Test Run'. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final ConfigPackage eINSTANCE
static final int TEST_CONFIG
Test Config' class.
static final int TEST_CONFIG__SEED
static final int TEST_CONFIG__COUNT
static final int TEST_CONFIG__TEST_CLASS
static final int TEST_CONFIG__ID
static final int TEST_CONFIG__MUTATOR_CONFIG
static final int TEST_CONFIG_FEATURE_COUNT
static final int TEST_RUN
Test Run' class.
static final int TEST_RUN__CONFIG
static final int TEST_RUN__TIME
static final int TEST_RUN__RESULTS
static final int TEST_RUN_FEATURE_COUNT
static final int TEST_RESULT
Test Result' class.
static final int TEST_RESULT__SEED_COUNT
static final int TEST_RESULT__TEST_NAME
static final int TEST_RESULT__ERROR
static final int TEST_RESULT__FAILURE
static final int TEST_RESULT__EXECUTION_TIME
static final int TEST_RESULT_FEATURE_COUNT
static final int TEST_DIFF
Test Diff' class.
static final int TEST_DIFF__LAST_UPDATE
static final int TEST_DIFF__CONFIG
static final int TEST_DIFF__OLD_RESULT
static final int TEST_DIFF__NEW_RESULT
static final int TEST_DIFF_FEATURE_COUNT
static final int DIFF_REPORT
Diff Report' class.
static final int DIFF_REPORT__DIFFS
static final int DIFF_REPORT_FEATURE_COUNT
static final int ROOT
Root
' class.
RootImpl,
ConfigPackageImpl.getRoot(),
Constant Field Valuesstatic final int ROOT__ELEMENTS
static final int ROOT_FEATURE_COUNT
static final int MUTATOR_CONFIG
Mutator Config' class.
static final int MUTATOR_CONFIG__ROOT_ECLASS
static final int MUTATOR_CONFIG__MIN_OBJECTS_COUNT
static final int MUTATOR_CONFIG__IGNORE_AND_LOG
static final int MUTATOR_CONFIG__DO_NOT_GENERATE_ROOT
static final int MUTATOR_CONFIG__USE_ECORE_UTIL_DELETE
static final int MUTATOR_CONFIG__ECLASSES_TO_IGNORE
static final int MUTATOR_CONFIG__ESTRUCTURAL_FEATURES_TO_IGNORE
static final int MUTATOR_CONFIG__EPACKAGES
static final int MUTATOR_CONFIG__MAX_DELETE_COUNT
static final int MUTATOR_CONFIG__MUTATION_COUNT
static final int MUTATOR_CONFIG__ALLOW_DUPLICATE_IDS
static final int MUTATOR_CONFIG_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getTestConfig()
Test Config'.
TestConfigorg.eclipse.emf.ecore.EAttribute getTestConfig_Seed()
Seed'.
TestConfig.getSeed(),
getTestConfig()org.eclipse.emf.ecore.EAttribute getTestConfig_Count()
Count'.
TestConfig.getCount(),
getTestConfig()org.eclipse.emf.ecore.EAttribute getTestConfig_TestClass()
Test Class'.
TestConfig.getTestClass(),
getTestConfig()org.eclipse.emf.ecore.EAttribute getTestConfig_Id()
Id'.
TestConfig.getId(),
getTestConfig()org.eclipse.emf.ecore.EReference getTestConfig_MutatorConfig()
Mutator Config'.
TestConfig.getMutatorConfig(),
getTestConfig()org.eclipse.emf.ecore.EClass getTestRun()
Test Run'.
TestRunorg.eclipse.emf.ecore.EReference getTestRun_Config()
Config'.
TestRun.getConfig(),
getTestRun()org.eclipse.emf.ecore.EAttribute getTestRun_Time()
Time'.
TestRun.getTime(),
getTestRun()org.eclipse.emf.ecore.EReference getTestRun_Results()
Results'.
TestRun.getResults(),
getTestRun()org.eclipse.emf.ecore.EClass getTestResult()
Test Result'.
TestResultorg.eclipse.emf.ecore.EAttribute getTestResult_SeedCount()
Seed Count'.
TestResult.getSeedCount(),
getTestResult()org.eclipse.emf.ecore.EAttribute getTestResult_TestName()
Test Name'.
TestResult.getTestName(),
getTestResult()org.eclipse.emf.ecore.EAttribute getTestResult_Error()
Error'.
TestResult.getError(),
getTestResult()org.eclipse.emf.ecore.EAttribute getTestResult_Failure()
Failure'.
TestResult.getFailure(),
getTestResult()org.eclipse.emf.ecore.EAttribute getTestResult_ExecutionTime()
Execution Time'.
TestResult.getExecutionTime(),
getTestResult()org.eclipse.emf.ecore.EClass getTestDiff()
Test Diff'.
TestDifforg.eclipse.emf.ecore.EAttribute getTestDiff_LastUpdate()
Last Update'.
TestDiff.getLastUpdate(),
getTestDiff()org.eclipse.emf.ecore.EReference getTestDiff_Config()
Config'.
TestDiff.getConfig(),
getTestDiff()org.eclipse.emf.ecore.EReference getTestDiff_OldResult()
Old Result'.
TestDiff.getOldResult(),
getTestDiff()org.eclipse.emf.ecore.EReference getTestDiff_NewResult()
New Result'.
TestDiff.getNewResult(),
getTestDiff()org.eclipse.emf.ecore.EClass getDiffReport()
Diff Report'.
DiffReportorg.eclipse.emf.ecore.EReference getDiffReport_Diffs()
Diffs'.
DiffReport.getDiffs(),
getDiffReport()org.eclipse.emf.ecore.EClass getRoot()
Root
'.
Rootorg.eclipse.emf.ecore.EReference getRoot_Elements()
Elements'.
Root.getElements(),
getRoot()org.eclipse.emf.ecore.EClass getMutatorConfig()
Mutator Config'.
MutatorConfigorg.eclipse.emf.ecore.EReference getMutatorConfig_RootEClass()
Root EClass'.
MutatorConfig.getRootEClass(),
getMutatorConfig()org.eclipse.emf.ecore.EAttribute getMutatorConfig_MinObjectsCount()
Min Objects Count'.
MutatorConfig.getMinObjectsCount(),
getMutatorConfig()org.eclipse.emf.ecore.EAttribute getMutatorConfig_IgnoreAndLog()
Ignore And Log'.
MutatorConfig.isIgnoreAndLog(),
getMutatorConfig()org.eclipse.emf.ecore.EAttribute getMutatorConfig_DoNotGenerateRoot()
Do Not Generate Root'.
MutatorConfig.isDoNotGenerateRoot(),
getMutatorConfig()org.eclipse.emf.ecore.EAttribute getMutatorConfig_UseEcoreUtilDelete()
Use Ecore Util Delete'.
MutatorConfig.isUseEcoreUtilDelete(),
getMutatorConfig()org.eclipse.emf.ecore.EReference getMutatorConfig_EClassesToIgnore()
EClasses To Ignore'.
MutatorConfig.getEClassesToIgnore(),
getMutatorConfig()org.eclipse.emf.ecore.EReference getMutatorConfig_EStructuralFeaturesToIgnore()
EStructural Features To Ignore'.
MutatorConfig.getEStructuralFeaturesToIgnore(),
getMutatorConfig()org.eclipse.emf.ecore.EReference getMutatorConfig_EPackages()
EPackages'.
MutatorConfig.getEPackages(),
getMutatorConfig()org.eclipse.emf.ecore.EAttribute getMutatorConfig_MaxDeleteCount()
Max Delete Count'.
MutatorConfig.getMaxDeleteCount(),
getMutatorConfig()org.eclipse.emf.ecore.EAttribute getMutatorConfig_MutationCount()
Mutation Count
'.
MutatorConfig.getMutationCount(),
getMutatorConfig()org.eclipse.emf.ecore.EAttribute getMutatorConfig_AllowDuplicateIDs()
Allow Duplicate IDs'.
MutatorConfig.isAllowDuplicateIDs(),
getMutatorConfig()ConfigFactory getConfigFactory()
Copyright © 2017. All rights reserved.