Interface Mask

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    MaskImpl

    public interface Mask
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Mask'. A mask defines the set of tuple variables that need to be taken into consideration for operations.

    The following features are supported:

    See Also:
    RecipesPackage.getMask()
    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 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.
      • 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
    • Method Detail

      • getSourceIndices

        org.eclipse.emf.common.util.EList<java.lang.Integer> getSourceIndices()
        Returns the value of the 'Source Indices' attribute list. The list contents are of type Integer. The indices that are relevant for tuple operations.
        Returns:
        the value of the 'Source Indices' attribute list.
        See Also:
        RecipesPackage.getMask_SourceIndices()
        Generated:
        Model:
        unique="false" dataType="org.eclipse.viatra.query.runtime.rete.recipes.Index"
      • setSourceArity

        void setSourceArity​(int value)
        Sets the value of the 'Source Arity' attribute.
        Parameters:
        value - the new value of the 'Source Arity' attribute.
        See Also:
        getSourceArity()
        Generated: