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
Subclasses of ConstantEntity in care.smith.top.top_phenotypic_query.c2reasoner.constantsModifier and TypeClassDescriptionclass
The constant E (e) is the Euler's number, approximately equal to 2.71828.
Return data type: numberclass
The constant False is a Boolean constant.
Return data type: booleanclass
The constant GeC (greater or equal) represents the comparison operator '≥'.
Return data type: textclass
The constant GtC (greater) represents the comparison operator '>'.
Return data type: textclass
The constant LeC (less or equal) represents the comparison operator '≤'.
Return data type: textclass
The constant LtC (less) represents the comparison operator '<'.
Return data type: textclass
The constant Now represents the current time.
Return data type: date-timeclass
The constant Pi (π) is the ratio of a circle's circumference to its diameter, approximately equal to 3.14159.
Return data type: numberclass
The constant Today represents the current date (with time 00:00).
Return data type: date-timeclass
The constant True is a Boolean constant.
Return data type: boolean