Skip to content

Enum: ArithmeticOperationEnum

An arithmetic operator that can be passed to a function

URI: common_domain_model:ArithmeticOperationEnum

Permissible Values

Value Meaning Description
Add None Addition of 2 values
Subtract None Subtraction of 2nd value from 1st value
Multiply None Multiplication of 2 values
Divide None Division of 1st value by 2nd value
Max None Maximum of 2 values
Min None Minimum of 2 values

Slots

Name Description
arithmeticOperator Specifies the arithmetic operator via an enumeration

Identifier and Mapping Information

Schema Source

LinkML Source

name: ArithmeticOperationEnum
description: An arithmetic operator that can be passed to a function
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  Add:
    text: Add
    description: Addition of 2 values
  Subtract:
    text: Subtract
    description: Subtraction of 2nd value from 1st value
  Multiply:
    text: Multiply
    description: Multiplication of 2 values
  Divide:
    text: Divide
    description: Division of 1st value by 2nd value
  Max:
    text: Max
    description: Maximum of 2 values
  Min:
    text: Min
    description: Minimum of 2 values