Home | Trees | Indices | Help |
---|
|
object --+ | Ride
A Ride
object describes a ride and keeps track of all
relevant ride information. This information can vary depending on what
created the ride. If it was created by parsing XML, then parking, turn
list, and segment list are the id's of the relevant items. If this was
created while processing a ride, then parking, turn list, and segment
list are Parking, Turn, and Segment
objects instead. The contents can therefore be infered from context.
|
|||
|
|||
Inherited from |
|
|||
string
|
description description of ride |
||
string
|
id id of ride |
||
string or Parking
|
parkingid of parking place for ride or Parking
object
|
||
list of string or Segment
|
segmentslist of segment id s or Segment
objects
|
||
list of string or Turn
|
turnslist of turn id s or Turn objects
|
|
|||
Inherited from |
|
Save the passed-in information.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat May 1 23:03:31 2010 | http://epydoc.sourceforge.net |