Interface ReadIsClassifiedObjectAction

    • Method Detail

      • setIsDirect

        void setIsDirect​(boolean value)
        Sets the value of the 'Is Direct' attribute.
        Parameters:
        value - the new value of the 'Is Direct' attribute.
        See Also:
        isDirect()
      • setClassifier

        void setClassifier​(Classifier value)
        Sets the value of the 'Classifier' reference.
        Parameters:
        value - the new value of the 'Classifier' reference.
        See Also:
        getClassifier()
      • 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()
      • setObject

        void setObject​(InputPin value)
        Sets the value of the 'Object' containment reference.
        Parameters:
        value - the new value of the 'Object' containment reference.
        See Also:
        getObject()
      • createObject

        InputPin createObject​(String name,
                              Type type,
                              org.eclipse.emf.ecore.EClass eClass)
        Creates a new InputPin, with the specified 'Name', and 'Type', and sets the 'Object' containment reference.
        Parameters:
        name - The 'Name' for the new InputPin, or null.
        type - The 'Type' for the new InputPin, or null.
        eClass - The Ecore class of the InputPin to create.
        Returns:
        The new InputPin.
        See Also:
        getObject()
      • createObject

        InputPin createObject​(String name,
                              Type type)
        Creates a new InputPin,with the specified 'Name', and 'Type', and sets the 'Object' containment reference.
        Parameters:
        name - The 'Name' for the new InputPin, or null.
        type - The 'Type' for the new InputPin, or null.
        Returns:
        The new InputPin.
        See Also:
        getObject()
      • validateMultiplicityOfInput

        boolean validateMultiplicityOfInput​(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                            Map context)
        The multiplicity of the input pin is 1..1. self.object.multiplicity.is(1,1)
      • validateNoType

        boolean validateNoType​(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                               Map context)
        The input pin has no type. self.object.type->isEmpty()
      • validateMultiplicityOfOutput

        boolean validateMultiplicityOfOutput​(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                             Map context)
        The multiplicity of the output pin is 1..1. self.result.multiplicity.is(1,1)
      • validateBooleanResult

        boolean validateBooleanResult​(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                      Map context)
        The type of the output pin is Boolean self.result.type = Boolean