de.cau.cs.kieler.kev.mapping
Interface MovePath

All Superinterfaces:
Animation, EObject, Notifier
All Known Implementing Classes:
MovePathImpl

public interface MovePath
extends Animation

A representation of the model object 'Move Path'.

The following features are supported:

See Also:
MappingPackage.getMovePath()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 String getAnchorPoint()
          Returns the value of the 'Anchor Point' attribute.
 String getAutoOrientation()
          Returns the value of the 'Auto Orientation' attribute.
 String getPath()
          Returns the value of the 'Path' attribute.
 void setAnchorPoint(String value)
          Sets the value of the 'Anchor Point' attribute.
 void setAutoOrientation(String value)
          Sets the value of the 'Auto Orientation' attribute.
 void setPath(String value)
          Sets the value of the 'Path' attribute.
 
Methods inherited from interface de.cau.cs.kieler.kev.mapping.Animation
apply, getAccessID, getInput, getKey, initialize, isClonedElement, setAccessID, setInput, setKey
 
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

getPath

String getPath()
Returns the value of the 'Path' attribute.

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

Returns:
the value of the 'Path' attribute.
See Also:
setPath(String), MappingPackage.getMovePath_Path()
Generated:
This code was automatically generated.
Model element

setPath

void setPath(String value)
Sets the value of the 'Path' attribute.

Parameters:
value - the new value of the 'Path' attribute.
See Also:
getPath()
Generated:
This code was automatically generated.

getAnchorPoint

String getAnchorPoint()
Returns the value of the 'Anchor Point' attribute.

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

Returns:
the value of the 'Anchor Point' attribute.
See Also:
setAnchorPoint(String), MappingPackage.getMovePath_AnchorPoint()
Generated:
This code was automatically generated.
Model element

setAnchorPoint

void setAnchorPoint(String value)
Sets the value of the 'Anchor Point' attribute.

Parameters:
value - the new value of the 'Anchor Point' attribute.
See Also:
getAnchorPoint()
Generated:
This code was automatically generated.

getAutoOrientation

String getAutoOrientation()
Returns the value of the 'Auto Orientation' attribute.

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

Returns:
the value of the 'Auto Orientation' attribute.
See Also:
setAutoOrientation(String), MappingPackage.getMovePath_AutoOrientation()
Generated:
This code was automatically generated.
Model element

setAutoOrientation

void setAutoOrientation(String value)
Sets the value of the 'Auto Orientation' attribute.

Parameters:
value - the new value of the 'Auto Orientation' attribute.
See Also:
getAutoOrientation()
Generated:
This code was automatically generated.