|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
de.cau.cs.kieler.kev.mapping.impl.AnimationImpl
public abstract class AnimationImpl
An implementation of the model object 'RunnableAnimation'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected static String |
ACCESS_ID_EDEFAULT
The default value of the ' Access ID ' attribute. |
protected String |
accessID
The cached value of the ' Access ID ' attribute. |
protected String |
input
The cached value of the ' Input ' attribute. |
protected static String |
INPUT_EDEFAULT
The default value of the ' Input ' attribute. |
protected String |
key
The cached value of the ' Key ' attribute. |
protected static String |
KEY_EDEFAULT
The default value of the ' Key ' attribute. |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
AnimationImpl()
|
Method Summary | |
---|---|
void |
apply(Object jsonObject,
String svgElementID)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
String |
getAccessID()
|
String |
getActualJSONValue(Object jsonObject,
String svgElementID)
This abstract method is equal for all animations. |
String |
getInput()
|
String |
getKey()
|
void |
initialize(String svgElementID)
|
boolean |
isClonedElement(String svgElementID)
This method checks whether the given SVGElementID is a clone or not. |
void |
setAccessID(String newAccessID)
|
void |
setInput(String newInput)
|
void |
setKey(String newKey)
|
String |
toString()
|
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
---|
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final String INPUT_EDEFAULT
Input
' attribute.
getInput()
protected String input
Input
' attribute.
getInput()
protected static final String ACCESS_ID_EDEFAULT
Access ID
' attribute.
getAccessID()
,
Constant Field Valuesprotected String accessID
Access ID
' attribute.
getAccessID()
protected static final String KEY_EDEFAULT
Key
' attribute.
getKey()
,
Constant Field Valuesprotected String key
Key
' attribute.
getKey()
Constructor Detail |
---|
protected AnimationImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public String getInput()
getInput
in interface Animation
Animation.setInput(String)
,
MappingPackage.getAnimation_Input()
public void setInput(String newInput)
setInput
in interface Animation
newInput
- the new value of the 'Input' attribute.Animation.getInput()
public String getAccessID()
getAccessID
in interface Animation
Animation.setAccessID(String)
,
MappingPackage.getAnimation_AccessID()
public void setAccessID(String newAccessID)
setAccessID
in interface Animation
newAccessID
- the new value of the 'Access ID' attribute.Animation.getAccessID()
public String getKey()
getKey
in interface Animation
Animation.setKey(String)
,
MappingPackage.getAnimation_Key()
public void setKey(String newKey)
setKey
in interface Animation
newKey
- the new value of the 'Key' attribute.Animation.getKey()
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
public String toString()
toString
in class BasicEObjectImpl
public String getActualJSONValue(Object jsonObject, String svgElementID)
public void apply(Object jsonObject, String svgElementID)
apply
in interface Animation
public void initialize(String svgElementID)
initialize
in interface Animation
public boolean isClonedElement(String svgElementID)
isClonedElement
in interface Animation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |