Interface SystemEntityAttribute

  • All Superinterfaces:
    Attribute, 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:
    SystemEntityAttributeImpl

    public interface SystemEntityAttribute
    extends Attribute
    A representation of the model object 'System Entity Attribute'.

    The following features are supported:

    See Also:
    SystemcontextPackage.getSystemEntityAttribute()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • setModelEntity

        void setModelEntity​(org.palladiosimulator.pcm.core.entity.Entity value)
        Sets the value of the 'Model Entity' reference.
        Parameters:
        value - the new value of the 'Model Entity' reference.
        See Also:
        getModelEntity()
        Generated class or method.