See: Description
| 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 | Description |
|---|---|
| AbstractFunction |
Base class for all
Function 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 | Description |
|---|---|
| ArgType |
An enum specifying a function argument type.
|
| Exception | Description |
|---|---|
| FunctionError |
A class describing an error in a function.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.