org.eclipse.emf.henshin.model
Interface Mapping

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

public interface Mapping
extends ModelElement

A representation of the model object 'Mapping'.

The following features are supported:

See Also:
HenshinPackage.getMapping()

Method Summary
 Node getImage()
          Returns the value of the 'Image' reference.
 Node getOrigin()
          Returns the value of the 'Origin' reference.
 void setImage(Node value)
          Sets the value of the 'Image' reference.
 void setOrigin(Node value)
          Sets the value of the 'Origin' 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

getOrigin

Node getOrigin()
Returns the value of the 'Origin' reference.

Returns:
the value of the 'Origin' reference.
See Also:
setOrigin(Node), HenshinPackage.getMapping_Origin()

setOrigin

void setOrigin(Node value)
Sets the value of the 'Origin' reference.

Parameters:
value - the new value of the 'Origin' reference.
See Also:
getOrigin()

getImage

Node getImage()
Returns the value of the 'Image' reference.

Returns:
the value of the 'Image' reference.
See Also:
setImage(Node), HenshinPackage.getMapping_Image()

setImage

void setImage(Node value)
Sets the value of the 'Image' reference.

Parameters:
value - the new value of the 'Image' reference.
See Also:
getImage()