Public Member Functions | Public Attributes

bio_expression::min Class Reference

Class representing the expression for the minimum of two expressions. More...

Inheritance diagram for bio_expression::min:
bio_expression::Expression

List of all members.

Public Member Functions

def __init__
def getExpression

Public Attributes

 left
 right
 operatorIndex

Detailed Description

Class representing the expression for the minimum of two expressions.

Example:

  max(x,0)

Constructor & Destructor Documentation

def bio_expression::min::__init__ (   self,
  left,
  right 
)

Member Function Documentation

def bio_expression::min::getExpression (   self )
Returns:
Return the string representation of the current expression

Reimplemented from bio_expression::Expression.


Member Data Documentation

Reimplemented from bio_expression::Expression.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables