C# Класс DataDictionary.ReferencesParagraph

Наследование: DataDictionary.Generated.ReferencesParagraph, ICommentable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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