Interface ProductionRecipe

    • Method Detail

      • 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. Indicates the positions of parameters.
        Returns:
        the value of the 'Mapped Indices' map.
        See Also:
        RecipesPackage.getProductionRecipe_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>"
      • getPattern

        java.lang.Object getPattern()
        Returns the value of the 'Pattern' attribute. Traceability link to defining pattern object (from EMFPatternLanguage) TODO unused?
        Returns:
        the value of the 'Pattern' attribute.
        See Also:
        setPattern(Object), RecipesPackage.getProductionRecipe_Pattern()
        Generated:
        Model:
        unique="false"
      • setPattern

        void setPattern​(java.lang.Object value)
        Sets the value of the 'Pattern' attribute.
        Parameters:
        value - the new value of the 'Pattern' attribute.
        See Also:
        getPattern()
        Generated:
      • setPatternFQN

        void setPatternFQN​(java.lang.String value)
        Sets the value of the 'Pattern FQN' attribute.
        Parameters:
        value - the new value of the 'Pattern FQN' attribute.
        See Also:
        getPatternFQN()
        Generated: