Public Member Functions

Profile Class Reference

#include <Profile.h>

List of all members.

Public Member Functions

 Profile ()
void set_prob_visit (int day, int place, double p)
void set_prob_travel (int day, double p)
double get_prob_visit (int day, int place)
double get_prob_travel (int day)

Constructor & Destructor Documentation

Profile::Profile (  )  [inline]

Member Function Documentation

double Profile::get_prob_travel ( int  day  )  [inline]
double Profile::get_prob_visit ( int  day,
int  place 
) [inline]
void Profile::set_prob_travel ( int  day,
double  p 
) [inline]
void Profile::set_prob_visit ( int  day,
int  place,
double  p 
) [inline]

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