Interface ReadExtentAction

    • Method Detail

      • setResult

        void setResult​(OutputPin value)
        Sets the value of the 'Result' containment reference.
        Parameters:
        value - the new value of the 'Result' containment reference.
        See Also:
        getResult()
      • createResult

        OutputPin createResult​(String name,
                               Type type)
        Creates a new OutputPin,with the specified 'Name', and 'Type', and sets the 'Result' containment reference.
        Parameters:
        name - The 'Name' for the new OutputPin, or null.
        type - The 'Type' for the new OutputPin, or null.
        Returns:
        The new OutputPin.
        See Also:
        getResult()
      • setClassifier

        void setClassifier​(Classifier value)
        Sets the value of the 'Classifier' reference.
        Parameters:
        value - the new value of the 'Classifier' reference.
        See Also:
        getClassifier()
      • validateTypeIsClassifier

        boolean validateTypeIsClassifier​(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                         Map context)
        The type of the result output pin is the classifier. true
      • validateMultiplicityOfResult

        boolean validateMultiplicityOfResult​(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                             Map context)
        The multiplicity of the result output pin is 0..*. self.result.multiplicity.is(0,#null)