|
||||||||||
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
de.cau.cs.kieler.kev.mapping.impl.MovePathImpl
public class MovePathImpl
An implementation of the model object 'Move Path'.
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 |
ANCHOR_POINT_EDEFAULT
The default value of the ' Anchor point ' attribute. |
protected String |
anchorPoint
The cached value of the ' Anchor Point ' attribute. |
protected static String |
AUTO_ORIENTATION_EDEFAULT
The default value of the ' Auto Orientation ' attribute. |
protected String |
autoOrientation
The cached value of the ' Auto Orientation ' attribute. |
protected String |
path
The cached value of the ' Path ' attribute. |
protected static String |
PATH_EDEFAULT
The default value of the ' Path ' attribute. |
Fields inherited from class de.cau.cs.kieler.kev.mapping.impl.AnimationImpl |
---|
ACCESS_ID_EDEFAULT, accessID, input, INPUT_EDEFAULT, key, KEY_EDEFAULT |
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 |
MovePathImpl()
|
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 |
getAnchorPoint()
|
String |
getAutoOrientation()
|
String |
getPath()
|
void |
initialize(String svgElementID)
|
void |
setAnchorPoint(String newAnchorPoint)
|
void |
setAutoOrientation(String newAutoOrientation)
|
void |
setPath(String newPath)
|
String |
toString()
|
Methods inherited from class de.cau.cs.kieler.kev.mapping.impl.AnimationImpl |
---|
getAccessID, getActualJSONValue, getInput, getKey, isClonedElement, setAccessID, setInput, setKey |
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 de.cau.cs.kieler.kev.mapping.Animation |
---|
getAccessID, getInput, getKey, 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 |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected static final String PATH_EDEFAULT
Path
' attribute.
getPath()
protected String path
Path
' attribute.
getPath()
protected static final String ANCHOR_POINT_EDEFAULT
Anchor point
' attribute.
#getAnchor_point()
protected String anchorPoint
Anchor Point
' attribute.
getAnchorPoint()
protected static final String AUTO_ORIENTATION_EDEFAULT
Auto Orientation
' attribute.
getAutoOrientation()
protected String autoOrientation
Auto Orientation
' attribute.
getAutoOrientation()
Constructor Detail |
---|
protected MovePathImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class AnimationImpl
public String getPath()
getPath
in interface MovePath
MovePath.setPath(String)
,
MappingPackage.getMovePath_Path()
public void setPath(String newPath)
setPath
in interface MovePath
newPath
- the new value of the 'Path' attribute.MovePath.getPath()
public String getAnchorPoint()
getAnchorPoint
in interface MovePath
MovePath.setAnchorPoint(String)
,
MappingPackage.getMovePath_AnchorPoint()
public void setAnchorPoint(String newAnchorPoint)
setAnchorPoint
in interface MovePath
newAnchorPoint
- the new value of the 'Anchor Point' attribute.MovePath.getAnchorPoint()
public String getAutoOrientation()
getAutoOrientation
in interface MovePath
MovePath.setAutoOrientation(String)
,
MappingPackage.getMovePath_AutoOrientation()
public void setAutoOrientation(String newAutoOrientation)
setAutoOrientation
in interface MovePath
newAutoOrientation
- the new value of the 'Auto Orientation' attribute.MovePath.getAutoOrientation()
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class AnimationImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class AnimationImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class AnimationImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class AnimationImpl
public String toString()
toString
in class AnimationImpl
public void apply(Object jsonObject, String svgElementID)
AnimationImpl
apply
in interface Animation
apply
in class AnimationImpl
public void initialize(String svgElementID)
AnimationImpl
initialize
in interface Animation
initialize
in class AnimationImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |