Class Divide
java.lang.Object
care.smith.top.top_phenotypic_query.c2reasoner.functions.FunctionEntity
care.smith.top.top_phenotypic_query.c2reasoner.functions.arithmetic.Divide
public class Divide
extends care.smith.top.top_phenotypic_query.c2reasoner.functions.FunctionEntity
The function Divide divides the first argument by the second one.
| Arguments | Arguments data types | Return data type | Example |
|---|---|---|---|
| <exp> <exp> | <exp>: number | number |
6 / 2 The function returns 3. |
- Author:
- TOP group
-
Method Summary
Modifier and TypeMethodDescriptioncare.smith.top.model.Expressioncalculate(List<care.smith.top.model.Expression> args, care.smith.top.top_phenotypic_query.c2reasoner.C2R c2r) static Divideget()static care.smith.top.model.Expressionof(care.smith.top.model.Expression... args) static care.smith.top.model.Expressionof(care.smith.top.model.Phenotype phe1, care.smith.top.model.Phenotype phe2) static care.smith.top.model.Expressionstatic care.smith.top.model.ExpressionMethods inherited from class care.smith.top.top_phenotypic_query.c2reasoner.functions.FunctionEntity
getFunction, getFunctionId, getType, maxArgumentNumber, minArgumentNumber, toString, toStringValues
-
Method Details
-
get
-
of
-
of
public static care.smith.top.model.Expression of(care.smith.top.model.Expression... args) -
of
public static care.smith.top.model.Expression of(care.smith.top.model.Phenotype phe1, care.smith.top.model.Phenotype phe2) -
of
-
calculate
public care.smith.top.model.Expression calculate(List<care.smith.top.model.Expression> args, care.smith.top.top_phenotypic_query.c2reasoner.C2R c2r) - Specified by:
calculatein classcare.smith.top.top_phenotypic_query.c2reasoner.functions.FunctionEntity
-