Class representing the variables defined in the data file. More...
Public Member Functions | |
def | __init__ |
def | getExpression |
Public Attributes | |
name | |
operatorIndex |
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')
def bio_expression::Variable::__init__ | ( | self, | |
name | |||
) |
name | name of the variable |
def bio_expression::Variable::getExpression | ( | self ) |
Reimplemented from bio_expression::Expression.
Reimplemented from bio_expression::Expression.