C# 클래스 DataDictionary.ReferencesParagraph

상속: DataDictionary.Generated.ReferencesParagraph, ICommentable
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs 1 사용 예제들

공개 메소드들

메소드 설명
AddModelElement ( IModelElement element ) : void

Adds a model element in this model element

BlockingIssue ( ) : bool

Indicates whether this element references an issue which is blocking. - Note : All paramgraphs referenced by this as not issues. This is a specific case (namely for S76) - Note : The fact that an issue is blocking is identified by the name of the issue (HaCK)

FindOrCreateReqRef ( DataDictionary.Specification.Paragraph paragraph ) : DataDictionary.ReqRef

Creates are reference to a requirement. If already exists, returns that reference

findRelatedParagraphsRecursively ( List paragraphs ) : void

Provides all the paragraphs associated to this req related

getRequirements ( ) : string

Provides the requirements related to this rule

메소드 상세

AddModelElement() 공개 메소드

Adds a model element in this model element
public AddModelElement ( IModelElement element ) : void
element IModelElement
리턴 void

BlockingIssue() 공개 메소드

Indicates whether this element references an issue which is blocking. - Note : All paramgraphs referenced by this as not issues. This is a specific case (namely for S76) - Note : The fact that an issue is blocking is identified by the name of the issue (HaCK)
public BlockingIssue ( ) : bool
리턴 bool

FindOrCreateReqRef() 공개 메소드

Creates are reference to a requirement. If already exists, returns that reference
public FindOrCreateReqRef ( DataDictionary.Specification.Paragraph paragraph ) : DataDictionary.ReqRef
paragraph DataDictionary.Specification.Paragraph
리턴 DataDictionary.ReqRef

findRelatedParagraphsRecursively() 공개 메소드

Provides all the paragraphs associated to this req related
public findRelatedParagraphsRecursively ( List paragraphs ) : void
paragraphs List The list of paragraphs to be filled
리턴 void

getRequirements() 공개 메소드

Provides the requirements related to this rule
public getRequirements ( ) : string
리턴 string