Interface ExpressionEnforcerRecipe

    • Method Detail

      • setExpression

        void setExpression​(ExpressionDefinition value)
        Sets the value of the 'Expression' containment reference.
        Parameters:
        value - the new value of the 'Expression' containment reference.
        See Also:
        getExpression()
        Generated:
      • getMappedIndices

        org.eclipse.emf.common.util.EMap<java.lang.String,​java.lang.Integer> getMappedIndices()
        Returns the value of the 'Mapped Indices' map. The key is of type String, and the value is of type Integer, String -> Index map. Maps variable names in the expression to tuple indices.
        Returns:
        the value of the 'Mapped Indices' map.
        See Also:
        RecipesPackage.getExpressionEnforcerRecipe_MappedIndices()
        Generated:
        Model:
        mapType="org.eclipse.viatra.query.runtime.rete.recipes.StringIndexMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.viatra.query.runtime.rete.recipes.Index>"
      • setCacheOutput

        void setCacheOutput​(boolean value)
        Sets the value of the 'Cache Output' attribute.
        Parameters:
        value - the new value of the 'Cache Output' attribute.
        See Also:
        isCacheOutput()
        Generated: