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:
RepositoryPackage.getDataSinkRole()
- 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'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataInterface
getDataInterface()
Returns 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 org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getDataInterface
DataInterface getDataInterface()
Returns the value of the 'Data Interface' reference.- Returns:
- the value of the 'Data Interface' reference.
- See Also:
setDataInterface(DataInterface)
,RepositoryPackage.getDataSinkRole_DataInterface()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setDataInterface
void setDataInterface(DataInterface value)
Sets the value of the 'Data Interface
' reference.- Parameters:
value
- the new value of the 'Data Interface' reference.- See Also:
getDataInterface()
- Generated class or method.
-
-