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

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

public interface Move
extends Animation

A representation of the model object 'Move'.

The following features are supported:

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

Method Summary
 String getXRange()
          Returns the value of the 'XRange' attribute.
 String getYRange()
          Returns the value of the 'YRange' attribute.
 void setXRange(String value)
          Sets the value of the 'XRange' attribute.
 void setYRange(String value)
          Sets the value of the 'YRange' 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

getXRange

String getXRange()
Returns the value of the 'XRange' attribute.

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

Returns:
the value of the 'XRange' attribute.
See Also:
setXRange(String), MappingPackage.getMove_XRange()
Generated:
This code was automatically generated.
Model element

setXRange

void setXRange(String value)
Sets the value of the 'XRange' attribute.

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

getYRange

String getYRange()
Returns the value of the 'YRange' attribute.

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

Returns:
the value of the 'YRange' attribute.
See Also:
setYRange(String), MappingPackage.getMove_YRange()
Generated:
This code was automatically generated.
Model element

setYRange

void setYRange(String value)
Sets the value of the 'YRange' attribute.

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