Interface DataSinkRole
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,org.palladiosimulator.pcm.core.entity.Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,org.palladiosimulator.pcm.PCMBaseClass
,org.palladiosimulator.pcm.PCMClass
,org.palladiosimulator.pcm.repository.ProvidedRole
,org.palladiosimulator.pcm.repository.Role
- All Known Implementing Classes:
DataSinkRoleImpl
public interface DataSinkRole
extends org.palladiosimulator.pcm.repository.ProvidedRole
A representation of the model object 'Data Sink Role'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/emf/2002/Ecore constraints='sinkRoleOfComposedStructureHasExactlyOneDelegationConnector'" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL sinkRoleOfComposedStructureHasExactlyOneDelegationConnector='not self.providingEntity_ProvidedRole.oclIsKindOf(pcm::core::composition::ComposedStructure) or\nself.providingEntity_ProvidedRole.oclAsType(pcm::core::composition::ComposedStructure).connectors__ComposedStructure->selectByKind(indirections::composition::DataSinkDelegationConnector)->select(c | c.outerDataSinkRole = self)->size() = 1'"
-
Field Summary
Fields inherited from interface org.palladiosimulator.pcm.repository.ProvidedRole
copyright
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Data Interface' reference.void
setDataInterface
(DataInterface value) Sets the value of the 'Data Interface
' 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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.palladiosimulator.pcm.repository.ProvidedRole
getProvidingEntity_ProvidedRole, setProvidingEntity_ProvidedRole
-
Method Details
-
getDataInterface
DataInterface getDataInterface()Returns the value of the 'Data Interface' reference.- Returns:
- the value of the 'Data Interface' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setDataInterface
Sets the value of the 'Data Interface
' reference.- Parameters:
value
- the new value of the 'Data Interface' reference.- See Also:
- Generated class or method.
-