Interface Role
- 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
- All Known Implementing Classes:
RoleImpl
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Field Summary
Fields inherited from interface org.palladiosimulator.pcm.core.entity.Entity
copyright
-
Method Summary
Modifier and TypeMethodDescriptiongetAT()
Returns the value of the 'AT' container reference.Returns the value of the 'Completion' containment reference.Returns the value of the 'Completion Including Inherited' reference list.Returns the value of the 'Constraints' containment reference list.Returns the value of the 'Constraints Including Inherited' reference list.Returns the value of the 'Role Including Inherited' reference list.org.modelversioning.emfprofile.Stereotype
Returns the value of the 'Stereotype' reference.Returns the value of the 'Super Roles' reference list.void
Sets the value of the 'AT
' container reference.void
setCompletion
(Completion value) Sets the value of the 'Completion
' containment reference.void
setStereotype
(org.modelversioning.emfprofile.Stereotype value) Sets the value of the 'Stereotype
' 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
-
Method Details
-
getAT
AT getAT()Returns the value of the 'AT' container reference. It is bidirectional and its opposite is 'Roles
'.If the meaning of the 'AT' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'AT' container reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="roles" required="true" transient="false"
-
setAT
Sets the value of the 'AT
' container reference.- Parameters:
value
- the new value of the 'AT' container reference.- See Also:
- Generated class or method.
-
getConstraints
EList<Constraint> getConstraints()Returns the value of the 'Constraints' containment reference list. The list contents are of typeConstraint
. It is bidirectional and its opposite is 'Role
'.If the meaning of the 'Constraints' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Constraints' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="role" containment="true"
-
getSuperRoles
Returns the value of the 'Super Roles' reference list. The list contents are of typeRole
.If the meaning of the 'Super Roles' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Super Roles' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
-
getRoleIncludingInherited
Returns the value of the 'Role Including Inherited' reference list. The list contents are of typeRole
.If the meaning of the 'Role Including Inherited' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Role Including Inherited' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" transient="true" changeable="false" volatile="true" derived="true"
-
getConstraintsIncludingInherited
EList<Constraint> getConstraintsIncludingInherited()Returns the value of the 'Constraints Including Inherited' reference list. The list contents are of typeConstraint
.If the meaning of the 'Constraints Including Inherited' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Constraints Including Inherited' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- transient="true" changeable="false" volatile="true" derived="true"
-
getCompletionIncludingInherited
EList<Completion> getCompletionIncludingInherited()Returns the value of the 'Completion Including Inherited' reference list. The list contents are of typeCompletion
.If the meaning of the 'Completion Including Inherited' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Completion Including Inherited' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- transient="true" changeable="false" volatile="true" derived="true"
-
getStereotype
org.modelversioning.emfprofile.Stereotype getStereotype()Returns the value of the 'Stereotype' reference.If the meaning of the 'Stereotype' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Stereotype' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setStereotype
void setStereotype(org.modelversioning.emfprofile.Stereotype value) Sets the value of the 'Stereotype
' reference.- Parameters:
value
- the new value of the 'Stereotype' reference.- See Also:
- Generated class or method.
-
getCompletion
Completion getCompletion()Returns the value of the 'Completion' containment reference. It is bidirectional and its opposite is 'Role
'.If the meaning of the 'Completion' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Completion' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="role" containment="true"
-
setCompletion
Sets the value of the 'Completion
' containment reference.- Parameters:
value
- the new value of the 'Completion' containment reference.- See Also:
- Generated class or method.
-