public interface ActionAssociation extends EObject
The following features are supported:
SfcPackage.getActionAssociation()
Modifier and Type | Method and Description |
---|---|
Action |
getHasAction()
Returns the value of the 'Has Action' reference.
|
ActionQualifier |
getHasActionQualifier()
Returns the value of the 'Has Action Qualifier' reference.
|
VariableAccess |
getHasIndicatorVariable()
Returns the value of the 'Has Indicator Variable' reference.
|
void |
setHasAction(Action value)
Sets the value of the '
Has Action ' reference. |
void |
setHasActionQualifier(ActionQualifier value)
Sets the value of the '
Has Action Qualifier ' reference. |
void |
setHasIndicatorVariable(VariableAccess value)
Sets the value of the '
Has Indicator Variable ' reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
Action getHasAction()
If the meaning of the 'Has Action' reference isn't clear, there really should be more of a description here...
setHasAction(Action)
,
SfcPackage.getActionAssociation_HasAction()
void setHasAction(Action value)
Has Action
' reference.
value
- the new value of the 'Has Action' reference.getHasAction()
VariableAccess getHasIndicatorVariable()
If the meaning of the 'Has Indicator Variable' reference isn't clear, there really should be more of a description here...
setHasIndicatorVariable(VariableAccess)
,
SfcPackage.getActionAssociation_HasIndicatorVariable()
void setHasIndicatorVariable(VariableAccess value)
Has Indicator Variable
' reference.
value
- the new value of the 'Has Indicator Variable' reference.getHasIndicatorVariable()
ActionQualifier getHasActionQualifier()
If the meaning of the 'Has Action Qualifier' reference isn't clear, there really should be more of a description here...
setHasActionQualifier(ActionQualifier)
,
SfcPackage.getActionAssociation_HasActionQualifier()
void setHasActionQualifier(ActionQualifier value)
Has Action Qualifier
' reference.
value
- the new value of the 'Has Action Qualifier' reference.getHasActionQualifier()