public interface MappingCS
A representation of the model object 'Mapping CS'.
The following features are supported:
EqvtcCSTPackage.getMappingCS()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList<MappingCS> |
getComposedMappings()
Returns the value of the 'Composed Mappings' containment reference list. |
org.eclipse.emf.common.util.EList<DomainCS> |
getDomains()
Returns the value of the 'Domains' containment reference list. |
IdentifierCS |
getIn()
Returns the value of the 'In' containment reference. |
IdentifierCS |
getRefines()
Returns the value of the 'Refines' containment reference. |
void |
setIn(IdentifierCS value)
Sets the value of the ' In ' containment reference. |
void |
setRefines(IdentifierCS value)
Sets the value of the ' Refines ' containment reference. |
Methods inherited from interface org.eclipse.gmt.umlx.eqvtc.cst.AreaCS |
---|
getBottomPattern, getGuardPattern, setBottomPattern, setGuardPattern |
Methods inherited from interface org.eclipse.gmt.umlx.eqvtc.cst.IdentifiedCSTNode |
---|
getIdentifier, setIdentifier |
Methods inherited from interface org.eclipse.ocl.internal.cst.CSTNode |
---|
getEndOffset, getStartOffset, setEndOffset, setStartOffset |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
IdentifierCS getIn()
If the meaning of the 'In' containment reference isn't clear, there really should be more of a description here...
setIn(IdentifierCS)
,
EqvtcCSTPackage.getMappingCS_In()
void setIn(IdentifierCS value)
In
' containment reference.
value
- the new value of the 'In' containment reference.getIn()
IdentifierCS getRefines()
If the meaning of the 'Refines' containment reference isn't clear, there really should be more of a description here...
setRefines(IdentifierCS)
,
EqvtcCSTPackage.getMappingCS_Refines()
void setRefines(IdentifierCS value)
Refines
' containment reference.
value
- the new value of the 'Refines' containment reference.getRefines()
org.eclipse.emf.common.util.EList<MappingCS> getComposedMappings()
MappingCS
.
If the meaning of the 'Composed Mappings' containment reference list isn't clear, there really should be more of a description here...
EqvtcCSTPackage.getMappingCS_ComposedMappings()
org.eclipse.emf.common.util.EList<DomainCS> getDomains()
DomainCS
.
If the meaning of the 'Domains' containment reference list isn't clear, there really should be more of a description here...
EqvtcCSTPackage.getMappingCS_Domains()