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 = {}
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 = ["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())
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())
def __init__(self, le2mclt): IRemote.__init__(self, le2mclt)
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())
def __init__(self, le2mclt): IRemote.__init__(self, le2mclt) self.player_on_srv = None
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())
def __init__(self, le2mclt): IRemote.__init__(self, le2mclt) self._payoffs = {} self._histo_vars = []
def __init__(self, le2mclt): IRemote.__init__(self, le2mclt) QObject.__init__(self)
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
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 = {}