Skip to content

简介(Introduction)

用于费用比较的条件

额外参数

op

  • description: 比较类型
  • type: string
  • constrains:
    • 含义额外参数
      over费用高于value
      below费用低于value
      in_range费用在范围内range
      increase费用增长value
      decrease费用减少value

value

  • description: 用于比较的费用值
  • type: double
  • range: [0.0, 10.0]

range

  • description: 用于范围内比较的费用值
  • type: list
  • length: 2
    • elements:
      • description: 范围比较的最小值和最大值
      • type: double
      • range: [0.0, 10.0]