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

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
Colorize, Move, MovePath, MoveTo, Opacity, Rotate, Text
All Known Implementing Classes:
AnimationImpl, ColorizeImpl, MoveImpl, MovePathImpl, MoveToImpl, OpacityImpl, RotateImpl, TextImpl

public interface Animation
extends EObject

A representation of the model object 'RunnableAnimation'.

The following features are supported:

See Also:
MappingPackage.getAnimation()
Rating red
Generated:
This code was automatically generated.
Model element:
abstract=true

Method Summary
 void apply(Object jsonObject, String svgElementID)
           
 String getAccessID()
          Returns the value of the 'Access ID' attribute.
 String getInput()
          Returns the value of the 'Input' attribute.
 String getKey()
          Returns the value of the 'Key' attribute.
 void initialize(String svgElementID)
           
 boolean isClonedElement(String svgElementID)
           
 void setAccessID(String value)
          Sets the value of the 'Access ID' attribute.
 void setInput(String value)
          Sets the value of the 'Input' attribute.
 void setKey(String value)
          Sets the value of the 'Key' 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

getInput

String getInput()
Returns the value of the 'Input' attribute.

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

Returns:
the value of the 'Input' attribute.
See Also:
setInput(String), MappingPackage.getAnimation_Input()
Generated:
This code was automatically generated.
Model element:
required=true

setInput

void setInput(String value)
Sets the value of the 'Input' attribute.

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

getAccessID

String getAccessID()
Returns the value of the 'Access ID' attribute. The default value is "".

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

Returns:
the value of the 'Access ID' attribute.
See Also:
setAccessID(String), MappingPackage.getAnimation_AccessID()
Generated:
This code was automatically generated.
Model element:
default=

setAccessID

void setAccessID(String value)
Sets the value of the 'Access ID' attribute.

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

getKey

String getKey()
Returns the value of the 'Key' attribute. The default value is "".

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

Returns:
the value of the 'Key' attribute.
See Also:
setKey(String), MappingPackage.getAnimation_Key()
Generated:
This code was automatically generated.
Model element:
default=

setKey

void setKey(String value)
Sets the value of the 'Key' attribute.

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

apply

void apply(Object jsonObject,
           String svgElementID)

Generated:
This code was automatically generated.
Model element

initialize

void initialize(String svgElementID)

Generated:
This code was automatically generated.
Model element

isClonedElement

boolean isClonedElement(String svgElementID)

Generated:
This code was automatically generated.
Model element