Interface RepositoryComponent
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,Entity,EObject,de.uka.ipd.sdq.identifier.Identifier,InterfaceProvidingEntity,InterfaceProvidingRequiringEntity,InterfaceRequiringEntity,NamedElement,Notifier,PCMBaseClass,PCMClass,ResourceInterfaceRequiringEntity
- All Known Subinterfaces:
BasicComponent,CompleteComponentType,CompositeComponent,ImplementationComponentType,ProvidesComponentType,SubSystem
- All Known Implementing Classes:
BasicComponentImpl,CompleteComponentTypeImpl,CompositeComponentImpl,ImplementationComponentTypeImpl,ProvidesComponentTypeImpl,RepositoryComponentImpl,SubSystemImpl
A representation of the model object 'Component'.
Abstract superclass of all component types which can be part of a component repository
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Repository Repository Component' container reference.voidSets the value of the 'Repository Repository Component' container 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, cdoWriteOptionMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, setIdMethods inherited from interface org.palladiosimulator.pcm.core.entity.InterfaceProvidingEntity
getProvidedRoles_InterfaceProvidingEntityMethods inherited from interface org.palladiosimulator.pcm.core.entity.InterfaceRequiringEntity
getRequiredRoles_InterfaceRequiringEntityMethods inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.palladiosimulator.pcm.core.entity.ResourceInterfaceRequiringEntity
getResourceRequiredRoles__ResourceInterfaceRequiringEntity
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getRepository__RepositoryComponent
Repository getRepository__RepositoryComponent()Returns the value of the 'Repository Repository Component' container reference. It is bidirectional and its opposite is 'Components Repository'. This property represents the repository where this entity is stored.- Returns:
- the value of the 'Repository Repository Component' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="components__Repository" required="true" transient="false" ordered="false"
-
setRepository__RepositoryComponent
Sets the value of the 'Repository Repository Component' container reference.- Parameters:
value- the new value of the 'Repository Repository Component' container reference.- See Also:
- Generated class or method.
-