Class CostAttribute

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getParameterValues()
      Gets the parameter values.
      AttributeUnit getUnit()
      Gets the unit in which the cost values are measured.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getUnit

        public AttributeUnit getUnit()
        Gets the unit in which the cost values are measured.
        Returns:
        the unit
        Since:
        100.0.0
      • getParameterValues

        public java.util.Map<java.lang.String,​java.lang.Object> getParameterValues()
        Gets the parameter values.
        Returns:
        an unmodifiable map of the parameter values
        Since:
        100.0.0