Interface ShiftContext

  • 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:
    ShiftContextImpl

    public interface ShiftContext
    extends UserDeclaredContext
    A representation of the model object 'Shift Context'.

    The following features are supported:

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

      • setShift

        void setShift​(Shift value)
        Sets the value of the 'Shift' reference.
        Parameters:
        value - the new value of the 'Shift' reference.
        See Also:
        getShift()
        Generated class or method.