Interface Library

    • Method Detail

      • getImplementation

        Class getImplementation()
        Returns the value of the 'Implementation' attribute.

        If the meaning of the 'Implementation' attribute isn't clear, there really should be more of a description here...

        Relative path to the code implementing the operations of the library
        Returns:
        the value of the 'Implementation' attribute.
        See Also:
        setImplementation(Class), DeclarationPackage.getLibrary_Implementation()
      • setImplementation

        void setImplementation​(Class value)
        Sets the value of the 'Implementation' attribute.
        Parameters:
        value - the new value of the 'Implementation' attribute.
        See Also:
        getImplementation()
      • setLabel

        void setLabel​(String value)
        Sets the value of the 'Label' attribute.
        Parameters:
        value - the new value of the 'Label' attribute.
        See Also:
        getLabel()
      • getLibraries

        org.eclipse.emf.common.util.EList<Library> getLibraries()
        Returns the value of the 'Libraries' containment reference list. The list contents are of type Library.

        If the meaning of the 'Libraries' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Libraries' containment reference list.
        See Also:
        DeclarationPackage.getLibrary_Libraries()
      • getOperation

        Operation getOperation​(String name)
        Helper method to determine the operation in the library with a certain name