Interface RoleContext

  • All Superinterfaces:
    org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, Context, org.palladiosimulator.pcm.core.entity.Entity, EObject, de.uka.ipd.sdq.identifier.Identifier, org.palladiosimulator.pcm.core.entity.NamedElement, Notifier, UserDeclaredContext
    All Known Implementing Classes:
    RoleContextImpl

    public interface RoleContext
    extends UserDeclaredContext
    A representation of the model object 'Role Context'.

    The following features are supported:

    See Also:
    ContextPackage.getRoleContext()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • setRole

        void setRole​(Role value)
        Sets the value of the 'Role' reference.
        Parameters:
        value - the new value of the 'Role' reference.
        See Also:
        getRole()
        Generated class or method.