Méthode | 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 |
Provides all the paragraphs associated to this req related
|
|
getRequirements ( ) : string |
Provides the requirements related to this rule
|
public AddModelElement ( IModelElement element ) : void | ||
element | IModelElement | |
Résultat | void |
public FindOrCreateReqRef ( DataDictionary.Specification.Paragraph paragraph ) : DataDictionary.ReqRef | ||
paragraph | DataDictionary.Specification.Paragraph | |
Résultat | DataDictionary.ReqRef |
public findRelatedParagraphsRecursively ( List |
||
paragraphs | List |
The list of paragraphs to be filled |
Résultat | void |