public interface ConceptMapping extends CoverageMapping
The following features are supported:
CoveragePackage.getConceptMapping()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EClass |
getSource()
Returns the value of the 'Source' reference.
|
org.eclipse.emf.ecore.EClass |
getTarget()
Returns the value of the 'Target' reference.
|
void |
setSource(org.eclipse.emf.ecore.EClass value)
Sets the value of the '
Source' reference. |
void |
setTarget(org.eclipse.emf.ecore.EClass value)
Sets the value of the '
Target' reference. |
org.eclipse.emf.ecore.EClass getSource()
setSource(EClass),
CoveragePackage.getConceptMapping_Source()void setSource(org.eclipse.emf.ecore.EClass value)
Source' reference.value - the new value of the 'Source' reference.getSource()org.eclipse.emf.ecore.EClass getTarget()
setTarget(EClass),
CoveragePackage.getConceptMapping_Target()void setTarget(org.eclipse.emf.ecore.EClass value)
Target' reference.value - the new value of the 'Target' reference.getTarget()