Package bosco :: Module course :: Class SIStation
[hide private]
[frames] | no frames]

Class SIStation

source code

??-49 --+
        |
       SIStation

SI Control Station. Each si station bleongs to a control, but each control can have more than one si station (eg. if a station fails during the event).

Instance Methods [hide private]
 
__init__(self, id) source code
Class Variables [hide private]
  START = 1
  FINISH = 2
  CLEAR = 3
  CHECK = 4
  SPECIAL_MAX = 4
  __storm_table__ = 'sistation'
  id = Int(primary= True)
  _control_id = Int(name= 'control')
  control = Reference(_control_id, 'Control.id')