Public Member Functions | Public Attributes

bio_expression::Variable Class Reference

Class representing the variables defined in the data file. More...

Inheritance diagram for bio_expression::Variable:
bio_expression::Expression

List of all members.

Public Member Functions

def __init__
def getExpression

Public Attributes

 name
 operatorIndex

Detailed Description

Class representing the variables defined in the data file.

Most users will not need it. Biogeme automatically invokes this expression for all headers in the data file. Example:

 x = Variable('x')

Constructor & Destructor Documentation

def bio_expression::Variable::__init__ (   self,
  name 
)
Parameters:
namename of the variable

Member Function Documentation

def bio_expression::Variable::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