public interface ParameterTable
extends org.eclipse.emf.ecore.EObject
The following features are supported:
AutomatonPackage.getParameterTable()
Modifier and Type | Method and Description |
---|---|
EventToken |
getEventToken()
Returns the value of the 'Event Token' container reference.
|
org.eclipse.emf.common.util.EList<ParameterBinding> |
getParameterBindings()
Returns the value of the 'Parameter Bindings' containment reference list.
|
void |
setEventToken(EventToken value)
Sets the value of the '
Event Token ' container reference. |
org.eclipse.emf.common.util.EList<ParameterBinding> getParameterBindings()
ParameterBinding
.
It is bidirectional and its opposite is 'Parameter Table
'.
If the meaning of the 'Parameter Bindings' containment reference list isn't clear, there really should be more of a description here...
AutomatonPackage.getParameterTable_ParameterBindings()
,
ParameterBinding.getParameterTable()
EventToken getEventToken()
Parameter Table
'.
If the meaning of the 'Event Token' container reference isn't clear, there really should be more of a description here...
setEventToken(EventToken)
,
AutomatonPackage.getParameterTable_EventToken()
,
EventToken.getParameterTable()
void setEventToken(EventToken value)
Event Token
' container reference.
value
- the new value of the 'Event Token' container reference.getEventToken()