org.eclipse.emf.henshin.model
Interface ParameterMapping

All Superinterfaces:
EObject, ModelElement, Notifier
All Known Implementing Classes:
ParameterMappingImpl

public interface ParameterMapping
extends ModelElement

A representation of the model object 'Parameter Mapping'.

The following features are supported:

See Also:
HenshinPackage.getParameterMapping()

Method Summary
 Parameter getSource()
          Returns the value of the 'Source' reference.
 Parameter getTarget()
          Returns the value of the 'Target' reference.
 void setSource(Parameter value)
          Sets the value of the 'Source' reference.
 void setTarget(Parameter value)
          Sets the value of the 'Target' reference.
 
Methods inherited from interface org.eclipse.emf.henshin.model.ModelElement
getAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getSource

Parameter getSource()
Returns the value of the 'Source' reference.

Returns:
the value of the 'Source' reference.
See Also:
setSource(Parameter), HenshinPackage.getParameterMapping_Source()

setSource

void setSource(Parameter value)
Sets the value of the 'Source' reference.

Parameters:
value - the new value of the 'Source' reference.
See Also:
getSource()

getTarget

Parameter getTarget()
Returns the value of the 'Target' reference.

Returns:
the value of the 'Target' reference.
See Also:
setTarget(Parameter), HenshinPackage.getParameterMapping_Target()

setTarget

void setTarget(Parameter value)
Sets the value of the 'Target' reference.

Parameters:
value - the new value of the 'Target' reference.
See Also:
getTarget()