Interface RepositoryElement
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Subinterfaces:
PCMElement
- All Known Implementing Classes:
PCMElementImpl
,RepositoryElementImpl
public interface RepositoryElement
extends de.uka.ipd.sdq.identifier.Identifier
A representation of the model object 'Repository Element'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.repository.RepositoryComponent
Returns the value of the 'Basiccomponent' reference.org.palladiosimulator.pcm.repository.CompositeComponent
Returns the value of the 'Compositecomponent' reference.void
setBasiccomponent
(org.palladiosimulator.pcm.repository.RepositoryComponent value) Sets the value of the 'Basiccomponent
' reference.void
setCompositecomponent
(org.palladiosimulator.pcm.repository.CompositeComponent value) Sets the value of the 'Compositecomponent
' 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 de.uka.ipd.sdq.identifier.Identifier
getId, setId
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getBasiccomponent
org.palladiosimulator.pcm.repository.RepositoryComponent getBasiccomponent()Returns the value of the 'Basiccomponent' reference.- Returns:
- the value of the 'Basiccomponent' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setBasiccomponent
void setBasiccomponent(org.palladiosimulator.pcm.repository.RepositoryComponent value) Sets the value of the 'Basiccomponent
' reference.- Parameters:
value
- the new value of the 'Basiccomponent' reference.- See Also:
- Generated class or method.
-
getCompositecomponent
org.palladiosimulator.pcm.repository.CompositeComponent getCompositecomponent()Returns the value of the 'Compositecomponent' reference.- Returns:
- the value of the 'Compositecomponent' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setCompositecomponent
void setCompositecomponent(org.palladiosimulator.pcm.repository.CompositeComponent value) Sets the value of the 'Compositecomponent
' reference.- Parameters:
value
- the new value of the 'Compositecomponent' reference.- See Also:
- Generated class or method.
-