de.cau.cs.kieler.synccharts
Interface Effect
- All Superinterfaces:
- EObject, Notifier
- All Known Subinterfaces:
- Assignment, Emission, HostCode
- All Known Implementing Classes:
- AssignmentImpl, EffectImpl, EmissionImpl, HostCodeImpl
public interface Effect
- extends EObject
A representation of the model object 'Effect'.
The following features are supported:
- See Also:
SyncchartsPackage.getEffect()
- Rating

- Generated:
- This code was automatically generated.
- Model element:
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
getParentEAction
Action getParentEAction()
- Returns the value of the 'Parent EAction' container reference.
It is bidirectional and its opposite is '
Effects
'.
If the meaning of the 'Parent EAction' container reference isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Parent EAction' container reference.
- See Also:
setParentEAction(Action)
,
SyncchartsPackage.getEffect_ParentEAction()
,
Action.getEffects()
- Generated:
- This code was automatically generated.
- Model element:
opposite | = | effects |
required | = | true |
transient | = | false |
setParentEAction
void setParentEAction(Action value)
- Sets the value of the '
Parent EAction
' container reference.
- Parameters:
value
- the new value of the 'Parent EAction' container reference.- See Also:
getParentEAction()
- Generated:
- This code was automatically generated.