Interface Monitor

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

    public interface Monitor
    extends org.palladiosimulator.pcm.core.entity.Entity
    A representation of the model object 'Monitor'. A performance measurement for a pcm element (type level).

    The following features are supported:

    See Also:
    MonitorRepositoryPackage.getMonitor()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • getMeasuringPoint

        org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint getMeasuringPoint()
        Returns the value of the 'Measuring Point' reference.

        If the meaning of the 'Measuring Point' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Measuring Point' reference.
        See Also:
        setMeasuringPoint(MeasuringPoint), MonitorRepositoryPackage.getMonitor_MeasuringPoint()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setMeasuringPoint

        void setMeasuringPoint​(org.palladiosimulator.edp2.models.measuringpoint.MeasuringPoint value)
        Sets the value of the ' Measuring Point' reference.
        Parameters:
        value - the new value of the 'Measuring Point' reference.
        See Also:
        getMeasuringPoint()
        Generated class or method.
      • setMonitorRepository

        void setMonitorRepository​(MonitorRepository value)
        Sets the value of the ' Monitor Repository' container reference.
        Parameters:
        value - the new value of the 'Monitor Repository' container reference.
        See Also:
        getMonitorRepository()
        Generated class or method.
      • isActivated

        boolean isActivated()
        Returns the value of the 'Activated' attribute. The default value is "true".

        If the meaning of the 'Activated' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Activated' attribute.
        See Also:
        setActivated(boolean), MonitorRepositoryPackage.getMonitor_Activated()
        Generated class or method.
        EMF model class or method.
        default="true"
      • setActivated

        void setActivated​(boolean value)
        Sets the value of the 'Activated' attribute.
        Parameters:
        value - the new value of the 'Activated' attribute.
        See Also:
        isActivated()
        Generated class or method.