Package care.smith.top.top_phenotypic_query.c2reasoner.functions.advanced


package care.smith.top.top_phenotypic_query.c2reasoner.functions.advanced
  • Classes
    Class
    Description
    The function ForEach (loop) executes an expression (2nd argument) for each value of a phenotype class (input variable, 1st argument) and returns a list of result expressions (i.e.
    The function If returns the then-expression (2nd argument) if a condition (the if-expression, 1st argument) is true, otherwise the optional else-expression (3rd argument).
    The function Switch combines any number of if-then pairs and an optional default expression (else-expression).