public interface Mask
extends org.eclipse.emf.ecore.EObject
The following features are supported:
RecipesPackage.getMask()
Modifier and Type | Method and Description |
---|---|
int |
getSourceArity()
Returns the value of the 'Source Arity' attribute.
|
org.eclipse.emf.common.util.EList<java.lang.Integer> |
getSourceIndices()
Returns the value of the 'Source Indices' attribute list.
|
void |
setSourceArity(int value)
Sets the value of the '
Source Arity ' attribute. |
org.eclipse.emf.common.util.EList<java.lang.Integer> getSourceIndices()
Integer
.
The indices that are relevant for tuple operations.
RecipesPackage.getMask_SourceIndices()
int getSourceArity()
setSourceArity(int)
,
RecipesPackage.getMask_SourceArity()
void setSourceArity(int value)
Source Arity
' attribute.
value
- the new value of the 'Source Arity' attribute.getSourceArity()