Generated by
JDiff

Interface org.sbml.jsbml.util.compilers.ASTNodeCompiler

Added Methods
ASTNodeValue getRateOf(String) @param name
ASTNodeValue implies(List<ASTNode>) Returns the logical implies between two ASTNode.
ASTNodeValue max(List<ASTNode>) Returns the maximum of the values.
ASTNodeValue min(List<ASTNode>) Returns the minimum of the values.
ASTNodeValue quotient(List<ASTNode>) Returns the quotient of the division of the values.
ASTNodeValue rem(List<ASTNode>) Returns the remainder of the division of the values.