Interface Repositories
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
RepositoriesImpl
,RepositoriesImplGen
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:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Available Repositories' containment reference list.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 Details
-
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
'.- Returns:
- the value of the 'Available Repositories' containment reference list.
- See Also:
- 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.- Returns:
- the value of the 'Common Resource Set' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- type="org.palladiosimulator.edp2.models.Repository.IResourceSet" required="true" transient="true" ordered="false"
-
setCommonResourceSet
Sets the value of the 'Common Resource Set
' reference.- Parameters:
value
- the new value of the 'Common Resource Set' reference.- See Also:
- Generated class or method.
-