Interface MeasurementSpecification

    • Method Detail

      • setMetricDescription

        void setMetricDescription​(org.palladiosimulator.metricspec.MetricDescription value)
        Sets the value of the ' Metric Description' reference.
        Parameters:
        value - the new value of the 'Metric Description' reference.
        See Also:
        getMetricDescription()
        Generated class or method.
      • setMonitor

        void setMonitor​(Monitor value)
        Sets the value of the ' Monitor' container reference.
        Parameters:
        value - the new value of the 'Monitor' container reference.
        See Also:
        getMonitor()
        Generated class or method.
      • getName

        String getName()
        Returns the value of the 'Name' attribute. The default value is "".

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

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), MonitorRepositoryPackage.getMeasurementSpecification_Name()
        Generated class or method.
        EMF model class or method.
        default="" volatile="true" derived="true" annotation= "http://www.eclipse.org/emf/2002/Ecore/OCL derivation='if self.processingType.oclIsKindOf(Aggregation) then self.monitor.entityName + \':\' +self.processingType.toString()+\'(\' + self.processingType.oclAsType(Aggregation).statisticalCharacterization.toString() +\')\' else self.monitor.entityName + \': \' + self.processingType.toString() endif'"
      • setName

        void setName​(String value)
        Sets the value of the ' Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
        Generated class or method.
      • setProcessingType

        void setProcessingType​(ProcessingType value)
        Sets the value of the ' Processing Type' containment reference.
        Parameters:
        value - the new value of the 'Processing Type' containment reference.
        See Also:
        getProcessingType()
        Generated class or method.
      • setTriggersSelfAdaptations

        void setTriggersSelfAdaptations​(boolean value)
        Sets the value of the ' Triggers Self Adaptations' attribute.
        Parameters:
        value - the new value of the 'Triggers Self Adaptations' attribute.
        See Also:
        isTriggersSelfAdaptations()
        Generated class or method.