示例#1
0
 def __init__(self):
     self._punishPolicy = PunishPolicyNormal(True)
示例#2
0
 def __init__(self):
     super(SettlementPolicyNormal, self).__init__()
     self._punishPolicy = PunishPolicyNormal(False)
示例#3
0
 def __init__(self):
     super(SettlementPolicyFree, self).__init__()
     self._punishPolicy = PunishPolicyNormal(True)
示例#4
0
 def __init__(self):
     super(DefaultSettlementPolicy, self).__init__()
     self._punishPolicy = PunishPolicyNormal(False)
     self.settlementPolicyNormal = SettlementPolicyNormal()
     self.settlementPolicyFree = SettlementPolicyFree()