Package org.cytoscape.equations


package org.cytoscape.equations
Various types and utility methods relating to attribute equations.
  • Interface Summary
    Interface
    Description
    Compiler 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.
  • Class Summary
    Class
    Description
    Base 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.
  • Enum Class Summary
    Enum Class
    Description
    An enum specifying a function argument type.
     
  • Exception Summary
    Exception
    Description
    A class describing an error in a function.