Interface TrimmerRecipe
-
- All Superinterfaces:
AlphaRecipe
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,ReteNodeRecipe
,SingleParentNodeRecipe
- All Known Implementing Classes:
TrimmerRecipeImpl
public interface TrimmerRecipe extends AlphaRecipe
A representation of the model object 'Trimmer Recipe'. Implements projection without uniqueness checking.The following features are supported:
- See Also:
RecipesPackage.getTrimmerRecipe()
- Generated:
- Model:
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
copyright
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getArity()
Mask
getMask()
Returns the value of the 'Mask' containment reference.void
setMask(Mask value)
Sets the value of the 'Mask
' containment reference.-
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.viatra.query.runtime.rete.recipes.ReteNodeRecipe
getEquivalenceClassIDs, getTraceInfo, setTraceInfo
-
Methods inherited from interface org.eclipse.viatra.query.runtime.rete.recipes.SingleParentNodeRecipe
getParent, setParent
-
-
-
-
Field Detail
-
copyright
static final java.lang.String copyright
- See Also:
- Constant Field Values
- Generated:
-
-
Method Detail
-
getMask
Mask getMask()
Returns the value of the 'Mask' containment reference.- Returns:
- the value of the 'Mask' containment reference.
- See Also:
setMask(Mask)
,RecipesPackage.getTrimmerRecipe_Mask()
- Generated:
- Model:
- containment="true"
-
setMask
void setMask(Mask value)
Sets the value of the 'Mask
' containment reference.- Parameters:
value
- the new value of the 'Mask' containment reference.- See Also:
getMask()
- Generated:
-
getArity
int getArity()
- Specified by:
getArity
in interfaceReteNodeRecipe
- Generated:
- Model:
- kind="operation" unique="false"
-
-