Ejemplo n.º 1
0
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._histo_vars = [
         "CPR_period", "CPR_decision", "CPR_periodpayoff",
         "CPR_cumulativepayoff"
     ]
     self.histo.append(texts_CPR.get_histo_head())
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._histo_vars = []
     self._currentsequence = 0
     self._sinistred = False
     self._majorityvote = 0
     self._payoffs = {}
Ejemplo n.º 3
0
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._histo_vars = [
         "DP_period", "DP_decision", "DP_decisionother", "DP_periodpayoff",
         "DP_cumulativepayoff"
     ]
     self.histo.append(texts_DP.get_histo_head())
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self.balance_if_triangle = 0
     self.balance_if_star = 0
     self.histo.append(texts_MRI.get_histo_head())
     self.histo_vars = texts_MRI.get_histo_vars()
     self.currentperiod_start_time = 0
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._histo_vars = []
     self._currentsequence = 0
     self._sinistred = False
     self._majorityvote = 0
     self._payoffs = {}
Ejemplo n.º 6
0
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._histo_vars = ["PGLG_period", "PGLG_indiv", "PGLG_local",
                         "PGLG_global", "PGLG_localsousgroup",
                         "PGLG_globalsousgroup", "PGLG_globalgroup",
                         "PGLG_indivpayoff", "PGLG_localpayoff", "PGLG_globalpayoff",
                         "PGLG_periodpayoff", "PGLG_cumulativepayoff"]
     self.histo.append(texts_PGG.get_histo_head())
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._histo_vars = [
         "CPR_period", "CPR_decision", "CPR_periodpayoff",
         "CPR_cumulativepayoff"]
     self.histo.append(texts_CPR.get_histo_head())
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._histo_vars = ["DP_period", "DP_decision", "DP_decisionother",
                         "DP_periodpayoff", "DP_cumulativepayoff"]
     self.histo.append(texts_DP.get_histo_head())
Ejemplo n.º 9
0
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._histo_vars = [
         "EXPERIENCE_NOM_COURT_period", "EXPERIENCE_NOM_COURT_decision",
         "EXPERIENCE_NOM_COURT_periodpayoff", "EXPERIENCE_NOM_COURT_cumulativepayoff"]
     self._histo.append(texts_EXPERIENCE_NOM_COURT.get_histo_head())
Ejemplo n.º 10
0
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
Ejemplo n.º 11
0
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
Ejemplo n.º 12
0
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._histo_vars = ["PGG_period", "PGG_indiv", "PGG_public",
                         "PGG_publicgroup", "PGG_periodpayoff",
                         "PGG_cumulativepayoff"]
     self.histo.append(texts_PGG.get_histo_head())
Ejemplo n.º 13
0
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self.player_on_srv = None
Ejemplo n.º 14
0
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._histo_vars = ["GP_decision", "GP_randomdraw", "GP_periodpayoff"]
     self.histo.append(texts_GP.get_histo_header())
Ejemplo n.º 15
0
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._histo_vars = ["GP_decision", "GP_randomdraw", "GP_periodpayoff"]
     self.histo.append(texts_GP.get_histo_header())
Ejemplo n.º 16
0
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._payoffs = {}
     self._histo_vars = []
Ejemplo n.º 17
0
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     QObject.__init__(self)
Ejemplo n.º 18
0
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._histo_vars = [
         "VM_period", "VM_decision", "VM_majority", "VM_periodpayoff"]
     self.histo.append(texts_VM.get_histo_head())
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._role = None
     self._value_or_cost = None
Ejemplo n.º 20
0
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._histo_vars = None
     self._role = None
Ejemplo n.º 21
0
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._histo_vars = None
     self._role = None
 def __init__(self, le2mclt):
     IRemote.__init__(self, le2mclt)
     self._le2mclt = le2mclt
     self._tcremoteplayer = None  # to send message
     self._ecran_decision = None
     self._payoffs = {}