C# Class DataDictionary.ReferencesParagraph

Inheritance: DataDictionary.Generated.ReferencesParagraph, ICommentable
Show file Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Public Methods

Method Description
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

Method Details

AddModelElement() public method

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

BlockingIssue() public method

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
return bool

FindOrCreateReqRef() public method

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

findRelatedParagraphsRecursively() public method

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

getRequirements() public method

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