org.eclipse.gmf.mappings
Interface VisualEffectMapping

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
VisualEffectMappingImpl

public interface VisualEffectMapping
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Visual Effect Mapping'.

The following features are supported:

See Also:
GMFMapPackage.getVisualEffectMapping()
Generated
Model Properties:

Method Summary
 Pin getDiagramPin()
          Returns the value of the 'Diagram Pin' reference.
 String getOclExpression()
          Returns the value of the 'Ocl Expression' attribute.
 MappingEntry getParentMapEntry()
          Returns the value of the 'Parent Map Entry' container reference.
 void setDiagramPin(Pin value)
          Sets the value of the 'Diagram Pin' reference.
 void setOclExpression(String value)
          Sets the value of the 'Ocl Expression' attribute.
 
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

getDiagramPin

Pin getDiagramPin()
Returns the value of the 'Diagram Pin' reference.

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

Returns:
the value of the 'Diagram Pin' reference.
See Also:
setDiagramPin(Pin), GMFMapPackage.getVisualEffectMapping_DiagramPin()
Generated
Model Properties:
required="true"

setDiagramPin

void setDiagramPin(Pin value)
Sets the value of the 'Diagram Pin' reference.

Parameters:
value - the new value of the 'Diagram Pin' reference.
See Also:
getDiagramPin()
Generated

getOclExpression

String getOclExpression()
Returns the value of the 'Ocl Expression' attribute.

If the meaning of the 'Ocl Expression' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ocl Expression' attribute.
See Also:
setOclExpression(String), GMFMapPackage.getVisualEffectMapping_OclExpression()
Generated
Model Properties:

setOclExpression

void setOclExpression(String value)
Sets the value of the 'Ocl Expression' attribute.

Parameters:
value - the new value of the 'Ocl Expression' attribute.
See Also:
getOclExpression()
Generated

getParentMapEntry

MappingEntry getParentMapEntry()
Returns the value of the 'Parent Map Entry' container reference. It is bidirectional and its opposite is 'Visual Effects'.

If the meaning of the 'Parent Map Entry' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Parent Map Entry' container reference.
See Also:
GMFMapPackage.getVisualEffectMapping_ParentMapEntry(), MappingEntry.getVisualEffects()
Generated
Model Properties:
opposite="visualEffects" required="true" transient="false" changeable="false"


Copyright © 2012. All Rights Reserved.