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
- All Known Implementing Classes:
RoleImpl
public interface Role extends org.palladiosimulator.pcm.core.entity.Entity
A representation of the model object 'Role'. The responsibilities of an architectural element.The following features are supported:
- See Also:
ArchitecturaltemplatesPackage.getRole()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AT
getAT()
Returns the value of the 'AT' container reference.Completion
getCompletion()
Returns the value of the 'Completion' containment reference.EList<Completion>
getCompletionIncludingInherited()
Returns the value of the 'Completion Including Inherited' reference list.EList<Constraint>
getConstraints()
Returns the value of the 'Constraints' containment reference list.EList<Constraint>
getConstraintsIncludingInherited()
Returns the value of the 'Constraints Including Inherited' reference list.EList<Role>
getRoleIncludingInherited()
Returns the value of the 'Role Including Inherited' reference list.org.modelversioning.emfprofile.Stereotype
getStereotype()
Returns the value of the 'Stereotype' reference.EList<Role>
getSuperRoles()
Returns the value of the 'Super Roles' reference list.void
setAT(AT value)
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 org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
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:
setAT(AT)
,ArchitecturaltemplatesPackage.getRole_AT()
,AT.getRoles()
- Generated class or method.
- EMF model class or method.
- opposite="roles" required="true" transient="false"
-
setAT
void setAT(AT value)
Sets the value of the 'AT
' container reference.- Parameters:
value
- the new value of the 'AT' container reference.- See Also:
getAT()
- 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:
ArchitecturaltemplatesPackage.getRole_Constraints()
,Constraint.getRole()
- Generated class or method.
- EMF model class or method.
- opposite="role" containment="true"
-
getSuperRoles
EList<Role> 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:
ArchitecturaltemplatesPackage.getRole_SuperRoles()
- Generated class or method.
- EMF model class or method.
-
getRoleIncludingInherited
EList<Role> 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:
ArchitecturaltemplatesPackage.getRole_RoleIncludingInherited()
- 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:
ArchitecturaltemplatesPackage.getRole_ConstraintsIncludingInherited()
- 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:
ArchitecturaltemplatesPackage.getRole_CompletionIncludingInherited()
- 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:
setStereotype(Stereotype)
,ArchitecturaltemplatesPackage.getRole_Stereotype()
- 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:
getStereotype()
- 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:
setCompletion(Completion)
,ArchitecturaltemplatesPackage.getRole_Completion()
,Completion.getRole()
- Generated class or method.
- EMF model class or method.
- opposite="role" containment="true"
-
setCompletion
void setCompletion(Completion value)
Sets the value of the 'Completion
' containment reference.- Parameters:
value
- the new value of the 'Completion' containment reference.- See Also:
getCompletion()
- Generated class or method.
-
-