Package org.cytoscape.equations
Various types and utility methods relating to attribute equations.
-
Interface Summary Interface Description EquationCompiler Compiler that compiles equations to byte (non-Java) code.EquationParser Parser for a string representing an equation.Function The basic description of a Function.Interpreter Executes the code represented by an equation.TreeNode The interface for a node within the Equation parse tree. -
Class Summary Class Description AbstractFunction Base class for allFunction
implementations.AbstractNode A node in the parse tree.ArgDescriptor A class describing a function argument.CodeAndSourceLocation Encapsulates compiled code with the location in the original source equation.Equation The class representing an equation.EquationUtil Various static utility methods relating to equations.FunctionUtil A collection of static methods that may be useful for the implementation of built-in functions.IdentDescriptor Used to hold a current value for an equation's variable reference. -
Enum Summary Enum Description ArgType An enum specifying a function argument type. -
Exception Summary Exception Description FunctionError A class describing an error in a function.