Interface Repositories

  • All Superinterfaces:
    org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Notifier
    All Known Implementing Classes:
    RepositoriesImpl

    public interface Repositories
    extends org.eclipse.emf.cdo.CDOObject
    A representation of the model object 'Repositories'. Contains a list of available repositories.  Can be used  ;to load/store the list of available repositories. Also provides the advantage that links between the different available repositories at runtime can be resolved. E.g. this allows reusing metric definitions from one repository in another one.

    The following features are supported:

    See Also:
    RepositoryPackage.getRepositories()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • getAvailableRepositories

        EList<Repository> getAvailableRepositories()
        Returns the value of the 'Available Repositories' containment reference list. The list contents are of type Repository . It is bidirectional and its opposite is ' Repositories'.

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

        Returns:
        the value of the 'Available Repositories' containment reference list.
        See Also:
        RepositoryPackage.getRepositories_AvailableRepositories(), Repository.getRepositories()
        Generated class or method.
        EMF model class or method.
        opposite="repositories" containment="true" ordered="false"
      • getCommonResourceSet

        ResourceSet getCommonResourceSet()
        Returns the value of the 'Common Resource Set' reference.

        If the meaning of the 'Common Resource Set' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Common Resource Set' reference.
        See Also:
        setCommonResourceSet(ResourceSet), RepositoryPackage.getRepositories_CommonResourceSet()
        Generated class or method.
        EMF model class or method.
        type="org.palladiosimulator.edp2.models.Repository.IResourceSet" required="true" transient="true" ordered="false"
      • setCommonResourceSet

        void setCommonResourceSet​(ResourceSet value)
        Sets the value of the ' Common Resource Set' reference.
        Parameters:
        value - the new value of the 'Common Resource Set' reference.
        See Also:
        getCommonResourceSet()
        Generated class or method.