X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Validation%2FV_ETAPE.py;h=66adbf774b9863b7f3e0be145f8bc96c7d88b0c0;hb=a7d5f18fe322c770026b50343adc09ed0472c192;hp=4e38c5aadecf94798b648cfd40e8e466a317000e;hpb=7949edc0190c5f01f9cb19c4f8ea3894354b6bdf;p=tools%2Feficas.git diff --git a/Validation/V_ETAPE.py b/Validation/V_ETAPE.py index 4e38c5aa..66adbf77 100644 --- a/Validation/V_ETAPE.py +++ b/Validation/V_ETAPE.py @@ -1,4 +1,5 @@ -#@ MODIF V_ETAPE Validation DATE 06/01/2003 AUTEUR ASSIRE A.ASSIRE +#@ MODIF V_ETAPE Validation DATE 14/09/2004 AUTEUR MCOURTOI M.COURTOIS +# -*- coding: iso-8859-1 -*- # CONFIGURATION MANAGEMENT OF EDF VERSION # ====================================================================== # COPYRIGHT (C) 1991 - 2002 EDF R&D WWW.CODE-ASTER.ORG @@ -18,6 +19,8 @@ # # # ====================================================================== + + """ Ce module contient la classe mixin ETAPE qui porte les méthodes nécessaires pour réaliser la validation d'un objet de type ETAPE @@ -147,11 +150,11 @@ class ETAPE(V_MCCOMPO.MCCOMPO): """ Cette méthode met à jour le concept produit en fonction des conditions initiales : - - Il n'y a pas de concept retourné (self.definition.sd_prod == None) + 1- Il n'y a pas de concept retourné (self.definition.sd_prod == None) - - Le concept retourné n existait pas (self.sd == None) + 2- Le concept retourné n existait pas (self.sd == None) - - Le concept retourné existait. On change alors son type ou on le supprime + 3- Le concept retourné existait. On change alors son type ou on le supprime En cas d'erreur (exception) on retourne un indicateur de validité de 0 sinon de 1 """