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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Repository>
getAvailableRepositories()
Returns the value of the 'Available Repositories' containment reference list.ResourceSet
getCommonResourceSet()
Returns the value of the 'Common Resource Set' reference.void
setCommonResourceSet(ResourceSet value)
Sets the value of the 'Common Resource Set
' reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getAvailableRepositories
EList<Repository> getAvailableRepositories()
Returns the value of the 'Available Repositories' containment reference list. The list contents are of typeRepository
. 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.
-
-