Interface MetricToCsvMapping

    • Method Detail

      • getCsvFileUri

        String getCsvFileUri()
        Returns the value of the 'Csv File Uri' attribute.

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

        Returns:
        the value of the 'Csv File Uri' attribute.
        See Also:
        setCsvFileUri(String), MappingPackage.getMetricToCsvMapping_CsvFileUri()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setCsvFileUri

        void setCsvFileUri​(String value)
        Sets the value of the 'Csv File Uri' attribute.
        Parameters:
        value - the new value of the 'Csv File Uri' attribute.
        See Also:
        getCsvFileUri()
        Generated class or method.
      • getMetric

        org.palladiosimulator.metricspec.MetricSetDescription getMetric()
        Returns the value of the 'Metric' reference.

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

        Returns:
        the value of the 'Metric' reference.
        See Also:
        setMetric(MetricSetDescription), MappingPackage.getMetricToCsvMapping_Metric()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setMetric

        void setMetric​(org.palladiosimulator.metricspec.MetricSetDescription value)
        Sets the value of the 'Metric' reference.
        Parameters:
        value - the new value of the 'Metric' reference.
        See Also:
        getMetric()
        Generated class or method.
      • setRepository

        void setRepository​(MappingRepository value)
        Sets the value of the 'Repository' container reference.
        Parameters:
        value - the new value of the 'Repository' container reference.
        See Also:
        getRepository()
        Generated class or method.
      • setConversionDivisor

        void setConversionDivisor​(ConversionDivisor value)
        Sets the value of the 'Conversion Divisor' containment reference.
        Parameters:
        value - the new value of the 'Conversion Divisor' containment reference.
        See Also:
        getConversionDivisor()
        Generated class or method.
      • getUnitString

        String getUnitString()
        Returns the value of the 'Unit String' attribute.

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

        Returns:
        the value of the 'Unit String' attribute.
        See Also:
        setUnitString(String), MappingPackage.getMetricToCsvMapping_UnitString()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setUnitString

        void setUnitString​(String value)
        Sets the value of the 'Unit String' attribute.
        Parameters:
        value - the new value of the 'Unit String' attribute.
        See Also:
        getUnitString()
        Generated class or method.
      • getUnit

        javax.measure.unit.Unit<? extends javax.measure.quantity.Quantity> getUnit()
        Returns the value of the 'Unit' attribute.

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

        Returns:
        the value of the 'Unit' attribute.
        See Also:
        isSetUnit(), MappingPackage.getMetricToCsvMapping_Unit()
        Generated class or method.
        EMF model class or method.
        unsettable="true" dataType="org.palladiosimulator.metricspec.EJSUnit" transient="true" changeable="false" volatile="true" derived="true" annotation="http://www.eclipse.org/emf/2002/GenModel get='return javax.measure.unit.Unit.valueOf(this.getUnitString());'"
      • isSetUnit

        boolean isSetUnit()
        Returns whether the value of the 'Unit' attribute is set.
        Returns:
        whether the value of the 'Unit' attribute is set.
        See Also:
        getUnit()
        Generated class or method.