C# Class DataDictionary.EfsSystem.RequirementSetMarker

Marks the requirements for a specific requirement set
Inheritance: DataDictionary.Generated.Visitor
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs

Private Properties

Свойство Type Description
MarkBelongingParagraph bool

Méthodes publiques

Méthode Description
RequirementSetMarker ( DataDictionary.Specification.RequirementSet requirementSet, bool belonging, bool notImplemented ) : System.Collections

Constructor

visit ( Generated obj, bool visitSubNodes ) : void

Private Methods

Méthode Description
MarkBelongingParagraph ( Paragraph paragraph, bool recursively ) : bool

Marks the paragraph

Method Details

RequirementSetMarker() public méthode

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
Résultat System.Collections

visit() public méthode

public visit ( Generated obj, bool visitSubNodes ) : void
obj Generated
visitSubNodes bool
Résultat void