Configuration File
The settings.json configuration file is accessible from the scope view, in the properties area (Filter section) when selecting a root.
Configuration FileThe settings.json configuration file is accessible from the scope view, in the properties area (Filter section) when selecting a root. Note:
By default, this file is empty.
Procedure
RFLP Attributes ExtractionFor RFLP objects, you must define attributes and MQL/predicates mapping. RFLP Attribute ExtractorThis table describes the RFLP attributes that must be declared for RFLP objects in the settings.json file.
MQL/Predicates MappingThis table describes the MQL selectors and RDF predicates that must declared for RFLP objects in the settings.json file.
ExampleThe following configuration file displays classification and priority attributes for requirement references. { "Extractor.Requirement.BusAttributes": "attribute[Requirement Classification],attribute[Priority]", "RFLAnalyser.PreservePredicates": "http://www.3ds.com/vocabularies/syc/enovia/Requirement%20Classification,http://www.3ds.com/vocabularies/syc/enovia/Priority" } |