public interface CoveragePackage
extends org.eclipse.emf.ecore.EPackage
CoverageFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
CoveragePackage.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 |
ATT_MAPPING
The meta object id for the '
Att Mapping' class. |
static int |
ATT_MAPPING__SOURCE
The feature id for the 'Source' reference.
|
static int |
ATT_MAPPING__TARGET
The feature id for the 'Target' reference.
|
static int |
ATT_MAPPING_FEATURE_COUNT
The number of structural features of the 'Att Mapping' class.
|
static int |
CONCEPT_MAPPING
The meta object id for the '
Concept Mapping' class. |
static int |
CONCEPT_MAPPING__SOURCE
The feature id for the 'Source' reference.
|
static int |
CONCEPT_MAPPING__TARGET
The feature id for the 'Target' reference.
|
static int |
CONCEPT_MAPPING_FEATURE_COUNT
The number of structural features of the 'Concept Mapping' class.
|
static int |
COVERAGE
The meta object id for the '
Coverage' class. |
static int |
COVERAGE__INPUT
The feature id for the 'Input' reference.
|
static int |
COVERAGE__MAPPINGS
The feature id for the 'Mappings' containment reference list.
|
static int |
COVERAGE__SERVICE
The feature id for the 'Service' attribute.
|
static int |
COVERAGE_FEATURE_COUNT
The number of structural features of the 'Coverage' class.
|
static int |
COVERAGE_MAPPING
The meta object id for the '
Mapping' class. |
static int |
COVERAGE_MAPPING_FEATURE_COUNT
The number of structural features of the 'Mapping' class.
|
static CoveragePackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
static int |
REF_MAPPING
The meta object id for the '
Ref Mapping' class. |
static int |
REF_MAPPING__SOURCE
The feature id for the 'Source' reference.
|
static int |
REF_MAPPING__TARGET
The feature id for the 'Target' reference.
|
static int |
REF_MAPPING_FEATURE_COUNT
The number of structural features of the 'Ref Mapping' class.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EReference |
getAttMapping_Source()
Returns the meta object for the reference '
Source'. |
org.eclipse.emf.ecore.EReference |
getAttMapping_Target()
Returns the meta object for the reference '
Target'. |
org.eclipse.emf.ecore.EClass |
getAttMapping()
Returns the meta object for class '
Att Mapping'. |
org.eclipse.emf.ecore.EReference |
getConceptMapping_Source()
Returns the meta object for the reference '
Source'. |
org.eclipse.emf.ecore.EReference |
getConceptMapping_Target()
Returns the meta object for the reference '
Target'. |
org.eclipse.emf.ecore.EClass |
getConceptMapping()
Returns the meta object for class '
Concept Mapping'. |
org.eclipse.emf.ecore.EReference |
getCoverage_Input()
Returns the meta object for the reference '
Input'. |
org.eclipse.emf.ecore.EReference |
getCoverage_Mappings()
Returns the meta object for the containment reference list '
Mappings'. |
org.eclipse.emf.ecore.EAttribute |
getCoverage_Service()
Returns the meta object for the attribute '
Service'. |
org.eclipse.emf.ecore.EClass |
getCoverage()
Returns the meta object for class '
Coverage'. |
CoverageFactory |
getCoverageFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EClass |
getCoverageMapping()
Returns the meta object for class '
Mapping'. |
org.eclipse.emf.ecore.EReference |
getRefMapping_Source()
Returns the meta object for the reference '
Source'. |
org.eclipse.emf.ecore.EReference |
getRefMapping_Target()
Returns the meta object for the reference '
Target'. |
org.eclipse.emf.ecore.EClass |
getRefMapping()
Returns the meta object for class '
Ref Mapping'. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final CoveragePackage eINSTANCE
static final int COVERAGE
Coverage' class.static final int COVERAGE__MAPPINGS
static final int COVERAGE__INPUT
static final int COVERAGE__SERVICE
static final int COVERAGE_FEATURE_COUNT
static final int COVERAGE_MAPPING
Mapping' class.static final int COVERAGE_MAPPING_FEATURE_COUNT
static final int ATT_MAPPING
Att Mapping' class.static final int ATT_MAPPING__SOURCE
static final int ATT_MAPPING__TARGET
static final int ATT_MAPPING_FEATURE_COUNT
static final int REF_MAPPING
Ref Mapping' class.static final int REF_MAPPING__SOURCE
static final int REF_MAPPING__TARGET
static final int REF_MAPPING_FEATURE_COUNT
static final int CONCEPT_MAPPING
Concept Mapping' class.static final int CONCEPT_MAPPING__SOURCE
static final int CONCEPT_MAPPING__TARGET
static final int CONCEPT_MAPPING_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getCoverage()
Coverage'.Coverageorg.eclipse.emf.ecore.EReference getCoverage_Mappings()
Mappings'.Coverage.getMappings(),
getCoverage()org.eclipse.emf.ecore.EReference getCoverage_Input()
Input'.Coverage.getInput(),
getCoverage()org.eclipse.emf.ecore.EAttribute getCoverage_Service()
Service'.Coverage.getService(),
getCoverage()org.eclipse.emf.ecore.EClass getCoverageMapping()
Mapping'.CoverageMappingorg.eclipse.emf.ecore.EClass getAttMapping()
Att Mapping'.AttMappingorg.eclipse.emf.ecore.EReference getAttMapping_Source()
Source'.AttMapping.getSource(),
getAttMapping()org.eclipse.emf.ecore.EReference getAttMapping_Target()
Target'.AttMapping.getTarget(),
getAttMapping()org.eclipse.emf.ecore.EClass getRefMapping()
Ref Mapping'.RefMappingorg.eclipse.emf.ecore.EReference getRefMapping_Source()
Source'.RefMapping.getSource(),
getRefMapping()org.eclipse.emf.ecore.EReference getRefMapping_Target()
Target'.RefMapping.getTarget(),
getRefMapping()org.eclipse.emf.ecore.EClass getConceptMapping()
Concept Mapping'.ConceptMappingorg.eclipse.emf.ecore.EReference getConceptMapping_Source()
Source'.ConceptMapping.getSource(),
getConceptMapping()org.eclipse.emf.ecore.EReference getConceptMapping_Target()
Target'.ConceptMapping.getTarget(),
getConceptMapping()CoverageFactory getCoverageFactory()