org.eclipse.gmt.umlx.eqvtc.cst
Interface MappingCS

All Superinterfaces:
AreaCS, org.eclipse.ocl.internal.cst.CSTNode, org.eclipse.emf.ecore.EObject, IdentifiedCSTNode, org.eclipse.emf.common.notify.Notifier

public interface MappingCS
extends AreaCS

A representation of the model object 'Mapping CS'.

The following features are supported:

See Also:
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

getIn

IdentifierCS getIn()
Returns the value of the 'In' containment reference.

If the meaning of the 'In' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'In' containment reference.
See Also:
setIn(IdentifierCS), EqvtcCSTPackage.getMappingCS_In()

setIn

void setIn(IdentifierCS value)
Sets the value of the 'In' containment reference.

Parameters:
value - the new value of the 'In' containment reference.
See Also:
getIn()

getRefines

IdentifierCS getRefines()
Returns the value of the 'Refines' containment reference.

If the meaning of the 'Refines' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Refines' containment reference.
See Also:
setRefines(IdentifierCS), EqvtcCSTPackage.getMappingCS_Refines()

setRefines

void setRefines(IdentifierCS value)
Sets the value of the 'Refines' containment reference.

Parameters:
value - the new value of the 'Refines' containment reference.
See Also:
getRefines()

getComposedMappings

org.eclipse.emf.common.util.EList<MappingCS> getComposedMappings()
Returns the value of the 'Composed Mappings' containment reference list. The list contents are of type MappingCS.

If the meaning of the 'Composed Mappings' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Composed Mappings' containment reference list.
See Also:
EqvtcCSTPackage.getMappingCS_ComposedMappings()

getDomains

org.eclipse.emf.common.util.EList<DomainCS> getDomains()
Returns the value of the 'Domains' containment reference list. The list contents are of type DomainCS.

If the meaning of the 'Domains' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Domains' containment reference list.
See Also:
EqvtcCSTPackage.getMappingCS_Domains()