Interface LocalDirectoryRepository

    • Method Detail

      • getUri

        String getUri()
        Returns the value of the 'Uri' attribute.

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

        Returns:
        the value of the 'Uri' attribute.
        See Also:
        setUri(String), localPackage.getLocalDirectoryRepository_Uri()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setUri

        void setUri​(String value)
        Sets the value of the 'Uri' attribute.
        Parameters:
        value - the new value of the 'Uri' attribute.
        See Also:
        getUri()
        Generated class or method.
      • convertUriStringToFile

        File convertUriStringToFile​(String uriString)
                             throws DataNotAccessibleException
        Throws:
        DataNotAccessibleException
        Generated class or method.
        NOT (at least the exception)
        EMF model class or method.
        type="org.palladiosimulator.edp2.local.File" required="true" ordered="false" uriStringRequired="true" uriStringOrdered="false"