Uses of Class
care.smith.top.top_phenotypic_query.c2reasoner.constants.ConstantEntity

Packages that use ConstantEntity
  • Uses of ConstantEntity in care.smith.top.top_phenotypic_query.c2reasoner.constants

    Modifier and Type
    Class
    Description
    class 
    The constant E (e) is the Euler's number, approximately equal to 2.71828.
    Return data type: number
    class 
    The constant False is a Boolean constant.
    Return data type: boolean
    class 
    The constant GeC (greater or equal) represents the comparison operator '≥'.
    Return data type: text
    class 
    The constant GtC (greater) represents the comparison operator '>'.
    Return data type: text
    class 
    The constant LeC (less or equal) represents the comparison operator '≤'.
    Return data type: text
    class 
    The constant LtC (less) represents the comparison operator '<'.
    Return data type: text
    class 
    The constant Now represents the current time.
    Return data type: date-time
    class 
    The constant Pi (π) is the ratio of a circle's circumference to its diameter, approximately equal to 3.14159.
    Return data type: number
    class 
    The constant Today represents the current date (with time 00:00).
    Return data type: date-time
    class 
    The constant True is a Boolean constant.
    Return data type: boolean