Package org.cytoscape.equations
package org.cytoscape.equations
Various types and utility methods relating to attribute equations.
-
InterfaceDescriptionCompiler that compiles equations to byte (non-Java) code.Parser for a string representing an equation.Tokeniser for a string representing an equation.The basic description of a Function.Executes the code represented by an equation.The interface for a node within the Equation parse tree.
-
ClassDescriptionBase class for all
Function
implementations.A node in the parse tree.A class describing a function argument.Encapsulates compiled code with the location in the original source equation.The class representing an equation.Various static utility methods relating to equations.A collection of static methods that may be useful for the implementation of built-in functions.Used to hold a current value for an equation's variable reference.Represents the interpretation of a substring of an equation string.