Class ContextSetImpl

  • All Implemented Interfaces:
    de.uka.ipd.sdq.identifier.Identifier, org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, org.eclipse.emf.cdo.common.model.CDOPackageTypeRegistry.CDOObjectMarker, Notifier, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, org.eclipse.emf.spi.cdo.InternalCDOLoadable, org.eclipse.emf.spi.cdo.InternalCDOObject, ContextSet, org.palladiosimulator.pcm.core.entity.Entity, org.palladiosimulator.pcm.core.entity.NamedElement

    public class ContextSetImpl
    extends org.palladiosimulator.pcm.core.entity.impl.EntityImpl
    implements ContextSet
    An implementation of the model object 'Context Set'.

    The following features are implemented:

    Generated class or method.
    • Constructor Detail

      • ContextSetImpl

        protected ContextSetImpl()
        Generated class or method.
    • Method Detail

      • eStaticClass

        protected EClass eStaticClass()
        Overrides:
        eStaticClass in class org.palladiosimulator.pcm.core.entity.impl.EntityImpl
        Generated class or method.
      • checkAccessRight

        public boolean checkAccessRight​(ContextSet set)
        Checks whether this context set is fullfilled by the attribute set
        Specified by:
        checkAccessRight in interface ContextSet
        Parameters:
        set - context set to check against
        Generated class or method.
        NOT