Package | Description |
---|---|
jsondiscoverer.coverage |
Interfaces for the coverage model (EMF generated).
|
jsondiscoverer.coverage.impl |
Implementation classes for the coverage model (EMF generated).
|
jsondiscoverer.coverage.util |
Utility classes for the coverage model (EMF generated).
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttMapping
A representation of the model object 'Att Mapping'.
|
interface |
ConceptMapping
A representation of the model object 'Concept Mapping'.
|
interface |
RefMapping
A representation of the model object 'Ref Mapping'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<CoverageMapping> |
Coverage.getMappings()
Returns the value of the 'Mappings' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
AttMappingImpl
An implementation of the model object 'Att Mapping'.
|
class |
ConceptMappingImpl
An implementation of the model object 'Concept Mapping'.
|
class |
CoverageMappingImpl
An implementation of the model object 'Mapping'.
|
class |
RefMappingImpl
An implementation of the model object 'Ref Mapping'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<CoverageMapping> |
CoverageImpl.mappings
The cached value of the '
Mappings ' containment reference list. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<CoverageMapping> |
CoverageImpl.getMappings() |
Modifier and Type | Method and Description |
---|---|
T |
CoverageSwitch.caseCoverageMapping(CoverageMapping object)
Returns the result of interpreting the object as an instance of 'Mapping'.
|