Example #1
0
 def __init__(self):
     SpecBase.__init__(self)
     self._type = 'REQ'
     self._attr_list = [REQ_SPEC,
                        REQ_CMD_FILENAME,
                        REQ_VERSION,
                        REQ_ARTICLE,
                        REQ_SPEC_NO,
                        REQ_FILENAME
                        ]
     self._log = log.common_log.instance().logger('REQ')
Example #2
0
 def __init__(self):
     SpecBase.__init__(self)
     self._type = 'ReqRecord'
     self._attr_list = [REQ_RC_CHAPTER_NUM,
                        REQ_RC_CHAPTER_TITLE,
                        REQ_RC_PAGE,
                        REQ_RC_UPATE_DATE,
                        REQ_FUNC_NO_LIST,
                        REQ_FUNC_DOC_LIST,
                        REQ_FUNC_VER_LIST,
                        REQ_FUNC_CHAPTER_LIST,
                        REQ_RC_VALID,
                        REQ_RC_REASON,
                        REQ_RC_DEPARTMENT,
                        REQ_RC_GROUP,
                        REQ_RC_AUTHOR_NAME,
                        REQ_RC_WRITE_DATE,
                        REQ_RC_COMMENT,
                        ]
     self.file_name = ''
     self._log = log.common_log.instance().logger('ReqRecord')
Example #3
0
 def __init__(self):
     SpecBase.__init__(self)
     self._attr_list = [OPE_SCREEN_NO, OPE_SCREENT_NAME]
     self._log = log.common_log.instance().logger('SpecScreen')
Example #4
0
 def __init__(self):
     SpecBase.__init__(self)
     self._attr_list = [SPEC_FILE_NAME]
     self._log = log.common_log.instance().logger('OpeSpec')
Example #5
0
 def __init__(self):
     SpecBase.__init__(self)
     self._attr_list = [
         OPE_TITLE_INFO, OPE_ACTION_INFO, OPE_VIEW_INFO, OPE_REF_INFO
     ]
     self._log = log.common_log.instance().logger('SpecOperation')
Example #6
0
 def __init__(self):
     SpecBase.__init__(self)
Example #7
0
 def __init__(self):
     SpecBase.__init__(self)
     self._path = None
     self._log = log.common_log.instance().logger('REQUIREMENT')
Example #8
0
 def __init__(self):
     SpecBase.__init__(self)
     self._func_specs = dict()
     self._log = log.common_log.instance().logger('ReqChapter')