C# 클래스 DataDictionary.EfsSystem.RequirementSetMarker

Marks the requirements for a specific requirement set
상속: DataDictionary.Generated.Visitor
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs

Private Properties

프로퍼티 타입 설명
MarkBelongingParagraph bool

공개 메소드들

메소드 설명
RequirementSetMarker ( DataDictionary.Specification.RequirementSet requirementSet, bool belonging, bool notImplemented ) : System.Collections

Constructor

visit ( Generated obj, bool visitSubNodes ) : void

비공개 메소드들

메소드 설명
MarkBelongingParagraph ( Paragraph paragraph, bool recursively ) : bool

Marks the paragraph

메소드 상세

RequirementSetMarker() 공개 메소드

Constructor
public RequirementSetMarker ( DataDictionary.Specification.RequirementSet requirementSet, bool belonging, bool notImplemented ) : System.Collections
requirementSet DataDictionary.Specification.RequirementSet
belonging bool /// Indicates whether the paragraph should belong to the requirement set ///
notImplemented bool Indicates that the the elements that should be marked are the not implemented ones
리턴 System.Collections

visit() 공개 메소드

public visit ( Generated obj, bool visitSubNodes ) : void
obj Generated
visitSubNodes bool
리턴 void