Interface DestroyObjectAction

    • Method Detail

      • setIsDestroyLinks

        void setIsDestroyLinks​(boolean value)
        Sets the value of the 'Is Destroy Links' attribute.
        Parameters:
        value - the new value of the 'Is Destroy Links' attribute.
        See Also:
        isDestroyLinks()
      • setIsDestroyOwnedObjects

        void setIsDestroyOwnedObjects​(boolean value)
        Sets the value of the 'Is Destroy Owned Objects' attribute.
        Parameters:
        value - the new value of the 'Is Destroy Owned Objects' attribute.
        See Also:
        isDestroyOwnedObjects()
      • setTarget

        void setTarget​(InputPin value)
        Sets the value of the 'Target' containment reference.
        Parameters:
        value - the new value of the 'Target' containment reference.
        See Also:
        getTarget()
      • createTarget

        InputPin createTarget​(String name,
                              Type type,
                              org.eclipse.emf.ecore.EClass eClass)
        Creates a new InputPin, with the specified 'Name', and 'Type', and sets the 'Target' 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:
        getTarget()
      • createTarget

        InputPin createTarget​(String name,
                              Type type)
        Creates a new InputPin,with the specified 'Name', and 'Type', and sets the 'Target' 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:
        getTarget()
      • validateMultiplicity

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

        boolean validateNoType​(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                               Map context)
        The input pin has no type. self.target.type->size() = 0