Cytoscape 3.0.1 API

Package org.cytoscape.equations

Various types and utility methods relating to attribute equations.

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.
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
ArgType An enum specifying a function argument type.
 

Exception Summary
FunctionError A class describing an error in a function.
 

Package org.cytoscape.equations Description

Various types and utility methods relating to attribute equations.


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.