Uses of Package
care.smith.top.top_phenotypic_query.c2reasoner.functions.advanced
Packages that use care.smith.top.top_phenotypic_query.c2reasoner.functions.advanced
-
Classes in care.smith.top.top_phenotypic_query.c2reasoner.functions.advanced used by care.smith.top.top_phenotypic_query.c2reasoner.functions.advancedClassDescriptionThe 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).