|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
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 | |
---|---|
AbstractFunction | Base class for all Function implementations. |
AbstractNode | A node in the parse tree. |
ArgDescriptor | A class describing a function argument. |
BooleanList | An convenience implementation of ArrayList<Boolean> that allows for strong type checking. |
CodeAndSourceLocation | Encapsulates compiled code with the location in the original source equation. |
DoubleList | An convenience implementation of ArrayList<Double> that allows for strong type checking. |
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. |
LongList | An convenience implementation of ArrayList<Long> that allows for strong type checking. |
StringList | An convenience implementation of ArrayList<String> that allows for strong type checking. |
Enum Summary | |
---|---|
ArgType | An enum specifying a function argument type. |
Exception Summary | |
---|---|
FunctionError | A class describing an error in a function. |
Various types and utility methods relating to attribute equations.
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |